@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
  font-family: 'Gabriola';
  font-style: normal;
  font-weight: normal;
  src: local('Gabriola'), url('../../../assets/fonts/gabriola Font Download.woff') format('woff');
  }
body {
  font-size: 14px;
}
.modal {
  --bs-modal-header-border-color: rgba(0,0,0,0.2);
  --bs-modal-footer-border-color: rgba(0,0,0,0.2);
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #000;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
  background-color: #424242;
}
.carousel-control-next-icon:after {
  content: '>';
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.gst-text {
  color: #70bf45;
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: bold;
}
.gst-no {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins';
  font-weight: bold;
}
button.enquire-now {
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
button.danger {
  background-color: red;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.enquire-phone {
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
}
 .img-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-container .img-content {
  position: absolute;
  left: 0;
  bottom: 0;
} 
.nav-container .nav-link.active {
  color: #fff;
  background-color: #70BF45;
}
.social-icon a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.carousel-caption h1{

  font-family: "Dancing Script";
  font-weight: bold;
  background-color: rgba(112,191,69,0.7);
  padding: 10px;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
 */
  /* text-shadow:
  -2px -2px 0 #fff,  
   2px -2px 0 #fff,
   -2px 2px 0 #fff,
    2px 2px 0 #fff;
   */
}
.carousel-caption h3{

  font-family: "Dancing Script";
  font-weight: bold;
  background-color: rgba(112,191,69,0.7);
  padding: 10px;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
 */
  /* text-shadow:
  -2px -2px 0 #fff,  
   2px -2px 0 #fff,
   -2px 2px 0 #fff,
    2px 2px 0 #fff;
   */
}
.enquiry-form .modal-content {
  background-color: #cef4b7;
}
.enquiry-form .modal-title  {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 28px;
}
.footer
{
  background-color: #70BF45;
  padding: 25px;
}
.footer .logo {
  background-color:#fff;
}
.footer .about {
  text-align:justify;
  color: #fff;
 font-family: "Open Sans", sans-serif; 
}
.footer .nav-link {
  font-size: 15px;
  font-family: "Open Sans", sans-serif; 
  font-weight: 400;
}
.footer .address {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; 
}
.footer .social-icon a {
  text-decoration: none;
  color: #000;
  font-size: 25px;
}
.copyright {
  background-color: #D0EAC2;
  color: #000;
  text-align: center ;
  padding: 10px;

}
.title {
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 40px;
  margin-top: 40px;
}
/* Reviews Block */

.testimonial
{
  padding: 0 0;
}
.sec-heading {
	margin-bottom: 40px;
}
.sec-heading h6 {
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
  text-transform: capitalize;
}
.single-box {
	border: 2px solid #e7e7e7;
	padding: 10px;
	border-radius: 20px;
	background: #fff;
};

.single-box h4 {
	font-weight: 600;
	margin: 0;
	font-family: 'Poppins';
	font-size: 18px;
}
.single-box {
	overflow: hidden
}
.single-box .content {
	width: 100%;
	padding-left: 10px
}
.single-box .quote
{
  font-family: Verdana;
  font-size: 72px;
  color:#70BF45;
  text-align: right;
  font-weight: 700;
}
.single-box .rating-star
{
  color: #FFC000
}
.single-box p {
	margin: 10px 0 25px;
  text-align: justify;
}

.clients-carousel  .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
 margin-bottom: -50px;

}
.clients-carousel  .owl-nav {
  padding: 0! important;
  text-align: center;
  margin-top: 0! important;
}
.clients-carousel  .owl-nav button { 
  font-size: 25px !important;
  font-weight: 400 !important;
}
.clients-carousel  .owl-nav button span {
  padding: 10px;
  color: #000;
  background-color: #fff;
}

.clients-carousel  .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #e7e7e7;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
 .clients-carousel  .owl-dot.active {
	background-color: #70BF45;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
/* 	.testimonial {
		padding: 70px 0 130px;
	} */
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
/* 	.testimonial {
		padding: 70px 0 130px;
	}
	.single-box {
		padding: 50px 0 40px;
	} */
	.single-box .content {
		width: 100%;
		float: none;
	}
}
/* Reviews End */

.whychooseus .content {
  background-color: #d0eac2 ;
}
.whychooseus .content ul {
  list-style-type: disc !important ;
  padding-left: 1em;
}
.whychooseus .content ul li {
 font-size: 14px;
 margin: 10px 0;
 font-family: "Open Sans";
}
.whychooseus .ft {
  background-color: #70bf45 ;
 color: #ffffff;
 padding: 10px;
}
.whychooseus button {
  background-color:#ffffff ;
  color: #70BF45;
  padding: 10px;
  font-weight: bold;
}
.ticker {
  font-family:"Dancing Script";
}
.ticker div {
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 900;

}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: #fff;
  background-color: #000000;
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  
}
.card-footer .card-title {
  font-size: 24px;

}
.content-body {
  min-height: 500px !important;
}

.contact {
  background-color: #f8f8f8;
  padding: 25px;
}
.contact .company
{
  font-size: 20px;
  color: #70BF45;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.contact .location, .whatsapp, .mail, .website
{
  font-size: 16px;
}
.contact-form {
/*  background: url('../../../assets/images/contact/contact_bg.jpg'); */

  padding: 25px;
}
.contact-form .why-title {
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.contact-form .save-btn
{
  background-color: #70BF45 !important;
  color:#fff !important;
}
.welcome h1{
  color: #fff;
}
.welcome .subtitle1
{
  font-family: 'Gabriola';
  color: #000000;
  font-weight: 700;


}
.welcome .subtitle2
{
  font-family: 'Gabriola';
  color: #70bf45;
  font-weight: 700;

}
.welcome .home
{
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.welcome .package
{
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

.welcome .thank-img-container {
  position: relative;
}
.welcome .thank-img-container .thank-img-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} 

 .about2 {
  padding: 25px;
}
.about2 strong {
  color:#70BF45;
}

.service 
{
  padding: 25px;
}
.service strong {
  color:#70BF45;
}
 .img-block {
  position: relative;
  text-align: center;
  width: 100%;
}
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.text-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  
}
.about-index
{
  margin: 0 0;
}
.about-index .abt-title-sm
{
  font-family: "Dancing Script";
  font-size: 30px;
  color: white;
  font-weight: 700;
 text-align: center;
}
.about-index .abt-title
{
  font-family: "Dancing Script";
  font-size: 50px;
  color: white;
  font-weight: 700;
}
.about-index .abt-content-sm{
  text-align: justify;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  padding:10px 0;
}
.about-index .abt-content{
  text-align: justify;
  background-color: rgba(255,255,255,0.8);
  padding: 25px;
  color: #000;
}
.about-index .abt-button {
  background-color: #ffffff;
  color: #70BF45;
  padding: 10px;
  width: 150px !important;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 20px !important;
}
.about-index .abt-button-green {
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  margin-left: 25px;
}
.about-index .abt-button-green-sm {
  background-color: #70BF45;
  color: #ffffff;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
}
.service .s-title
{
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 40px;
  margin-top: 40px;
}
.accordion {
  
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: transparent;
 
}
.hot-package  .star
{
  color: #FFC000;
  font-size:20px;
}
.hot-package .star-dull
{
  background: -webkit-linear-gradient(#FFC000, #e7e7e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:20px;
}
.hot-package .company-name
{
  color: #70BF45;
}
.hot-package .gst-code
{
  background-color: #70BF45;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px;
  width: 350px;
}

/* Package Block */

.package
{
  padding: 0 0;
}

.package-box {
	border: 2px solid #e7e7e7;
	padding: 10px;
/* 	border-radius: 20px; */
	background: #fff;
};
.package-box h4 {
	font-weight: 600;
	margin: 0;
	font-family: 'Poppins';
	font-size: 18px;
}
.package-box {
	overflow: hidden
}
.package-box .content {
	width: 32.5%;
	padding-left: 25px;
  float:left;
  text-align: center;
}

.package-carousel  .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
 margin-bottom: -50px;

}
.package-carousel  .owl-nav {
  padding: 0! important;
  text-align: center;
  margin-top: 0! important;
}
.package-carousel  .owl-nav button { 
  font-size: 25px !important;
  font-weight: 400 !important;
}
.package-carousel  .owl-nav button span {
  padding: 10px;
  color: #000;
  background-color: #fff;
}

.package-carousel  .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #e7e7e7;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
.package-carousel  .owl-dot.active {
	background-color: #70BF45;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	/* .package {
		padding: 70px 0 130px;
	} */
  .package-box .content {
    width: 100%;
    padding: 10px;
    float:none;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	/* .package {
		padding: 70px 0 130px;
	}
	.package-box {
		padding: 50px 0 40px;
	} */
  .package-box .content {
    width: 100%;
    padding: 10px;
    float:none;
    text-align: center;
  }
}
/* Reviews End */
 .page-heading
{
  background-color: green;
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
  text-transform: capitalize;
  padding: 20px 10px; 
  color: #fff;
}

.packages .header-bg
{
  background-color: #70BF45;
  padding : 5px 5px;
}

.packages .package-title
{
  color:#fff;
  font-size: 24px;
  font-weight: 700 ;
  font-family: "Nunito", sans-serif;
}
.packages .package-subtitle
{
  color:#70BF45;
  font-size: 18px;
  font-weight: 400 ;
  font-family: "Nunito", sans-serif;
}
.packages .package-button
{
 padding: 5px;
 background-color: #fff;
 color:#70BF45;
}
.packages .days-nights
{
 background-color: #fff;
 color:orange;
 font-weight: 700;
 font-size: 18px;
}


/* hot-package*/
.hot-package-owl
{
  padding: 10px 0;
/* 
  border-radius: 10px; */
}
.hot-package-owl h1 {
  color: #000;
  font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 36px;
  text-transform: capitalize;

}

.hot-package-box {
	padding: 10px;
	background: transparent;
  width: 100%;

}
.hot-package-box h4 {
	font-weight: bolder;
	margin: 0;
	font-family: 'Dancing Script';
	font-size: 36px;
  color: #70BF45;
}

.hot-package-box .pack-name {
	font-weight: bolder;
	margin: 0;
	font-family: 'Dancing Script';
	font-size: 36px;
  color: #000;
}

.hot-package-box {
	overflow: hidden
}

.hot-package-box .img-area {
	width: 40%;
	float: left;
	margin: 0;
}
.hot-package-box .content {
	width: 60%;
  float: left;
}
.hot-package-box .content img { max-width:25px}

.hot-package-box .content .days-nights
{

 color:#70BF45;
 font-weight: 700;
 font-size: 16px;
}
.hot-package-box .content .package-button
{
 padding: 5px;
 background-color: #70BF45;
 color:#fff;
 border-radius: 50px;
 margin: 10px 0;
 width: 150px;
}

.hot-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
  bottom: -20px;
}
.hot-carousel .owl-nav {
  padding: 0! important;
  text-align: center;
  margin-top: 0! important;
}
.hot-carousel .owl-nav button { 
  font-size: 25px !important;
  font-weight: 400 !important;
}
.hot-carousel .owl-nav button span {
  padding: 10px 10px 10px 10px;
  background-color: #E2FFBC;
  color: #000;
}

.hot-carousel .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #e7e7e7;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
 .owl-dot.active, .hot-carousel .owl-dot.active {
	background-color: #70BF45;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	/* .hot-package-owl {
		padding: 70px 0 130px;
	} */
  .hot-package-box .img-area {
		width: 100%;
		float: none;
	}
  
  .hot-package-box .content {
    width: 100%;
    float: none;
  }
}
@media  (max-width: 768px) {
	/* .hot-package-owl {
		padding: 70px 0 130px;
	} */
 /*  .hot-package-box .img-area {
		width: 100%;
		float: none;
	}
  
  .hot-package-box .content {
    width: 100%;
    float: none;
  } */
}


@media only screen and (min-width: 320px) and (max-width: 359px) {
	/* .hot-package-owl {
		padding: 70px 0 130px;
	}
	.hot-package-box {
		padding: 50px 0 40px;
	} */
  .hot-package-box .img-area {
		width: 100%;
		float: none;
	}
  
  .hot-package-box .content {
    width: 100%;
    float: none;
  }
	
}

.unknown-facts
{
/*   font-family: "Poppins"; */
  font-size: 14px;
}
.unknown-facts h2
{
 font-family: "Poppins";
 font-size: 18px;
 font-weight: 700;
}
.unknown-facts h4
{
 font-family: "Poppins";
 font-size: 16px;
 font-weight: 700;
 margin: 10px 0;
}
.unknown-facts .accordion-button {
  --bs-accordion-btn-bg: #70BF45 ;
  --bs-accordion-btn-color : #fff;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.5rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition)
}
.unknown-facts .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #70BF45;
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}
.unknown-facts .accordion-item {
  color: var(--bs-accordion-color);
  background-color: #E2F2DA;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}
@media only screen and (max-width: 600px) {
  .hot-package-box .img-area {
    width: 100%;
    float: none;
  }
  
  .hot-package-box .content {
    width: 100%;
    float: none;
  }

}

@media (min-width:576px) {

  .container,
  .container-sm {
      max-width: 540px
  }
  
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
      max-width: 720px
  }
 
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
      max-width: 960px
  }
 
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1320px
  }
}
.bg-hot
{
 /*  background-color: #D0EAC2; */

   /* Location of the image */
   background-image: url(../../../assets/images/hot.jpg);
  
   /* Image is centered vertically and horizontally at all times */
   background-position: center center;
   
   /* Image doesn't repeat */
   background-repeat: no-repeat;
   
   /* Makes the image fixed in the viewport so that it doesn't move when 
      the content height is greater than the image height */
   background-attachment: fixed;
   
   /* This is what makes the background image rescale based on its container's size */
   background-size: cover;
   
   /* Pick a solid background color that will be displayed while the background image is loading */

   
   /* SHORTHAND CSS NOTATION
    * background: url(background-photo.jpg) center center cover no-repeat fixed;
    */
}
.bg-hot-theme{
  background-color: #fff !important;
}
input:required {
  border-color: red;
  border-width: 1px;
}
textarea:required {
  border-color: red;
  border-width: 1px;
}

#website{ display:none; }