@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* 
font-family: "EB Garamond", serif;
font-family: "Montserrat", sans-serif; 
*/

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

body::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 0px;
}

.modal::-webkit-scrollbar {
  width: 0.9rem;
  background-color: #f5f5f5;
}

.modal::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, #000000 53%, #000000 99%);
}

.heading11 {
  font-weight: 300 !important;
  color: #aa9266;
  font-size: 24px;
  margin: 10px 0 !important;
}

.heading12 {
  color: #1a1d1a;
  font-size: 66px;
  line-height: 58px;
  font-family: "EB Garamond", serif;
}

.para11 {
  color: #3d4637;
  font-size: 17px;
  word-spacing: 2px;
}
.cap-c2a {
  color: #1a1d1a;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid #aa9266;
  text-decoration: none;
}

/* Navbar */
#mainNav {
  padding: 10px 0;
}

#mainNav .navbar-collapse {
  align-items: center;
}

#mainNav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-logo {
  height: 44px;
}

.banner-caption {
  position: absolute;
  top: 44%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 660px;
}

.location-c2a {
  color: #1a1d1a;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #aa9266;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 30px;
  display: inline-block;
}

/* swap style */
.nav-link {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ffe !important;
  padding: 15px 14px !important;
  text-transform: uppercase;
}

#home {
  position: relative !important;
  /*margin-top: -90px;*/
}

header {
  z-index: 1111;
  position: relative;
  background: #1c2216;
}

.cap-img {
  height: 90px;
  margin: 15px 0 20px;
}
.cap-one {
  color: #fff;
  text-transform: capitalize;
  font-size: 64px;
  line-height: 66px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.cap-two {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.cap-two span {
  color: #b89c72;
  font-weight: 500;
}

.cap-three {
  color: #fff;
  font-size: 18px;
}
.cap-three span {
  font-weight: 500;
}
.cap-location {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 5px 25px;
  display: inline-block;
  margin-top: 15px;
  background: rgb(241 226 103 / 53%);
}

.bg-gray {
  background: #f4efe8;
}

.bg-green {
  background-color: #1d251a;
}

.bg-dark-green {
  background-color: #132117;
}

.heading-21 {
  color: #aa9266;
  font-size: 20px;
}
.heading-22 {
  color: #fff;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.heading-23 {
  color: #fff;
  font-size: 20px;
}

.left-img {
  position: relative;
  overflow: hidden;
}

.left-img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  background-image: url("../images/left-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 35%;
  left: -10px;
}

.price-card {
  margin: 0 12px;
}

.price-wrapper {
  background: #0a0a0a75;
  padding: 50px 8px 40px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.price-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  border-radius: 14px;
}

.pricing-content {
  background: #ffffff;
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  padding: 5px;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.price-header {
  position: relative;
  z-index: 2;
}

.price-header h3 {
  font-size: 21px;
  padding: 15px 0 0;
  color: #fff;
}

.price-header p {
  font-size: 18px;
  color: #fff;
}

.ab-wrapper {
  text-align: center;
  padding: 12px 0;
  margin: 15px 0;
}
.ab-border {
  border-right: 1px solid;
}

.ab-wrapper img {
  height: 32px;
}
.ab-wrapper .title11 {
  font-size: 22px;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: "EB Garamond", serif;
}
.ab-wrapper .title12 {
  margin-bottom: 5px;
  padding-top: 0;
}

.heading-31 {
  color: #1a1d1a;
  font-size: 24px;
  margin-top: 15px;
}

.ul-location {
  list-style: none;
  padding-left: 30px;
}

.ul-location li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.ul-location li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../images/ellipse.png") no-repeat center center;
  background-size: contain;
}
.location-img {
  border-radius: 26px;
}
.heading-41 {
  color: #1a1d1a;
  font-size: 24px;
}
.am-img {
  margin: 0 auto;
  display: block;
}
.am-title {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  bottom: 29px;
  background: linear-gradient(
    to top,
    #000 0%,
    rgba(0, 0, 0, 0.95) 35%,
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%
  );
  border-radius: 25px;
  padding-bottom: 5px;
}

.btn-contact {
  background: #aa9266;
  border-radius: 8px;
  color: #000000 !important;
  padding: 3px 22px 5px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  width: 100%;
}
.btn-contact:hover,
.btn-contact:focus {
  color: #333;
  background: #aa9266;
}

.btn-contact2 {
  background: #fff;
  border-radius: 8px;
  color: #1d251a !important;
  padding: 2px 22px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-contact2:hover,
.btn-contact2:focus {
  background: #eac9a6;
}

.qr_img {
  float: left;
  margin-bottom: 15px;
  height: 44px;
  margin-right: 10px;
}

.qr-para {
  color: #fff;
}

.disclaimer {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.fix-callback {
  position: fixed;
  bottom: 0;
  background: #1d251a;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #f4efe8;
  padding: 10px;
}

.fix-callback a {
  color: #fff;
  text-decoration: none;
}

.modal-content {
  background: #1d251a;
  border: 2px solid #fff;
  padding: 0 15px 20px 15px;
}

.modal-title {
  font-size: 18px;
  color: #fff;
}

.fs-10 {
  font-size: 10px;
}

.gal-img {
  border-radius: 50px;
  width: 100%;
  height: 250px;
}

.form-control {
  font-size: 14px;
  line-height: 26px;
}

#enquireModal {
  z-index: 9999;
}

.location-card {
  color: #fff;
  border-radius: 25px;
}

.location-time {
  font-size: 24px;
  font-family: "EB Garamond", serif;
  line-height: 22px;
  margin-bottom: 2px;
}

.location-title {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 14px;
}

.bg-location {
  background-image: url("../images/bg-location.png");
  background-size: cover;
  background-position: 100%;
}

.legacy-card {
  color: #fff;
  border-radius: 25px;
}

.legacy-count {
  font-size: 28px;
  font-family: "EB Garamond", serif;
  line-height: 24px;
  margin-bottom: 5px;
}

.legacy-title {
  font-size: 18px;
  font-weight: 200;
}

.bg-legacy {
  background-image: url("../images/bg-legacy.png");
  background-size: cover;
}

.heading-51 {
  color: #aa9266;
  font-size: 20px;
}

.heading-52 {
  color: #fff;
  text-transform: capitalize;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

.heading-61 {
  color: #aa9266;
  font-size: 22px;
}

.heading-62 {
  color: #fff;
  text-transform: capitalize;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

.ab-logo {
  height: 47px;
}

.bg-legacy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 53%);
  width: 100%;
}

.bg-legacy-row {
  z-index: 11;
  position: relative;
}

.heading-71 {
  color: #fff;
  text-transform: capitalize;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

.heading-72 {
  color: #fff;
  font-size: 20px;
}

.copy-border-top {
  border-top: 1px solid #aa9266;
  padding-top: 20px;
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

@keyframes rocking {
  0%,
  100%,
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes Gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes Gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes Gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.effetMoveGradient,
.effetMoveGradient:hover {
  text-shadow: 0 3px 6px #aa9266;
  background-color: #aaa266;
  background: linear-gradient(-45deg, #aa9266, #ffe7ba, #aa9266, #ffe7ba);
  background-size: 400% 400%;
  -webkit-animation:
    3s infinite Gradient,
    3s infinite rocking;
  -moz-animation:
    3s infinite Gradient,
    3s infinite rocking;
  animation:
    3s 2s infinite Gradient,
    3s 2s infinite rocking;
  border: none;
}
.effetGradient,
.effetGradient:hover {
  text-shadow: 0 3px 6px #aa9266;
  background-color: #aaa266;
  background: linear-gradient(-45deg, #aa9266, #ffe7ba, #aa9266, #ffe7ba);
  background-size: 400% 400%;
  -webkit-animation: 3s infinite Gradient;
  -moz-animation: 3s infinite Gradient;
  animation: 3s infinite Gradient;
  border: none;
}
.effectScale {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effectScale:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100%,
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.plan-card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.plan-card:hover {
  transform: translateY(-6px);
}

.plan-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.plan-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px) brightness(0.85);
  transform: scale(1.08);
  transition: 0.5s;
}

.plan-card:hover .plan-img {
  filter: blur(2px) brightness(1);
  transform: scale(1.12);
}

.plan-header {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.18);
  transition: 0.3s;
}

.plan-card:hover .plan-header {
  background: rgba(0, 0, 0, 0.08);
}

.plan-eye {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
}

.plan-card:hover .plan-eye {
  background: #c9a45d;
  color: #fff;
  transform: scale(1.1);
}

.plan-content {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
