@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

:root {
  --bg-blue: #120795;
  --primary-text-color: #2b2c2b;
  --color-text-white: #fff;
  /* fort family */
  --primary-font: "Cabin", sans-serif;


}

body,
html {
  color: var(--primary-text-color);
  font-size: 10px;
  font-weight: 400;
  font-family: var(--primary-font);
  scroll-behavior: smooth;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 9rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--primary-text-color);
}

h2 {
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--primary-text-color);
  text-transform: capitalize;
  letter-spacing: 5px;
}

h3 {
  font-size: 4rem;
  line-height: 1.4;
  color: var(--primary-text-color);
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 5px;
}

h4 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary-text-color);
  text-transform: capitalize;
}

h5 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary-text-color);
  text-transform: capitalize;
}

h6 {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
  color: var(--primary-text-color);
  text-transform: capitalize;
}

p {
  font-size: 2rem;
  line-height: 1.6;
  color: var(--primary-text-color);
  margin-top: 1rem;
  font-family: var(--primary-font);
}
.tc{
  text-align: center;
}
.mt-40{
  margin-top: 40px;
}
/* =============================================== */
.pre-header-left-section .header-contact-sec .header-icon-sec img {
  width: 45px;
  height: 45px;
}

.pre-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre-header-left-section {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-contact-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-phone-section {
  border-left: 2px solid var(--color-text-white);
  padding-left: 50px;
}

.header-data-sec a {
  font-size: 1.6rem;
  color: var(--color-text-white);
}

.top-social-icons {
  display: flex;
  gap: 25px;
}

.top-single-social a img {
  width: 30px;
  height: 30px;
}

.top-single-social {
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-text-white);
  border-radius: 50%;
}

.header-logo-section img {
  width: 160px;
}

.header-menu-bar-section ul li a {
  color: var(--color-text-white);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.header-menu-bar-section ul .nav-item a:hover,
.header-menu-bar-section ul .nav-link.active {
  color: #120795;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-banner-image.hero {
  background-image: url('../images/to-p-banner-image-final.png');
  height: 90vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  /* border-image: fill 0 linear-gradient(#0000009c,#0000); */
}

.is-home-page {
  position: absolute;
  width: 100%;
  padding-top: 7px;
}

.home-about-section {
  background-image: url('../images/about-background.png');
  background-size: cover;
  margin-top: 20px;
  padding: 55px 0px;
}

.home-about-content p {
  letter-spacing: 3px;
  margin-top: 27px;
}

.home-about-service {
  margin-top: 45px;
}

.home-about-section .button-section {
  margin-top: 65px;
}

.home-about-service ul li {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 3px;
}

.home-about-service ul li {
  list-style: none;
  margin-left: -28px;
  margin-top: 13px;
}

.primary-button {
  background: #120795;
  padding: 25px 36px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
}

.home-about-image img {
  width: 100%;
  padding: 20px;
}

.popular-packeges {
  background: rgba(0, 0, 0, 0.5)url('../images/packeges-background-image.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: darken;
  background-position: center center;
  padding: 10px 0px 100px 0px;
}

.packeget-heading h2,
.packeget-heading h3 {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.listing-packege-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.listing-single-packege {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  margin: 13px 5px;
}

.listing-single-packege .listing-packege-details {
  padding: 20px;
}

.listing-single-packege .listing-packege-title {
  font-size: 2rem;
  font-weight: 600;
  color: #2b2c2b;
}

.listing-single-packege .listing-days-and-guests {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

.listing-single-packege .listing-numberofdays .days-night,
.listing-single-packege .listing-numberofuser .numberofuser {
  font-size: 2rem;
  font-weight: 400;
  color: #2b2c2b;
}

.listing-single-packege .listing-days-and-guests .listing-numberofdays,
.listing-single-packege .listing-days-and-guests .listing-numberofuser {
  display: flex;
  align-items: center;
  gap: 5px;
}

.listing-packege-price-section {
  border-top: 1px solid #E5E4E4;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.listing-single-packege .listing-packege-price-section .act-price {
  color: #8A8686;
  font-size: 1.8rem;
  text-decoration: line-through;
}

.listing-single-packege .listing-packege-price-section .discounted-price {
  font-size: 2rem;
  font-weight: 600;
}

.listing-single-packege .listing-packege-button-section {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px
}

.secondary-button {
  padding: 22px 15px;
  color: #120795;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  border: 3px solid #120795;
}

.packege-primary-button {
  padding: 22px 35px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  border: 3px solid #120795;
  background: #120795;
}

.popular-packeges .packeget-heading {
  padding: 55px 0px;
}

.packege-view-all-button {
  text-align: center;
  margin-top: 40px;
}

.why-choose-us-section {
  background: url('../images/whyhoose-bg.png');
  background-size: cover;
  padding: 100px 0px;
}

.whychoose-single {
  display: flex;
  align-items: center;
  gap: 6px;
}

.why-choose-icone img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.why-choose-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.why-choose-info {
  font-size: 1.8rem;
  color: #2b2c2b;
}

.why-choose-content {
  margin-top: 30px;
}

.favorit-tour-section {
  background: url('../images/favorite-bg.png');
  background-size: cover;
  padding: 100px 0px 75px 0px;
}

.favorit-view-all-button {
  text-align: center;
  margin-top: 40px;
}

.contact-map-section img {
  width: 100%;
}

.contact-us .contact-form form {
  background: white;
  width: 490px;
  box-shadow: 0px 0px 7px -1px black;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  margin: 25px 0px;
}
.form-submit-button {
  background: #120795 !important;
}

.contact-us .contact-form .formfield input {
  width: 343px;
  height: 54px;
  background: #F6FAFC;
  border: 1px solid #D2D7D2;
  font-size: 18px;
  padding-left: 12px;
  border-radius: 12px;
}

.contact-us .contact-form .formfield textarea {
  width: 343px;
  height: 127px;
  background: #F6FAFC;
  border: 1px solid #D2D7D2;
  font-size: 18px;
  padding-left: 12px;
  border-radius: 12px;
}

.contact-us .contact-form .formfield {
  margin: 23px 0px;
}

.form-button input {
  width: 343px;
  height: 62px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  color: white;
  background: #120795;
  border: none;
  border-radius: 20px;
}

.contact-us .contact-form {
  background: url('../images/Contact-form-bg.png');
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us .contact-form .form-title {
  font-size: 2.4rem;
  letter-spacing: 3px;
  color: #2B2C2B;
}
.contact-form .form-button .wpcf7-submit {
  background: #120795;
}
.contact-form .form-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.contact-form .formfield p {
  font-size: 14px !important;
}

footer {
  background: rgba(0, 0, 0, 0.6) url('../images/footer-bg.png');
  background-size: cover;
  background-position: center center;
  background-blend-mode: darken;
  background-attachment: fixed;
}

.footer-section .footer-logo-section {
  height: 90px;
  width: 258px;
  background: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section .footer-logo-section img {
  width: 62%;
}

.footer-section .pre-footer {
  display: flex;
  align-items: center;
  gap: 80px;
}

.footer-section .social-footer-section {
  display: flex;
  gap: 44px;
  align-items: center;
}

.footer-section .pre-footer-logo-social {
  padding: 45px 0px;
  border-bottom: 1px solid white;
}

.footer-section .footer-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
}

.footer-section .section-data ul li {
  font-size: 1.6rem;
  color: white;
  margin-top: 12px;
  list-style: none;
  margin-left: -19px;
}

.footer-section .f-c-icon {
  margin-right: 6px;
}

.footer-section .footer-left-section .section-data ul li a {
  color: white;
}

.footer-section .footer-middle-section .section-data ul li a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}

.footer-section .section-data {
  color: white;
  font-size: 1.6rem;
  margin-top: 20px;
}

.footer-section .footer-data {
  display: flex;
  justify-content: space-between;
}

.footer-section .footer-data .footer-left-section,
.footer-section .footer-data .footer-right-section {
  width: 40%;
}

.footer-section .footer-data .footer-middle-section {
  width: 20%;
}

.footer-section .footer-content-section {
  padding: 32px 0px;
  border-bottom: 1px solid white;
}

.footer-coppy-right-section {
  font-size: 1.4rem;
  color: white;
  font-style: italic;
  padding: 20px 0px;
  font-weight: 300;
}

.inner-page {
  background: var(--bg-blue);
  padding-top: 7px;
}

.top-gallery-and-show-more-section .bannerimage-galler {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 7px;
  margin: 40px 0px 40px 0px;
}

.top-gallery-and-show-more-section .bannerimage-galler #gallerybox-1 {
  grid-row-start: 1;
  grid-row-end: 3;
  height: 50vh;
}

.gallerybox {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.bannerimage-galler .gallerybox img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* .single-package-title-section {
  background: #F6FAFC;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 5px -3px black;
} */
.sp-data-box{
  background: #F6FAFC;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 5px -3px black;
}

.sp-title {
  font-size: 3rem;
  font-weight: 600;
  color: #2B2C2B;
}

.heading-under-line::after {
  content: "";
  display: block;
  width: 60px;
  border-bottom: .5rem solid #120795;
}

.single-package-title-section .sp-info {
  display: flex;
  gap: 70px;
  font-size: 1.8rem;
  color: #2B2C2B;
  margin-top: 28px;
}

.single-package-title-section .sp-info .sp-time::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/mingcute_time-fill.png") no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}

.single-package-title-section .sp-info .sp-guest-count::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/mdi_users.png") no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.single-include img {
  width: 30px;
  margin-right: 7px;
}

.single-package-title-section .sp-info .sp-location::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/single-page-location.png") no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: contain;
}
.booking-title {
  display: flex;
  justify-content: center;
}
.sp-regular-price {
  font-size: 1.8rem;
  color: #2B2C2B;
  margin-top: 30px;
  margin-bottom: 15px;
}
.sp-regular-price span {
  text-decoration: line-through;
  font-weight: 700;
}
.sp-sale-price {
  font-size: 40px;
  font-weight: 700;
  color: #368F00;
}
.sp-requst-call-buttons .listing-packege-button-section {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sp-included-data ul li {
  font-size: 2rem;
  color: #2B2C2B;
  list-style: none;
}
.sp-included-data ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  margin-top: 30px;
  margin-left: -20px;
}
.sp-icon .king-size-bed::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/king-size-bed.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.sp-icon .wellcome-bottle::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/wellcome-bottle.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.sp-icon .loundry-service::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/loundry-service.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.sp-icon .pick-and-drop-service::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/pick-and-drop-service.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.sp-icon .meals-included::before {
  content: "";
  /* display: block; */
  background: url("../images/icons/meals-included.png") no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 1px 4px 0 0;
  background-size: cover;
}
.sp-tour-plan {
  margin-top: 40px;
}
.sp-tour-plan .accordion-button {
  font-size: 2rem;
  font-weight: 700;
}
.sp-tour-plan .accordion-button .sp-day {
  color: #120795;
  padding-right: 7px;
}
.sp-tour-plan .accordion-button::after{
  background: url("../images/icons/accordion-arrow.png") no-repeat;
  background-size: cover;
}
.sp-tour-plan .accordion-body {
  font-size: 1.6rem;
}
.sp-inqury-form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.sp-inqury-form form {
  width: 90%;
  box-shadow: 0px 0px 7px -4px black;
  border-radius: 10px;
  padding: 0px 20px 40px 20px;
}
.sp-inqury-form .formfield input {
  width: 100%;
  height: 54px;
  background: #F6FAFC;
  border: 1px solid #D2D7D2;
  font-size: 18px;
  padding-left: 12px;
  border-radius: 12px;
}
.sp-inqury-form .formfield textarea {
  width: 100%;
  height: 127px;
  background: #F6FAFC;
  border: 1px solid #D2D7D2;
  font-size: 18px;
  padding-left: 12px;
  border-radius: 12px;
}
.sp-inqury-form .filedtitle label {
  font-size: 18px;
}
.sp-inqury-form .formfield {
  margin-top: 25px;
}
.sp-inqury-form .form-submit-button {
  margin-top: 20px;
  width: 100% !important;
}
.sp-view-map{
  margin-top: 30px;
}
.sp-map-section{
  margin-bottom: 30px;
}
.review-slider .single-review .user-profile img {
  border: 3px solid #120795;
  border-radius: 50%;
  height: 130px;
  width: 130px !important;
  object-fit: cover;
}
.review-clent-rating {
  display: flex;
}
.review-clent-rating img {
  width: 40px !important;
  height: 40px;
}
.review-client-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-slider .single-review {
  background: white;
  padding: 15px 24px 35px 24px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -9px black;
}
.review-slider .review-client-name {
  font-size: 18px;
  font-weight: 700;
  color: #2b2c2b;
}
.review-slider .review-content p {
  font-size: 16px;
  color: #2d2d2d;
}
.owl-prev:hover, .owl-next:hover {
  background: none !important;
}
.gallery-show-more .gallery-button-icon div {
  border: 2px solid #000;
  height: 15px;
  width: 15px;
  border-radius: 3px;
}
.gallery-show-more .gallery-button-icon {
  display: grid;
  grid-template-columns: 15px 15px;
  gap: 2px;
}
.gallery-show-more .gallery-button-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7ad;
  padding: 10px;
  width: 15%;
  border-radius: 15px;
  cursor: pointer;
}
.top-gallery-and-show-more-section {
  position: relative;
}
.gallery-show-more {
  position: absolute;
  width: 80%;
  bottom: 26px;
  left: 80px;
}
.gallery-show-more .gallery-link {
  font-size: 1.8rem;
}
.image-gallery-popup {
  font-size: 1.6rem;
}
.image-gallery-popup .btn-secondary {
  font-size: 1.6rem !important;
  background: #120795;
  border: none;
}
.image-gallery-popup .modal-title {
  font-size: 1.8rem !important;
  color: #120795;
  font-weight: 700;
}

/* ================================================= */
/* ------------------------about-page-css------------------------------- */
.inner-page-title {
  text-align: center;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.inner-banner-title {
  background: rgba(0,0,0,0.5);
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-title-bg {
  background: rgba(0, 0, 0, 0.5) url('../images/about-bg-title.png');
  background-blend-mode: darken;
  background-size: cover;
  background-position: center center;
}
.about-page-main-text p {
  letter-spacing: 3px;
  margin-top: 27px;
}
.about-page-main-content {
  background: url('../images/about-content-bg.png');
  /* height: 850px; */
  background-size: cover;
  background-position: center;
}
.about-page-main-text {
  width: 55%;
  padding-top: 77px;
}
.about-our-service ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 30px;
}
.about-who-we-are {
  position: relative;
  margin: 100px 0px;
}
.who-we-are-data {
  background: #F6FAFC;
  width: 60%;
  padding: 30px 20px 50px 20px;
  position: absolute;
  top: 12%;
  right: 5%;
}
.mission-vision-goals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.single-mission {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 7px -4px black;
  padding: 25px;
}
.team-member-box {
  width: 33.33%;
}
.team-member-profile-pic {
  position: relative;
  }
.team-member-social {
  background: #120795A6;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.team-member-profile-pic .Profile-pic {
  width: 100%;
  height: 630px;
  object-fit: cover;
}
.team-member .tm-single-social a {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin: 25px 15px;
}
.team-member .team-details {
  background: #F6FAFC;
  padding: 20px;
}
.team-member .team-details .mamber-name {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.team-member .member-designation {
  font-size: 3.2rem;
}
.team-member .team-sec-title {
  margin-bottom: 80px;
}
.team-member .team-members-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* ---------------------end about-page-css ------------------------------ */
/* -------------------------category page css ---------------------------- */
.category-packeges {
  background: #ECF1F4FC;
  padding: 50px 0px;
}
/* ------------------------------end category page css----------------------- */
/* ---------------------request a call popup style------------------------------ */
.rc-popup-wrapper {
  display: none;
}
.rc-popup-wrapper.show-me {
  display: block;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: #031044a6;
}
.rc-popup-wrapper .rc-popup-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.rc-popup-wrapper .rc-popup-fields {
  background: white;
  width: 600px;
  border-radius: 20px;
  box-shadow: 1px 1px 7px 1px black;
  padding: 20px 5px;
}
.rc-popup-wrapper .rc-field {
  margin-bottom: 18px;
}
.rc-popup-wrapper .rc-field input {
  width: 400px;
  height: 42px;
  border: none;
  box-shadow: 0px 0px 3px -1px black;
  border-radius: 10px;
  padding: 0px 10px;
  font-size: 16px;
}
.rc-popup-wrapper .rc-field textarea {
  width: 400px;
  height: 120px;
  border: none;
  box-shadow: 0px 0px 3px -1px black;
  border-radius: 10px;
  padding: 0px 10px;
  font-size: 16px;
}
.rc-popup-show {
  height: 100vh;
  overflow: hidden;
}
.rc-popup-wrapper .rc-field p {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rc-popup-wrapper .rc-field .rc-submit-btn {
  background: #120795 !important;
  text-align: center;
  color: white;
  height: 55px !important;
  width: 400px !important;
}
.rc-popup-wrapper #rc-popup-close {
  position: relative;
}
.rc-popup-wrapper .rc-popup-close-icon {
  width: 35px;
  position: absolute;
  right: 4px;
  top: -21px;
  cursor: pointer;
}
.rc-popup-wrapper .rc-field .rc-hide-me {
  display: none;
}
/* ------------------end request a call popup style ---------------------------------- */
.inner-page-title h1 {
  color: white !important;
  font-size: 45px !important;
}
.post-inner {
  min-height: 350px;
}
.error404-content .intro-text {
  text-align: center;
  padding: 20px 0px;
}
.error404-content .search-form {
  text-align: center;
  margin-bottom: 40px;
}
.error404-content #search-form-1 {
  height: 61px;
  width: 284px;
  border-radius: 10px;
  border: 1px solid #d8d4d4;
  box-shadow: 0px 0px 6px -3px black;
  padding: 0px 10px;
  font-size: 16px;
}
.error404-content .search-form .search-submit {
  background: #120795 !important;
  padding: 13px 36px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 20px;
  border: none;
}
.not-found-page-container {
  display: flex;
  flex-direction: column;
  margin: 30px 0px 60px 0px;
  align-items: center;
  justify-content: center;
}
.not-found-page-container .notfound-description .button-section {
  margin-top: 35px;
  text-align: center;
}
/* -----------------------------car rent page style --------------------------------------- */
.infotable, tr, td {
  border: 1px solid #000;
  padding: 20px;
}
.heading-type, .heading-type1 {
  box-shadow: inset 0 0 0 3px #fff;
  color: #fff;
  font-weight: 700;
  outline-offset: 9px;
}
.heading-type1 {
  background: #1d284b;
}
.heading-type {
  background: #0087e7;
}
.tabledata {
  margin: 30px 0px;
  font-size: 18px;
}
/* -------------------------------end car rent page style ---------------------------------------- */
/* ------------------------my home stay-page style --------------------------------------- */
.my-home-stay-page-wrapper .my-home-stay-banner-section img {
  width: 100%;
}
.homestay-service-section .homestay-servicetitle {
  text-align: center;
  margin-top: 50px;
}
.homestay-service-section .home-stay-services {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 35px 0px;
}
.homestay-service-section .home-stay-services .home-stay-service-title {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.my-home-stay-room-section .single-image img {
  height: auto;
  height: 700px;
  object-fit: cover;
}
.my-home-stay-room-section .review-slider {
  margin-top: 20px;
}
li {
  font-size: 1.7rem;
  line-height: 1;
  color: #474a47;
  margin-top: 1rem;
  font-family: var(--primary-font);
}
.my-home-stay-room-section .single-room-data {
  border-top: 1px solid #120795;
  padding-top: 25px;
}
.roomprice {
  display: flex;
  justify-content: space-between;
}
.rooms-in-my-home-stay {
  margin-bottom: 25px;
}
/* ------------------------end my home stay page style ----------------------------------- */
/* ------------------------------------responsive start ------------------------------------------------- */
/* ===========================responsive====================== */
@media (max-width: 480px) {
  body,
html {
  font-size: 7px;
}
.pre-header-left-section {
  gap: 0px;
  align-items: start;
  flex-direction: column;
}
.header-contact-sec {
  gap: 5px;
}
.header-phone-section {
  border-left: none;
  padding-left: 0px;
}
.top-social-icons {
  gap: 3px;
}
.top-single-social {
  height: 25px;
  width: 25px;
}
.top-single-social a img {
  width: 15px;
  height: 15px;
}
.pre-header-left-section .header-contact-sec .header-icon-sec img {
  width: 25px;
  height: 25px;
}
.home-banner-image.hero {
  height: 21vh;
}
.header-logo-section img {
  width: 70px;
}
.home-about-content {
  padding: 0px 5px;
}
.home-about-service ul li {
  margin-left: -16px;
}
.primary-button {
  padding: 12px 15px;
}
.home-about-section {
  margin-top: 2px;
  padding: 30px 0px;
}
.listing-packege-image img {
  height: 250px;
}
.packege-primary-button, .secondary-button {
  padding: 12px 12px;
}
.packege-primary-button img {
  width: 16px;
}
.whychoose-single {
  margin: 10px 0px;
}
.popular-packeges {
  padding: 0px 0px 50px 0px;
}
.why-choose-us-section {
  padding: 50px 0px;
}
.favorit-tour-section {
  padding: 50px 0px 50px 0px;
  background-position: center center;
}
.footer-section .footer-logo-section {
  height: 65px;
}
.social-footer-section .single-footer-social img {
  width: 25px;
}
.footer-section .footer-data {
  flex-direction: column;
}
.footer-section .footer-data .footer-left-section, .footer-section .footer-data .footer-right-section {
  width: 100%;
}
.footer-section .footer-data .footer-middle-section {
  width: 100%;
  margin: 35px 0px;
}
.footer-section .footer-content-section {
  padding: 32px 0px 32px 20px;
  border-bottom: 1px solid white;
}
.home-about-service ul li img {
  width: 20px;
}
.packege-request-call-button button {
  padding: 12px 12px;
  }
  .packege-view-all-button .primary-button, .favorit-view-all-button .primary-button {
    width: 50%;
  }
  .p-dialog.p-component.request-form-header.p-dialog-default.p-ripple-disabled.p-dialog-enter-done {
    width: 85vw !important;
  }
  .footer-section .social-footer-section {
   gap: 22px;
 }
 .about-page-main-text {
  width: 100%;
    padding: 15px;
    background: #FFFFFFB2;
    margin-top: 16px;
    border-radius: 20px;
}
.about-our-service ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
.home-about-service {
  margin-top: 20px;
}
/* ------------------- */
.who-we-are-image img {
  width: 100%;
}
.about-who-we-are {
  margin: 25px 0px;
}
.who-we-are-data {
  background: #F6FAFC;
  width: 100%;
  padding: 15px 7px 50px 7px;
  position: relative;
  top: 0;
  right: 0;
}
.mission-vision-goals {
  flex-direction: column;
}
.single-mission {
  width: 100%;
  height: auto;
 }
/* ------------------ */
.team-member .team-members-boxes {
  flex-direction: column;
}
.team-member-box {
  width: 100%;
}
.team-member-profile-pic .Profile-pic {
  height: 325px;
}
.inner-page-title {
  font-size: 4rem;
}
.single-package-page .bannerimage-galler {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 40px 0px 40px 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.single-package-page .bannerimage-galler #gallerybox-1 {
  height: 30vh;
  grid-column-start: 1;
  grid-column-end: 3;
}
.imggallerybutton {
  width: 45%;
  }
  .gallery-show-more {
    width: 100%;
    bottom: 7px;
    left: 8px;
  }
  .sp-title {
    font-size: 2rem;
  }
  .single-package-title-section .sp-info {
    gap: 10px;
    flex-direction: column;
  }
  .sp-included-data ul {
    grid-template-columns: 1fr 1fr;
  }
  .imggallerybutton img {
    width: 20px;
    margin-right: 4px;
  }
  .imggallerybutton {
    font-size: 1.5rem;
  }
  .review-slider .single-review .user-profile img {
    height: 85px;
    width: 85px !important;
  }
  .review-clent-rating img {
    width: 20px !important;
    height: 20px;
  }
  .review-slider .review-client-name {
    font-size: 1.6rem;
  }
  .review-slider .review-content p {
    font-size: 1.6rem;
  }
  .review-slider {
    margin-top: 20px;
  }
  .sp-sidebar {
    margin-top: 35px;
  }
  .notfound-image img {
    width: 100%;
  }
  .contact-us .contact-form form {
    width: 100%;
  }
  .header-menu-bar-section ul li a {
    text-shadow: 0 2px 6px #000;
  }
  .header-menu-bar-section ul li {
    margin: 10px 0px;
  }
  .top-gallery-and-show-more-section .bannerimage-galler #gallerybox-1 {
    height: 22vh;
  }
  .gallery-show-more .gallery-button-inner {
    width: 38%;
  }
  .tabledata {
    font-size: 12px;
    overflow: scroll;
  }
  .infotable, tr, td {
    padding: 10px;
  }
  .home-stay-single-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.homestay-service-section .home-stay-services .home-stay-service-title {
  font-size: 1.6rem;
}
.home-stay-single-service-icon img {
  width: 50px;
}
.about-home-stay-image-sec img {
  width: 100%;
}
.my-home-stay-room-section .single-image img {
  height: 450px;
}
}
@media (max-width: 992px) {
  .header-bar {
    align-items: start;
    flex-direction: row-reverse;
  }
  .header-menu-bar-section nav .navbar-toggler {
    border: 1px solid white;
    box-shadow: 0px 1px 7px -2px black;
  }
  .header-menu-bar-section {
    width: 70%;
  }
  .navbar-toggler-icon {
    background-image: url('../images/menu-toggle.png');
  }
  .navbar-collapse.collapse.show {
    background: #120795;
    width: 100%;
    padding-left: 15px;
  }

  
  
}
@media only screen and (min-width:433px) and (max-width:480px){
  .home-banner-image.hero {
    height: 27vh;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  body,
  html {
    font-size: 8px;
  }
  .pre-header-left-section {
    gap: 0px;
    align-items: start;
    flex-direction: column;
  }
  .header-contact-sec {
    gap: 5px;
  }
  .header-phone-section {
    border-left: none;
    padding-left: 0px;
  }
  .top-social-icons {
    gap: 12px;
  }
  .top-single-social {
    height: 25px;
    width: 25px;
  }
  .top-single-social a img {
    width: 15px;
    height: 15px;
  }
  .pre-header-left-section .header-contact-sec .header-icon-sec img {
    width: 25px;
    height: 25px;
  }
  .home-banner-image.hero {
    height: 30vh;
  }
  .header-logo-section img {
    width: 70px;
  }
  .home-about-section {
    margin-top: 5px;
    padding: 10px 0px 50px 0px;
  }
  .home-about-content {
    padding: 0px 10px;
  }
  .home-about-service ul li {
    margin-left: -20px;
  }
  .primary-button {
    padding: 15px 25px;
  }
  .listing-packege-image img {
    height: 380px;
  }
  .popular-packeges {
    padding: 10px 0px 60px 0px;
  }
  .why-choose-us-section {
    padding: 60px 0px;
  }
  .whychoose-single {
    margin: 10px 0px;
  }
  .favorit-tour-section {
    background-position: center center;
  }
  .social-footer-section .single-footer-social img {
    width: 25px;
  }
  .footer-section .footer-logo-section {
    height: 65px;
  }
  .footer-section .footer-data {
    flex-direction: column;
    gap: 20px;
  }
  .footer-section .footer-data .footer-left-section, .footer-section .footer-data .footer-right-section {
    width: 100%;
  }
  .footer-section .footer-data .footer-middle-section {
    width: 100%;
  }
  .footer-section .footer-content-section {
    padding: 32px 15px 0px 32px;
  }
  .home-about-service ul li img {
    width: 20px;
  }
  .p-dialog.p-component.request-form-header.p-dialog-default.p-ripple-disabled.p-dialog-enter-done {
    width: 70vw !important;
  }
  .packege-view-all-button .primary-button, .favorit-view-all-button .primary-button {
    width: 30%;
  }
  .about-page-main-text {
    width: 100%;
    padding: 15px;
    background: #FFFFFFB2;
    margin-top: 16px;
    border-radius: 20px;
  }
  .about-our-service ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
  .home-about-service {
    margin-top: 20px;
  }
  /* ------------------- */
  .who-we-are-image img {
    width: 100%;
  }
  .about-who-we-are {
    margin: 25px 0px;
  }
  .who-we-are-data {
    background: #F6FAFC;
    width: 100%;
    padding: 15px 7px 50px 7px;
    position: relative;
    top: 0;
    right: 0;
  }
  .mission-vision-goals {
    flex-direction: column;
  }
  .single-mission {
    width: 100%;
    height: auto;
   }
  /* ------------------ */
  .team-member .team-members-boxes {
    flex-direction: column;
  }
  .team-member-box {
    width: 100%;
  }
  .team-member-profile-pic .Profile-pic {
    height: 500px;
  }
  /* -------------single packege-resposive ------------ */
  .sp-sidebar {
    margin-top: 35px;
  }
  .single-package-page .bannerimage-galler {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin: 40px 0px 40px 0px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .single-package-page .bannerimage-galler #gallerybox-1 {
    height: 30vh;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .imggallerybutton {
    width: 45%;
    }
    .gallery-show-more {
      width: 100%;
      bottom: 7px;
      left: 8px;
    }
    .sp-title {
      font-size: 2rem;
    }
    .single-package-title-section .sp-info {
      gap: 10px;
      flex-direction: column;
    }
    .sp-included-data ul {
      grid-template-columns: 1fr 1fr;
    }
    .imggallerybutton img {
      width: 20px;
      margin-right: 4px;
    }
    .imggallerybutton {
      font-size: 1.5rem;
    }
    .review-slider .single-review .user-profile img {
      height: 85px;
      width: 85px !important;
    }
    .review-clent-rating img {
      width: 20px !important;
      height: 20px;
    }
    .review-slider .review-client-name {
      font-size: 1.6rem;
    }
    .review-slider .review-content p {
      font-size: 1.6rem;
    }
    .review-slider {
      margin-top: 20px;
    }
  /* ------------end single packege-responsive ----------------- */
}
@media only screen and (min-width:607px) and (max-width:767px){
  .home-banner-image.hero {
    height: 38vh;
  }
}
@media only screen and (min-width:767px) and (max-width:992px){
  .container {
    max-width: 750px;
  }
  body,
  html {
    font-size: 8px;
  }
  .pre-header-left-section .header-contact-sec .header-icon-sec img {
    width: 35px;
    height: 35px;
  }
  .header-contact-sec {
    gap: 7px;
  }
  .header-phone-section {
    padding-left: 15px;
  }
  .pre-header-left-section {
    gap: 20px;
  }
  .top-single-social a img {
    width: 20px;
    height: 20px;
  }
  .top-single-social {
    height: 30px;
    width: 30px;
  }
  .header-bar {
    margin-top: 12px;
  }
  .home-banner-image.hero {
    height: 48vh;
  }
  .home-about-service ul li img {
    width: 20px;
  }
  .listing-packege-image img {
    height: 185px;
  }
  .listing-single-packege .listing-packege-details {
    padding: 10px;
  }
  .listing-single-packege .listing-packege-button-section {
    flex-direction: column;
    gap: 30px;
  }
  .why-choose-icone img {
    height: 70px;
    width: 70px;
  }
  .why-choose-us-section {
    padding: 50px 0px;
  }
  .favorit-tour-section {
    padding: 50px 0px 75px 0px;
  }
  .contact-us .contact-form form {
    width: 280px;
    padding: 6px;
    margin: 0px;
  }
  .contact-us .contact-form .formfield input {
    width: 100%;
    height: 36px;
    font-size: 1.8rem;
  }
  .contact-us .contact-form .formfield textarea {
    width: 100%;
    height: 80px;
    font-size: 1.8rem;
}
.form-button input {
  width: 100%;
  height: 45px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-us .contact-form {
  background-position: center center;
}
.contact-data-section {
  margin: 20px 0px;
}
.packege-view-all-button .primary-button, .favorit-view-all-button .primary-button {
  width: 23%;
  padding: 14px 33px;
}
.contact-us .contact-form .formfield {
  margin: 5px;
}
.contact-form form .form-button {
  margin: 0px 20px 10px;
}
.packege-request-call-button button {
 padding: 22px 28px;
 }
 .about-page-main-text {
  width: 100%;
  padding: 15px;
  background: #FFFFFFB2;
  margin-top: 16px;
  border-radius: 20px;
}
.about-our-service ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
.home-about-service {
  margin-top: 20px;
}
/* ------------------- */
.who-we-are-image img {
  width: 100%;
}
.about-who-we-are {
  margin: 25px 0px;
}
.who-we-are-data {
  background: #F6FAFC;
  width: 100%;
  padding: 15px 7px 50px 7px;
  position: relative;
  top: 0;
  right: 0;
}
.mission-vision-goals {
  flex-direction: column;
}
.single-mission {
  width: 100%;
  height: auto;
 }
/* ------------------ */
.team-member .team-members-boxes {
  flex-direction: column;
}
.team-member-box {
  width: 100%;
}
.team-member-profile-pic .Profile-pic {
  height: 650px;
}
/* --------single-packege------------ */
.single-package-page .bannerimage-galler #gallerybox-1 {
  height: 30vh;
}
.gallery-show-more {
  width: 100%;
  bottom: 10px;
  left: 22px;
}
.imggallerybutton {
 width: 30%;
}
.single-package-title-section .sp-info {
  gap: 10px;
  flex-direction: column;
}
.sp-included-data ul {
  grid-template-columns: 1fr 1fr;
  }
  .review-slider .single-review .user-profile img {
    height: 50px;
    width: 50px !important;
  }
  .review-slider .review-client-name {
    font-size: 1.2rem;
  }
  .review-clent-rating img {
    width: 15px !important;
    height: 15px;
  }
  .review-slider .review-content p {
    font-size: 1.2rem;
  }
  .review-slider {
    margin-top: 30px;
  }
  .sp-sale-price {
    font-size: 3rem;
  }
  .sp-requst-call-buttons .listing-packege-button-section {
    flex-direction: column;
    gap: 30px;
  }
  .sp-inqury-form .formfield input {
    height: 34px;
    font-size: 12px;
  }
  .sp-inqury-form form {
    width: 100%;
    padding: 0px 5px 40px 5px;
  }
  .sp-inqury-form .filedtitle label {
    font-size: 12px;
  }
  
/* -------------end single packege ----------- */
}

@media only screen and (min-width:992px) and (max-width:1500px){
  body,
  html {
    font-size: 8px;
  }
  .top-single-social {
    height: 32px;
    width: 32px;
  }
  .top-single-social a img {
    width: 20px;
    height: 20px;
  }
  .pre-header-left-section .header-contact-sec .header-icon-sec img {
    width: 30px;
    height: 30px;
  }
  .header-logo-section img {
    width: 110px;
  }
  .header-menu-bar-section ul li a {
    font-size: 1.7rem;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 20px;
  }
  .home-banner-image.hero {
    height: 63vh;
  }
  .listing-packege-image img {
    width: 100%;
    height: 240px;
  }
  .listing-single-packege .listing-packege-details {
    padding: 10px;
  }
  .listing-single-packege .listing-packege-button-section {
    flex-direction: column;
    gap: 10px;
  }
  .listing-packege-button-section .packege-call-button {
    width: 100%;
  }
  .packege-primary-button, .secondary-button {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .listing-packege-button-section .packege-request-call-button {
    width: 100%;
  }
  .contact-us .contact-form form {
    margin-top: 0px;
  }
  .contact-us .contact-form form {
    width: 100%;
  }
  .contact-us .contact-form .formfield input {
    font-size: 1.8rem;
  }
  .contact-us .contact-form .formfield input {
    height: 35px;
  }
  .contact-us .contact-form .formfield {
    margin: 12px 0px;
  }
  .contact-us .contact-form .formfield textarea {
    height: 70px;
  }
  .form-button input {
    height: 43px;
  }
  .packege-view-all-button .primary-button, .favorit-view-all-button .primary-button {
    width: 23%;
    padding: 14px 33px;
  }
  .packege-request-call-button button { 
    width: 100%;
  }
  .team-member .team-members-boxes {
    gap: 10px;
  }
  .team-member .member-designation {
    font-size: 2.2rem;
  }
  .team-member .team-details .mamber-name {
    font-size: 3rem;
  }
  .team-member-profile-pic .Profile-pic {
    height: 400px;
    }
    .home-about-service.about-our-service ul li img {
      width: 20px;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
  .imggallerybutton {
    width: 30%;
  }
  .sp-included-data ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .review-slider .single-review .user-profile img {
    height: 60px;
    width: 60px !important;
  }
  .review-clent-rating img {
    height: 20px;
    width: 20px !important;
  }
  .review-slider .review-client-name {
    font-size: 1.6rem;
   }
   .review-slider .review-content p {
    color: #2d2d2d;
    font-size: 1.4rem;
  }
  .sp-sale-price {
    font-size: 3.5rem;
  }
  .sp-requst-call-buttons .listing-packege-button-section {
    flex-direction: column;
    gap: 20px;
  }
  .sp-inqury-form .formfield input {
    height: 34px;
    font-size: 12px;
  }
  .sp-inqury-form form {
    width: 100%;
    padding: 0px 5px 40px 5px;
  }
  .sp-inqury-form .filedtitle label {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-lg .navbar-nav {
    gap: 40px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .container {
    max-width: 1350px;
  }
  .home-banner-image.hero {
    height: 90vh;
  }
  .listing-single-packege .listing-packege-button-section {
    flex-direction: row;
    gap: 5px;
  }
  .listing-single-packege .listing-packege-title {
    font-size: 1.6rem;
  }
  .listing-single-packege .listing-numberofdays .days-night, .listing-single-packege .listing-numberofuser .numberofuser {
    font-size: 1.6rem;
  }
  .packege-request-call-button button {
    padding: 26px 10px;
  }
  .packege-call-button .packege-primary-button span img {
    width: 20px;
  }
  .sp-requst-call-buttons .listing-packege-button-section {
    gap: 5px;
  }
  .packege-request-call-button button {
    padding: 24px 10px;
  }
  .review-slider .single-review .user-profile img {
    height: 90px;
    width: 90px !important;
  }
  .review-clent-rating img {
    height: 25px;
    width: 25px !important;
  }
}
/* ---------------------------------------end responsive ----------------------------------------------------- */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    gap: 40px;
  }
}


@media only screen and (min-width:1500px) and (max-width:1800px) {
  .container {
    max-width: 1650px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1850px;
  }
  .sp-requst-call-buttons .packege-primary-button, .sp-requst-call-buttons .secondary-button {
    padding: 2.2rem 5rem;
  }
}