@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;
  color: #000;
  font-size:20px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.ffo{
   font-family: "Oswald", sans-serif;
}
 



.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 img,
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 img,
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 img,
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-success{
  background-color: #599C08 !important;
}
.text-success{
   color: #599c08 !important;
}
.text-light{
  color: #555555 !important;
}
.text-secondary{
  color: #555555 !important;
}
.bg-secondary{
  background-color: #E3E3E3 !important;
}
.bg-danger{
  background-color: #F1CD92 !important;
}
.text-danger{
  color: #72132e !important;
}




.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.3em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
  line-height: 0.9;
}
.fs-14 {
  font-size: 14px ;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px ;
}
.fs-35 {
  font-size: 35px;
}
.fs-50 {
  font-size: 50px;
}
.fs-60 {
  font-size: 60px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
    padding: 13px 19px;
    border: 2px solid;
    display: inline-block;
    border-radius: 10px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.buy-btn .btn {
    font-size: 40px;
    letter-spacing: 0.1em;
    padding: 13px 33px;
    margin: auto;
}
.btn-success{
  background-color: #599c08;
  border-color: #599c08;
  color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active:focus{
  background-color: #B5FF5B ;
  border-color: #B5FF5B ;
  color: #000;
  box-shadow: none;
}
.btn-dark{
    background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active:focus{
    background-color: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: none;
}
.arrow-btn:hover
 {
    background-color: #fff;
    color: #68B011;
}
.offcanvas-body .btn{
  width: fit-content;
}




header {
  position: relative;
  z-index: 99;
}
header::before{
content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    background-image: url(../images/Highland-Cow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 103%;
    width: 346px;
    z-index: 9;
}

.navbar-brand {
  display: inline-block;
  max-width: 427px;
  width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 0 !important;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.navbar-nav > li + li {
  margin-left: 75px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
 color: #B5FF5B !important;
}



button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}
.site-logo{
  width: 70%;
}
.nav-btns{
  width: 30%;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
 background: linear-gradient(
    270deg,
    rgba(30, 73, 226, 0) 27.403846383094788%,
    rgba(30, 73, 226, 1) 100%
  );
  z-index: 1;
}

.carousel-item .container{
  position: relative;
  z-index: 2;
} */

.inside-one.bg-success, .event-two.bg-success, .activite-two.bg-success{
  background-color: #82C72E !important;
}
.inside-two.bg-success, .event-one.bg-success, .activite-one.bg-success, .coming-con.bg-success{
  background-color: #81B443 !important;
}

.arrow-btn{
  display: inline-flex ;
  align-items: center;
  justify-content: center;
    width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #68B011 ;
  color: #fff;
}
.inside-disc {
    min-height: 128px;
}
.inside-heading {
    min-height: 79px;
}
.something-for-every-occasion-sec .inside-disc {
    min-height: 285px;
}

.something-for-every-occasion-sec .inside-heading {
    min-height: 115px;
}
.animal-wrap .slick-slide {
    padding-right: 20px;
}
.animal-wrap .slick-dots li button:before {
    font-size: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #8f8f8f;
    border-radius: 50%;
}
.animal-wrap .slick-dots li.slick-active button:before {
    opacity: 1;
   background: #599C08;
}
.animal-wrap .slick-dots {
    bottom: -50px;
}
.activite-disc {
    min-height: 170px;
}
.activite-wrap{
  padding-bottom: 20px;
}

.map-sec{
  height: 450px;
}

.help-group input{
  height: 50px;
  background: #ddf2bf !important;
  border-radius: 5px;
  border: 1px solid #aab49f !important;
}
.help-group textarea{
  height: 150px;
  background: #ddf2bf !important;
  border-radius: 5px;
  border: 1px solid #aab49f !important;
}
.help-group input[type="checkbox"]{
  background: #d9d9d9 !important;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
  width: 25px;
  height: 25px;
  margin-top: 11px;
}
.help-form::before{
  content: '';
  position: absolute;
  bottom: -50px;
  right: 0;
  height: 510px;
  width: 394px;
  display: inline-block;
  background-image: url(../images/help-cow-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-heading{
  border-color: rgba(255, 255, 255, 0.50) !important;
}

.plan-full-sec{
  background-image: url(../images/full-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-bx.bg-success{
  background-color: #68B011 !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 59%);
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}

.footer-wrap a:hover{
  color: #000 !important;
}

@media(max-width:1650px){
  .container {
  padding-left: 2%;
  padding-right: 2%;
}
.navbar-brand {
    max-width: 370px;
}
.btn {
    padding: 11px 18px;
    font-size: 15px;
}
.navbar-nav .nav-link {
    font-size: 18px;
}
header::before {
    width: 275px;
}
.fs-60 {
    font-size: 45px;
}
.fs-35 {
    font-size: 30px;
}
.inside-heading h3{
	max-width:85%;
}
.inside-disc {
    min-height: 169px;
}
.expore-sec .inside-disc {
    min-height: auto;
}
.something-for-every-occasion-sec .inside-disc {
    min-height: 350px;
}
.fs-20 {
    font-size: 17px;
}
.fs-50 {
    font-size: 40px;
}
.fs-25 {
    font-size: 20px;
}
.buy-btn .btn {
    font-size: 30px;
    padding: 13px 33px;
}

}

@media(max-width:1399px){
      .navbar-brand {
        max-width: 320px;
    }
    .btn {
        padding: 11px 18px;
        font-size: 12px;
    }
.navbar-nav .nav-link {
        font-size: 15px;
    }
    header::before {
        width: 225px;
    }
.fs-60 {
        font-size: 35px;
    }
    .fs-35 {
        font-size: 25px;
    }
.inside-heading {
    min-height: 59px;
}
    .inside-disc {
        min-height: 212px;
    }
.arrow-btn {
    width: 30px;
    height: 30px;
}
.something-for-every-occasion-sec .inside-heading {
    min-height: 85px;
}
    .something-for-every-occasion-sec .inside-disc {
        min-height: 412px;
    }
.fs-50 {
        font-size: 30px;
    }
    .map-sec {
    height: 350px;
}
    .buy-btn .btn {
        font-size: 25px;
        padding: 10px 30px;
    }
}
@media(max-width:1199px){
      .navbar-brand {
        max-width: 260px;
    }
.navbar-nav > li + li {
    margin-left: 45px;
}
    header::before {
        width: 175px;
    }
    .fs-35 {
        font-size: 20px;
    }
    .fs-25 {
        font-size: 17px;
    }
    .fs-50 {
        font-size: 25px;
    }
        .inside-heading {
        min-height: 50px;
    }
    .inside-disc {
        min-height: 148px;
    }
    .something-for-every-occasion-sec .inside-heading {
        min-height: 70px;
    }
    .something-for-every-occasion-sec .inside-disc {
        min-height: 370px;
    }
    .fs-20 {
        font-size: 15px;
    }
.help-group input {
    height: 45px;
}
.help-group input[type="checkbox"] {
    width: 21px;
    height: 22px;
    margin-top: 3px;
}
.help-form::before {
    bottom: -50px;
    height: 450px;
    width: 334px;
}
    .buy-btn .btn {
        font-size: 20px;
        padding: 10px 30px;
    }
}



@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 28px;
    padding: 0;
    color: #000;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #599C08 !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
    .navbar-brand {
        max-width: 200px;
    }
    header::before {
        width: 115px;
    }
.nav-btns {
    width: 40%;
}
.site-logo {
    width: 60%;
}
    .something-for-every-occasion-sec .inside-disc {
        min-height: 306px;
    }
.inside-headingg.w-75 {
    width: 90% !important;
}
    .fs-25 {
        font-size: 14px;
    }
        .help-group input[type="checkbox"] {
        width: 17px;
        height: 17px;
        margin-top: 3px;
    }
    .timing-icn img {
    height: 100px;
    width: 100px;
}
.buy-btn .btn {
        font-size: 17px;
        padding: 10px 30px;
    }
}


@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
      .site-logo {
        width: auto;
    }

        .navbar-brand {
        max-width: 160px;
    }
    .btn {
        padding: 9px 13px;
        font-size: 12px;
    }
    .nav-btns {
        width: 46%;
    }
.inside-heading {
        min-height: auto;
    }
    .inside-disc {
        min-height: auto;
    }
    .something-for-every-occasion-sec .inside-heading, .something-for-every-occasion-sec .inside-disc, .activite-disc {
        min-height: auto;
    }
.animal-wrap .slick-dots li button:before {
    width: 15px;
    height: 15px;
}
.animal-wrap .slick-dots {
    bottom: -35px;
}
.inside-headingg.w-75 {
        width: 100% !important;
    }
.activite-wrap {
    padding-bottom: 0;
}
    .help-form::before {
        bottom: -50px;
        height: 230px;
        width: 174px;
    }
    .fs-60 {
        font-size: 28px;
    }
    .inside-heading h3 br{
      display: none;
    }
.sub-banner-img{
  height: 280px;
}
.book-text a{
  word-break: break-all;
}
}
@media(max-width:575px){
      .navbar-brand {
        max-width: 130px;
    }
    .navbar-toggler {
        font-size: 22px;
    }
    header::before {
        width: 75px;
    }
    .nav-btns {
        width: 32%;
    }
.inside-heading h3 {
    width: 85%;
}
.animal-wrap .slick-slide {
    padding-right: 0;
}
.map-sec {
        height: 250px;
    }
.check-bx span {
    width: 80%;
}
    .help-form::before {
        bottom: -50px;
        height: 160px;
        width: 124px;
    }
        .buy-btn .btn {
        font-size: 15px;
        padding: 10px 30px;
    }
}

