@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

body {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #000;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
}

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

label {
  margin-bottom: 0;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/* ================================
    page-one-start
================================ */

/* -- header area start -- */
.main_hero {
  background-image: url(../img/bannar.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 35px;
}

.logo a img {
  display: inline-block;
  width: 130px;
}

.menu_items ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.menu_items ul li {
  position: relative;
}

.menu_items ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease;
}

.menu_items ul li a:hover {
  opacity: 0.7;
}

.menu_items ul li a img {
  display: inline-block;
  width: 15px;
  margin-left: 3px;
}

.menu_icon ul li {
  display: inline-block;
}

.menu_icon ul li a {
  display: inline-block;
  margin-left: 15px;
  transition: all 0.2s ease;
}

.menu_icon ul li a:hover {
  opacity: 0.7;
}

.menu_icon ul li a img {
  display: inline-block;
  width: 22px;
}

.menu_items ul li ul {
  position: absolute;
  display: block;
  z-index: 999;
  width: 100%;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: top;
  transition: all 0.3s ease;
}

.menu_items ul li ul li {
  margin-top: 10px;
}

.menu_hover_open {
  transform: scaleY(1) !important;
  visibility: visible !important;
}

header {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* -- header area end -- */

/* -- bannar area start -- */
.bannar_wrapper h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.bannar_wrapper h2 span {
  font-family: "Cookie", cursive;
  color: #ffe2a0;
}

.bannar_booking_heading h4 {
  background-color: #7eb8c4;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 20px;
}

.bannar_booking_heading img {
  display: inline-block;
  width: 22px;
  margin-right: 5px;
}

.bannar_booking_heading h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.bannar_form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.bannar_form_wrapper {
  display: flex;
  gap: 20px;
}

.bannar_form_one {
  width: 100%;
  background-image: url(../img/loc1.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: top 10px left 8px;
  border: 1px solid #ffe2a0;
  border-radius: 6px;
  background-color: #f7f7f7;
}

.bannar_form_one select {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px 40px;
  appearance: none;
  background-image: url(../img/downblk.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 12px right 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bannar_form_two {
  background-image: url(../img/loc2.svg);
}

.bannar_form_one_submit button {
  display: inline-block;
  border: 0;
  outline: none;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background-color: #ffe2a0;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.bannar_form_one_submit button:hover {
  opacity: 0.7;
}

.bannar_form_one_submit button img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.bannar_looking p {
  font-size: 14px;
  color: #000000;
}

.bannar_looking p img#unb {
  display: inline-block;
  width: 58px;
  margin-right: 10px;
}

.bannar_looking p img#downblk {
  display: inline-block;
  width: 16px;
  margin-left: 5px;
}

.bannar_looking {
  margin-top: 22px;
}

.trips p {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-top: 16px;
}

.trips a {
  color: #ffe2a0;
  display: inline-block;
  transition: all 0.2s ease;
}

.trips a img {
  display: inline-block;
  width: 16px;
  margin-left: 5px;
}

.trips a:hover {
  opacity: 0.7;
}

.bannar_wrapper {
  padding-top: 240px;
}

.bannar_booking {
  padding-top: 240px;
  max-width: 960px;
  margin: auto;
}

.p1feature_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.p1feature_box2 {
  grid-row: span 2;
}
/* -- bannar area end -- */

/* -- p1feature area start -- */
.p1feature_heading h4 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 16px;
}

.p1feature_heading h2 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

.p1feature_grid {
  margin-top: 50px;
}

.p1feature_box_wrapper img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.p1feature_box_wrapper {
  position: relative;
}

.p1feature_box_cnt span {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 20px;
}

.p1feature_box_para {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  padding: 24px;
  color: #fff;
}

.p1feature_box_para h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

#p1feature {
  padding: 100px 0px;
}
/* -- p1feature area end -- */

/* -- p1packge area start -- */
#p1packge {
  background-color: #f6f5f0;
  padding: 100px 0px;
}

.p1packge_navigator ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.p1packge_navigator ul li:hover {
  opacity: 1;
}

.p1packge_navigator ul li img {
  display: inline-block;
  width: 38px;
}

.packge_box {
  border-radius: 10px;
  background: #fff;
}

.packge_box_cnt {
  padding: 24px;
}

.packge_box_heading h5 {
  opacity: 0.7;
  font-size: 16px;
  margin-bottom: 6px;
}

.packge_box_heading h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.packge_box_heading p {
  font-size: 13px;
}

.packge_box_heading span {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}

.packge_book {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}

.packge_book_left p {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.packge_book {
  margin-top: 15px;
}

.packge_book a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  background: #ffe2a0;
  box-shadow: 0px 4px 12px 2px rgba(255, 217, 132, 0.25);
  padding: 12px 20px;
  transition: all 0.2s ease;
}

.packge_book a:hover {
  opacity: 0.7;
}

.p1packge_slider_wrapper {
  margin-top: 50px;
}
/* -- p1packge area end -- */

/* -- p1popular area start -- */
.p1popular_wrapper p.p1poppara {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 10px;
}

.popular_block {
  position: relative;
}

.pop_cnt_one span {
  display: inline-block;
  font-size: 18px;
  border-radius: 36px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 6px 15px;
}

.pop_cnt_one span img {
  display: inline-block !important;
  width: 25px !important;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.pop_cnt_one {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.p1popular_slider_wrapper {
  margin-top: 50px;
}

#p1popular {
  padding-top: 100px;
}
/* -- p1popular area end -- */

/* -- p1blog area start -- */
.p1blg_box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.p1blg_box_cnt {
  padding: 24px;
}

.p1blg_box_cnt h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.p1blg_box_para {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.p1blg_box_para p {
  margin-bottom: 0;
  font-size: 13px;
}

.p1blg_box_para span {
  font-size: 13px;
  display: inline-block;
}

.p1blog_nav ul li {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.p1blog_nav ul li:hover {
  opacity: 1;
}

.p1blog_nav ul li img {
  width: 60px;
}

.p1blog_slider_wrapper {
  position: relative;
}

.p1blog_nav ul li {
  position: absolute;
  z-index: 999;
}

.p1blog_nav ul li#blg_left {
  left: -8%;
  top: 50%;
}

.p1blog_nav ul li#blg_right {
  right: -8%;
  top: 50%;
}

.p1blog_slider_wrapper {
  margin-top: 50px;
}

#p1blog {
  padding-top: 100px;
}
/* -- p1blog area end -- */

/* -- p1offer area start -- */
.p1offer_wrapper {
  background-image: url(../img/p1offer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 85px 55px;
  position: relative;
}

.p1offer_wrapper:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/offerx1.png);
  background-size: 100% 100%;
}

.p1offer_wrapper p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.p1offer_wrapper h5 {
  font-size: 28px;
  line-height: 46px;
  color: #fff;
  max-width: 480px;
}

.p1offer_wrapper h5 span {
  display: inline-block;
  font-size: 36px;
  color: #ffd984;
  font-family: "Cookie", cursive;
}

#p1offer {
  padding-top: 100px;
}
/* -- p1offer area end -- */

/* -- p1testi area start -- */
.p1testi_left p {
  font-size: 16px;
  margin-bottom: 8px;
}

.p1testi_left h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.varti_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  margin: 50px;
  padding: 40px 30px;
  margin-top: 10px;
}

.varti_item p {
  font-size: 16px;
  font-weight: 28px;
}

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

.vartic_item_pic_left img {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.vartic_item_pic_right h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.vartic_item_pic_right p {
  font-size: 14px;
  opacity: 0.7;
}

.varti_item_pic {
  margin-top: 45px;
}

.p1testi_right {
  margin: -50px;
  margin-top: 0px;
}

.varti_slider .item {
  position: relative;
  z-index: 999;
}

.varti_slider .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  top: 38px;
  left: 0px;
  z-index: -99;
  transform: scale(0.8);
}

.varti_slider .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  top: 65px;
  left: 0px;
  z-index: -99;
  transform: scale(0.7);
}

.p1testi_wrapper {
  position: relative;
}

#p1testi .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
  position: absolute !important;
  left: -40% !important;
  bottom: 44px !important;
}

#p1testi .owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(0, 0, 0, 0.1);
}

#p1testi .owl-theme .owl-dots .owl-dot.active span {
  background-color: #7eb8c4;
}

.p1testi_right {
  position: relative;
}

.varti_nav ul li {
  cursor: pointer;
  opacity: 0.7;
  z-index: 999;
  position: absolute;
  right: -5%;
}

.varti_nav ul li img {
  width: 38px;
}

.varti_nav ul li#navup {
  top: 28%;
}

.varti_nav ul li#navdown {
  top: 47%;
}

#p1testi {
  padding: 100px 0px;
}
/* -- p1testi area end -- */

/* -- footer area start -- */
footer {
  background-color: #000;
  padding: 50px 0px;
}

.footer_left_one h4 {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer_left_one ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  margin-top: 10px;
  transition: all 0.2s ease;
}

.footer_left_one ul li a:hover {
  opacity: 1;
}

.footer_left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer_sub {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
}

.footer_sub h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.footer_sub_form {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1.5px solid #e7e8f2;
  background: #fff;
  overflow: hidden;
}

.footer_sub_form input {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #000;
  opacity: 0.4;
  padding: 4px 15px;
}

.footer_sub_form input::placeholder {
  opacity: 0.4;
  color: #000;
}

.footer_sub_form button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  background-color: #ffd984;
  width: 50px;
  height: 50px;
  flex-shrink: inherit;
  transition: all 0.2s ease;
}

.footer_sub_form button img {
  display: inline-block;
  width: 16px;
}

.footer_sub_form button:hover {
  opacity: 0.7;
}

.footer_sub p {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  line-height: 20px;
}

.footer_left_one {
  margin-top: 32px;
}

.footer_wrapper {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 0;
}

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

.footer_logo a img {
  display: inline-block;
  width: 130px;
}

.footer_link ul li {
  display: inline-block;
}

.footer_link ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin: 0px 10px;
  transition: all 0.2s ease;
}

.footer_link ul li a:hover {
  opacity: 0.7;
}

.footer_social ul li {
  display: inline-block;
}

.footer_social ul li a {
  display: inline-block;
  margin-left: 10px;
  transition: all 0.2s ease;
}

.footer_social ul li a span {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.footer_social ul li a:hover span {
  background-color: #fff;
  color: #000;
}

.footer_social {
  margin-top: 15px;
}
/* -- footer area end -- */

/* -- mobile_header area start -- */
.mobile_header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mb_logo a img {
  display: inline-block;
  width: 130px;
}

.mobile_bar_icon ul li {
  display: inline-block;
}

.mobile_bar_icon ul li a {
  display: inline-block;
  margin-left: 5px;
}

.mobile_bar_icon ul li a img {
  display: inline-block;
  width: 22px;
}

.mobile_bar_ham {
  width: 30px;
  cursor: pointer;
}

.mobile_bar_ham span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 5px 0px;
  border-radius: 12px;
}

.mobile_bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile_header {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.canvas_logo a img {
  display: inline-block;
  width: 130px;
}

.offcanvas-start {
  background-color: #333;
  border-right: 0;
}

.offcanvas-start .btn-close {
  background-image: url(../img/cross.svg);
  opacity: 1;
}

.mobile_menu_items .menu_items ul {
  display: block;
}

.mobile_menu_items .menu_items ul li ul {
  position: inherit;
  transform: scale(1);
  visibility: visible;
  margin-left: 15px;
  margin-bottom: 15px;
  display: none;
}

.mobile_menu_items .menu_items ul li ul.menu_hover_open {
  display: block !important;
}

.mobile_menu_items .menu_items ul li a {
  margin-bottom: 10px;
}

/* -- mobile_header area end -- */

/* ================================
    page-one-end
================================ */

/* ================================
    listing_page-end
================================ */
.main_hero_two {
  background-image: url(../img/bannar2.png);
}

/* -- bannar2 area start -- */
.bannar2_wrapper {
  padding: 0px 100px;
}

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

.bannar2_heading_left h2 {
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}

.bannar2_heading_left p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 5px;
}

.bannar2_heading_right a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #ffe2a0;
  border-radius: 4px;
  padding: 8px 20px;
  transition: all 0.2s ease;
}

.bannar2_heading_right a:hover {
  opacity: 0.7;
}

.bannar2_listing {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  padding: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bannar2_listing_one {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.bannar2_listing_one:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  opacity: 0.5;
  background: #d9d9d9;
  position: absolute;
  right: -65px;
  top: 0;
}

.bannar2_listing_one_left img {
  display: inline-block;
  width: 24px;
}

.bannar2_listing_one_right h6 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

.bannar2_listing_one_right p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 4px;
}

.bannar2_listing_one:last-child::after {
  display: none;
}

.bannar2_listing {
  margin-top: 45px;
}

#bannar2 {
  padding-top: 190px;
}

.main_hero_two {
  padding-bottom: 190px;
}
/* -- bannar2 area end -- */

/* -- p2option area start -- */
.p2otpion_left_checkbox .check-box {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p2otpion_left_checkbox .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.p2otpion_left_checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.p2otpion_left_checkbox .check-box input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.3);
}

.p2otpion_left_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.p2otpion_left_checkbox .check-box input:checked ~ .checkmark:after {
  display: block;
}

.p2otpion_left_checkbox .check-box .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p2option_left_budget h4 {
  font-size: 18px;
  color: #000;
}

.p2otpion_left_checkbox {
  margin-top: 10px;
}

.p2option_left_budget {
  margin-bottom: 40px;
}

.p2option_left {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 24px;
  height: 100%;
}

.p2option_right_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #7eb8c4;
  background: #f6f9fa;
  padding-right: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.p2option_right_wrapper_left {
  width: 45%;
}

.p2otpion_right_wrapper_right {
  width: 55%;
}

.p2option_right_wrapper_left img {
  display: block;
  width: 100%;
}

.p2otpion_right_wrapper_right_heading h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 6px;
}

.p2otpion_right_wrapper_right_heading p {
  font-size: 13px;
  opacity: 0.7;
}

.p2option_night {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.p2option_night p {
  font-size: 12px;
  color: #fff;
  background-color: #7eb8c4;
  border-radius: 3px;
  padding: 5px 10px;
}

.p2option_night span {
  font-size: 12px;
  opacity: 0.7;
}

.p2option_feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

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

.p2option_feature_one img {
  display: inline-block;
  width: 18px;
}

.p2option_feature_one p {
  font-size: 12px;
  opacity: 0.7;
}

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

.p2option_book_left h4 {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
}

.p2option_book_left h4 span {
  display: inline-block;
  font-size: 12px;
  opacity: 0.7;
  font-weight: normal;
}

.p2option_book_left a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
  background: #ffe2a0;
  box-shadow: 0px 4px 12px 2px rgba(255, 217, 132, 0.25);
  color: #000;
  padding: 10px 28px;
  transition: all 0.2s ease;
}

.p2option_book_left a:hover {
  opacity: 0.7;
}

.p2option_book {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.p2option_right_wrapper:last-child {
  margin-bottom: 0;
}

#p2option {
  padding: 100px 0px;
}

.filter_button button {
  display: inline-block;
  border: 0;
  outline: none;
  background-color: transparent;
}

.filter_button {
  margin-bottom: 20px;
}

/* -- p2option area end -- */

/* ================================
    listing_page-end
================================ */

/* ================================
    details_page-start
================================ */
.p3header .menu_items ul li a {
  color: #000;
}

/* -- p3tripcost area start -- */
.p3tripcost_wrapper {
  display: flex;
  justify-content: space-between;
}

.p3tripcost_left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.p3tripcost_left p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 8px;
}

.p3tripcost_left ul {
  margin-top: 20px;
}

.p3tripcost_left ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
  opacity: 0.7;
}

.p3tripcost_left ul li:last-child {
  margin-right: 0;
}

.p3tripcost_left ul li img {
  display: inline-block;
  width: 18px;
  margin-right: 6px;
}

.p3tripcost_right a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #ffe2a0;
  border-radius: 4px;
  padding: 8px 35px;
  transition: all 0.2s ease;
  margin-top: 20px;
  box-shadow: 0px 4px 12px 2px rgba(255, 217, 132, 0.25);
}

.p3tripcost_right a:hover {
  opacity: 0.7;
}
/* -- p3tripcost area end -- */

/* -- p3det_main area start -- */
.p3det_main_tour {
  padding: 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.p3det_main_tour_heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.p3det_main_tour_heading_left h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.p3det_main_tour_heading_left p {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  opacity: 0.7;
  margin-top: 8px;
}

.p3det_main_tour_heading_right a {
  display: inline-block;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 8px 22px;
  transition: all 0.2s ease;
}

.p3det_main_tour_heading_right a:hover {
  background-color: #000;
  color: #fff;
}

.p3det_tour_block_wrapper {
  display: flex;
  gap: 60px;
}

.p3det_tour_block_wrapper_left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p3det_tour_block_wrapper_left_icon img {
  display: inline-block;
  width: 30px;
}

.p3det_tour_block_wrapper_left_icon_cnt h5 {
  font-size: 16px;
  font-weight: 700;
}

.p3det_tour_block_wrapper_left_icon_cnt span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #99c47e;
  padding: 4px 12px;
}

.p3det_tour_block_wrapper_right {
  width: calc(100% - 186px);
  display: flex;
  gap: 22px;
}

.end_design h5 {
  font-size: 18px;
  font-weight: 700;
}

.end_design p {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 10px;
}

.p3det_tour_block_wrapper_right_middle {
  width: 100%;
  margin-top: 11px;
}

.p3det_tour_block_wrapper_right_middle span {
  display: block;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #7eb8c4;
  position: relative;
}

.p3det_tour_block_wrapper_right_middle span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #7eb8c4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -6px;
}

.p3det_tour_block_wrapper_right_middle span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #7eb8c4;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -6px;
}

.p3det_tour_block_wrapper_right_middle img {
  display: block;
  width: 32px;
  margin: auto;
  margin-top: -14px;
}

.p3det_tour_block_wrapper_right_middle p {
  font-size: 13px;
  opacity: 0.7;
  text-align: center;
  margin-top: 6px;
}

.p3det_tour_block {
  margin-top: 22px;
}

.p3detslider_heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.p3detslider_heading_left h4 {
  font-size: 22px;
  font-weight: 700;
}

.p3detslider_heading_left p {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.7;
  margin-top: 8px;
}

.p3detslider_heading_left p img {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
}

.p3detslider_heading_right a {
  display: inline-block;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 8px 22px;
  transition: all 0.2s ease;
}

.p3detslider_heading_right a:hover {
  background-color: #000;
  color: #fff;
}

.p3detslider {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 22px;
  margin-top: 30px;
}

.p3det_cnt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 15px;
}

.p3det_cnt_sx {
  width: 180px;
}

.p3det_cnt_sx .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 3px;
}

.p3det_cnt_sx .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.p3det_cnt_sx .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -20px;
  position: relative;
}

.p3det_cnt_block {
  position: relative;
}

.p3slider_nav ul li {
  position: absolute;
  top: 36%;
  z-index: 999;
  cursor: pointer;
}

.p3slider_nav ul li img {
  display: inline-block;
  width: 20px;
}

.p3slider_nav ul li#p3right {
  right: 0;
}

.p3det_cnt_block_two ul li img {
  display: inline-block;
  width: 18px;
  margin-right: 6px;
}

.p3det_cnt_block_two ul li {
  font-size: 10px;
  opacity: 0.7;
  margin-bottom: 11px;
}

.p3det_cnt_block_two ul li:last-child {
  margin-bottom: 0;
}

.p3det_cnt_block_three ul li {
  display: inline-block;
}

.p3det_cnt_block_three ul li img {
  display: inline-block;
  width: 25px;
}

.p3det_cnt_block_three p {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 8px;
}

.p3det_cnt_block_three {
  margin-top: 35px;
}

.p3timeline_block_heading h5 {
  font-size: 16px;
  opacity: 0.7;
  position: relative;
  top: -5px;
}

.p3timeline_block_heading h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}

.p3timeline_block_heading p {
  font-size: 13px;
  opacity: 0.7;
}

.p3timeline_img {
  display: flex;
  gap: 20px;
}

.p3timeline_img_blck {
  width: 125px;
  margin-top: 16px;
}

.p3timeline_img_blck img {
  width: 100%;
}

.p3timeline_block {
  padding-left: 13px;
  border-left: 2px dashed #7eb8c4;
  position: relative;
  padding-bottom: 30px;
}

.p3timeline_block:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5.2px;
  top: 0;
  background-color: #7eb8c4;
  border-radius: 50%;
}

.p3timeline_block:last-child {
  border: 0;
  padding-bottom: 0;
}

.p3timeline {
  margin-top: 50px;
}

.p3inclu {
  margin-top: 50px;
}

.p3inclu_wrapper {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px;
}

.p3inclu_left h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.p3inclu_left ul li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.p3inclu_left ul li:last-child {
  margin-bottom: 0;
}

.p3inclu_left ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #99c47e;
  top: 6px;
  left: 0;
  position: absolute;
}

.p3inclu_right ul li:after {
  background-color: #cd6e6e;
}

.p3inclu_left_buttlet {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.p3inclu_right {
  padding-left: 25px;
}

.p3cost_details {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

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

.p3cost_details_heading p {
  font-size: 16px;
  color: #7eb8c4;
}

.p3cost_details_heading span {
  display: inline-block;
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.p3cost_details_heading span img {
  display: inline-block;
  width: 18px;
}

.p3cost_details_heading {
  margin-bottom: 15px;
  cursor: pointer;
}

.p3cost_form_input label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 6px;
}

.p3cost_form_input input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
}

.p3cost_form_input input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.p3cost_data_input > div {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.p3cost_data_input input {
  box-shadow: none;
}

.input-group-append {
  display: none !important;
}

.p3cost_data_input > div input {
  background-image: url(../img/cal.svg);
  background-repeat: no-repeat;
  background-position: top 11px right 12px;
  background-size: 22px;
  padding-right: 50px;
}

.p3member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.p3member_one p {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.p3member_one_button {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.p3member_one_button button {
  display: inline-block;
}

.p3member_one_button input {
  display: block;
  width: 36px;
  border: 0;
  outline: none;
  text-align: center;
  background-color: rgba(126, 184, 196, 0.2);
  font-size: 20px;
  font-weight: 700;
  padding: 4px 10px;
  pointer-events: none;
}

.p3member_one_button button {
  display: inline-block;
  border: 0;
  outline: none;
  background-color: #fff;
  font-size: 20px;
  padding: 0px 8px;
}

.p3enquire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 18px;
}

.p3enquire h4 {
  font-size: 22px;
  font-weight: 700;
}

.p3enquire h4 span {
  display: inline-block;
  font-size: 12px;
  opacity: 0.7;
  font-weight: normal;
}

.p3enquire a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  background: #ffe2a0;
  box-shadow: 0px 4px 12px 2px rgba(255, 217, 132, 0.25);
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.p3enquire a:hover {
  opacity: 0.7;
}

.p3tripcosts ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  opacity: 0.7;
}

.p3tripcosst ul li {
  margin-bottom: 8px;
}

.p3tripcosts ul li:last-child {
  margin-bottom: 0;
}

.p3tripcosts ul {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p3tripcosts p {
  font-size: 16px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.p3tripcosts p span {
  opacity: 0.7;
}

.p3callback {
  margin-top: 25px;
}

.p3callback a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  padding: 10px;
  transition: all 0.2s ease;
}

.p3callbackbutton {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.p3callbackbutton a {
  padding: 10px 5px;
}

.p3callback a:hover {
  background-color: #000;
  color: #fff;
}

.rotatedarrow {
  transform: rotate(0deg) !important;
}

.showWrapper {
  height: 0;
  overflow: hidden;
}

.p3cost_form_wrapper {
  transition: all 0.3s ease;
}

.p3det_main_wrapper {
  padding: 60px 0px;
}

.p3header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.p3tripcost {
  margin-top: 35px;
}

.p3hambar span {
  background-color: #000;
}

.p3mb_header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.dropdown {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  padding-bottom: 15px;
}

.p3header .dropdown {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  padding-bottom: 15px;
}

.p2offcanvas {
  background-color: #fff !important;
}

.p2offcanvas .p2option_left {
  box-shadow: none;
  padding: 0;
}

.p2offcanvas .btn-close {
  background-image: url(../img/blk.png);
  opacity: 1;
  padding: 0;
  transform: scale(1.5);
}

/* -- p3det_main area end -- */

/* ================================
    details_page-end
================================ */
