@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
body{
font-family: "Montserrat", serif;
font-size: 17px;
color: #2D3748;
font-weight: 400;
}
:root{
--primary-green:#095108;
--secondary-green:#5CBC51;
--primary-lightbg:#E7F5E4;
--whitecolor:#fff;
--dark-text-color: #2D3748;
}
.linkcolor{
  color: var(--dark-text-color);
}
.bglight-blue{background-color: var(--primary-lightbg);}
.allura-regular {
font-family: "Allura", serif;
font-weight: 400;
font-style: normal;
}
.h-100vh{
  height: 100vh;
}
.heading1{
font-family: "Montserrat";
font-size: 55px;
padding: 0;
margin: 0;
font-weight: 700;
color: #1A202C;
}
.section-heading1{
font-family: "Montserrat";
font-size: 55px;
padding: 0 0 50px;
margin: 0;
font-weight: 700;
color: var(--primary-green);
}
.btn{font-weight: 600;padding: .775rem 1rem;border-radius: 0;}
.btn:active, .btn:focus{box-shadow: none;}
.btn-primary {
color: var(--whitecolor);
background-color: var(--secondary-green);
border-color: var(--secondary-green);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
color: var(--primary-green);
background-color: var(--primary-lightbg);
border-color: var(--primary-lightbg);
}
.btn-secondary{
color: var(--whitecolor);
background-color: var(--primary-green);
border-color: var(--primary-green);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
color: var(--primary-lightbg);
background-color: var(--secondary-green);
border-color: var(--secondary-green);
}
.form-control:focus, .form-control:hover,.form-select:focus, .form-select:hover{box-shadow: none;border-color: #f5f5f5;}
.btn-lightgreen{background: var(--secondary-green);color: var(--whitecolor);font-weight: 600;font-size: 1.125rem;}
.navbar-brand{font-size: 2.5rem;background: #fff;
  border-radius: 10px;
  padding: 2px 10px;display: inline-block;}
  footer .navbar-brand {
    background: #fff;
    border-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 25px;
    display: inline-block;
}
  .navbar-brand img{width: 82px;}
  footer .navbar-brand img{width: auto;}
.navbar{
background: var(--primary-green);
height: 75px;
}
.nav-link{
  padding: 27px 15px !important;
  margin-left: 0;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.nav-link:focus, .nav-link:hover, .nav-link.active{background: var(--primary-lightbg);color: var(--primary-green);}
.navbar a{color: var(--whitecolor);}
.navbar-nav .dropdown-menu{background: var(--primary-lightbg);margin: 0;padding: 0;border: 0;border-radius: 0;width: 220px;}

header .navbar-nav .dropdown-menu{left: 0px;}
.dropdown-item{color: #000 !important;}
.dropdown-item:focus, .dropdown-item:hover,.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active{background: var(--primary-green);color: var(--whitecolor) !important;}
.navbar-nav .dropdown-item{padding: .95rem 1rem;border-bottom: 1px solid #095108;}
.navbar-toggler:focus{box-shadow: none;}
.dropdown-item:hover, .navbar-nav .dropdown-item.active{border-color: var(--primary-lightbg);}


.carousel{margin-top: 60px;}
.carousel-caption h1{font-family: "Allura", Sans-serif;
font-size: 90px;
font-weight: 700;}
.carousel-item .img-fluid{width: 100%;}
.carousel-item.item1{background:url(../img/slider-img1.jpg) no-repeat top center / cover; height: 100vh;}
.carousel-item.item2{background:url(../img/slider-img1.jpg) no-repeat top center / cover; height: 100vh;}
.carousel-caption{top: 3rem;bottom: auto;left: 10rem;}
.carousel-caption p{width: 55%;margin: 0 auto;}
.wetger-widget-challapalle{position: absolute;top: 5rem;z-index: 9;width: 25%;right: .5rem;}
.plan-trip{position: absolute;bottom: 20px;z-index: 9;left: 50%;transform: translate(-50%, -50%);width: 65vw;}
.plan-triplist{list-style: none;
margin: 0;
padding: 0;
display: inline-block;width: 100%;}
.plan-triplist li{background-color: rgb(9 81 8 / 80%);font-family: "Montserrat";font-weight: 700;border-radius: 6px 6px 0px 0px;box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);color: var(--secondary-green);padding: 12px 24px;display: inline-block;}
.tripform{display: inline-block;background-color: #FFFFFF52;font-family: "Montserrat";border-radius: 0 6px 6px 6px;box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);padding: 12px 24px;}
.tripform label{color: #fff;}
.tripform .form-control{border: none;}
.travelsbtn{width: 100%;text-align: left;font-weight: normal;color: #484b4e;position: relative;padding: .375rem .75rem;}
.plan-trip .btn{padding: .375rem .75rem;}
.travelslistdrop{
    display: block;
    position: absolute;
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0 15px;
    border-radius: 4px;
}
.travelsbtn::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
.travelslistdrop li h5{font-size: 16px;
  width: 120px;}
.travelslistdrop li h5 span{font-size: 13px;
  color: #666;}
  .tacticonitem{font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    display: inline-block;
    background: #095108;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin: 0 3px;
    cursor: pointer;
    font-size: 18px;}
.adult-tconter, .children-tconter, .infant-tconter{display: inline-block;
  width: 30px;
  text-align: center;}
.facilities-section {background-color: var(--primary-lightbg);padding: 40px 30px;}
.facilitiesitems img{transition-duration: 0.2s;
border-style: solid;
border-color: #E7F5E4;
border-radius: 200px 200px 200px 200px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);display: inline-block;
vertical-align: middle;max-width: 100%;}
.facilitiesitems figcaption{    font-family: "Montserrat";
font-size: 14px;
font-weight: 700;color: var(--primary-green);margin: 0.8075em 0;}
.activities-section{padding: 50px 0;}
.unforgot-section{
background-color: var(--primary-lightbg);

}
.blog-section{padding: 40px 0;background: var(--primary-lightbg);}
.blog-section .card{border-radius: 4px;overflow: hidden;background: #fff;box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);transition: .4s ease-in-out;border: none;margin: 0 0 30px;}
.blog-section .card:hover{
box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
}
.blog-section .card .postimg img{transition-duration: 0.7s;}
.blog-section .card:hover .postimg img{transform: scale(1.1);}
.blog-section .card .card-title h3{color: var(--primary-green);font-size: 22px;
font-weight: 600;
line-height: 1.3;
margin: 0 0 18px;
overflow-y:hidden;
text-overflow:ellipsis;
max-height:2.6em;
min-height: 90px;
}
.blog-section .card .card-text{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 4.5em;}
.loadmore{font-weight: 600;color: var(--primary-green);font-size: 18px;text-decoration: none;}
.loadmore:hover{color: var(--secondary-green);}
.events-section{padding: 80px 0;background-color: var(--whitecolor);}
.events-section .card{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.36);
  border-radius: 7px;
  margin: 0 0 50px;
  padding: 15px 0;
  transition-duration: 0.3s;
}
.addspace-inner{width: 768px;height: 90px;background: lightpink;display: flex;margin: 0 auto;justify-content: center;align-items: center;}
.events-section .card:hover{box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.5);}
.events-section .card-body{padding: 0px;min-height: 275px;}
.events-section .card-title h3{font-family: "Montserrat";
  font-size: 28px;color: var(--primary-green);font-weight: 700;}
.actitems-ul{list-style: none;
  width: 100%;
  border-top: 1px solid #d7f1d2;
  margin: 10px 0 0;
  padding: 10px 30px 0;}
.actitems-ul li svg{width: 24px;height: 24px;}
.actitems-ul li span{font-family: "Montserrat";color: #7A7A7A;font-size: 18px;}
.evedate{text-align: center;font-family: "Montserrat";font-size: 35px;color: var(--primary-green);font-weight: 700;}
.innerbnr-img{
  display: inline-block;
  width: 100%;
  margin: 55px auto 0 auto;
  height: 50vh;
  text-align: center;
  background: url(../img/inner-blog-img.jpeg) no-repeat center center / cover;
  position: relative;
}
.innerbnr-img.contactbg{background: url(../img/contact-img.jpg) no-repeat center right / cover;}
.innerbnr-img.contactbg::before{display: none;}
.innerbnr-img::before{position: absolute;content: '';background: rgba(0, 0, 0, 0.4);width: 100%;
  height: 50vh;
  left: 0;
  right: 0;}
.bnr-title{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
position: relative;
z-index: 999;
margin-top: 55px;
}
.bnr-title h1{
font-family: "Montserrat";
font-size: 55px;
color: #FFFFFF;
font-weight: 700;
}
.bnr-textwrap{
  width: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.bnr-textwrap p{
  color: #fff;
}
.gallery-section{padding: 40px 0;}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: .5rem;
  justify-content: center;
  align-items: center;
}
.gallery .card-image {
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.select2-container .select2-selection--single{height: auto;padding: 10px 10px;}
.select2-container--default .select2-selection--single{background-color: #5CBC51;
  border: 1px solid #5CBC51;}
  .select2-container--default .select2-selection--single .select2-selection__arrow{top: 15px;right: 15px;}
  .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #fff transparent transparent transparent;}
  .select2-container--default .select2-selection--single .select2-selection__rendered{color: #fff;}
  .select2-container{margin: 0 0 30px;}
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7f5e4;
    color: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #095108;
  color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline: none;}
@media only screen and (max-width: 600px) {
  .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.contact-pagefrom{padding: 100px 0;background: #f7fafc;}
.contact-title,.contact-subtitle{font-family: "Montserrat";font-size: 60px;color: #1A202C;font-weight: 700;}
.contact-subtitle{font-size: 20px;}
.swiper{padding: 15px;}
.swiper-slide{text-align: center;}
.contact-pagefrom .form-control{padding-top: .775rem;padding-bottom: .775rem;}
.contact-pagefrom textarea.form-control{height: 120px;}
.blog-individual-section{margin: 150px 0 50px;}
.blog-individual-section .blog-title{font-weight: 600;}
.blog-post-meta{margin-bottom: 30px;}












.videosection video{object-fit: cover;width: 100%;}
.footer{background: var(--primary-green);padding: 100px 0 0px;color:var(--whitecolor);}
.footer a{color: var(--whitecolor);text-decoration: none;}
.footer-title{font-weight: 700;font-size: 28px;margin: 0 0 1.5rem;}
.footer ul{list-style: none;margin: 0px;padding: 0px;}
.copyrghttext{margin-top: 6rem;margin-bottom: 1rem;}
.copyrghttext small{font-size: .775em;}
.sociallinks li{margin-right: 15px;}
.sociallinks a svg{width: 40px;}


@media only screen and (max-width: 767px) {
  .navbar-collapse{}
  .navbar .navbar-collapse a.nav-link,.navbar-nav .dropdown-item{padding: 10px !important;font-size: 1rem;}
  header .navbar-nav .dropdown-menu{width: 100%;}
  .navbar-toggler{background: #fff;}
  .wetger-widget-challapalle{position: relative;top: 0;z-index: 9;width: 100%;right: 0;background: var(--primary-green);}
  .carousel-caption {
    top: 40px;
    bottom: auto;
    left: 0;
    width: 100%;
    right: 0;
  }
.carousel-caption h1 {
  font-size: 45px;
}
.carousel-caption p {
  width: 95%;
  margin: 0 auto;
}
.plan-trip {
  position: absolute;
  bottom: 20px;
  width: 95%;
}
.plan-trip .col{flex: auto;margin: 0 0 5px;}
.heading1{font-size: 45px;}
.section-heading1{font-size: 48px;}
.navbar{height: auto;}
.addspace-inner{width: 100%;}
.events-section .card-body{padding: 1rem;}
.actitems-ul{flex-direction: row;flex-wrap: wrap;gap: 15px;}
.bnr-textwrap{width: 95%;}
.activities-section{height: auto;}
.footer-title{margin: 1.5rem 0 1rem;}
.innerbnr-img.contactbg{background-position: 96% 0;}
}

@media screen and (min-width:1920px){
  .events-section .card-title{font-size: 35px;}
  .events-section p{font-size: 20px;}
}
