:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary:  #8DC750;
  --color-info:#FF9900;
  --color-secondary: #FF1700;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crafty+Girls&display=swap');

:root {
  --font-Inter: "Inter", serif;
  --font-Crafty: "Crafty Girls", serif;
}


/*-------------- Owl crousel ---------------*/

/* Add this CSS to make the parent container a flex container */
/*.row.equal-height-row {
    display: flex;
}*/
/* Add this CSS to make each offer-box a flex item with equal height */
/*.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: end;
}*/


#our_partners img{
  width: auto !important;
}

/* --------- SLIDER--------- */
#slider-banner{
  position: relative;
 
}
#slider-banner .slider-banner-image{
  
}
#slider-banner .slider-banner-image img{
  height: 100%;
}
#slider-banner .inner_carousel {
  position: absolute;
  top: 0;
  margin-top: 8%;
  width: 100%;
  left:0;
  right:0;
}
section#slider-banner .carousel-caption {
  transform: translateY(-50%);
  text-align: start;
  left: 0%;
  right: auto;
  bottom: 0rem;
  margin-top: 22%;
  position: relative;
  padding: 0px;
}
.slide-right{
  margin: 60px;
}
#slider-banner h6 span{
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--font-Crafty);
  color:var(--color-white);
  padding: 0px;
  background-color: #16941A;
  padding: 7px 15px;
  border-radius: 4px;
}
#slider-banner h1::before {
  content: url('../images/slides/before.png');
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -45px;
}
#slider-banner h1::after {
  content: url('../images/slides/after.png');
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -20px;
}
#slider-banner h1{
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--font-Inter);
  color:var(--color-white);
  padding: 0px;
  margin: 65px 0px 20px;
  position: relative;
}
#slider-banner h1 span{
  color: #82FF00;
}
#slider-banner .food-category {
  margin-top: 0px;
  position: absolute;
  top: 0;
  margin-top: -130px;
  background-color: #fff;
  padding: 20px 10px 40px;
  border-radius: 70px;
}
#slider-banner .food-category ul{
  margin: 0px;padding: 0px;
}
#slider-banner .food-category li{
  list-style: none;
  float:left ;
  margin: 0px 10px;
}


#slider-banner h5{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-Inter);
  margin-bottom: 0px;
  color:#000;
}
#slider-banner p{
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-Inter);
  margin-bottom: 20px;
  color:#fff;
}
#slider-banner .food-category img{
  width: 30px;
  height: 30px; 
}
                  
#slider-banner .slide-nav{
  display: none;
}
.slide-nav i {
    background: #fff;
    font-size: 14px;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 10px 12px;
    color:#000;
}
.slide-nav .carousel-control-prev-icon,.slide-nav .carousel-control-next-icon {
    background-image: unset;
}
.slide-nav a.carousel-control-prev,.slide-nav a.carousel-control-next{
    opacity: 1;
}
.slide-nav .carousel-control-prev,.slide-nav .carousel-control-next{
  width: 8%;
}
.slide-nav i:hover {
    background: #ffffff;
    color: var(--color-info);
}
#slider-banner .slide-small-head span {
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding: 5px 30px 5px 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
#slider-banner .carousel-item {
  transition: transform 2s ease, opacity 2s ease; /* Adjust timing here */
}
#slider-banner .review {
  background-color: #fff;
  box-shadow: 1px 0px 8px 5px #0000001A;
  border-radius: 40px;
}
#slider-banner .review .seller-star {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
  margin-left: 10px;
}
#slider-banner .search-form{
  margin-top: -100px;
}
#slider-banner .search-form form {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 40px;
    padding: 10px 10px 10px 20px;
}
#slider-banner .search-form form label{
  margin-bottom: 0px !important;
  font-size: 14px;
  color:#000;
  font-weight: 600;
  font-family: var(--font-Outfit);
}
#slider-banner .search-form form input{
  border:none;
  outline: none;
  box-shadow: none;
  color:#626B7D;
  font-size: 13px;
  font-family: var(--font-Roboto);
  padding: 0px;
}

#slider-banner .search-form form .search-btn .btn-primary{
  float: right;
  padding: 10px 14px;
  background-color: var(--color-primary) !important;
  border:var(--color-primary) !important;
}
#slider-banner .search-form form .search-btn .btn-primary i {
  margin-left: 0px;
  position: relative;
  font-size: 15px;
  margin-top: 4px;
}
/*project*/
#project .nav-tabs {
  justify-content: center;
  border:none;
  border-color: transparent !important;
}
#project .nav-tabs .nav-link.active{
  background-color: var(--color-primary);
  color:#fff;
  font-weight: 700;
  border-radius: 30px;
  padding: 6px 20px;
  border:1px solid var(--color-primary);
}
#project .nav-tabs .nav-link{
  background-color: #7878781f;
  color:#000;
  font-weight: 500;
  border-radius: 30px;
  padding: 6px 20px;
  border:1px solid #7878781f;
  margin: 5px;
}
.latproj-box{
  background-color: #fff;
  padding: 20px 20px 50px;
  border-radius: 14px;
  position: relative;
  margin-bottom: 50px;
}
.lproj-image{
 padding: 50px 20px 20px;
 height: 240px;
}
.lproj-image .deal{
  position: absolute;
  top:0;
  right:0;
  margin: 20px 10px;
}
.lproj-image .deal .hot{
  background-color: #FF1700;
  padding: 6px 20px;
  border-radius: 30px;
  color:#fff;
  margin-right: 10px;
}
.lproj-image .deal .sell{
  background-color: var(--color-info);
  padding: 6px 20px;
  border-radius: 30px;
  color:#fff;
}
.latproj_content_pad h5{
  color:#201D1D;
  font-weight: 600;
  font-family: var(--font-Inter);
  font-size: 20px;
}
.latproj_content_pad .price del bdi,.price del bdi span{
 
  font-size: 14px;
  color:#787878;
  font-family: var(--font-Inter);
  font-weight: 300;
}
.latproj_content_pad .price ins bdi,.price ins bdi span{
 
  font-size: 20px;
  color:var(--color-primary);
  font-weight: 600;
  font-family: var(--font-Inter);
  text-decoration: none;
  border:none;
}
.add-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px -6px -12px;
}
.add-cart a{
  font-size: 0px;
}
.add-cart .add_to_cart_button:after{
  content: url(../images/cartbag.png); 
}

.counter {
  display: inline;
  align-items: center;
  background: #eef8ed;
  border-radius: 20px;
  padding: 12px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  position: absolute;
  margin: 0px 20% -31px;
  bottom: 0;
}
.counter button {
  background: #fff;
  border: none;
  font-size: 20px;
  padding: 5px 15px;
  cursor: pointer;
}
.counter .value {
  width: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/*video*/
#video .top-strip ul{
  padding: 0px;
  margin: 0px;
}
#video .top-strip ul li{
  list-style: none;
}
#video .top-strip ul li img{
  width: 20px;
  height: 20px;
}
#video .top-strip ul li span{
  font-size: 20px;
  font-weight: 600;
}
#video .video-btn-box {
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  width: 33%;
}
#video .small-heading{
  color:#fff;
}
#video .main-heading{
  color:#fff;
  margin-bottom: 20px;
}
img.video-icon {
  border-radius: 50%;
  width: 50px;
}
/*destination */
#topdestination  {
  position: relative;
}
#topdestination .owl-item .destination_box{
  position: relative;
}
#topdestination .owl-item .destination_box img, #topdestination .owl-item{
  height: 300px !important;
  width: 120px !important;
}
#topdestination .owl-item.expand,#topdestination .owl-item.expand .destination_box img{
  height: 300px !important;
  width: 400px !important; 
}
#topdestination .owl-item .destination_box .destination_content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color:#000;
  padding: 40px 50px 10px 50px;
  display: none;
  margin: 20px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
#topdestination .owl-item .destination_box .destination_content h3{
  padding: 0px;
  margin: 0;
  font-size: 18px;
  font-family: var(--font-Outfit);
}
#topdestination .owl-item .destination_box .destination_content p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 15px;
}
#topdestination .owl-item.expand .destination_box .destination_content {
  display: block;
}
#topdestination .owl-item .destination_box .counter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  padding: 20px 25px;
  font-weight: 700;
}
#topdestination .owl-item.expand .destination_box .counter {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: var(--color-info);
  color: var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 50px 92px;
  padding: 10px 16px;
  font-weight: 700;
}
/*why choose us*/
section#why_choose_us {
  position: relative;
}
#why_choose_us .small-heading {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  padding: 0px;
}
#why_choose_us .main-heading{
margin-bottom: 10px;
padding: 0;
}
.trip .icon {
  background-color: #dbf4bddb;
  padding: 12px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.trip .icon:hover{
  background-color: var(--color-info);
}
.trip h5{
  font-size: 18px;
  font-family: var(--font-Inter);
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.trip p{
  font-size: 14px;
  font-family: var(--font-Inter);
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.mylist{
  margin-left: 0px;
  padding-left: 0px;
}
.mylist li{
  font-size: 16px;
  font-family: var(--font-Inter);
  font-weight: 400;
  line-height: 30px;
  list-style: none;
}
.mylist li::before{
  font-family: 'Font Awesome 5 Free'; 
  content: "\f058";
  margin-right: 8px;
  color: var(--color-primary);
  font-weight: 900;
  
}
/* faqs*/
#faqs .main-heading{
  padding: 0px 20%;
}
#faqs .sec_heading p{
  padding: 0px 10%;
  color:#4E5054;
  font-size: 16px;
}
#faqs .accordion .accordion-item.collapsed{
border:none;
width: 100%;
padding: 0px 0px;
border-radius: 30px;
background-color: var(--color-white);
margin-bottom: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#faqs .accordion .accordion-item:not(:first-of-type) {
  border-top: 0;
}

#faqs .accordion .accordion-item:not(.collapsed){
  background-color: var(--color-primary);
  color:var(--color-white);
  border:none;
  box-shadow: none;
  border-radius: 30px;
}
#faqs .accordion .accordion-item:not(.collapsed) .accordion-button{
  background-color: transparent;
  padding: 10px 20px;
  color:#fff;
  font-size: 20px;oppp;/ooppp
  font-weight: 600;
}
#faqs .accordion .accordion-button:not(.collapsed){
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 30px; 
  box-shadow: none;
}
#faqs .accordion-item .accordion-button::after {
  content: "\2b";
  font-size: 30px;
  color: var(--color-info);
  background-image: none;
  margin-top: 0px;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 6 Free" */
  font-weight: 900;
  width: auto;
  height: auto;
}
#faqs .accordion-item:not(.collapsed) .accordion-button::after {
  content: "\f068";
  font-size: 16px;
  color: var(--color-info);
  background-image: none;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 6 Free" */
  font-weight: 900;
}
#faqs .accordion .accordion-item .accordion-body{
  color: #fff;
  font-family: var(--font-Worksans);
  font-weight: 400;
  font-size: 15px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding-top: 0px;
}

/*--------testimonial------*/
#testimonials{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 47%, rgba(238,248,237,1) 48%);
}

.testimonials-info{
  position: relative;
}
.testimonials-info .testimonials-data {
  margin-top: -55px;
  position: relative;
  z-index: 6;
  padding-left: 20px;
}
.testimonials-info .testimonials-data img {
  margin-left: 0 !important;
  margin-bottom: 0px;
  width: 130px !important;
  margin-right: 10px;
  margin-top: 0px;
}
.testimonials-info .description{
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 0px 8px 5px #0000001A;
  position: relative;
  margin: 8px;
  border-radius: 20px;
}
.testimonials-info .description p{
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 20px;
  font-family: var(--font-Inter);
  margin-bottom: 50px;
  }
  .testimonials-data h5{
    margin-top: 30px;
  }
.testimonials-data h5 a{
  font-size: 20px;
  font-weight: 700;
  color:var(--color-black);
  font-family: var(--font-Worksans);
}
.profile-content h6{
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  font-family: var(--font-Worksans);
}
.testimonials-info .quote{
  position: absolute;
  right: 0px;
  margin: 10px 10px 20px;
  bottom: 0;
}
.owl-carousel .owl-item .testimonials-info .quote img{
  margin: 6px 10px -6px!important;
  width: 40px !important;
}

 .bottom-images img {
  width: 170px;
  padding: 10px;
  height: 170px;
}
.bottom-images .farm-img:hover .hover-img{
  display: block;
  width: 170px;
  padding: 10px;
  height: 170px;
}
.bottom-images .farm-img:hover .old-img{
  display: none;
  width: 170px;
  padding: 10px;
  height: 170px;
}
.bottom-images .farm-img .hover-img{
  display: none;
  width: 170px;
  padding: 10px;
  height: 170px;
}
/* explore*/
#explore {
  background-size: 100% 100%;
  margin: 0 20px;
}
#explore .small-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  font-family:var(--font-Outfit);
  padding: 0px;
  margin: 0px;
}
#explore .main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size:50px ;
  font-weight: 900;
}

#explore .badge{
  border: 2px dashed #fff;
  color:#fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 30px;
  margin-bottom: 20px;
}
.contact-call a{
  color:#fff;
  font-weight: 600;
}
.contact-call a:hover{
  color:var(--color-info);
}
#explore .offer img{
 width: 120px;
}
#explore .discount {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
}
#explore .discount .offer-content{
  position: absolute;
  top:0;
  left:0;
 margin-top: 30px;
 width: 100%;
}
#explore .discount .offer-content h2{
  margin-bottom: 0px;
  margin-top: -10px;
}
#explore .discount .offer-content h2 span{
  font-size: 35px;
  font-weight: 600;
  padding: 0px;margin:0px;
  margin-bottom: 0px;
 font-family: var(--font-Outfit);
}
#explore .discount .offer-content sup{
  margin-left: -25px;
}
#explore .discount .offer-content sup{
  font-size: 18px;
  font-weight: 400;
}
#explore .discount .offer-content h2 small{
  font-size: 22px !important;
  font-weight: 400;
}
#explore .discount .offer-content p{
  margin-bottom: 0px;
  font-size: 11px;
  color:#000;
}
#explore .btn-primary {
  background-color: #fff !important;
  color:#000; 
}
#explore .btn-primary i{
  color:#000;
}
#explore .btn-primary:hover {
  background-color: #000 !important;
  color:#000; 
}
#explore .btn-primary:hover i{
  color:#fff;
}
/*gallery*/

#gallery .main-grid .image{
  position: relative;
}
#gallery .main-grid{
  display: grid;
  grid-template-columns: 24% 24% 23% 24% ;
  grid-template-rows: repeat(1, 250px);
  grid-gap: 18px;
}
#gallery .main-grid .image img{
  border-radius: 6px;
  height: 100%;
}
#gallery .main-grid .image:nth-child(odd){
  margin: 0px 0px;
}
#gallery .main-grid .image:nth-child(even){
  margin: 10% 0px;
}
/*newsletter*/
#newsletter{
  border-radius: 150px;
  margin: 0px 30px;
}
#newsletter .main-heading{
  color:#fff;
}
#newsletter .main-text{
  color:#fff;
}
#newsletter .container{
  position: relative;
}
#newsletter .right_img{
  width: 50%;
  position: absolute;
  top:0;
  right: 0;
  margin-top: -60px;
  margin-right: 20px;
}
#newsletter input[type="email"] {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
}
#newsletter input[type="email"]::placeholder{
  color:#000;
}
#newsletter input[type="submit"] {
  padding: 10px 50px 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 30px;
}
#newsletter .shortcode p{
  position: relative;
}
#newsletter .shortcode p::after {
  content: url(../images/3.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 6px 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-left: 26%;
  margin-top: 1.6%;
  cursor: pointer;
}

#tour_package{
  position: relative;
  margin: 0px 20px;
  border-radius: 30px;
}

/*testimonial slider*/
.vertical-slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: auto;
  margin-left: -30px;
}
.vs-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 130px;
  margin-left: 15px;
}
.vs-product:hover{
  background-color: var(--color-primary);
  margin-left: 0px;
  margin-right: 20px;
}
.vs-product:hover .testimonials-data h5 a{
  color:#fff;
}
.vs-product:hover .testimonials-data h6{
  color:#fff;
}
.vs-product:hover .testimonials-info .testimonials-data p{
  color:#fff;
}
#testimonials .vs-product:hover .testimonials-info .testimonials-data .quote img{
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(167%) contrast(108%);
}
.vs-control {
  width: 30px;
  height: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  margin: 2px;
}
#testimonials{
  position: relative;
}
#testimonials .left_img img{
  height: 100%;
}
.vertical-slider .vs-control.up {
  top: 0;
  background-color: var(--color-primary);
}

.vertical-slider .vs-control.down {
  top: 0;
  background-color: var(--color-black);
}
.vertical-slider .nav_arrow{
  position: absolute;
  display: flex;
  top:0;
  right:0;
  margin-top: -60px;
  margin-right: 20px;
}
