* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Trajan_Pro_Bold";
  src: url("../fonts/Trajan_Pro_Bold.ttf") format("truetype");
}

:root,
html {
  font-family: Roboto, "Times New Roman", Times, serif;
  scroll-padding-top: 70px;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --colorPrimary: #c59601;
  --colorSecondary: #067dac;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
  --colorLightGray: #f5f5f5;
}

/* Navbar Starts */
header {
  height: 80px;
}

/* Navbar */
.navbar-nav {
  justify-content: flex-end;
  width: 100%;
}

.navbar-nav .nav-link {
  color: var(--colorBlack);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-right: 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: var(--colorPrimary);
  height: 100%;
  color: var(--colorWhite);
}

.nav-link:hover {
  background-color: var(--colorPrimary);
  color: var(--colorWhite);
}

.nav-icon {
  margin-right: 5px;
}
@media only screen and (min-width: 1000px) {
  .navbar-nav .nav-link {
    font-size: 1.01vw !important;
    letter-spacing: 0.02vw;
  }
}
@media screen and (max-width: 600px) {
  .navbar-brand img {
    height: 45px;
  }
  .offcanvas-body .nav-link i {
    margin-left: 5px;
  }
  .offcanvas-body .nav-link {
    margin-top: 10px;
  }
}

/* Navbar Ends */

main {
  margin-top: 80px;
}

/* Slider */
.carousel {
  overflow: hidden !important;
  max-height: calc(100vh - 80px);
}

.carousel-indicators .active {
  background-color: var(--colorSecondary) !important;
}

@media screen and (max-width: 600px) {
  .carousel-item .banner1 {
    content: url("../img/banners/mobile_banner2.jpg");
  }
  .carousel-item .banner2 {
    content: url("../img/banners/mobile_banner1.jpg");
  }
  /* .carousel-item .banner3 {
    content: url("../img/banners/mobile_banner3.jpg");
  } */
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--colorPrimary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 20px;
  /* display: none; */
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: var(--colorSecondary) !important;
}

/* Overview */

.overview_img_wrapper {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.overview_img_wrapper .overview_img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
/* .overview_img_wrapper .overview_img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */

.highlights-section {
  text-align: justify;
}

.text-left {
  text-align: left !important;
}
.highlights-list li {
  list-style: none;
  font-weight: bold;
  text-transform: capitalize;
}
.highlights-list i {
  color: var(--colorSecondary);
}

.overview_img_wrapper {
  position: relative;
  padding: 8px;
  border-radius: 20px;
  background: linear-gradient(135deg, #c9a24d, #f5e6b8, #b08d3a);
}

.overview_img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  background: #fff;
}

/* gallery */

#gallery_section .row {
  --bs-gutter-y: 1.5rem;
}

.gall {
  border: 5px double var(--colorPrimary);
  padding: 7px;
  background-color: #f1f1f1;
  box-shadow:
    rgba(14, 30, 37, 0.5) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.5) 0px 2px 16px 0px;
}

.gall img {
  border: 5px double var(--colorPrimary);
  aspect-ratio: 4/3;
}

/* gallery ends */

/* .pricing-section  */
.pricing-section {
  padding: 4rem 0;
  background-color: var(--colorLightGray);
}

.pricing-section .floor-img {
  border: 2px solid var(--colorPrimary);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.pricing-section .at-property-dis {
  border-radius: 10px;
}

/* Amenities */

figure.fig_img {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 5px double var(--colorPrimary);
  padding: 7px;
}
figure.fig_img *,
figure.fig_img *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.fig_img img {
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
figure.fig_img figcaption {
  position: absolute;
  width: 100%;
  background: #000000;
  top: 50%;
  -webkit-transform: scaleY(0.1) translateY(-50%);
  transform: scaleY(0.1) translateY(-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}
figure.fig_img h3 {
  color: #ffffff;
  opacity: 0;
  padding: 12px 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
}

figure.fig_img h3 span {
  font-weight: 800;
}

figure.fig_img a:hover {
  opacity: 1;
}
figure.fig_img.blue h3 {
  background: #0a212f;
}
figure.fig_img.blue:after {
  background-color: #0a212f;
}
figure.fig_img.red h3 {
  background: #36100c;
}
figure.fig_img.red:after {
  background-color: #36100c;
}
figure.fig_img.yellow h3 {
  background: #562e0a;
}
figure.fig_img.yellow:after {
  background-color: #562e0a;
}
figure.fig_img:hover img,
figure.fig_img.hover img {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.fig_img:hover figcaption,
figure.fig_img.hover figcaption {
  -webkit-transform: scaleY(1) translateY(-50%);
  transform: scaleY(1) translateY(-50%);
  opacity: 1;
}
figure.fig_img:hover h3,
figure.fig_img.hover h3 {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 600px) {
  .figure.fig_img {
    max-width: 400px;
  }
}

/* Location Features */

.location_features_section .locaton-features {
  font-size: 1.2rem;
}
.location_features_section .locaton-features i {
  color: var(--colorSecondary);
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .location_features_section .nav-item {
    width: 100%;
    text-align: center;
  }
}

/* About */
#about_section {
  background-color: var(--colorSecondary);
  /* background: url("../img/extras/layer01.jpg") repeat #272727; */

  background-repeat: repeat;
  /* background-size: cover; */
  /* height: 970px; */
  background-attachment: fixed;
  padding: 0 !important;
}

.about_overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

#about_section .sub-heading {
  color: var(--colorPrimary);
  font-size: 1.5em;
}

#about_section .sub-heading {
  letter-spacing: 3.5px;
}

.read_more {
  background-color: transparent;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  width: fit-content;
  padding: 5px 10px;
  color: var(--colorWhite);
}

.form-label {
  display: none;
}
.inputStyle {
  font-size: 1em;
  border-top: none;
  border-left: none;
  border-right: none;
}
.submit-btn,
.submit-btn:hover,
.submit-btn:focus-visible,
.submit-btn:active {
  background-color: var(--colorPrimary) !important;
  border: none !important;
  color: var(--colorWhite) !important;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

/* Footer */
.policy_links a {
  color: var(--colorSecondary) !important;
  text-decoration: none;
}

.amenity-card {
  border: 5px double var(--colorPrimary);
  padding: 7px;
  background-color: #f1f1f1;
  box-shadow:
    rgba(14, 30, 37, 0.5) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.5) 0px 2px 16px 0px;
  position: relative;
}

.amenity-card img {
  border: 5px double var(--colorPrimary);
  aspect-ratio: 4/3;
}

.amenity-overlay {
  position: absolute;
  height: 80px;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}

.amenity-overlay span {
  background-color: #ffffff;
  color: var(--colorPrimary);
  font-size: 1.2em;
  width: 100%;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 400;
}
