 @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');

 *,
 *::before,
 *::after {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {

   font-family: 'agathomedium';
 }

 html {
   box-sizing: border-box;
 }

 body {
   font-family: "Poppins", sans-serif;
   line-height: 1.6;
   font-weight: 300;
   background-color: #fdfafa;
   font-size: 15px;
   color: #141516;
   letter-spacing: 0.5px;
 }

 .heading-primary {
   font-size: 30px;
 }

 p {
   line-height: 1.8;
   margin: 0 0 1rem;
 }

 ul,
 ol {
   padding: 0;
   margin: 0;
 }

 li {
   list-style: none;
 }

 a,
 a:hover,
 a:focus,
 a:active {
   text-decoration: none;
   outline: none;
   color: #000;
 }

 button,
 button:hover,
 button:focus,
 button:active {
   text-decoration: none;
   outline: none;
 }

 .padding {
   padding: 60px 0;
   position: relative;
 }

 .navbar {
   border: 0;
   z-index: 99;
   min-height: 70px;
   -webkit-transition: .5s ease;
   transition: .5s ease;
   position: fixed;
   width: 100%;
   left: 0;
   top: 0;
   background-color: rgb(0 0 0 / 44%);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .navbar.fixed {
   top: 0;
   background-color: hsl(199deg 36% 11% / 90%);
 }



 .dropdown-item.active,
 .dropdown-item:hover,
 .dropdown-item:focus {
   background: transparent !important;
   color: #8b5100 !important;
 }

 .navbar-collapse .navbar-nav .nav-link {
   text-align: center;
   padding: 10px 0;
   margin: 0 0 0 25px;
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
   font-weight: 400;
 }

   .navbar-collapse .navbar-nav .active {
   color: #ffd9a4 ;
 }

 .navbar-brand {
   padding: 0 !important;
 }

 .navbar-brand img {
   height: 70px;
 }

 .nav-scroll {
   position: fixed;
   top: -100px;
   left: 0;
   width: 100%;
   -webkit-transition: -webkit-transform .5s;
   transition: -webkit-transform .5s;
   transition: transform .5s;
   transition: transform .5s, -webkit-transform .5s;
   -webkit-transform: translateY(100px);
   transform: translateY(100px);
 }

 .nav-scroll .navbar-nav .nav-link .active {
   color: #f8c44f !important;
 }

 .ps {
   padding: 80px 0
 }


 .banner {
   height: 100vh;
   object-fit: cover;
   width: 100%;
 }

 .in_banner img {
   height: 100vh;
   object-fit: cover;
   width: 100%;
 }

 /*------- line ---------*/
 .line li .nav-link {
   position: relative;
 }

 .line li .nav-link:after {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 0%;
   content: '.';
   color: transparent;
   background: #000;
   height: 1px;
   -webkit-transition: all .5s;
   transition: all .5s;
 }

 .w100 {
   width: 100%;
 }

 .fs26 {
   font-size: 26px;
 }

 .faq .card .card-header a {
   position: relative;
   display: block;
   font-weight: 600;
 }

 .accordion .card .card-header a:before {
   font-family: bootstrap-icons !important;
   position: absolute;
   right: 0px;
   top: 0;
   font-size: 18px;
   display: block;
 }

 .faq .card .card-header a.collapsed:before {
   content: "\f282";
 }

 .faq .card .card-header a:before {
   content: "\f286";
 }

 .faq .card-header {
   background: #fff;
   border: none;
   padding: 0.9rem 1.5rem 0.9rem 1.25rem;
 }

 .faq .card-body {
   padding-top: 0px;
 }

 .faq .card {
   box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.07);
   margin-bottom: 20px;
   border: 1px solid rgb(0 0 0 / 5%);
   border-radius: 0.8rem;
   overflow: hidden;
 }

 .faq_img {
   border-radius: 25px;
   box-shadow: 0px 3px 15px rgb(0 0 0 / 17%);
 }

 img.location-icon {
   width: 20px;
 }

 table.table.distances-table tr th,
 table.table.distances-table tr td {
   padding: 10px 22px !important;
   font-size: 14px;
 }

 span.icon-bg-travel {
   background: #1d3f4e;
   width: 45px;
   height: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px;
   border-radius: 100px;
   position: absolute;
   left: 22px;
   top: 20px;
 }

 span.icon-bg-travel img {
   width: 28px;
 }

 .travel-box {
   position: relative;
   border: 1px solid #ddd;
   padding: 25px;
   border-radius: 10px;
   background: #fff;
   margin-bottom: 15px;
 }

 .travel-box-right {
   padding-left: 65px;
 }

 .travel-box-right p {
   margin: 0 0 10px 0;
   line-height: normal;
   font-size: 14px;
 }

 .heading-two {
   font-size: 25px;
 }

 .ps-60 {
   padding-top: 60px;
   padding-bottom: 60px;
 }

 .best-routes h3 {
   text-align: center;
   margin: 5px 0 25px 0;
   font-size: 1.5rem !important;
   min-height: 40px;
 }

 .route-km {
   display: flex;
   justify-content: space-between;
 }

 .route-km p {
   font-size: 13px;
   font-weight: 600;
 }

 .route-km p img {
   width: 16px;
 }

 .best-routes .p-3.p-md-4 {
   padding-top: 15px !important;
 }

 .best-routes a.btn {
   margin: 0 auto;
   display: block;
 }

 .m-a-g {
   display: block !important;
   margin: 0 auto;
   width: max-content;
 }

 .best-routes {
   height: 100%;
 }

 .why-c-jawai .aminites-card-item2 {
   height: 100%;
 }

 .why-c-jawai .aminites-card-item2 h3 {
   font-size: 22px;
 }

 .why-c-jawai .aminites-card-item2 p {
   font-size: 14px;
   line-height: normal;
 }





 .case1-section-area.our-faci .cs_case_study_thumb {
   background-image: url(../img/our-faci-img-1.jpg);
 }

 .case1-section-area.our-faci .cs_case_study_thumb.cs_case_study_thumb2 {
   background-image: url(../img/our-faci-img-2.jpg);
 }

 .case1-section-area.our-faci .cs_case_study_thumb.cs_case_study_thumb3 {
   background-image: url(../img/our-faci-img-3.jpg);
 }

 .case1-section-area.our-faci .cs_case_study_thumb.cs_case_study_thumb4 {
   background-image: url(../img/our-faci-img-4.jpg);
 }

 .case1-section-area.our-faci .cs_case_study_thumb.cs_case_study_thumb5 {
   background-image: url(../img/our-faci-img-5.jpg);
 }

 .v-a-m .table tr {
   vertical-align: middle;
 }

 .table-btn {
   padding: 5px 15px !important;
   font-size: 14px;
   border-radius: 6px;
 }

 .sec-title-ttv {
   margin: 20px 0px;
 }

 .sec-title-ttv h4 {
   font-size: 28px;
 }

 .three-title .hadding {
   font-size: 26px;
 }

 .single-box {
   background: #f1fafd;
   padding: 25px;
   border: 1px solid #eee;
   border-radius: 10px;
   box-shadow: 1px 4px 5px #c7c7c7;
   margin-bottom: 20px;
 }

 .hadding-two {
   font-size: 25px !important;
   margin: 0 0 20px 0;
 }

 .custom-dropdown-toggle::after {
   content: "▼";
   font-size: 12px;
   margin-left: 6px;
   display: inline-block;
   transition: 0.3s;
 }

 .dropdown.show .custom-dropdown-toggle::after {
   transform: rotate(180deg);
 }

 img.d-block.banner.privacy-policy-img {
   height: 300px;
 }

 .inner-text.privacy-policy-text {
   top: 65% !important;
 }

 .inner-text.privacy-policy-text h1 {
   font-size: 45px;
   font-family: "Poppins", sans-serif;
 }

 .trems-box-text {
   display: inline-block;
   width: 100%;
   margin: 0 0 10px 0;
 }

 .trems-box-text h2 {
   font-size: 28px !important;
   margin: 0 0 13px 0;
 }

 .trems-box-text p {
   font-size: 14px;
   line-height: 24px;
 }

 .trems-box-text-two h3 {
   font-size: 20px;
   margin: 0 0 10px 0;
   text-transform: capitalize;
 }

 .trems-box-text-two ul {
   margin: 0 0 20px 0;
   display: inline-block;
   width: 100%;
 }

 .trems-box-text-two ul li {
   position: relative;
   margin: 9px 0;
   padding-left: 22px;
   font-size: 15px;
 }

 .trems-box-text-two ul li:before {
   content: "";
   position: absolute;
   left: 0;
   top: 8px;
   width: 8px;
   height: 8px;
   background: #464646;
   border-radius: 100px;
 }

 .ul-list {
  display: inline-block;
  width: 100%;
}

.ul-list span {
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.ul-list span:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #6a6a6a;
  border-radius: 100px;
}
.stays_box1 small {
  font-size: 13px;
}

.tour-te-img {
  height: 300px;
  object-fit: fill;
}
#testimonials h5.ffp {
  font-size: 19px;
}
.blog-title {
  font-family: "Poppins", sans-serif;
}
a.btn-book {
  padding: 5px 15px;
  margin: 0 0 0 15px;
  border-radius: 6px;
}
.b-m-none {
  display: block;
}
.b-d-none {
  display: none;
}

.booking-box-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  width: max-content;
  margin: 0 auto;
}
.booking-box-btn a {
  padding: 6px 25px;
  font-size: 18px;
}
.booking-box-btn .btn:hover, .booking-box-btn .btn.active, .booking-box-btn .btn:focus {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.booking-box-btn .btn {
  background: #fff;
  color: #000;
}
 /*------ width < 768px ------*/
 @media (max-width: 768px) {
   .home-content {
     margin-top: 20px;
     text-align: center;
   }

   .home-content h1 {
     margin-top: 20px;
     font-size: 5rem;
   }
 }

 ul.list-items li {
   margin-bottom: 10px;
 }

 .copyright {
   text-align: center;
   border-top: 1px solid rgba(255, 255, 255, 0.10);
   padding: 15px;
   margin-top: 50px;
 }

 .copyright a {
   color: #fff;
 }

 .light_bg {
   background: #fafafa;
 }

 .footer {
   background: #1a3a49;
   color: #e1e1e1;
   padding: 60px 0 0;
   font-weight: 400;
   overflow: hidden;
 }

 .footer .footer_address ul li {
   padding: 6px 0;
   display: flex;
   align-items: center;
   font-size: 14px;
 }

 .footer .footer_address ul i {
   padding-right: 7px;
   margin: 5px 0 auto;
   font-size: 15px;
 }

 .footer .heading-primary {
   color: #fff;
 }

 .footet .navbar-brand .logo {
   width: 100%;
   height: 100%;
 }

 .footer .social-links {
   margin: 10px 0 0;
 }

 .footer .social-links ul li {
   display: inline-block;
   padding: 0;
 }

 .footer .social-links ul li a {
   color: #ffffff;
   font-size: 1.5rem;
   transition: all .3s;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -o-transition: all .3s;
   -ms-transition: all .3s;
   display: inline-block;
   margin: 0 12px 0 0;
 }

 .nav_link li {
   margin-bottom: 7px;
 }

 .footer li a {
   color: #fff;
   font-size: 16px;
   font-weight: 300;
   margin-bottom: 10px;
   display: inline-block;
 }

 .footer li a:hover {
   color: #fff;
 }

 .footer h4, span.foot-head {
  color: #fff;
  font-size: 18px;
  margin:30px 0 20px;
  display: inline-block;
}

 .whatsapp_sticky,
 .whatsapp_sticky:hover {
   position: fixed;
   bottom: 25px;
   left: 25px;
   z-index: 9;
   font-size: 28px;
   background: #10c772;
   color: #fff;
   border-radius: 50%;
   width: 50px;
   height: 50px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .whatsapp_sticky:after {
   content: "";
   display: block;
   position: absolute;
   left: -20px;
   right: -20px;
   top: -20px;
   bottom: -20px;
   border-radius: 50%;
   animation: animate 1.6s linear infinite;
   opacity: 0;
   backface-visibility: hidden;
   animation-delay: .6s;
   border: 5px solid #10c772;
 }

 @keyframes animate {
   0% {
     transform: scale(.5);
     opacity: 0;
   }

   50% {
     opacity: 1;
   }
 }

 .btn {
   background: #1d3f4e;
   border-radius: 10px;
   padding: 10px 20px;
   color: #fff;
 }

 .btn:hover {
   background: #112833;
   color: #fff;
 }

 .hadding {
   font-size: 2.5rem;
 }

 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
   max-width: 1220px;
 }

 .service__content {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   row-gap: 20px;
   align-items: center;
   margin-bottom: 10px;
 }

 .service__content-icon-2 {
   background: #ffffff;
   padding: 10px;
   border-radius: 50%;
   min-width: 60px;
   height: 60px;
   font-size: 30px;
   color: #828f98;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .stays_box {
   background: #f3f3f3;
   padding: 30px;
   transition: 0.3s;
 }

 .stays_box h3 {
   min-width: 215px;
   border-bottom: 1px solid #d7d7d7;
   padding-bottom: 10px;
 }

 .sub_p {
   max-width: 900px;
   margin: 0 auto;
 }

 .stays_box:hover .service__content-icon-2 {
   background: #d3c9b7;
   color: #000;
 }

 a,
 button,
 .service__content-icon-2 {
   -webkit-transition: .5s ease;
   transition: .5s ease;
 }

 .location-inner li {
   display: flex;
   margin-bottom: 15px;
 }

 .location-inner li i {
   min-width: 25px;
 }

 nav .btn {
   background: transparent;
   border: 1px solid #fff;
   color: #fff;
 }

 nav .btn:hover {
   background: #fff;
   border: 1px solid #fff;
   color: #000;
 }

 .testimonials_img {
   position: absolute;
   width: 100%;
   height: 100%;
   object-fit: cover;
   top: 0;
   left: 0;
   z-index: -1;
 }

 .testimonials::before {
   position: absolute;
   content: "";
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background: #1d242e;
   opacity: 0.8;
 }

 .test_monial_box h5,  .test_monial_box h3 {
   font-size: 24px;
 }

 .video-wrap {
   width: 100%;
   height: 100vh;
   object-fit: cover;
   border-radius: 500px;
 }

 .test_monial_box svg {
   width: 65px;
   height: 65px;
   margin-bottom: 10px;
 }

 .gallery__thumb img {
   -webkit-transition: all 0.3s 0s ease-out;
   -moz-transition: all 0.3s 0s ease-out;
   -ms-transition: all 0.3s 0s ease-out;
   -o-transition: all 0.3s 0s ease-out;
   transition: all 0.3s 0s ease-out;
   width: 100%;
   height: 320px;
   object-fit: cover;
 }

 .gallery__thumb img:hover {
   transform: scale(1.2);
 }

 .gallery__thumb {
   overflow: hidden;

 }

 .stays_box1 img {
   border-radius: 30px;
 }

 .footer .logo {
   height: 100px;
 }

 .stays_box1 {
   background: #fff;
   border-radius: 30px;
 }

 .stays_box1 h3 {
  font-size: 1.8rem;
}
.stays_box1 h5 {
  font-size: 16px;
}
.stays_box1 p {
  font-size: 13px;
}
 #about img {
   border-radius: 20px;
 }

 .amenities h3 {
   margin: 20px 0 10px;
   font-size: 26px;
   font-weight: 500;
 }

 .amenities p {
   margin-bottom: 0;
 }

 .amenities img {
   height: 45px;
 }

 .services {
   color: #fff;
   background: url(../img/services.jpg) no-repeat center;
   position: relative;
   background-attachment: fixed;
   background-size: cover;
 }

 .br30 {
   border-radius: 30px;
 }

 .navbar-nav .dropdown-menu {
   border-radius: 15px;
   transition: .3s;
 }

 .dropdown-menu.show {
   top: 100%;
 }

 .navbar-nav .dropdown-menu a {
   display: block;
   padding: 3px 10px;
 }

 .navbar-nav .dropdown-menu a:hover {
   color: #143256;
 }

 .gallery .owl-nav {
   display: none;
 }

 .gallery .owl-dots span {
   width: 15px;
   height: 15px;
   display: inline-block;
   background: #d3c9b7;
   border-radius: 100%;
   margin: 5px;
 }

 .gallery .owl-dots .active span {
   background: #252523;
 }

 .gallery .owl-dots {
   text-align: center;
   padding-top: 20px;
 }

 .gallery .item img {
   border-radius: 5px;
 }

 .map {
   width: 100%;
   border: 0;
   padding: 0;
   margin: 0;
   margin-bottom: -8px;

   height: 450px;
 }

 .navbar-toggler {
   padding: 0;
   margin: 0 0 0 auto;
   font-size: 35px;
   outline: none;
   box-shadow: inherit;
   border: 0;
   color: #fff;
   position: absolute;
   right: 30px;
   top: 22px;
 }

 .navbar-toggler:focus {
   box-shadow: inherit;
 }

 .testimonials .owl-nav,
 .testimonials .owl-dots {
   display: none;
 }

 .fp {
   font-family: "Poppins", sans-serif;
 }

 .booking-box {
   bottom: 150px;
   z-index: 10;
   left: 0;
   width: 100%;
   position: absolute;
 }

 .form-card {
   background: rgb(12 23 24 / 45%);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   border: 1px solid rgb(255 255 255 / 67%);
   border-radius: 20px;
 }

 .form-card .form-control {
   background: transparent;
   color: #fff;
   appearance: auto;
   font-size: 14px;
   padding: .7rem .75rem;
   border: 1px solid hsl(0deg 0% 100% / 34%);
 }

 .form-card .form-control option {
   background: rgb(12 23 24 / 90%);

 }

 .form-card .form-control::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #ffffffab;
 }

 .form-card .form-control::-moz-placeholder {
   /* Firefox 19+ */
   color: #fff;
 }

 .form-card .form-control:-ms-input-placeholder {
   /* IE 10+ */
   color: #fff;
 }

 .form-card .form-control:-moz-placeholder {
   /* Firefox 18- */
   color: #fff;
 }

 .wpn {
   white-space: nowrap;
 }

 .form-card .btn {
   background: #dab786;
   color: #000;
   padding: 10px;
 }

 .bg_light {
   background: hsl(0deg 0% 0% / 5%);
 }

 .ffp {
   font-family: "Poppins", sans-serif;
 }

 .fs23 {
   font-size: 23px;
 }

 .aminites-card-item {
   position: relative;
   padding: 40px 30px 30px;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(238, 238, 238);
   border-image: initial;
   border-radius: 10px;
   transition: 0.3s ease-in-out;
   background: rgb(255, 255, 255);
 }

 .aminites-card-item .number {
   border-left: 1px solid rgb(238, 238, 238);
   border-radius: 0 10px 0 10px;
   width: 60px;
   height: 60px;
   position: absolute;
   right: 0;
   top: 0;
   justify-content: center;
   align-items: center;
   display: flex;
   font-size: 30px;
   font-family: 'agathomedium';
   color: #ccc;
   border-bottom: 1px solid rgb(238, 238, 238);
 }

 .z1 {
   z-index: 1;
 }

 .services:after {
   background: rgb(0 20 28 / 74%);
   content: "";
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   left: 0;
 }

 .aminites-card-item2 {
  position: relative;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 25%);
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  font-weight: 200;
  height: 100%;
}

 .blog-card {
   border: none;
   border-radius: 15px;
   overflow: hidden;
   transition: all 0.3s ease;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
   background: #fff;
   position: relative;
 }

 .blog-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .blog-img {
   height: 420px;
   object-fit: cover;
 }

 .blog-date {
   font-size: 0.9rem;
   color: #ffffff;
   margin-top: auto;
 }

 .blog-title {
   font-weight: 500;
   font-size: 1.5rem;
 }

 .blog-card .btn {
   border: 1px solid #ffffff;
   background: transparent;
   color: #ffffff;
   padding: 7px 15px;
 }

 .blog-card .card-body {
   z-index: 1;
   background: linear-gradient(180deg, rgb(9 18 24 / 0%) 15%, #091518 100%);
   width: 100%;
   display: flex;
   position: absolute;
   bottom: 0;
   left: 0;
   transition: all 0.4s ease-out;
   color: #fff;
   top: 0;
   padding: 20px;
 }

 .blog-card .card-body:hover {
   background: linear-gradient(180deg, rgba(9, 18, 24, 0.151) 10%, #091518 100%);

 }

 .test_monial_box {
   position: relative;
   padding: 30px;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(255 255 255 / 25%);
   border-radius: 30px;
   transition: 0.3s ease-in-out;
   font-weight: 200;
   background-color: rgb(0 0 0 / 1%);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
 }

 .test_monial_box img {
   border: 1px solid rgb(255 255 255 / 25%);
   padding: 4px;
   border-radius: 100px;
   width: 110px;
   margin: 0 auto 20px;
 }

 .test_monial_box i.bi {
   color: #d3b330;
 }


 /*------ restront------ */



 .case1-section-area {
   position: relative;
   z-index: 1;
 }

 .case1-section-area .case-header-area {
   position: relative;
   z-index: 1;
   margin-bottom: 60px;
 }

 .why-c-jawai {
   color: #fff;
   background: url(../img/why-jawai.jpg) no-repeat center;
   position: relative;
   background-attachment: fixed;
   background-size: cover;
 }

 .contact-us-left {
   background: #1d3f4e;
   color: #fff;
   padding: 30px;
   border-radius: 15px;
   box-shadow: 1px 2px 4px #ddd;
 }

 .contact-us-detais div {
   position: relative;
 }

 .contact-us-detais div span {
   position: absolute;
   left: 0;
   top: 4px;
 }

 .contact-us-detais div span img {
   width: 25px;
   border-radius: 0 !important;
 }

 .contact-us-gridtwo {
   display: flex;
   justify-content: space-between;
 }

 .contact-us-gridtwo div h3,
 .contact-us-gridtwo div p {
   padding-left: 40px;
   margin: 0;
 }

 .contact-us-gridtwo div {
   margin-top: 10px;
   margin-bottom: 25px;
   display: inline-block;
   width: 100%;
 }

 .contact-us-gridtwo div h3,
 .add-contact h3 {
   font-size: 22px;
 }

 .contact-us-gridtwo div p,
 .add-contact p {
   font-size: 14px;
 }

 .add-contact h3,
 .add-contact p {
   padding-left: 40px;
   margin: 0;
 }

 .send-msg {
   background: #fff;
   padding: 20px 30px;
   border: 1px solid #eee;
   border-radius: 10px;
   box-shadow: 1px 2px 4px #ddd;
 }

 .send-msg .form-control {
   width: 100%;
   height: 40px;
   border: 1px solid #c7c7c7;
   font-size: 14px;
   background: #fff;
 }

 .send-msg label {
   font-size: 14px;
   margin: 0 0 4px 0;
   font-weight: 500;
 }

 .send-msg textarea.form-control {
   height: 100px !important;
 }

 .contact-us-detais {
   margin-top: 35px;
 }

 .btn-green {
   background: #10c772;
 }

 .contact-us-whatapp {
   margin-top: 0;
   border: 1px solid #eee;
   padding: 20px;
   border-radius: 15px;
   background: #fff;
   padding-bottom: 20px;
   box-shadow: 1px 2px 4px #ddd;
 }

 .contact-us-whatapp h3 {
   font-size: 24px;
 }

 .contact-us-whatapp p {
   font-size: 14px;
 }

 @media (max-width: 767px) {
   .case1-section-area .case-header-area {
     margin-bottom: 30px;
   }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .case-header-area {
     margin-bottom: 30px;
   }
 }

 .case1-section-area .cs_case_study_1_list {
   display: flex;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study_1_list {
     flex-direction: column;
   }
 }

 @media (max-width: 767px) {
   .case1-section-area .cs_case_study_1_list {
     flex-direction: column;
   }
 }

 .case1-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
   flex: 1;
 }

 .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
   min-height: 400px;
 }

 .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
   transition: all 0.2s ease;
   left: 80px;
   opacity: 0;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
     left: 0;
     opacity: 1;
   }
 }

 .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
   flex: 3;
 }

 .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
   opacity: 1;
   left: 0;
   transition: all 0.6s ease;
   transition-delay: 0.3s;
 }

 .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
   transform: scale(0) rotate(360deg);
   transition-delay: 0.1s;
 }

 .case1-section-area .cs_case_study.cs_style_1 {
   height: 700px;
   display: flex;
   align-items: flex-end;
   position: relative;
   overflow: hidden;
   transition: all 0.4s ease;
 }

 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .case1-section-area .cs_case_study.cs_style_1 {
     height: 600px;
   }
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
   text-decoration: none;
   background-image: linear-gradient(currentColor, currentColor);
   background-repeat: no-repeat;
   background-position: bottom left;
   background-size: 100% 3px;
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
   left: 70px;
   top: 70px;
   z-index: 1;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
     left: 30px;
     top: 40px;
   }
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
   margin-bottom: 15px;
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
   position: relative;
   z-index: 2;
   width: 100%;
   padding: 88px 72px;
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb:after {
   content: "";
   background: linear-gradient(180deg, hsl(0deg 0% 0% / 0%), rgba(2, 4, 7, 0.60) 100%);
   height: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
 }

 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
     padding: 50px;
   }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
     padding: 30px;
   }
 }

 .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
   left: 70px;
   bottom: 86px;
   z-index: 1;
   height: 55px;
   width: 55px;
   transition: all 0.6s ease;
 }

 @media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
     left: 40px;
     bottom: 50px;
   }
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
     display: none;
   }
 }

 .case1-section-area .cs_case_study_thumb {
   background-image: url(../img/case-img1.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
   background-image: url(../img/case-img2.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
   background-image: url(../img/case-img3.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
   margin: 0px 8px;
   border-radius: 20px;
   height: 475px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
     margin: 0 0 24px 0;
   }
 }

 @media (max-width: 767px) {
   .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
     margin: 0 0 24px 0;
   }
   a.btn-book {
    padding: 5px 15px;
    margin: 0 60px 0 0;
    border-radius: 6px;
}
.navbar-toggler {
  right: 20px;
  top: 16px;
}
div#multiCollapseExample2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  background-color: rgb(0 0 0 / 44%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.b-m-none {
  display: none;
}
.b-d-none {
  display: block;
}
 }

 .case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
   opacity: 0;
   transition: all 0.4s;
 }

 .case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
   left: 0;
   transition: all 0.4s;
   opacity: 1;
 }

 .case1-section-area .content-area1 {
   position: absolute;
   transform: rotate(-90deg);
   width: 290px;
   height: auto;
   left: -80px;
   bottom: 162px;
   transition: all 0.4s;
   opacity: 1;
 }

 .case1-section-area .content-area1 a {
   display: inline-block;
   text-transform: capitalize;
   transition: all 0.4s;
   width: 100%;
   color: #fff;
   font-size: 30px;
   font-family: agathomedium;
 }

 .case1-section-area .content-area {
   position: absolute;
   z-index: 1;
   transition: all 0.4s;
   padding: 0 24px 24px 24px;
   bottom: 0;
   left: -100%;
   opacity: 0;
 }

 .case1-section-area .content-area a {
   display: inline-block;
   text-transform: capitalize;
   transition: all 0.4s;
   width: 100%;
   margin-bottom: 8px;
   font-family: 'agathomedium';
   color: #fff;
   font-size: 30px;
 }

 .case1-section-area .content-area p {
   color: #fff;
   transition: all 0.4s;
 }




 /* trstront ens */



 /* how-to-reach-jawai-start */

 .how-to-reach .inner-text {
   position: absolute;
   top: 55%;
   left: 0;
   transform: translate(10%, -50%);
   color: #fff;
   font-size: 2.5rem;
   font-weight: 500;
   text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
   width: 50%;
 }

 .how-to-reach .banner {
   height: 500px;
 }

 .how-to-reach .inner-text h1 {
   font-size: 55px;
   font-family: "Poppins", sans-serif;
 }

 .how-to-reach .inner-text .sub-text,
 .sub-text {
   font-size: 30px;
   margin-top: 10px;
   font-family: 'agathomedium';
 }

 .how-to-reach .inner-text p {
   font-size: 16px;
   margin: 10px 0 0;
 }

 .distances-table thead tr th {
   background-color: #29363b;
   color: #fff;
 }

 .table-redis {
   border-radius: 10px;
   overflow: hidden;
   border: 1px solid #28353a;
 }

 /* how-to-reach-jawai-end */

 .faci-gal {
   display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 40px;
   row-gap: 10px;
 }

 .faci-gal p {
   font-size: 14px;
   line-height: normal;
   margin: 12px 0 0px 0; 
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
 }
.faci-gal2 p::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #ffffff;
    left: 0;
    top: 6px;
} 
.faci-gal2 p{  padding-left: 20px;}

 .faci-gal p img {
   height: 35px;
   object-fit: contain;
   border-radius: 0px !important;
 }

 /* .faci-gal p:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100px;
} */
 input[type="date"]::-webkit-calendar-picker-indicator {
   filter: invert(1);
   /* white banane ke liye */
   cursor: pointer;
 }

 .activities_item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden; padding: 16px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid rgba(178, 118, 45, 0.12);  
}
.activities_item img {
    border-radius: 20px;
    height: 230px;
    object-fit: cover;
}
.activities_item h3{  margin: 20px 0 0px;    font-size: 1.6rem; }
.activities_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(178, 118, 45, 0.22);
}

 .feature-item {
      text-align: center;
      padding: 15px 8px;
    }

.feature-icon {
    width: 58px;
    height: 58px;
    border: 1.5px solid #c8a84a;
    color: #c8a84a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 12px;
    background: #fff;
}

    .feature-item h6 {
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      color: #333;
    }

    .info-box {
      position: relative;
      height: 100%;
      background: #fff;
      border-radius: 24px;
      padding: 20px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(200, 168, 74, 0.18);
      overflow: hidden;
    }

    .info-box h4 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #222;
    }

  

    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .info-list li {
      font-size: 15px;
      color: #555;
      margin-bottom: 13px;
      line-height: 1.6;    display: flex;
    }

    .info-list i {
          color: #c8a84a;
      margin-right: 8px;
    }
.feature-row { 
    padding: 28px;
    background: #f8f5ef;
    border-radius: 24px;
}
.season-card {
    background: #f5f0e7;
    border-radius: 10px;  
    margin-bottom: 14px; width: 100%; text-align: center; overflow: hidden; font-size: 13px;
}

.season-card h5 {
    color: #ffffff;
    display: block;
    font-size: 14px;
    background: #70a17b;
    padding: 5px; font-family: "Poppins", sans-serif;
}
.season-card h5.c1{ background: #bb7931;}
.season-card h5.c2{ background: #576284;}
.season-card strong{  font-weight: 600;}
.season-card p{ padding: 0 10px;}
.safari-box::after {
      content: "";
      position: absolute;
      right: -20px;
      bottom: -15px;
      width: 210px;
      height: 210px;
      background: url("../img/safari-highlights.avif") center/cover no-repeat;
      opacity: 0.08;
      border-radius: 50%;
      pointer-events: none;
 }
.guest_reviews_item {
    text-align: center;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
 .guest_reviews_item i{ color: #c7993a;}
 .guest_reviews_item p {
    line-height: 1.5;
    margin: 1rem 0;
}
.space_section{background-color: hsl(199deg 36% 11% / 90%); height: 87px;}
.list_li li{ margin:0 0 5px 20px;list-style: disc;}

 @media only screen and (min-width: 991px) {
   .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
     display: block;
     top: 100%;
     visibility: visible;
     opacity: 1;
     right: 0;
     border-radius: 10px;
     padding: 15px 15px;
   }

   .navbar-nav .dropdown-menu {
     width: 250px;
     top: 200%;
     border-radius: 15px;
     transition: .3s;
     visibility: hidden;
     display: block;
     opacity: 0;
   }
 }

 @media only screen and (max-width: 991px) {
   .navbar-brand img {
     height: 45px;
   }
.space_section { 
    height: 70px;
}
   .navbar2 {
     padding: 10px 15px;
     display: block;
   }

   .navbar-collapse .navbar-nav .nav-link {
     margin: 0;
   }

   .navbar-nav .dropdown-menu {
     background: rgb(255 255 255 / 7%);
   }

   .navbar-nav .dropdown-menu a {
     color: #fff;
     text-align: center;
   }

   .navbar-collapse .navbar-nav li {
     text-align: center;
   }

   .top_contact {
     display: none;
   }

   .header-call {
     margin-right: 15px !important;
   }
 }




 @media (max-width: 767px) {
  .banner {
    height: 35vh;
    object-fit: cover;
    width: 100%;
}
   header#home {
    position: relative;
}
.booking-box-btn {
  bottom: 30%;
}
.booking-box-btn .btn {
  display: block;
  margin: 0;
}

.booking-box {
    object-position: bottom;
    position: initial;
    margin: 20px 0 0;
}

   .form-card .form-control {
     padding: 8px 15px;
     font-size: 12px;
   }

   .booking-box .form-label {
     font-size: 13px;
     margin: 0 !important;
     padding: 0;
   }

   .form-card .col-md-2.col-6 {
     margin-top: 8px;
   }

   .ps {
     padding: 50px 0;
   }

   .how-to-reach .inner-text {
     position: absolute;
     top: 140px;
     left: 0;
     transform: translate(0%, 0%);
     color: #fff;
     font-size: 2.5rem;
     font-weight: 500;
     text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
     width: 100%;
     white-space: normal;
     padding: 0 30px;
   }

   .how-to-reach .inner-text h1 {
     font-size: 32px;
     line-height: normal;
   }

   .hadding {
     font-size: 2.1rem;
   }

   .content-area1 {
     display: none;
   }

   .case1-section-area .content-area {
     left: 0;
     opacity: 1;
   }

   table.table.distances-table tr th,
   table.table.distances-table tr td {
     white-space: nowrap;
   }

   .table-redis {
     overflow-x: auto;
   }

   .contact-us-gridtwo {
     display: grid;
   }

   .send-msg {
     margin-top: 20px;
   }

   .footer h4 {
     font-size: 20px;
     margin-top: 20px;
   }

   input[type="date"]::-webkit-calendar-picker-indicator {
     display: none;
     -webkit-appearance: none;
   }

   .form-card input[type="date"] {
     background: transparent url("../img/calendar.png") no-repeat 94% 7px;
   }

.form-card {
    background: rgb(29 63 78);
}

   .faci-gal {
     grid-template-columns: 1fr;
   }

   .faci-gal p {
     font-size: 12px;
   }

   .dropdown-item.active,
   .dropdown-item:hover,
   .dropdown-item:focus {
     color: #ffd9a4 !important;
   }
 }