@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --yellow: #039982;
  --yellow-light: #f5b30b27;
  --black: #000000;
  --white: #ffffff;
  --para: #000000b9;
  --bg: #f6f4fa;
  --black-bg: #1E1E1E;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 font-family: "Urbanist", sans-serif;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: var(--black);
}

h2 {
  font-size: 4rem;
  color: var(--black);
}

h3 {
  font-size: 2rem;
  color: var(--black);
}

h4 {
  font-size: 2.5rem;
  color: var(--black);
  font-weight: 500;
}

h5 {
  font-size: 1.5rem;
  color: var(--black);
}

h6 {
  font-size: 1.4rem;
  color: var(--black);
}

p {
  font-size: 1.6rem;
  color: var(--para);
}

a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 0rem 2.8rem 0rem 2.8rem;
}

.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 10rem 2.8rem;
}

.grid {
  display: grid;
  gap: 5rem;
}

.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}

.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* ========common styles======== */
/* ========common styles======== */
/* ========common styles======== */
 
/* -------++++----------- */
.common-btn-box{
    text-align: center;
    display: block;
    margin-top: 4rem;
}
.common-btn {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600; 
  display: inline-flex;
  padding: 2rem;
  border-radius: 33rem;
  transition: all 0.5s ease;
  cursor: pointer;
  border: none;
  border: 1px solid var(--yellow);
}
.common-btn:hover {
  background-color: var(--yellow);
  color: white;
}
/* --------+++++--------- */
.common-top {
  background-color: var(--black);
  margin-top: 11.5rem;
  text-align: center;
}
.common-top .wrapper{
    padding: 4rem;
}
.common-top h2 {
  padding-bottom: 2rem;
}
.common-top p {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.common-top h2,
.common-top p {
  color: var(--white);
  font-family: "Momo Signature", cursive;
}
/* ========common styles======== */
/* ========common styles======== */

/* =========header============ */
/* ==========header=========== */
/* =========header============ */
/* =========header============ */
/* =========header============ */
/* =========header============ */
header {
  z-index: 99;
  width: 100%;
}

.common-header {
  margin-top: 13rem;
  background-color: var(--blue);
  text-align: center;
}
.common-header .wrapper {
  padding: 3rem 2.8rem;
}
.common-header h1 {
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}
.common-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  color: var(--yellow);
  text-transform: uppercase;
}
.common-header p a {
  color: var(--white);
  font-weight: 500;
}

/* Make sure top-header, nav, and banner2 appear above gradient */
.top-header,
nav,
.banner2 {
  position: relative;
  z-index: 2;
}

.nav-nav {
  background-color: var(--yellow);
  position: fixed;
  top: 4.2rem;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: top 0.3s ease;
  border-bottom: 1px solid var(--gray);
  border-top: 1px solid var(--gray);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 132rem;
  margin: 0rem auto;
  padding: 0.5rem 2.8rem;
}
.nav-nav.nav-up {
  top: 0;
}
.nav-login {
  background-color: var(--yellow);
  padding: 0.8rem 2rem !important;
  border-radius: 2rem;
  color: var(--blue) !important;
  font-weight: 600;
}

/* ========================= */
/* Keep your existing styles */
/* ========================= */

.top-header {
  padding: 1rem 0rem;
  background-color: var(--white);
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.3s ease;
}

.top-header-data {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-data-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.thdl-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.thdl-box i {
  font-size: 2rem;
  color: var(--yellow);
}

.thdl-box p a,
.thdl-box p {
  color: var(--black);
  font-size: 1.4rem;
}

.thdr-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.thdr-box a i {
  color: var(--blue);
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--yellow);
  transition: all 0.3s linear;
}
.thdr-box a i:hover {
  color: var(--yellow);
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--white);
}

.logo img {
  width: 45%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  text-transform: uppercase;
}

.nav-links a {
  color: var(--white);
  font-weight: 500;
  padding: 1.5rem 0;
  transition: all 1s linear color 0.3s ease;
  font-weight: 600;
}
.nav-links a.active {
  color: var(--black);
  /* border-bottom: 1px solid var(--yellow); */
}
.nav-links a:hover {
  /* border-bottom: 1px solid var(--yellow); */
  color: var(--black);
}

.mobile-menu {
  display: none;
}

.mobile-menu i {
  font-size: 4rem;
  color: var(--white);
  cursor: pointer;
}
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}
a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  margin-top: 11.5rem;
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 50vh;
    margin-top: 8.5rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  margin: 40px 60px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
  font-family: "Spinnaker", sans-serif;
  width: 70%;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 22px;
    margin: 0 0 6px;
    width: 100%;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
.clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}


/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
footer {
  background-color: var(--black-bg);
}
.footer-box1 img {
  width: 95%;
}
.footer-box1 p {
  color: var(--bg);
  padding: 2rem 0rem;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-social-links a i {
  background-color: var(--bg);
  padding: 1rem;
  border-radius: 50%;
  color: var(--yellow);
  font-size: 1.6rem;
  display: inline-block;
}
.footer-box h4 {
  color: var(--white);
  padding-bottom: 3rem;
  font-weight: 700;
}
.footer-box ul a {
  padding: 1.5rem 0rem;
}
.footer-box ul a:hover {
  color: var(--yellow);
}
.footer-info-data,
.footer-info-data p {
  color: var(--white);
}
.footer-info-data {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 0rem;
}
.footer-info-data i {
  font-size: 2rem;
}
.f-pt {
  background-color: var(--yellow-light);
  margin-bottom: 1rem;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.sub-footer {
  background-color: #201b05;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.116);
}
.sub-footer .wrapper {
  padding: 2rem 2.8rem;
}
.sub-footer p {
  color: var(--white);
  font-weight: 300;
}
.sub-footer-links {
  display: flex;
  align-items: end;
  gap: 1rem;
  justify-content: end;
}
/* ///////////features-icons////////// */
/* ///////////features-icons////////// */
.features-icons{
    position: relative;
    width: 100%;
        background-color: #0399833a;
}
.features-box{
    text-align: center;
}
.features-box img{
    width: 75px;
    height: 75px;
}
.features-box h3{
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
/* ///////////features-icons////////// */
/* ///////////features-icons////////// */


/* ///////////Top Destination////////// */
/* ///////////Top Destination////////// */
.top-destination{
    position: relative;
    width: 100%;
}
.top-destination .wrapper-heading{
    padding-top: 5rem;
}
.top-destination .wrapper{
    padding-top: 5rem;
}
.top-destination-box img{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
/* ///////////Top Destination////////// */
/* ///////////Top Destination////////// */


/* ///////////Testimonail////////// */
/* ///////////Testimonail////////// */
.testimonial {
    background-color: #0399833a;
}
 .testimonial .wrapper-heading{
    text-align: center;
    padding-top: 5rem;
 }
.testimonial-container {
  width: 100%;
  max-width: 100%;
  padding: 2rem;
}
.testimonial-grid {
  display: grid;
  gap: 5rem;
}
.image-container {
  position: relative;
     width: 65%;
    height: 35rem; 
    /* text-align: center; */
    margin: 0 auto;
  perspective: 1000px;
}
.testimonial-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  margin-left: 5rem;
}
.name {
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.25rem;
}
.designation {
  font-size: 2rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
.quote {
  font-size: 1.6rem;
  color: #4b5563;
  line-height: 1.75; 
}
.arrow-buttons {
  display: flex;
  gap: 1rem;
  padding-top: 3rem;
}
.arrow-button {
    width: 3.75rem;
    height: 3.75rem;
  border-radius: 50%;
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.arrow-button:hover {
  background-color: var(--yellow);
}
.arrow-button svg {
  width: 2rem;
  height: 2rem;
  fill: #f1f1f7;
  transition: transform 0.3s;
}
.arrow-button:hover svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .arrow-buttons {
    padding-top: 0;
  }
}


/* ///////////Testimonail////////// */
/* ///////////Testimonail////////// */
/* --------+++++--------- */
.common-top {
  background-color: var(--black);
  margin-top: 11.5rem;
  text-align: center;
}
.common-top h2 {
  padding-bottom: 2rem;
}
.common-top p {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.common-top h2,
.common-top p {
  color: var(--white);
  font-family: "Momo Signature", cursive;
}
/* ========common styles======== */
/* ========common styles======== */
/* ///////////About////////// */
/* ///////////About////////// */
.about{
    position: relative;
    width: 100%; 
}
.about-box img{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.about-box h2{
    padding-bottom: 2rem;
}
.about-box p{
    text-align: justify;
    line-height: 2.5rem;
}
/* ///////////About////////// */
/* ///////////About////////// */


/* ///////////vision-mission////////// */
/* ///////////vision-mission////////// */
.vision-mission{
    position: relative;
    width: 100%;
}
.vision-mission .wrapper{
    padding-top: 0rem;
}
.vision-mission-box{
    background-color: #E5F7F4;
    padding: 3rem;
    border-radius: 2rem;
}
/* ///////////vision-mission////////// */
/* ///////////vision-mission////////// */

/* ///////////vision-mission////////// */
/* ///////////vision-mission////////// */
.tour-package{
    position: relative;
    width: 100%;
}
.tour-package .wrapper-heading{
    text-align: center;
    margin-top: 5rem;
}
.tour-package-box {
    background-color: #E5F7F4;
    padding: 2rem;
        border-radius: 2rem;
}
.tour-package-box img{
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
.tour-package-box .common-btn-box{
    margin-top: 2rem;
}
/* ///////////vision-mission////////// */
/* ///////////vision-mission////////// */

/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
.gallery {
    position: relative;
    width: 100%;
}
.gallery .common-btn-box{
    margin-top: 2rem;
}
.gallery-box {
    background-color: #E5F7F4;
    padding: 2rem;
    border-radius: 2rem;
}
.gallery-box img {
    width: 100%;
    height: auto;
}
.gallery-box h3 {
    text-align: center;
    padding-top: 1rem;
    font-family: "Momo Signature", cursive;
    color: var(--white);
}
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */


/* =======gallery details===== */
/* =======gallery details===== */
/* =======gallery details===== */
.gallery-details{
    position: relative;
    width: 100%;
} 
/* =======gallery details===== */
/* =======gallery details===== */

/* ///////contact//////// */
/* ///////contact//////// */
/* ///////contact//////// */
/* ///////contact//////// */
.contact {
  position: relative;
  width: 100%;
}
.map {
  border-radius: 2rem;
}
.contact-data {
  margin-top: 10rem;
}
.cd-left-heading h5 {
  font-weight: 500;
  padding-bottom: 2rem;
}
.cd-left-heading h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}
.cd-left-heading p {
  padding-bottom: 5rem;
}
 
.cd-timing-box {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 2rem 0;
}
.cd-timing-box i {
  font-size: 2.5rem;
  color: var(--brightaqua);
}
.cd-timing-box-data h4 {
  font-weight: 500;
  padding-bottom: 1rem;
}
.contact-from {
  background-color: #f8f9fa;
  padding: 3rem;
  border-radius: 2rem;
}
.contact-from h2 {
  font-weight: 500;
  padding-bottom: 2rem;
}
.form-c input,
.form-c textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 1rem;
  outline: none;
  border: 1px solid var(--gray);
}
.form-c input,
.form-c textarea::placeholder {
  font-size: 1.4rem;
}
/* .common-btn{
  width: 200px;
    height: 50px;
    background: rgb(0, 136, 11);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--white);
    border: none;
    border-radius: 22rem;
    cursor: pointer;
    font-size: 1.6rem;
    transition: all 0.3s linear;
} */

.privacy-policy h2,
.privacy-policy h3,
.privacy-policy p{
margin: 2rem 0;
}
.privacy-policy p{
  font-size: 1.8rem;
}
.privacy-policy ul li{
  font-size: 1.6rem;
  padding: 1rem 0;
  list-style-type: disc;
}