@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300 !important;
  background-color: #000;
  font-size: clamp(0.4rem, 1080px, 1rem);
  color: #fff !important;
  --theme: #ae9046;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.object-cover {
  object-fit: cover !important;
}
.fs-7 {
  font-size: 0.8rem;
}
.top-h85 {
  top: 82px;
}
.heading {
  font-family: "Playfair Display", serif !important;
}
.text-custom {
  color: #ae9046 !important;
}
.text-custom-50 {
  color: #e9dc92 !important;
}
.btn-custom {
  background: #ae9046 !important;
  color: #fff !important;
  width: fit-content;
}
.btn-custom:hover {
  background: #9b803a !important;
  color: #fff !important;
}
.border-custom {
  border-color: #ae9046 !important;
}
.bg-custom-50 {
  background-color: #000 !important;
}
.bg-custom {
  background-color: #ae9046 !important;
}
.bg-custom-dark {
  background-color: #646257 !important;
}
.scale {
  transform: scaleY(1.05);
  padding-top: 5px;
}
.table {
  font-size: clamp(0.875rem, -1.1527rem + 6.4885vw, 1rem) !important;
  --bs-table-border-color: #393939;
}
table td,
table th {
  vertical-align: middle;
  padding: 20px 14px !important;
  color: #fff !important;
}
.table-transparent {
  --bs-table-bg: transparent !important;
}
.round-internal {
  padding: 40px;
  background: #fff;
  border-radius: 50%;
}
.project-img {
  object-fit: cover;
  border-radius: 50%;
}
.round {
  position: absolute;
  padding: 15px;
  background: #ffffff80;
  left: 50%;
  top: -50px;
  border-radius: 50%;
  transform: translate(-50%, 0px);
  outline: 15px solid #ffffff26;
}
.shadow-custom {
  box-shadow: 0 8px 20px -6px black;
}
.fs-big {
  font-size: 4rem;
  font-family: "Playwrite NZ", cursive;
}
.fs-big .small {
  font-size: 3rem;
}
.amn-wrap {
  text-align: center;
}
.amen-icon {
  height: 100px;
  width: 100px;
  margin: auto;
  border: 1px solid #ae9046;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amen-icon img {
  width: 55px !important;
  filter: invert(1) contrast(2) hue-rotate(180deg);
}
.bottom-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.custom-top-left {
  top: 120px !important;
  left: 20px !important;
}
.map-div {
  height: 400px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 15px;
}

.background {
  background: url(/22539-8-man-file.png) center no-repeat;
  background-size: contain;
  background-color: #b7b7b7;
  font-family: "Josefin Sans", sans-serif !important;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #ae9046 !important;
  box-shadow: none;
}
.accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: #878787;
  --bs-accordion-btn-focus-border-color: #fff1ce;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #ae904652;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  /* --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle); */
}
.accordion-button {
  color: #ae9046;
}
.right-btn {
  color: #fff;
  text-align: center;
  padding: 8px 25px;
  border-radius: 10px 10px 0 0;
  width: fit-content;
  transform: rotate(270deg);
  right: -75px;
  position: fixed;
  bottom: 20%;
  font-weight: 400;
  background: linear-gradient(-45deg, #ae9046, #8f783e, #d8b765, #ae9046);
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
}
/*#price{*/
/*    background: url("/brandra\ price\ image.jpg") center no-repeat;*/
/*    background-size: cover;*/
/*    padding: 8rem 40px !important;*/
/*    background-position: top;*/
/*}*/
/*#contactus{*/
/*    background: url("/background.jpg") center no-repeat;*/
/*    background-size: cover;*/
/*    padding: 8rem 40px !important;*/
/*    background-position: center;*/
/*}*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #ae9046;
}

.nav-link {
  color: #ae9046 !important;
}

.read-more {
  cursor: pointer;
  text-decoration: none !important;
  margin-top: 10px;
}
.read-more:hover {
  color: #fff !important;
  text-shadow: 2px 2px 5px #2e2e2e;
}
.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read-more-text.show {
  -webkit-line-clamp: unset;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.side-gallery {
  max-width: 29%;
}
.mid-gallery {
  max-width: 19%;
}

.plans {
  display: none;
}
.plans.active {
  display: flex;
}
[data-plan-toggel="plans"].active {
  width: fit-content;
  color: #fff !important;
  background-color: #ae9046 !important;
}
[data-plan-toggel="plans"] {
  width: fit-content;
  color: #ae9046 !important;
  border-color: #ae9046 !important;
}
@media screen AND (max-width: 768px) {
  .side-gallery,
  .mid-gallery {
    max-width: 48%;
  }
}
.btn-primary {
  background-color: #ae9046;
  border-color: #ae9046;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ae9046;
  --bs-btn-border-color: #ae9046;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ae9046;
  --bs-btn-hover-border-color: #ae9046;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(174, 144, 70);
  --bs-btn-active-border-color: #ae9046;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ae9046;
  --bs-btn-disabled-border-color: #ae9046;
}
.btn-primary:hover {
  background-color: #9b803a;
  border-color: #9b803a;
}

.submit-text::placeholder {
  color: #ae9046;
}
.right-btn {
  background: linear-gradient(
    -45deg,

    var(--theme),
    #8f783e
  ) !important;
}
.marquee-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  white-space: nowrap;
}

.marquee-track span {
  padding-right: 50px; /* small spacing between repeats */
  display: inline-block;
  font-size: 16px;
  color: #000;
}
