
/*@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

html{
  background-image: url(bg5.png);
}

body{
  /*font-family: 'Neucha', cursive;
  font-family: 'Dosis', sans-serif;*/
  width: 100%;
  /*font-family: 'Exo 2', sans-serif;*/
  max-width: 1290px;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  font-family: 'Josefin Sans', sans-serif;
}

/* for header*/

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.imgimg{
  background-color: transparent;
}
header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px 0px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 1px 10px, rgba(0, 0, 0, 0.23) 0px 1px 10px;
    z-index: 99;
    position: relative;
    backdrop-filter: blur(14px);
    
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 100px;
    margin-right: 10px;
}
.header__logo {
    color: #000000ee;
    font-weight: 600;
}
.nav__list{
    display: flex;
    align-items: center;
    
}
.nav__item{
    margin: 0 8px;
}
.nav__link{
  padding: 10px;
  color: #5f3816;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 5px;
  display: block;
  transition: 0.5s;
}
.nav__list:hover .nav__link{
    filter: blur(2px);
}
.nav__list .nav__link:hover{
    filter: blur(0px);
}

.header__toggle,
.header__close{
    display: none;
}
@media screen and (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  .hydrated{
    overflow-x: hidden
  }
    header{
        
        justify-content: space-between;
        padding: 5px 28px;
       
    }
    .imgimg{
      background-color: transparent;
    }
    .logo a{
        font-size: 0.9rem;
    }
    .logo img{
        width: 100px;
    }
    .header__toggle{
        display: inline;
        color: black;
        font-size: 24px;
        border-radius: 10px;
        transition: 0.5s;
    }
    .header__toggle:hover{
      background-color: #d3d7ed;
      color: #00093c;
      transform: scale(1.5);
      
    }
    .header__close{
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 10px;
        transition: 0.5s;

    }
    .header__close:hover{
      background-color: #d3d7ed;
      color: #00093c;
      transform: scale(1.5);
    }
    .nav{
      position: fixed;
      top: 0;
      right: -100%;
      background: whitesmoke;
      color: black;
      width: 40%;
      height: auto;
      padding: 24px 0;
      z-index: 100;
      transition: 0.5s;
      border-radius: 0 0 0 50px;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
    .nav__list{
        gap:0px;
        display: flex;
        flex-direction: column;
        color: black;
    }
    .nav__item{
        margin: 1rem;
    }
    .nav__link{
      transition: 0.5s;
    }
    .show{
        right: 0;
    }
    .nav__list:hover .nav__link{
      filter: blur(0px);
  }
  .nav__link:hover{
      filter: blur(0px);  
     
      transform: translateY(-10px);
   } 
      
  }
    



/* header ends here */

.heading {
  display: grid;
  margin-top: 1%;
  height: 70px;
  background-color: transparent;
  text-align: center;
  align-items: center;
  font-size: 2rem;
  padding: 10px;
  color: #5f3816;
  font-weight: bolder;
  letter-spacing: 2px;
}

.farm {
    height: 50vh;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.farm .farm-pics{
  width: 50%;
  padding-left: 5rem;
}

.farm .farm-info {
  display: grid;
  justify-content: center;
  max-width: 100%;
  padding-left: 5rem;
  width: 50%
}

.farm-info h4 {
  font-size: 30px;
  color: rgb(255, 157, 0);
  letter-spacing: 2px;
  margin-top: auto;
}

.farm-info p {
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: -15px;
}

.farm .farm-pics img {
max-width: 100%;
height: 100%;
object-fit: cover;
border: none;
outline: none;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.farm-products {
  padding: 2rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
}

.farm-products .card1 {
  height: auto;
  width: 190px;
  background: #ffffff;
  padding: .5em;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  text-align: center;

}

.farm-products .card-image {
  background-color: transparent;
  width: 100%;
  height: 130px;
  border-radius: 6px 6px 0 0;
  
}

.farm-products .card-image img{
  height:100%;
  width:100%;
  object-fit: cover;
}

.farm-products .category{
  margin-top: 7px;
    font-size: 15px;
}

/*.farm-products .card-image:hover {
  transform: scale(0.98);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}*/

.farm-products .card .category {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 7px 0;
}

.farm-products .card .category:hover {
  cursor: pointer;
}


.team {
  gap:6rem;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  justify-content: center;
  align-items: center;
}

.team .profile {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 10px;
}

.team .profile .pro-img img{
  height: 250px;
  width: 250px;
  border-radius: 150px;
  object-fit: cover;
}

.award {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 3rem;
}

.award-card {
  display: grid;
  align-items: center;
  justify-items: center;
}

.card_load {
  width: 250px;
  height: 250px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(120deg, 30%, 38%, 40%, 48%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
  transition: 1s;
}

.card_load img {
    border-radius: 25px;
    object-fit: contain;
    height: 100%;
    width: 100%;
    /*box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);*/
}

.card_load:hover{
  transform:scale(2.5);
  z-index: 2;
}


/* for home page */

.hero{
  height: 50vh;
  width: 100%;
}

.mission{
    display: grid;
    text-align: center;
    height: auto;
    width: 100%;
    margin-top: -25px;
}

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

.events{
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.event-card {
  width: 300px;
  height: 250px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.event-img{
	height:100%;
	width:100%;
	object-fit:cover;
	border-radius:10px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.999s;
  transition: -webkit-transform 0.999s;
  transition: transform 0.999s;
  transition: transform 0.999s, -webkit-transform 0.999s;
}

.event-card:hover .card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card-front {
  background-color: #6A2C70;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.card-back {
  text-align: center;
  background-color: #96816a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 10px solid #96816a;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Amenities PAge */

.new-card {
  height: 300px;
  width: 350px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  overflow: hidden;
}

 /*Image*/
.new-card-image {
  height: 85%;
  width: 100%;
  position: absolute;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.new-card-image img{
height:100%;
width:100%;
object-fit:cover;
}

/*Description */
.new-card-description {
height:64%;
width:91%;
position: absolute;
background-color: #f5f5f5;
color: #212121;
bottom: -30px;
border-radius: 16px;
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
padding: 0rem 1rem;
transform: translateY(57%);
}

.new-card-description .age{
  display: flex;
  justify-content: space-between;
}

.new-card-description .time{
  display: flex;
  justify-content: space-between;

}

.new-card-description .price{
  display: flex;
  justify-content: space-between;
}

/*Text*/
.text-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.text-body {
  font-size: 1rem;
}

/* Hover states */
.new-card:hover .new-card-description {
  transform: translateY(0%);
}




/* Activity cards */

.amenities{
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 1rem;
}

.stay-card {
  height: 300px;
  width: 350px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  overflow: hidden;
}

 /*Image*/
.stay-card-image {
  height: 85%;
  width: 100%;
  position: absolute;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.stay-card-image img{
height:100%;
width:100%;
object-fit:cover;
}

/*Description */
.stay-card-description {
height:90%;
width:91%;
position: absolute;
background-color: #f5f5f5;
color: #212121;
bottom: -30px;
border-radius: 16px;
transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
padding: 0rem 1rem;
transform: translateY(57%);
}

.stay-card-description .age{
  display: flex;
  justify-content: space-between;
}

.stay-card-description .time{
  display: flex;
  justify-content: space-between;

}

.stay-card-description .price{
  display: flex;
  justify-content: space-between;
}



/*Text*/
.text-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.text-body {
  font-size: 1rem;
}

/* Hover states */
.stay-card:hover .stay-card-description {
  transform: translateY(0%);
}



/* for attractions page */

.info{
  max-width: 100%;
  padding-left: 5rem;
  width: auto;
}

.info h4{
  font-size: 30px;
  color: rgb(255, 157, 0);
  letter-spacing: 2px;
}

.info p {
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  line-height: 25px;
}

.farmtour{
    display: flex;
    width: 100%;
    border-radius: 15px;
}

.farmtour-carousel{
  height:300px;
  width: 100%;
  border-radius:15px;
}

.farmtour-text{
  display: grid;
	width:100%;
	height: auto;
}

.dine{
	display: flex;
	width:100%;
}

.img-carousel{
	width:100%;
	max-height: 300px;
}

.img-carousel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.dine-text{
  display: grid;
  align-content: center;
	width:100%;
	height: auto;
}

.pool{
	display: flex;
	width:100%;
}

.pool-carousel{
	width:100%;
	height: auto;
}

.pool-text{
  display: grid;
  align-content: center;
	width:100%;
	height: auto;
}

.bonfire{
	display: flex;
	width:100%;
}

.bonfire-carousel{
	width:100%;
	height: auto;
}

.bonfire-text{
  display: grid;
  align-content: center;
	width:100%;
	height: auto;
}

/* for carousel */

.carousel-wrapper {
  height: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color:transparent; 
  border-radius: 15px;

}

.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 50px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius:15px;
}
.arrow{
  border: solid #f5f5f5;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 12px;
}
.arrow-prev {
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);

}
.arrow-next {
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

[id^= "item"] {
  display: none;
}
.item-1 {
  z-index: 2;
  opacity: 1;
  background: url('images/farmtour.jpg');
  background-size: cover;
}
.item-2 {
  background: url('images/11.jpg');
  background-size: cover;
}


*:target ~ .item-1{
  opacity: 0;
}
#item-1:target ~ .item-1 {
  opacity: 1;

}
#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
  z-index: 3;
  opacity: 1;
} 

/* footer */

footer{
  width: 100%;
  margin-top: 1rem;
  bottom: 0;
  color: #000000;
  border-radius: 50px 50px 0 0;
  font-size: 13px;
  line-height: 12px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 1px 10px, rgba(0, 0, 0, 0.23) 0px 1px 10px;

}
.row{
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap:2rem;
}
.col{
  padding: 10px;
}
.logo{
  width: 80px;
  margin-bottom: 10px;
}
.col h3{
  width: 80px;
  margin-bottom: 40px;
  position: relative;
}
.email-id{
  width: fit-content;
  margin: 20px 0;
}
ul li{
  list-style: none;
  margin-bottom: 12px;
}
ul li a{
  text-decoration: none;
  color: #000000;
}


/* footer complete */


/* carousel */



.hero {
  align-items: center;
  justify-content: center;
 
}

input[type=radio] {
  display: none;
}

.card {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 100%;
  
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  

}

.cards {
  position: relative;
  width: 80%;
  height: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}

img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
  
  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}

/*packages*/

.day-package{
  width:100%;
  height:40vh;
  background-color: #00093c;
}



.ccontainer{
	width: 500px;
	padding: 15px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	background-color: #96816a;
}
.ccontainer h4{
	margin-bottom: 10px;
	font-size: 24px;
	color: white;
}
.ccontainer input{
	width: 95%;
	padding: 10px;
	margin-bottom: 10px;
  border-radius: 10px;
  border: none;
}
.ccontainer textarea{
	width: 95%;
	padding: 10px;
  border-radius: 10px;
}
.ccontainer #submit{
	border: none;
	background-color: #5f3816;
	color: white;
	width: 200px;
	margin-top: 10px;
	border-radius: 5px;
}



/* view more button */
.viewmorebutton {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: rgb(161, 255, 20);
  border-radius: 30px;
  color: rgb(19, 19, 19);
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
  padding-left: 8px;
  transition-duration: .5s;
}

.svgIcon {
  height: 25px;
  transition-duration: 1.5s;
}

.bell path {
  fill: rgb(19, 19, 19);
}

.viewmorebutton:hover {
  background-color: rgb(192, 255, 20);
  transition-duration: .5s;
}

.viewmorebutton:active {
  transform: scale(0.97);
  transition-duration: .2s;
}

.viewmorebutton:hover .svgIcon {
  transform: rotate(250deg);
  transition-duration: 1.5s;
}





/*responsive*/

@media (max-width: 768px) {

  .hero {
    height: 30%;
    /* Allow the farm section to adjust its height */
  }

  .farm .farm-pics {
    width: 100%;
    padding-left: initial;
    height: auto;
  }

  .farm {
  flex-wrap: wrap;
  height: auto;
  }

  .farm .farm-info{
    width: 100%;
    padding-left: initial;
    display: grid;
    justify-items: center;
    text-align: center;
    margin-top: 12px;
  }

  .farm-products .card1{
    width: 175px;
  }

  .farm .farm-pics img{
    height: 15rem;
  }

.farmtour-text{
  margin-top:-20px;
}

.farmtour-text .info p{
  margin-top: -20px;
}

  .farmtour{
flex-wrap: wrap;
  }

  .dine{
flex-wrap: wrap-reverse ;
  }

  .bonfire{
flex-wrap: wrap-reverse;
  }

  .pool{
flex-wrap: wrap;
  }

  .info{
    padding-left: 0rem;
    text-align: center;
  }

 .cards{
  width:95%;
 }

 .farm-products{
  padding:0rem;
  gap:1rem;
 }

.team{
  gap:2rem;
}

.award{
  gap:1rem;
}

.packages .up{
  flex-wrap: wrap;
  gap:0rem;
}

.packages .down{
  flex-wrap: wrap;
  gap:0rem;
}

.packagecard{
flex-wrap: wrap;
}

.packagecard .left{
width:100%;
}

.main .ccontainer{
  width:auto;
}
 

}