/* @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.cdnfonts.com/css/swis721-bt');

body {
  /* font-family: "Sora", sans-serif !important; */
  font-family: 'Swis721 BT', sans-serif;
  float: left;
  width: 100%;
  scroll-margin-top: 0px
}

/* @font-face {
  font-family: 'Newton';
  src: url('../css/newton-regular-font/nwt55.otf') format('otf'),

} */


ul {
  padding: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

.flt {
  float: left;
  width: 100%;
}

.filler {
  flex-grow: 1;
}

/* Header Cont */

.header_top {
  background: #303030;
  border: 1px solid #B6B6B6;
  padding: 20px 30px;
  opacity: 94%;
}

.header_inner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_menu li {
  border-bottom: 2px solid transparent;
  list-style-type: none;
  margin-right: 30px;
  padding: 10px 0px;
}

.header_menu li.active {
  border-bottom: 2px solid #FF3436;
}

.header_menu li:hover {
  border-bottom: 2px solid #FF3436;
}


.header_menu ul li a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.18px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
  margin-right: 10px;
  text-decoration: none;
}

.header_btm {
  background: #303030;
  padding: 8px 30px;
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
}

.header_btm_left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_btm_left .header_hotel_name {
  font-family: '' Swis721 BT', sans-serif', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.8px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
}

.header_btm_left .header_rate {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.98px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
}

.header_btm_left .header_review {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.98px;
  /* text-decoration-line: underline;
  text-decoration-style: solid; */
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: auto;
  color: white;
  /* cursor: pointer; */
}

.header_btm_right {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header_inner_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_btm_map a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.78px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
  text-transform: uppercase;
}

.header_btm_call a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.78px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
  text-transform: uppercase;
}

.header_btm_btn button {
  background: #FFFFFF;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: black;
  border: none;
  border-radius: 18px;
  padding: 10px 20px;
}

.header_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.header_top,
.header_btm {
  padding: 8px 30px;
  border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  background: #303030;
  /* Keeps the background visible */
}

.header_logo img {
  width: 160px;
}

.main_container {
  padding-top: 120px;
}

.gal_cont {
  padding-top: 200px;
}

.header_btm {
  transition: background-color 0.3s ease, color 0.3s ease;
}


.ctest_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* welcome cont */

.welcome_container {
  margin-top: 40px;
}

.welcome_txt_border {
  border: 0.5px solid #1C1C1C;
  width: 65px;
  margin: auto;
  margin-top: 10px;

}

.welcome_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.78px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
}

.welcome_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 49.6px;
  text-align: center;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.welcome_paragraph_txt {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #2A2A2A;
  margin-top: 30px;
}

.welcome_paragraph_txt span {
  border-bottom: 2px solid #2A2A2A;
}

/* room cont */
.room_cont {
  padding: 100px 0px 50px 0px;
}

.room_slicker_card {
  box-shadow: 0px 3.46px 17.3px 0px #00000014;
  background: #FFFFFF;
  border-radius: 15px;
}

.room_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  color: #353535;
  margin-bottom: 20px;
}

.room_slicker .room_slicker_btm {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  color: #1C1C1C;
  padding: 25px;
  cursor: pointer;
}

.room_card_cont {
  display: flex;
}

/* .room_card_cont .room_slicker_card {
  margin-right: 15px;
} */

.room_slicker_img {
  position: relative;
  display: inline-block;
}

.resize_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.resize_icon button {
  background: #1C1C1C8A;
  box-shadow: 0px 5.19px 8.65px 0px #00000012;
  border: none;
  border-radius: 4px;
  width: 27px;
  height: 27px;
}

.resize_icon button:focus-visible {
  outline: none !important;
}

.resize_icon button:hover,
.resize_icon button:active {
  background-color: black;
}

/* place Cont */

.place_header_txt {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.78px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.place_container .place_card {
  box-shadow: 0px 4px 10px 0px #0000001A;
  background: #FFFFFF;
  border-radius: 15px;
  height: 100%;
}

.place_card_btm {
  padding: 20px;
}

.place_card_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.place_card_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 24.92px;
  color: #1C1C1C;
}

.place_card_btm .place_distance {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.62px;
  color: #1C1C1C;
  margin: 10px 0px;
}

.place_card_btm .place_card_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.77px;
  color: #2A2A2A;
}

.place_card .place_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.place_card_btn button {
  border: 1px solid #856649;
  border-radius: 100px;
  padding: 14px 30px 14px 30px;
  background-color: white;
  margin-top: 20px;
  color: black;
}

.place_card_btn a {
  color: black;
}

.place_card_btn button a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #856649;
  text-decoration: none;
}

.place_card .place_card_img img {
  height: 257px;
}


/* live container */
.live_container {
  padding: 80px 0px;
}

.live_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  color: #353535;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.live_cont_right_inner .live_cont_right_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  color: #353535;

}

.hidden-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hidden-content.show {
  display: block;
  opacity: 1;
}

.live_cont_right_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;
  margin: 20px 0px;
  text-align: justify;
}

.live_cont_right_inner {
  padding: 100px 0px;
}

.live_cont_right_btn button {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #FFFFFF;
  background: #856649;
  padding: 14px 19px 14px 19px;
  border-radius: 113px;
  border: none;
}

/* distenitive cont */
.distinetive_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  color: #353535;
  display: flex;
  align-items: center;
  justify-content: center;
}

.distinetive_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px 30px 0px;

}

.distinetive_img_cont {
  padding: 70px 0px;
}

.distinetive_cont .place_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.distinetive_img_card_cont {
  display: flex;
  gap: 20px;
}


/* restaurant_cont */
.restaurant_outer_cont {
  background: #1C1C1C;

}

.restaurant_outer_left_head {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34.8px;
  color: white;
}

.restaurant_outer_left_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  margin: 20px 0px;
}

.restaurant_outer_left_btn button {
  padding: 14px 19px 14px 19px;
  border-radius: 113px;
  background-color: white;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: black;
  border: none;
}

.restaurant_outer_left_cont {
  padding: 40px 0px;
  position: relative;
}

/* exceptional_cont */
.exceptional_cont {
  padding: 80px 0px;
}

.exceptional_cont .welcome_txt {
  margin-bottom: 20px;
}

.exceptional_cont .place_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* explore */
.explore_city {
  padding: 20px 0px;
}

/* commitment_cont */
.commitment_cont {
  padding: 30px 0px;
}

.commitment_cont .collapse_cont {
  margin-top: 70px;
}

.commitment_cont .live_cont {
  margin-top: 50px;
}

/* signature_cont */
.signature_cont {
  padding: 60px 0px;
}

.signature_card {
  box-shadow: 0px 4px 20px 0px #00000012;
  background-color: white;
  padding: 25px;
  /* height: 400px; */
  height: 330px;
  width: 100%;
}

.signature_card_txt {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

.red_border {
  border-bottom: 3px solid #E5363D;
  width: 60px;
}

.signature_card_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;
  margin-top: 20px;
}

.signature_card_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
}

.signature_card_cont .hidden {
  display: none;
}

.signature_card_cont .col-sm-4 {
  margin-bottom: 10px;
}

.signature_see_more {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: auto;
  margin-top: 35px;
  cursor: pointer;
}

/* facility_container */
.facility_container {
  padding: 50px 0px;
}

.signature_card ul {
  margin-top: 20px !important;
  list-style-type: none;
}

.signature_card ul li {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;

}

.facility_container .collapse_cont {
  margin-top: 70px;
}

.content_table_card {
  display: flex;
  align-items: center;
}

.content_table_card p:nth-child(1) {
  width: 200px;
}

.content_table {
  padding: 20px;
  border: 1px solid #e7e7e7;
}

/* location_cont */
.location_cont .location_subhead {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.18px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.location_cont .restaurant_outer_left_head {
  text-transform: uppercase;
}

.location_telnumber span {
  color: white;
}

.location_cont .location_telnumber {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.18px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
}

.location_telnumber span {
  border-bottom: 0.5px dotted #FFFFFF;
}

.location_cont .collapsible {
  background-color: transparent !important;
  color: white;
  margin-top: 30px;
}

.location_cont .collapse_card {
  border-bottom: 1px solid white !important;
  width: 50% !important;
  margin: inherit !important;
}

.location_cont .content {
  background-color: transparent !important;
  color: white;
}


.location_cont_bottom {
  background: #F4F4F4;
  padding: 20px 0px;
}

.location_cont_btm_subtxt {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.98px;
  color: #1C1C1C;
  text-transform: uppercase;
}

.location_cont_btm_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 31.9px;
  text-align: left;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: #1C1C1C;
}

.location_cont_inner_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.location_cont_btm_btn button {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #FFFFFF;
  background: #000000;
  padding: 14px 19px 14px 19px;
  border-radius: 113px;
  border: none;
}

/* property_cont */
.property_inner_cont {
  padding: 30px 100px;
}

.property_inner_card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.property_inner_card p:nth-child(1) {
  width: 50%;

}

.property_cards_conts {
  border-top: 1px solid #ccc;
}

.property_cont .property_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 31.9px;
  color: #1C1C1C;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  padding: 0px 113px;
  margin-bottom: 22px;
}

.property_inner_cont .collapse_card {
  width: 75% !important;
  padding: 15px 0px !important;
}

.frequent_cont {
  margin-top: 30px;
}

/* footer_cont */
.footer_cont {
  background: #1C1C1C;
  padding: 50px 0px 0px 0px;
}

.footer_logo {
  padding: 0px 20px;
}

.footer_section_cont {
  padding: 30px 20px 0px 20px;
}

.footer_section_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  color: white;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
}

.footer_section_cont ul {
  margin-top: 30px !important;
}

.footer_section_cont ul li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
}

.follow_container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.follow_container .follow_txt {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15.38px;
  font-weight: 400;
  line-height: 24px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
}

.follow_container .social_media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_section_lists ul li a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: auto;
  color: white;
}

.footer_up_border {
  border-top: 1.5px solid #707070;
  width: 35px;
  margin-bottom: 10px;
}

.footer_section_list3 ul li a {
  text-decoration: none;

}

.footer_section_list3 ul li a {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  cursor: pointer;
}

.footer_btm {
  border-top: 1px solid #707070;
}

.footer_btm_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.footer_btm_link a {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.38px;
  /* text-underline-position: from-font; */
  text-decoration-skip-ink: none;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}


/* collapse */
.collapsible {
  cursor: pointer;
  padding: 10px 0px 20px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1C1C1C;
  background-color: white;

}

.collapse_cont .content a {
  color: white;
}

.collapse_card {
  border-bottom: 1px solid black;
  width: 60%;
  margin: auto;
}

.content {
  /* text-align: justify; */
  display: none;
  overflow: hidden;
  background-color: white;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 15.25px;
  font-weight: 400;
  line-height: 24px;
  color: #1C1C1C;
}


.collapse_card button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* gallery_cont */
.media_header_inner_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media_header_btns1 {
  background: white;
  border-bottom: 1px solid black;
}

.header_btns1 {
  list-style-type: none;
}

.header_btns1 li {
  border: 2px solid transparent;
  /* padding: 20px 0px; */
}

.header_btns1 a {
  text-decoration: none;
  color: black;
}

.header_btns1 li:hover,
.header_btns1 li:active {
  border-bottom: 2px solid rgb(224, 7, 0) !important;
}

.gallery_cont {
  padding: 30px 0px;
}

.gallery_header {
  color: black;
  font-family: 'Swis721 BT', sans-serif;
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  letter-spacing: .081rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.gal_border_btm {
  border-bottom: 2px solid rgb(224, 7, 0) !important;
  width: 50px;
  margin: auto;
}

.img_lists {
  padding: 50px 0px;
  border-bottom: 1px solid black;
  animation: fadeIn 1s forwards;
  animation-delay: 0.5s;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    visibility: hidden;
  }

  100% {
    transform: scale(1);
    visibility: visible;
  }
}


.img_lists img {
  width: 100%;
  transform: scale(0.5);
  visibility: hidden;
  animation: zoomIn 1s forwards;
}

/* .header_container{
  position: fixed; 
  top: 0px; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
} */


/* scroll cont */
.scroll_cont {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  color: black;
  text-align: center;
  padding: 10px 0;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #f4f4f4;
}

.scroll_cont {
  padding: 8px 30px;
}

.scroll_cont .header_hotel_name {
  color: black;
}

.scroll_cont .header_rate {
  color: black;
}

.scroll_cont .header_review {
  color: black;
  /* cursor: pointer; */
}

.scroll_cont .header_btm_map a {
  color: black;
}

.scroll_cont .header_btm_call a {
  color: black;
}

.scroll_cont .header_btm_btn button {
  color: white;
  background-color: #856649;
}

.header_container {
  transition: transform 0.3s ease-in-out;
}

.header_hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.restaurant_outer_img iframe {
  width: 100%;
}


.media_header_btns1 {
  overflow-x: auto;
  white-space: nowrap;
}



.media_header_inner_cont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.header_btns1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_btns1 li {
  display: inline-block;
  margin-right: 10px;
}

.header_btns1 a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: inherit;
}

.media_header_btns1::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .media_header_btns1 {
    -webkit-overflow-scrolling: touch;
  }
}

.temple_tourism .suits-rooms .col-sm-4 {
  margin-bottom: 25px;
}

.temple_tourism .place_card_des {
  height: 100px;
  overflow: auto;
}

.content_table table tr {
  border-bottom: 1px solid #e7e7e7;

}

.content_table table tr td:nth-child(1) {
  width: 45%;
}

.content_table table tr td {
  padding: 10px 5px;
}

.temple_tourism .welcome_txt {
  margin-bottom: 30px;
}

.contactus_Address {
  font-size: 16px;
  font-family: 'Swis721 BT', sans-serif;
  line-height: 20px;
  color: black;
  margin: 20px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_us_left {
  padding: 22% 0%;
}

.contact_cont {
  padding: 30px 0px;
}

/* gallery imgs */
.gallery_image_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gal_main,
.gal_main1 {
  display: flex;
  gap: 20px;
}

.gal_left,
.gal_right,
.gal_left1,
.gal_right1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gal_sub_left,
.gal_sub_right,
.gal_sub_top,
.gal_sub_btm,
.gal_sub_top1,
.gal_sub_btm1,
.gal_sub_left1,
.gal_sub_right1 {
  display: flex;
  flex: 1;
  gap: 10px;
}

.gal_block,
.gal_flex,
.gal_block1,
.gal_flex1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_image_cont .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}


/* hotel_feature_cont */
.eco_firnedly_cont {
  padding: 50px 0px 80px 0px;
}

.eco_friendly_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 31.9px;
  color: #1C1C1C;
}

.eco_friendly_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;
  margin-top: 20px;
}

.eco_friednly_list_cont {
  margin-top: 20px;
}

.eco_friednly_list_cont .list_header {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.9px;
  color: #1C1C1C;
}

.eco_friendly_lists_data div {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2A2A2A;

}

.footframe_cont_right {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 17.44px;
  font-weight: 700;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 5px;
}

.footframe_btm {
  margin-top: 20px;
}

.footframe_cont_des {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #2A2A2A;


}

.footframe_card {
  margin: 30px 0px;
  box-shadow: 0px 4px 20px 0px #00000012;

}

.feature_contss .hidden-content {
  display: none;
  margin-top: 10px;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #2A2A2A;
  margin-top: 30px;
}

.read-more-btn {
  cursor: pointer;
}

.cash {
  background: #008234;
  border: 1px solid #008234;
  border-radius: 5px;
  color: white;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding: 3px 5px;
}

.payment_cont {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment_cont img {
  width: 50px;
}

.content_table table {
  font-size: 14px;
}

.mobile_inner_left_header {
  border-right: 1px solid white;
}

.mobile_inner_left_header .header_rate {
  color: white;
  font-size: 11px;
}

/* .mobile_inner_left_header .header_review span {
  border-bottom: 1px solid white;
} */

.mobile_inner_left_header .header_review {
  color: white;
  /* border-bottom: 1px solid white; */
  font-size: 11px;
}

.mbl_left_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 10px; */
}

.mobile_inner_right_header .mbl_txt {
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.mobilde_inner_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.mbl_logo_txtx {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

.mobile_inner_left_header {
  width: 70%;
}

.mobile_inner_right_header {
  width: 50%;
}

.mbl_top_header {
  background: #1c1c1c;
  padding: 8px 30px;
  /* border-left: 1px solid #B6B6B6;
  border-right: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6; */
}

.mbl_top_inner_header {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.mbl_top_header .checked {
  color: orange;
}

.room_contss .restaurant_cont {
  margin-top: 50px;
}

.room_contss .eco_friendly_des span {
  font-weight: bold;
  border-bottom: 1px solid black;
  cursor: pointer;
}

.room_contss .eco_friendly_right_cont {
  padding: 20% 0%;
}

.footframe_btm .list_header {
  font-weight: bold;
}

.contact_cont_main_head {
  font-family: 'Swis721 BT', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 49.6px;
  color: #1C1C1C;
  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; */
  margin-top: 20px;
}

.temple_cont .room_slicker_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}

.temple_tourism .place_card_des {
  height: 100px;
  overflow: auto;
}

/* Scrollbar Styling */
.temple_tourism .place_card_des::-webkit-scrollbar {
  width: 3px;
}

.temple_tourism .place_card_des::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.temple_tourism .place_card_des::-webkit-scrollbar-thumb {
  background: #FF3436;
  border-radius: 10px;
}

.temple_tourism .place_card_des::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.place_card_btn a {
  color: black;
}

.mbl_logo_txtx a {
  color: white;
  text-decoration: none;
}

.planner_cont_card {
  box-shadow: 0px 4px 20px 0px #00000012;
  background-color: white;
  height: 100%;
  width: 100%;
}


.planner_cont {
  padding: 50px 0px;
}

.planner_cont_card_btm {
  padding: 25px;
}

.planner_cont_card_btm .welcome_txt {
  justify-content: start !important;
}

.planner_cont_card_btm .place_card_header {
  margin: 15px 0px 30px 0px;
}

.planner_cont_card_btm .welcome_paragraph_txt {
  text-align: justify;
  margin-bottom: 10px;
  margin-top: 10px !important;
}

.planner_cont_row {
  margin-top: 50px;
}

.planner_cont_row .col-sm-4 {
  margin-bottom: 20px;
}

.planner_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.review_view_btn {
  text-align: center;
  margin: 20px 0px;
}

.review_view_btn button {
  border: 1px solid #856649;
  font-family: 'Swis721 BT', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #1C1C1C;
  padding: 10px 15px;
  background: transparent;
  border-radius: 20px;
}

.review_view_btn button a {
  color: #1C1C1C;
  text-decoration: none;
}

.googlereview {
  cursor: pointer;
}

.header_review_cont {
  display: flex;
  gap: 5px;
}

/* .header_btm_left .header_review span {
  text-decoration-line: underline;
  text-decoration-style: solid;
} */

.reviewer_name {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.reviewer_name span {
  font-weight: 200;
}

.review_card h5 {
  display: flex;
  gap: 3px;
}
