:root {
  --primary: #d0bc6e;
  --primary-active: #a27214;
}
body {
  font-family: "Outfit", sans-serif;
}
a{
  text-decoration: none;
  color: var(--primary-active);
}
ul {
  margin: 0px;
  padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
}

.header {
  background-color: #000;
}
p:last-child {
  margin-bottom: 0;
}
.navbar {
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-nav-link-padding-y: 1rem;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-hover-color: var(--primary);
}

.btn-primary {
  --bs-btn-bg: var(--primary-active);
  --bs-btn-border-color: var(--primary-active);
}
.btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn {
  border-radius: 0;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.nav-link {
  color: #fff;
}
.logo img {
  height: 50px;
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-cta i {
  color: var(--primary);
  font-size: 20px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-text {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.instagram-bg {
  background: #d62976;
}
.youtube-bg {
  background: #ff0000;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--primary);
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
.footer-widget ul li:last-child{
  margin-bottom: 0;
}

.footer-widget ul li a:hover {
  color: var(--primary);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: var(--primary);
}

.package_card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.package_card_image {
  flex-shrink: 0;
}
.package_card_image img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}
.package_card_data {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package_card_data_bottom {
  margin-top: auto;
}
.package_card_data .package_feature {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.package_card_data .package_feature li span:first-of-type {
  color: green;
}

.package_section_row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.package_card_data_bottom .btn:hover .fa-arrow-right {
  margin-left: 10px;
  transition: all 0.3s;
}

.package_card_data_bottom .btn .fa-arrow-right {
  transition: all 0.3s;
  margin-left: 2px;
}

.single-cta {
  display: flex;
}
.cta-text h6 {
  color: #fff;
  margin-bottom: 5px;
}
.single-cta i:first-child {
  flex-shrink: 0;
  width: 30px;
}

.price_section_box {
  border: 3px solid #f3f3f3;
  border-radius: 10px;
  padding: 20px;
}

.price_section_row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.google_map {
  aspect-ratio: 1;
}
.google_map iframe {
  width: 100%;
  height: 100%;
}

.contactform .form-control {
  border-radius: 0;
  line-height: 2.5;
  padding: 5px 20px;
}

.contactform .btn-primary {
  width: 100%;
}

.contact_form_section {
  background-color: #fff7d8;
}

.contact_card {
  display: flex;
  gap: 20px;
  background-color: #f5f5f5;
  padding: 20px;
  align-items: center;
}

.contact_card_icon {
  flex-shrink: 0;
}
.contact_card_icon i {
  font-size: 2rem;
  color: var(--primary);
}
.contact_card_data {
  flex-grow: 1;
}
.contact_card_data h6 {
  font-weight: bold;
}

.footer_map iframe {
  width: 100%;
  aspect-ratio: 3 / 2;
}
.gallerybox {
  position: relative;
}
.gallerybox img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.gallerybox_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.3s;
}
.gallerybox:hover .gallerybox_icon {
  transition: all 0.3s;
  opacity: 1;
}


.price_card{height:100%;display: flex;flex-direction: column;gap:10px;}
.price_card div:first-child{
  flex-grow: 1;
}
.price_card div:last-child{
  flex-shrink: 0;
}
.price_card:hover{background-color: #fff6d4;}

.bookbtnlink{
  color: var(--primary-active);
}