* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: "Inter";
}

html {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  max-width: 100%;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

/* Navigation */

nav {
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.nav-active {
  background-color: #040b2f;
}
.nav {
  display: flex;
  max-width: 1280px;
  /* border-bottom: 1px solid rgba(232, 182, 123, 0.15); */
  justify-content: space-between;
  padding: 12px 40px;
  width: 100%;
  margin: auto;
  align-items: center;
}

.nav-number {
  color: #fff;
  font-size: 1rem;
  padding: 12px 0;
  font-weight: 600;
  letter-spacing: -0.25px;
  /* border: 1px solid #e8b67b; */
  color: #e8b67b;
}
.logo {
  height: 72px;
  width: auto;
}

.nav-right-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-right-container img {
  height: 24px;
  margin-right: 12px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 40px;
}

.section-header {
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-bottom: 80px;
}

.section-header h2 {
  text-align: center;
  color: #ce9451;
  margin-bottom: 16px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header h3 {
  text-align: center;
  font-family: "DM Serif Display";
  color: #040b2f;
  font-size: 2.2rem;
  font-weight: 400;
}

.dark-section-header h3 {
  color: #e8b67b;
}

.dark-section-header h3 {
  color: #fff;
}
.hero-section {
  background-image: url("../image/hero-img.jpg");
  background-size: cover;
  background-position: 0px -100px;
  min-height: 720px;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.hero-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 11, 47, 0.65);
  z-index: -1;
}

.hero-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(4, 11, 47, 1), rgba(4, 11, 47, 0));
  z-index: -1;
}

.cta-content {
  max-width: 60%;
  margin: auto;
}

.cta-location {
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  justify-content: center;
  letter-spacing: 0.25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e3e3e3;
}
.cta-location img {
  height: 20px;
  margin-right: 12px;
}
.cta-header {
  font-size: 3rem;
  color: #e8b67b;
  color: #fff;
  font-weight: 400;
  line-height: 1.618;
  font-family: "DM Serif Display";
  text-align: center;
}

.cta-header span {
  font-size: 3rem;
  font-family: "DM Serif Display";
}
.cta-btn-container {
  display: flex;
  justify-content: center;
}

.cta-btn {
  color: #040b2f;
  color: #fff;
  /* border: 1px solid #d3d3d3; */
  background-color: rgba(4, 11, 47, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  text-align: center;
  margin: auto;
  padding: 16px 32px;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 24px;
}

/* Amenities section */

.amenities-section {
  background-color: #040b2f;
}

.amenities-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
}

.amenities-grid-item {
  text-align: center;
  border: 0.2px solid rgba(232, 182, 123, 0.35);
  /* border-color: ; */
  border-top: 0;
  border-left: 0;
  padding: 64px 48px;
  transition: all 0.25s ease-in-out;
}

.amenities-grid-item:hover {
  background-color: rgba(232, 182, 123, 0.1);
}
.amenities-grid-item:nth-child(4),
.amenities-grid-item:nth-child(8),
.amenities-grid-item:nth-child(12) {
  border-right: 0;
}

.amenities-grid-item:nth-child(9),
.amenities-grid-item:nth-child(10),
.amenities-grid-item:nth-child(11),
.amenities-grid-item:nth-child(12) {
  border-bottom: 0;
}

.amenities-grid-item img {
  height: 36px;
  width: auto;
  margin-bottom: 24px;
}

.amenities-grid-item p {
  font-size: 1.05rem;
  color: #e8b67b;
  font-weight: 400;
}
/* Flat Specification Section */
.flat-spec-section {
  background-color: #f3f5f7;
}

.flat-spec-grid {
  display: grid;
  grid-template-columns: 48% 48%;
  /*grid-template-columns: 23% 23% 23% 23%;*/
  justify-content: space-between;
}

.flat-spec-item {
  background-color: #fff;
  /* width: 100%; */
  border: 1px solid rgba(206, 148, 81, 0.5);
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 320px;
  border-radius: 4px;
  overflow: hidden;
  /* box-shadow: 0px 32px 16px 4px rgba(4, 11, 47, 0.015); */
}

.flat-type-container {
}

.flat-type-header {
  padding: 24px;
  background-color: #071041;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.flat-type-header h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #e8b67b;
  line-height: 1;
  font-size: 0.95rem;
}

.flat-type-content {
  padding: 32px 24px;
}
.flat-type-content-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.flat-type-content-flex:last-child {
  margin-bottom: 0;
}
.flat-type-content-image-container {
  background-color: #f5f7f9;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid #e3e3e3;
  margin-right: 24px;
}

.flat-type-content-flex img {
  width: 24px;
  height: 24px;
  margin: auto;
  vertical-align: middle;
}
.flat-type-content .label {
  font-size: 0.85rem;
  color: #757575;
  font-weight: 400;
}

.flat-type-content .value {
  font-size: 1.2rem;
  margin-top: 4px;
  color: #151515;
  font-weight: 600;
  letter-spacing: -0.25px;
}

/* Map Section */
.map-container {
  max-width: 1080px;
  margin: auto;
  background-color: #e3e3e3;
  min-height: 420px;
}

/* Gallery Section */

.gallery-section {
  /* background-color: #f3f5f7; */
}

.gallery-slider {
  width: 100%;
}

.gallery-slider img {
}

.gallery-slider img {
  height: 420px;
  margin: 0 24px;
  width: auto;
}
/* Footer */

main {
  background-color: #fff;
  width: 100%;
}
footer {
  background-color: #040b2f;
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.contact-content {
  text-align: center;
}

.email,
.phone {
  font-family: "DM Serif Display";
  color: #fff;
}

.email {
  font-size: 2.4rem;
}

.phone {
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  /* Navigation */

  nav {
    position: fixed;
    z-index: 9;
    width: 100%;
  }
  .nav {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
    margin: auto;
    align-items: center;
  }

  .nav-number {
    color: #fff;
    font-size: 0.85rem;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: -0.25px;
    color: #e8b67b;
  }
  .logo {
    height: 32px;
    width: auto;
  }

  .nav-right-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-right-container img {
    height: 20px;
    margin-right: 12px;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
  }

  .section-header {
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: auto;
    margin-bottom: 80px;
  }

  .section-header h2 {
    text-align: center;
    color: #ce9451;
    margin-bottom: 16px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .section-header h3 {
    text-align: center;
    font-family: "DM Serif Display";
    color: #040b2f;
    font-size: 1.6rem;
    font-weight: 400;
  }

  .dark-section-header h3 {
    color: #e8b67b;
  }

  .dark-section-header h3 {
    color: #fff;
  }
  .hero-section {
    background-image: url("../image/hero-img.jpg");
    background-size: cover;
    background-position: -150px 0px;
    min-height: 720px;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
  }

  .hero-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(4, 11, 47, 0.65);
    z-index: -1;
  }

  .hero-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(4, 11, 47, 1), rgba(4, 11, 47, 0));
    z-index: -1;
  }

  .cta-content {
    max-width: 100%;
    margin: auto;
  }

  .cta-location {
    font-size: 0.8rem;
  }
  .cta-location img {
    height: 12px;
    margin-right: 8px;
  }
  .cta-header {
    font-size: 2rem;
  }

  .cta-header span {
    font-size: 2.4rem;
  }
  .cta-btn-container {
    display: flex;
    justify-content: center;
  }

  .cta-btn {
    color: #040b2f;
    color: #fff;
    /* border: 1px solid #d3d3d3; */
    background-color: rgba(4, 11, 47, 0.25);
    background-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
    text-align: center;
    margin: auto;
    padding: 16px 32px;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 24px;
  }

  /* Amenities section */

  .amenities-section {
    background-color: #040b2f;
  }

  .amenities-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .amenities-grid-item {
    text-align: center;
    border: 0.2px solid rgba(232, 182, 123, 0.35);
    /* border-color: ; */
    border-top: 0;
    border-left: 0;
    padding: 24px 16px;
    transition: all 0.25s ease-in-out;
  }

  .amenities-grid-item:hover {
    background-color: rgba(232, 182, 123, 0.1);
  }
  .amenities-grid-item:nth-child(2),
  .amenities-grid-item:nth-child(6),
  .amenities-grid-item:nth-child(4),
  .amenities-grid-item:nth-child(8),
  .amenities-grid-item:nth-child(10),
  .amenities-grid-item:nth-child(12) {
    border-right: 0;
  }

  .amenities-grid-item:nth-child(9),
  .amenities-grid-item:nth-child(10) {
    border-bottom: 0.2px solid rgba(232, 182, 123, 0.35);
  }
  .amenities-grid-item:nth-child(11),
  .amenities-grid-item:nth-child(12) {
    border-bottom: 0;
  }

  .amenities-grid-item img {
    height: 24px;
    width: auto;
    margin-bottom: 16px;
  }

  .amenities-grid-item p {
    font-size: 0.9rem;
  }
  /* Flat Specification Section */
  .flat-spec-section {
    background-color: #f3f5f7;
  }

  .flat-spec-grid {
    display: block;
  }

  .flat-spec-item {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    min-height: 100px;
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: hidden;
  }

  .flat-type-container {
  }

  .flat-type-header {
    padding: 16px;
  }

  .flat-type-header h4 {
    font-size: 0.85rem;
  }

  .flat-type-content {
    padding: 16px;
  }
  .flat-type-content-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
  }

  .flat-type-content-flex:last-child {
    margin-bottom: 0;
  }
  .flat-type-content-image-container {
    background-color: #f5f7f9;
    padding: 4px;
    border-radius: 24px;
    border: 1px solid #e3e3e3;
    margin-right: 16px;
  }

  .flat-type-content-flex img {
    width: 20px;
    height: 20px;
  }
  .flat-type-content .label {
    font-size: 0.75rem;
  }

  .flat-type-content .value {
    font-size: 0.95rem;
    margin-top: 4px;
    color: #151515;
    font-weight: 600;
    letter-spacing: -0.25px;
  }

  /* Map Section */
  .map-container {
    max-width: 1080px;
    margin: auto;
    background-color: #e3e3e3;
    min-height: 420px;
  }

  /* Gallery Section */

  .gallery-section {
    /* background-color: #f3f5f7; */
  }

  .gallery-slider {
    width: 100%;
  }

  .gallery-slider div {
    width: 100%;
    margin-right: 16px;
  }
  .gallery-slider img {
    width: 100%;
    margin: 0;
    height: auto;
  }
  /* Footer */

  main {
    background-color: #fff;
    width: 100%;
  }
  footer {
    background-color: #040b2f;
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }

  .contact-content {
    text-align: center;
  }

  .email,
  .phone {
    font-family: "DM Serif Display";
    color: #fff;
  }

  .email {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .phone {
    font-size: 1rem;
  }
}
