@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: 550px;
}

.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;
}
.cap-img {
  height: 90px;
  margin: 15px 0 20px;
}
.cap-one {
  color: #fff;
  text-transform: capitalize;
  font-size: 70px;
  line-height: 70px;
  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 20px;
}

.price-wrapper {
  background: #0a0a0a75;
  padding: 70px 8px 60px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.img1 {
  background-image: url("../images/3bed.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img2 {
  background-image: url("../images/4bed.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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 h3 {
  font-size: 26px;
  padding: 15px 0;
}

.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: 26px;
  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: 17px;
}

.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-title {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  bottom: 40px;
}

.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: 12px;
  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: 28px;
  font-family: "EB Garamond", serif;
  line-height: 24px;
  margin-bottom: 2px;
}

.location-title {
  font-size: 18px;
  font-weight: 200;
}

.bg-location {
  background-image: url("../images/bg-location.png");
  background-size: cover;
}

.legacy-card {
  color: #fff;
  border-radius: 25px;
}

.legacy-count {
  font-size: 28px;
  font-family: "EB Garamond", serif;
  line-height: 24px;
  margin-bottom: 2px;
}

.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: 46px;
  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;
}
