body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", serif;
  font-weight: normal;
  background-color: #f6f6f6;
  overflow-x: hidden;
}

/* ------------------------
    General CSS
----------------------- */
:root {
  --white-theme: #fff;
  --primary: #baaa49;
  --white: #fff;
  --dark-color: #5b5b5b;
  --black: #000;
}

/* Headings Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 60px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 600;
  line-height: 68px;
}

h2 {
  font-size: 50px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 600;
  line-height: 56px;
}

h3 {
  font-size: 44px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  font-size: 42px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 600;
  line-height: 46px;
}

h5 {
  font-size: 36px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 42px;
}

h6 {
  font-size: 24px;
  color: var(--dark-color);
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 28px;
}

/* Paragraphs and text styling */
p {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  font-family: "Poppins", serif;
  line-height: 30px;
  margin-bottom: 20px;
}

/* Links */
a {
  font-size: 16px;
  color: var(--dark-color);
  line-height: 24px;
  font-family: "Poppins", serif;
  color: var(--dark-color);
  text-decoration: none;
}

/* Buttons */
button {
  font-size: 16px;
  color: var(--primary);
  background-color: transparent;
  border: 0;
  padding: 0;
}

.btn {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  font-family: "Poppins", serif;
  text-align: center;
  border: 1px solid var(--primary);
  padding: 0 40px;
  line-height: 48px;
  cursor: pointer;
  border-radius: 25px;
  background-color: var(--primary);
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: normal;
  transition: all 0.5s;
}

.btn:hover {
  color: var(--primary);
  border-color: var(--primary);
  background-color: transparent;
}

.outline-btn {
  background-color: transparent;
  color: var(--primary);
}

.outline-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

/* Form elements */
.form-group {
  margin-bottom: 20px;
}

input.form-control,
textarea.form-control,
select.form-control {
  font-size: 18px;
  color: var(--dark-color) !important;
  font-weight: 400;
  font-family: "Poppins", serif;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  border: 0 !important;
  background-color: var(--white) !important;
  box-shadow: 0 2px 20px 0 rgb(231 231 231 / 80%) !important;
  border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
}

.form-group.select-box {
  background-color: var(--white);
  border-radius: 5px;
  position: relative;
}

.form-group.select-box::before {
  position: absolute;
  content: "\f078";
  font-size: 18px;
  color: #777777;
  top: 11px;
  right: 20px;
  font-family: 'fontawesome';
}

.form-group.select-box select.form-control {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

select.form-control option {
  color: var(--dark-color) !important;
}

textarea.form-control {
  height: 110px;
  resize: none;
  padding: 10px;
}

textarea.form-control::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

textarea.form-control::-moz-placeholder,
input.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

textarea.form-control:-ms-input-placeholder,
input.form-control:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

textarea.form-control:-moz-placeholder,
input.form-control:-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-label {
  font-size: 18px;
  font-weight: 400;
  color: #da2d2d;
  font-family: "Poppins", serif;
  line-height: 20px;
}

/* Lists */
ul,
ol {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  margin-bottom: 20px;
}

svg {
  height: 1em;
}

/* header-css */
.header-bg {
  padding: 15px 0;
  background-color: var(--white);
}

.navbar.navbar-expand-lg .navbar-nav .nav-item {
  margin: 0 17px;
  position: relative;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item a.nav-link {
  font-size: 16px;
  color: var(--black);
}

.navbar.navbar-expand-lg .navbar-nav .nav-item a.nav-link svg {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  margin-top: 25px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li {
  margin-bottom: 0;
}

.navbar.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
  padding: 8px 15px;
}

.header-contact-list ul {
  display: flex;
}

.header-contact-list ul li {
  margin-bottom: 0;
  margin-left: 50px;
}

.header-contact-list ul li:first-child {
  margin-left: 0;
}

.header-contact-list ul li a {
  color: var(--black);
}

.header-contact-list ul li a svg {
  font-size: 20px;
  color: var(--primary);
  margin-right: 10px;
}

/* banner-design */
.banner-slider .banner-item {
  height: 700px;
  background-image: url('/images/banner-bg-one.jpg');
}

.banner-slider .banner-item .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  padding: 50px 0;
  text-align: center;
}

.banner-content span {
  font-size: 24px;
  color: var(--white);
  font-weight: 500;
  display: block;
  margin-bottom: 32px;
}

.banner-content h3 {
  color: var(--white);
  margin-bottom: 30px;
}

.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 25px;
}

.banner-content a.btn {
  font-weight: 500;
  color: var(--black);
  border-color: var(--primary);
  background-color: var(--white);
}

.banner-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
}

.banner-slider .slick-dots li {
  height: 12px;
  margin: 0 5px;
  margin-bottom: 0;
}

.banner-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid var(--white);
  padding: 0;
  border-radius: 50%;
}

.banner-slider .slick-dots li.slick-active button {
  background-color: var(--white);
}

/* booking-categories-css */
.booking-categories-section {
  padding: 80px 0 40px 0;
}

.booking-categories-box {
  min-height: 450px;
  position: relative;
  background-color: var(--white);
  margin-bottom: 30px;
}

.booking-categories-box.light-blue-bg {
  background-color: #16ab88;
}

.booking-categories-box.black-bg {
  background-color: #161b20;
}

.booking-categories-box.yellow-bg {
  background-color: #fca401;
}

.booking-categories-box.light-green-bg {
  background-color: #54b22c;
}

.booking-categories-box img.glocery-image {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.booking-categories-content {
  padding: 50px 30px;
  max-width: 400px;
  text-align: center;
}

.booking-categories-content span {
  font-size: 22px;
  color: var(--white);
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.booking-categories-content h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
}

/* achievements-slider */
.achievements-slider .achievements-item {
  height: 700px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/achievements-one.png');
}

.achievements-content {
  text-align: center;
  padding: 0 70px;
}

.achievements-content h2 {
  color: var(--white);
  margin-bottom: 30px;
}

.achievements-content p {
  color: var(--white);
}

.achievements-content a.btn {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

button.slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--white);
  background-color: #373435;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
}

button.slick-arrow::before {
  font-size: 18px;
  color: var(--white);
  position: absolute;
  content: '';
  font-family: 'fontawesome';
}

button.slick-arrow.slick-prev {
  left: 60px;
}

button.slick-arrow.slick-prev::before {
  content: "\f053";
  left: 0;
  right: 0;
}

button.slick-arrow.slick-next {
  right: 60px;
}

button.slick-arrow.slick-next::before {
  content: "\f054";
  left: 0;
  right: 0;
}

/* photo-gallery-section */
.photo-gallery-section {
  padding: 80px 0 30px;
  position: relative;
  z-index: 1;
}

.gallery-image-box {
  margin-bottom: 25px;
}

.gallery-image-box img {
  width: 100%;
}

.gallery-content {
  padding-left: 35px;
}

.gallery-content h2 {
  font-weight: bold;
  color: var(--primary);
  line-height: 72px;
}

.gallery-content p {
  font-size: 20px;
  text-align: justify;
}

/* available-section */
.available-section {
  padding: 40px 0 155px 0;
}

.main-heading {
  margin-bottom: 60px;
}

.main-heading h3 {
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 20px;
}

.main-heading p {
  font-size: 26px;
  color: var(--black);
}

.map-box iframe {
  width: 100%;
  height: 400px;
}

.address-box {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 100px;
}

.address-box .address-icon svg {
  font-size: 35px;
  color: var(--primary);
}

.address-box .address-text {
  padding-left: 25px;
}

.address-box .address-text h6 {
  font-size: 30px;
  color: var(--primary);
  font-weight: 600;
}

.address-box .address-text p a,
.address-box .address-text p {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0;
}

.address-box .socials-icons {
  display: flex;
}

.address-box .socials-icons li {
  margin-right: 30px;
}

.address-box .socials-icons li:last-child {
  margin-right: 0;
}

/* subscribe-css */
.subscribe-section {
  margin-bottom: -265px;
}

.subscribe-box {
  padding: 50px;
  border-radius: 10px;
  background-color: var(--primary);
  box-shadow: 0px 50px 25px 0px rgb(207 207 207 / 32%);
  position: relative;
  z-index: 1;
}

.subscribe-heading h5 {
  font-size: 28px;
  font-weight: 400;
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
}

.subscribe-email-box {
  max-width: 520px;
  width: 100%;
  float: right;
  position: relative;
}

.subscribe-email-box input.form-control {
  width: 100%;
  height: 80px;
  padding: 5px 200px 5px 15px;
  border-radius: 4px;
  box-shadow: none !important;
}

.subscribe-email-box button.btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 186px;
  height: 56px;
  border-radius: 5px;
  padding: 0;
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

/* footer-css */
.footer-bg {
  padding-top: 400px;
  position: relative;
  background-image: url(../images/footer-bg-shape.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--white);
}

.footer-top {
  border-bottom: 1px solid #d5d8dc;
  padding-bottom: 30px;
}

.footer-nav ul li {
  display: inline-block;
  margin-right: 75px;
  margin-bottom: 0;
}

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

.footer-nav ul li a {
  font-size: 16px;
  color: #0a142f;
  font-weight: 600;
  transition: all 0.5s;
}

.footer-nav ul li a:hover {
  color: var(--primary);
}

.footer-socials ul li {
  display: inline-block;
  margin-left: 35px;
  margin-bottom: 0;
}

.footer-socials ul li:first-child {
  margin-left: 0;
}

.footer-socials ul li a svg {
  font-size: 24px;
  color: #0a142f;
  transition: all 0.5s;
  transform: rotate(0deg);
}

.footer-socials ul li a:hover svg {
  transform: rotate(360deg);
  color: var(--primary);
}

.copy-right-section {
  padding: 30px 0 45px 0;
}

.copy-right p {
  font-size: 14px;
  font-weight: 400;
  color: #474f63;
  margin-bottom: 0;
}

.footer-logo {
  text-align: center;
}

.copy-right-nav {
  text-align: right;
}

.copy-right-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 25px;
}

.copy-right-nav ul li:first-child {
  margin-left: 0;
}

.copy-right-nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #0a142f;
}

.copy-right-nav ul li a:hover {
  color: var(--primary);
}

/* hall-details-page-css */
.top-header-bg {
  position: relative;
  background-color: #f4f4f4;
  z-index: 123;
}

.top-header-left-box {
  padding: 12px 0;
}

.top-header-left-box ul li {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  display: inline-block;
  margin-bottom: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid var(--black);
}

.top-header-left-box ul li:last-child {
  border: 0;
}

.top-header-left-box ul li svg {
  margin-right: 5px;
}

.top-header-right-box {
  text-align: right;
}

.top-header-right-box p {
  font-size: 14px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 0;
}

.account-box {
  display: flex;
  justify-content: flex-end;
}

.account-box a {
  font-size: 16px;
  color: var(--black);
}

.account-box a img {
  margin-right: 2px;
}

.account-box a svg {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.account-box .dropdown-menu li {
  margin-bottom: 0;
}

.account-box .dropdown-menu li a {
  padding: 7px 15px;
}

/* breadcrumb */
.breadcrumb-list {
  padding: 15px 0 30px 0;
}

.breadcrumb-list .breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.breadcrumb-list .breadcrumb li {
  color: var(--black);
  margin-right: 8px;
  margin-bottom: 0;
}

.breadcrumb-list .breadcrumb li span {
  font-size: 20px;
}

.breadcrumb-list .breadcrumb li a {
  color: var(--black);
  font-weight: 500;
}

.breadcrumb-list .breadcrumb li.active a {
  color: var(--primary);
}

.hall-details-banner-item {
  height: 60vh;
}

.hall-details-banner-section {
  position: relative;
}

.hall-details-banner-shape-bg {
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  z-index: -1;
}

.hall-details-banner-shape-bg img {
  width: 100%;
}

.hall-details-banner-slider iframe {
  border-radius: 10px 10px 0 0;
}

.hall-details-banner-slider img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 100%;
}

.hall-details-banner-down-images {
  display: flex;
  margin: 0 -5px;
}

.hall-details-banner-down-item {
  padding: 10px 5px 0 5px;
  position: relative;
}

.hall-details-banner-down-item .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hall-details-banner-down-item .play-icon svg {
  width: 30px;
  height: 30px;
}

.hall-details-banner-down-item img {
  height: 20vh;
  object-fit: cover;
  width: 100%;
}

.hall-details-banner-down-item:first-child img {
  border-bottom-left-radius: 10px;
}

.hall-details-banner-down-item:last-child img {
  border-bottom-right-radius: 10px;
}

.hall-details-contact-section {
  padding: 40px 0 80px 0;
}

.hall-details-contact-box h5 {
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 5px;
}

.hall-details-contact-box p {
  font-size: 16px;
  color: var(--black);
  margin-bottom: 10px;
}

.hall-details-contact-box ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 40px
}

.hall-details-contact-box ul li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  display: flex;
  align-items: center;
}

.hall-details-contact-box ul li:last-child {
  margin-right: 0
}

.hall-details-contact-box ul li svg {
  font-size: 22px;
  color: var(--primary);
  margin-right: 15px;
}

.hall-details-reservation-box {
  text-align: end;
}

.hall-details-reservation-box a.btn {
  width: 310px;
  border: 2px solid var(--primary);
  font-weight: 500;
}

.hall-details-reservation-box a.btn:hover {
  background-color: var(--white);
}

.hall-details-middle-section {
  margin-top: -40px;
}

.hall-details-content {
  background-color: var(--white);
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgb(207 207 207 / 32%);
  margin-bottom: 40px;
}

.hall-details-content h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

.hall-details-content p {
  font-size: 17px;
  font-weight: 400;
  color: var(--black);
  line-height: 26px;
  margin-bottom: 25px;
}

.hall-details-content hr {
  border: 0;
  height: 1px;
  background-color: #e5e7eb;
  opacity: 1;
  margin: 25px 0;
}

.hall-details-content h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  line-height: 26px;
  margin-bottom: 25px;
}

.hall-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.hall-details-content ul li {
  font-size: 17px;
  font-weight: 400;
  color: var(--black);
  line-height: 26px;
  margin-bottom: 0;
}

.gallery-thumb-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-thumb-item {
  padding: 0 5px;
}

@media (max-width: 575px) {
  .gallery-thumbnail-slider-wrapper .slick-slider {
    margin: 0 0px;
  }

  .gallery-thumbnail-slider-wrapper .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.gallery-thumbnail-slider-wrapper {
  background-color: var(--white);
  padding: 35px 40px 20px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgb(207 207 207 / 32%);
  margin-bottom: 40px;
}

.gallery-thumbnail-slider-wrapper h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

.gallery-thumbnail-slider-wrapper img {
  border-radius: 10px;
}

.place-offers-box {
  background-color: var(--white);
  padding: 35px 40px 20px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgb(207 207 207 / 32%);
  margin-bottom: 40px;
}

.place-offers-box h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

.place-offers-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.place-offers-box ul li {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  line-height: 24px;
  white-space: nowrap;
  width: 20%;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 25px;
}

.place-offers-box ul li svg {
  margin-right: 10px;
}

.availability-box {
  background-color: var(--white);
  padding: 35px 40px 20px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgb(207 207 207 / 32%);
  margin-bottom: 40px;
}

.availability-box h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 5px;
}

.availability-box span {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  line-height: 20px;
  display: block;
  margin-bottom: 40px;
}

.where-you-will-box h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

.where-you-will-box img {
  width: 100%;
  margin-bottom: 25px;
}

.where-you-will-box h6 {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.where-you-will-box p {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  line-height: 24px;
}

.rating-review-box h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

.write-review-box {
  padding: 20px;
  border: 1px solid #eaeaea;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
}

.write-review-box p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 50px;
}

.write-review-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.write-review-stars ul {
  display: flex;
}

.write-review-stars ul li {
  margin-right: 20px;
  margin-bottom: 0;
}

.write-review-stars ul li:last-child {
  margin-right: 0;
}

.write-review a {
  font-size: 16px;
  font-weight: 400;
  color: #72479c;
  line-height: 24px;
}

.review-box {
  padding: 15px;
  border: 1px solid #eaeaea;
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 20px;
}

.review-box p {
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
  line-height: 20px;
  margin-bottom: 5px;
}

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

.review-writer-left {
  display: flex;
  align-items: center;
}

.review-writer-left img {
  margin-right: 7px;
}

.review-writer-left ul li {
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  line-height: 18px;
  margin-bottom: 0;
  display: inline-block;
}

.review-writer-left span.verified {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 7px;
  border-radius: 7px;
  background-color: #dddaed;
  margin-left: 7px;
}

.review-writer-right ul.stars {
  display: flex;
  justify-content: flex-end;
}

.review-writer-right ul.stars li {
  margin-bottom: 0;
  margin-left: 7px;
}

.review-writer-right ul.stars li svg {
  color: #ecba0b;
}

.review-box .read-more {
  text-align: right;
}

.review-box .read-more a {
  font-size: 12px;
  color: #baaa49;
  font-weight: 500;
  line-height: 18px;
}

.review-read-more {
  text-align: center;
}

.review-read-more a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--primary);
}

/* Hall-Listing */
.hall-listing-section {
  padding: 80px 0;
}

.hall-listing-box {
  background-color: var(--white);
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgb(207 207 207 / 32%);
  margin-bottom: 30px;
}

.hall-listing-image {
  position: relative;
  margin-bottom: 20px;
}

.hall-listing-image img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

/* .like-icon {
  width: 36px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
} */

/* .like-icon svg {
  font-size: 18px;
  color: var(--primary);
} */

/* .like-icon svg.fill-heart {
  display: none;
} */

/* .like-icon:hover svg.fill-heart {
  display: inline-block;
} */

/* .like-icon:hover svg.order-heart {
  display: none;
} */

/* .hall-listing-box:hover .like-icon {
  display: block;
} */

.hall-listing-content h4 {
  font-size: 24px;
  color: var(--black);
  line-height: 36px;
  margin-bottom: 10px;
}

.hall-listing-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin-bottom: 15px;
}

.hall-listing-content ul li {
  font-size: 15px;
  display: flex;
}

.hall-listing-content ul li:last-child {
  margin-bottom: 0;
}

.hall-listing-content ul li svg {
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
}

.hall-listing-content ul li a {
  font-size: 15px;
}

.where-you-will-box iframe {
  width: 100%;
  height: 350px;
}

/* about-page-css */
.inner-page {
  padding-top: 90px;
}

.about-section {
  padding-bottom: 90px;
}

.about-image img {
  width: 100%;
}

.about-content h3 {
  color: #0a142f;
}

/* contact-page-css */
.contact-section {
  padding-bottom: 90px;
}

.contact-form {
  padding: 40px;
  border-radius: 10px;
  background-color: var(--white);
}

.contact-form h3 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  font-size: 16px;
  padding: 5px 20px;
  box-shadow: none !important;
  background: #f5f5f5 !important;
}

.contact-form .form-group textarea.form-control {
  padding: 15px 20px;
  height: 125px;
}

.contact-form button.btn-primary {
  margin: auto;
  margin-top: 25px;
  display: block;
}

.inner-page-banner {
  position: relative;
  min-height: 300px;
  background-image: url(../images/inner-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-page-banner::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.6);
}

.inner-page-banner .container {
  position: relative;
  z-index: 1;
}

.inner-banner-content h2 {
  font-size: 45px;
  color: var(--white);
  margin-bottom: 0;
}

.cms-details-section {
  padding-top: 80px;
}

.cms-details-section .row {
  margin-bottom: 80px;
}

.cms-details-image-box img {
  width: 95%;
}

/* grocery-page-css */
.grocery-banner-section {
  padding: 60px 0;
}

.grocery-banner {
  margin-bottom: 30px;
}

.grocery-banner img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.grocery-image-box {
  margin-bottom: 30px;
}

.grocery-image-box img {
  width: 100%;
}

.grocery-description {
  padding-bottom: 60px;
}

.grocery-description h4 {
  font-size: 36px;
  color: var(--primary);
  margin-bottom: 15px;
}

.grocery-description p {
  color: var(--black);
}