@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "Gotham-Book", sans-serif;
  overflow-x: hidden;
}

.logo {
  max-width: 200px;
  margin-top: 16px;
}

.navbar-fixed {
  position: fixed !important;
  top: 0;
  background-color: rgba(172, 142, 120, 0.98);
  z-index: 999;
}

.video-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 16px;
}

.col-submit {
  text-align: right;
}

.col-enterSite {
  text-align: left;
}
.col-enterSite a {
  background-color: rgb(172, 142, 120);
  font-family: "Gotham-Book", sans-serif;
  font-size: 22px;
  width: 205px;
  height: 49px;
  color: #ffffff !important;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 49px;
  border-radius: 0;
}
.col-enterSite a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(172, 142, 120) !important;
}

.blog-content h2 {
  font-family: "Gotham-Medium", "Prompt", sans-serif !important;
  font-size: 22px;
  color: #ac8e78 !important;
}
.blog-content p {
  font-family: "Gotham-Book", "Prompt", sans-serif !important;
  font-size: 16px;
  color: #979797 !important;
}

.navbar-nav {
  margin-top: 24px;
}
.navbar-nav .nav-item {
  padding: 0px 6px;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: white;
}
.navbar-nav .navbar-collapse {
  margin-bottom: 20px;
}

.rg-logo {
  max-width: 100%;
}

.navbar-mobile {
  z-index: 111;
}
@media (max-width: 991px) {
  .navbar-mobile .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: rgba(172, 142, 120, 0.98);
    transition: right 0.4s ease-in-out;
    padding: 80px 20px 20px 20px;
    z-index: 999;
  }
  .navbar-mobile .navbar-collapse.show {
    right: 0;
  }
  .navbar-mobile .navbar-collapse.collapsing {
    transition: right 0.4s ease-in-out;
    right: -100%;
  }
}

.navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  color: white !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.bgcolor {
  background-color: rgba(172, 142, 120, 0.95) !important;
}

.navbar-mobile.navbar-expanded {
  background-color: rgba(172, 142, 120, 0.95) !important;
  height: 100vh;
}
.navbar-mobile.navbar-expanded .navbar-brand {
  position: fixed;
  top: 8px;
  left: 12px;
}
.navbar-mobile.navbar-expanded .navbar-toggler {
  position: fixed;
  top: 18px;
  right: 12px;
  z-index: 1000;
}

.spectra-mini-logo {
  max-width: 28px;
}

.prctra-concept-mobile {
  padding-left: 16px !important;
}

.contact-btn {
  background-color: #e8e5e2 !important;
  color: #ac8e78 !important;
  text-transform: uppercase;
  padding: 4px 12px;
  text-decoration: none;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
}

.btn-lang {
  color: white;
  text-decoration: none;
  font-family: "Gotham-Thin", sans-serif;
  font-size: 16px;
  padding: 0;
  text-align: left;
  position: relative;
}

.btn-lang:hover {
  color: #ffffff !important;
}

.btn-lang:active {
  color: #ffffff !important;
}

.btn-lang.show {
  color: #ffffff !important;
}

.visit {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-detail-page {
  padding-top: 93.31px;
  font-family: "Gotham-Book", "Prompt", sans-serif;
  color: #979797;
  background-color: #ffffff;
}

.blog-info {
  position: relative;
}
.blog-info h4 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
  font-family: "Gotham-Book", "Prompt", sans-serif;
  font-size: 18px;
}

.related-posts h3 {
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-size: 18px;
  color: #ac8e78;
  margin-bottom: 32px;
}

.blog-title {
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-size: 24px;
  color: #ac8e78;
  margin-top: 16px;
  margin-bottom: 16px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  position: relative;
  height: 320px;
  background: #b79a85; /* สีน้ำตาล */
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 220px;
  background: white;
  transform: skewY(-21deg); /* องศาใกล้ภาพต้นฉบับ */
  transform-origin: top left;
}

.dropdown-lang {
  min-width: 98px;
  margin-top: 0 !important;
  border: none;
  background-color: #e8e5e2 !important;
  border-radius: 0;
  padding: 0 0px !important;
  top: 96% !important;
  left: -4px !important;
}
.dropdown-lang .dropdown-item {
  padding: 4px 4px;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #ac8e78 !important;
}
.dropdown-lang .dropdown-item.active,
.dropdown-lang .dropdown-item:active {
  color: #ac8e78 !important;
  background-color: #ffffff !important;
}

.btn-lang::after {
  content: "";
  position: absolute;
  background-image: url("../images/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 10px;
  right: 0;
  top: 16px;
}

.sec-home {
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: -1;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sec-home .bg-home-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-home .bg-video-overlay {
  position: absolute;
  inset: 0;
  background: url("../images/video-overlay.png");
  z-index: 1;
  pointer-events: none;
  background-position: top center;
  background-repeat: repeat-x;
}
.sec-home .spetra-h {
  color: #ffffff;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
  z-index: 2;
}
.sec-home .spectra-icon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 120px;
  z-index: 2;
}

.contact-chat {
  position: fixed;
  margin: 0;
  padding: 0;
  bottom: 24px;
  right: 24px;
}
.contact-chat li {
  list-style: none;
  margin-top: 12px;
}
.contact-chat li img {
  max-width: 38px;
  border-radius: 19px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.sec-concept {
  background-image: url("../images/conceptbg.jpg");
  background-size: cover;
  background-position: right center;
  height: calc(100vh - 94px);
}

.container-concept {
  width: 100%;
  margin: auto;
}

.concept-text {
  padding: 16px;
  max-width: 360px;
  margin: auto;
  max-height: 600px;
}
.concept-text h2 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 36px;
  color: #ffffff;
}
.concept-text p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 32px;
}

.sec-project {
  background-size: cover;
  height: 100vh;
  position: absolute;
  z-index: -1;
  padding: 0;
  margin: 30% 0;
}

h2 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 36px;
  color: #ac8e78;
}

.sec-project-info {
  padding: 48px 0;
}
.sec-project-info .project-info {
  padding: 0px 32px;
}
.sec-project-info .project-title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 36px;
  color: #ac8e78;
}
.sec-project-info .project-desc {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
  margin-bottom: 48px;
  max-width: 480px;
}
.sec-project-info .project-desc table tr td:first-child {
  padding: 8px;
  width: 140px;
  position: relative;
}
.sec-project-info .project-desc table tr td:first-child span {
  position: absolute;
  right: 0;
  top: 8px;
}
.sec-project-info .project-desc table tr td {
  vertical-align: top;
  padding: 8px;
}

.sec-facilitie {
  padding: 120px 0 120px;
  max-width: 1200px;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #ac8e78;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(172, 142, 120, 0.45);
}

.bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 42px;
}

.bx-wrapper .bx-next {
  background: url("../images/icon/next.png");
  background-position: unset !important;
  right: -82px;
}

.bx-wrapper .bx-prev {
  background: url("../images/icon/prev.png");
  background-position: unset !important;
  left: -82px;
}

.facilities-list {
  color: #ac8e78;
  font-size: 16px;
  padding-top: 16px;
}
.facilities-list .f-icon {
  margin-right: 8px;
  position: relative;
  top: -4px;
  max-width: 26px;
}
.facilities-list .f-item {
  margin-bottom: 12px;
}

.spetra-footer-logo {
  margin-left: 10%;
}

.sec-iswahere {
  margin-top: 15%;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 36px;
  color: #ac8e78;
  padding-left: 10%;
  padding-right: 10%;
}

.sec-type {
  padding-top: 10%;
  background-color: #ffffff;
  padding-bottom: 16px;
}

.sec-gallery,
.sec-luxury,
.sec-map,
.sec-location {
  background-color: #ffffff;
}

.spetra-type-tab .nav-tabs .nav-item.show .nav-link,
.spetra-type-tab .nav-tabs .nav-link.active {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ac8e78 !important;
  color: #fff !important;
  padding: 6px 24px !important;
}
.spetra-type-tab .nav-link {
  border-radius: 36px !important;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
  color: #ac8e78;
  padding: 0;
  border-color: transparent !important;
  border: none !important;
  padding: 6px 24px !important;
}
.spetra-type-tab .nav-link.active {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
  color: #ac8e78;
}
.spetra-type-tab .nav-item {
  margin: 0 16px;
}
.spetra-type-tab .nav-tabs .nav-link:focus,
.spetra-type-tab .nav-tabs .nav-link:hover {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ac8e78 !important;
  color: #fff !important;
  padding: 6px 24px !important;
}
.spetra-type-tab .nav-tabs {
  border: none !important;
  margin-bottom: 48px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-radius: 0px !important;
  border-top: 0 !important;
  border-bottom: 2px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ac8e78 !important;
  color: #ac8e78 !important;
}

.spetratype-desc {
  margin: 84px auto;
  max-width: 590px;
  text-align: center;
}
.spetratype-desc h3 {
  font-size: 20px;
  color: #979797;
}
.spetratype-desc p {
  color: #979797;
  font-size: 16px;
}

.total-area {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
  text-transform: uppercase;
}

.spetra-room-info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
  margin: auto;
  max-width: 1100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.spetra-room-info img {
  max-width: 28px;
  position: relative;
  margin-right: 6px;
  top: -4px;
}
.spetra-room-info .spetra-room-info-title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.spetra-button {
  background-color: #ac8e78;
  padding: 8px 60px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
}

.sec-compare {
  background-color: #e8e5e2;
  padding: 120px 0;
}
.sec-compare .room-type-title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 24px;
  color: #ac8e78;
  text-transform: uppercase;
}
.sec-compare h4 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
  text-transform: uppercase;
}
.sec-compare .moon {
  padding: 0px 64px 0 0;
}
.sec-compare .sun {
  padding: 0px 0 0 64px;
}

.br-rigth {
  border-right: 2px solid #ac8e78;
}

.compare-tab {
  margin-top: 36px;
}
.compare-tab .nav-link {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #979797;
  padding: 0;
  border-color: transparent !important;
  border: none !important;
  text-transform: uppercase;
}
.compare-tab .nav-link.active {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #979797;
  background-color: #e8e5e2 !important;
}
.compare-tab .nav-item {
  margin: 0 16px;
}
.compare-tab .nav-tabs .nav-link:focus,
.compare-tab .nav-tabs .nav-link:hover {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-bottom: 2px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.compare-tab .nav-tabs {
  border: none !important;
  margin-bottom: 48px;
}
.compare-tab .spetra-room-info {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
  margin: auto;
  max-width: 1100px;
}
.compare-tab .spetra-room-info img {
  max-width: 28px;
  position: relative;
  margin-right: 6px;
  top: -4px;
}
.compare-tab .spetra-room-info .spetra-room-info-title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gallery-tab .nav-link {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #ac8e78;
  padding: 0;
  border-color: transparent !important;
  border: none !important;
  text-transform: uppercase;
  padding: 4px 16px !important;
  border-radius: 36px !important;
}
.gallery-tab .nav-fill .nav-item .nav-link,
.gallery-tab .nav-justified .nav-item .nav-link {
  width: auto;
  margin: auto;
}
.gallery-tab .nav-link.active {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #ac8e78;
}
.gallery-tab .nav-item {
  margin: 0 16px;
}
.gallery-tab .nav-tabs .nav-link:focus,
.gallery-tab .nav-tabs .nav-link:hover {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.gallery-tab .nav-tabs .nav-item.show .nav-link,
.gallery-tab .nav-tabs .nav-link.active {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ac8e78 !important;
  color: #ffffff !important;
}
.gallery-tab .nav-tabs {
  border: none !important;
  margin-bottom: 48px;
}

.sec-luxury p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
}

.max480 {
  max-width: 480px;
  margin: auto;
}

.goldColor {
  color: #ac8e78 !important;
}

.map-tab .nav-link {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #ac8e78;
  padding: 0;
  border-color: transparent !important;
  border: none !important;
  text-transform: uppercase;
  padding: 4px 16px !important;
  border-radius: 36px !important;
}
.map-tab .nav-fill .nav-item .nav-link,
.map-tab .nav-justified .nav-item .nav-link {
  width: auto;
  margin: auto;
}
.map-tab .nav-link.active {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #ac8e78;
}
.map-tab .nav-item {
  margin: 0 32px;
}
.map-tab .nav-tabs .nav-link:focus,
.map-tab .nav-tabs .nav-link:hover {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.map-tab .nav-tabs .nav-item.show .nav-link,
.map-tab .nav-tabs .nav-link.active {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: #ac8e78 !important;
  color: #ffffff !important;
}
.map-tab .nav-tabs {
  border: none !important;
  margin-bottom: 48px;
}

.location-tab .nav-link {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
  color: #e8e5e2;
  padding: 0;
  border-color: transparent !important;
  border: none !important;
  text-transform: uppercase;
  text-align: left;
}
.location-tab .nav-link img {
  max-width: 36px;
  margin-bottom: 6px;
  opacity: 0.2;
}
.location-tab .nav-fill .nav-item .nav-link,
.location-tab .nav-justified .nav-item .nav-link {
  width: auto;
  margin: 0;
}
.location-tab .nav-tabs .nav-item.show .nav-link,
.location-tab .nav-tabs .nav-link.active {
  border-radius: 36px !important;
  border-top: 0 !important;
  border-bottom: 0px solid #ac8e78 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background-color: transparent !important;
  color: #ac8e78 !important;
}
.location-tab .nav-tabs .nav-item.show .nav-link img,
.location-tab .nav-tabs .nav-link.active img {
  opacity: 1;
}
.location-tab .nav-link.active {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 18px;
  color: #ac8e78;
}
.location-tab .nav-item {
  margin: 0 0px;
}
.location-tab .nav-tabs .nav-link:focus,
.location-tab .nav-tabs .nav-link:hover {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #ac8e78 !important;
}
.location-tab .nav-tabs .nav-link:focus img,
.location-tab .nav-tabs .nav-link:hover img {
  opacity: 1;
}
.location-tab .nav-tabs .nav-item.show .nav-link,
.location-tab .nav-tabs .nav-link.active {
  border-bottom: 0 !important;
}
.location-tab .nav-tabs {
  border: none !important;
  margin-bottom: 24px;
}
.location-tab .tab-content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #979797;
}

.sec-blog {
  background-color: #e8e5e2;
  padding: 90px 8px !important;
}
.sec-blog .bx-wrapper {
  background-color: #e8e5e2;
}
.sec-blog li {
  padding: 0 12px;
}
.sec-blog .blog-slider {
  padding: 0 40px 0;
}
.sec-blog .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.sec-blog .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background-color: #ac8e78;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-blog .slick-dots {
  bottom: -40px;
}
.sec-blog .slick-prev {
  left: 0;
}
.sec-blog .slick-next {
  right: 0;
}
.sec-blog .slick-prev,
.sec-blog .slick-next {
  width: 24px;
  height: 42px;
}
.sec-blog .slick-prev:before,
.sec-blog .slick-next:before {
  width: 24px;
  height: 42px;
  position: absolute;
}
.sec-blog .slick-prev:before {
  background: url("../images/icon/prev.png");
  background-position: unset !important;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 42px;
}
.sec-blog .slick-next:before {
  background: url("../images/icon/next.png");
  background-position: unset !important;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 42px;
}

.sec-contact {
  padding: 100px 0px 0px !important;
  background-image: url("../images/footerbg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #ffffff;
}
.sec-contact h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 36px;
  color: #ac8e78;
  text-transform: uppercase;
}
.sec-contact h4 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  color: #ac8e78;
  text-transform: uppercase;
}
.sec-contact input {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: #e8e5e2;
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.sec-contact textarea {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: #e8e5e2;
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.sec-contact select {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: #e8e5e2;
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.sec-contact input::placeholder,
.sec-contact textarea::placeholder,
.sec-contact select::placeholder {
  color: #ac8e78 !important;
  opacity: 1;
}
.sec-contact input::-webkit-input-placeholder,
.sec-contact textarea::-webkit-input-placeholder,
.sec-contact select::-webkit-input-placeholder {
  color: #ac8e78 !important;
}
.sec-contact input:-ms-input-placeholder,
.sec-contact textarea:-ms-input-placeholder,
.sec-contact select:-ms-input-placeholder {
  color: #ac8e78 !important;
}
.sec-contact input::-ms-input-placeholder,
.sec-contact textarea::-ms-input-placeholder,
.sec-contact select::-ms-input-placeholder {
  color: #ac8e78 !important;
}
.sec-contact .note {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #ac8e78;
}
.sec-contact a {
  color: blue;
}
.sec-contact .ac-consent {
  border: 1px solid #ac8e78;
  border-radius: 16px;
  padding: 16px 16px 16px 44px;
}
.sec-contact .ac-consent label {
  margin-left: 16px;
}
.sec-contact .ac-consent input {
  background-color: white;
  border: 1px solid #ac8e78;
  margin-left: -1.8em;
}
.sec-contact .btn-submit {
  font-family: "Gotham-Book", sans-serif;
  font-size: 22px;
  color: #ffffff;
  background-color: #ac8e78;
  border-radius: 0;
  border: none;
  padding: 8px 84px;
}

.social {
  list-style: none;
}
.social li:first-child {
  margin-left: 0;
}
.social li:last-child {
  margin-right: 0;
}
.social li {
  display: inline-block;
  margin: 0 12px;
}
.social li a {
  color: #ac8e78;
  font-size: 18px;
  text-decoration: none;
}
.social li a img {
  max-width: 32px;
}

.scroll-down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff !important;
}
.scroll-down img {
  max-width: 24px;
  animation: bounce 2s infinite;
  margin-bottom: 12px;
}

.addr {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.cta {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.cta label {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.cta .call-icon {
  max-width: 44px;
  position: relative;
  top: -10px;
  left: -10px;
}
.cta a {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-family: "Gotham-Medium", sans-serif;
}

.qr-code img {
  max-width: 146px;
}

.f-menu {
  list-style: none;
  font-family: "Gotham-Medium", sans-serif;
}
.f-menu li {
  display: inline-block;
  margin-left: 14px;
}
.f-menu li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.copyright {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.f-top {
  position: relative;
  top: -80px;
}

.landing-page {
  background-image: url("../images/SPECTRA_LandingPage.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.register-page {
  max-width: 1024px;
}
.register-page h2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 28px;
  color: #ac8e78;
  text-transform: uppercase;
}
.register-page h4 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 24px;
  color: #ac8e78;
  text-transform: uppercase;
}
.register-page input {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: rgba(232, 229, 226, 0.8);
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.register-page textarea {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: rgba(232, 229, 226, 0.8);
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.register-page select {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  color: #ac8e78;
  background-color: rgba(232, 229, 226, 0.8);
  border-radius: 0;
  border: none;
  padding: 12px 12px;
}
.register-page input::placeholder,
.register-page textarea::placeholder,
.register-page select::placeholder {
  color: #ac8e78 !important;
  opacity: 1;
}
.register-page input::-webkit-input-placeholder,
.register-page textarea::-webkit-input-placeholder,
.register-page select::-webkit-input-placeholder {
  color: #ac8e78 !important;
}
.register-page input:-ms-input-placeholder,
.register-page textarea:-ms-input-placeholder,
.register-page select:-ms-input-placeholder {
  color: #ac8e78 !important;
}
.register-page input::-ms-input-placeholder,
.register-page textarea::-ms-input-placeholder,
.register-page select::-ms-input-placeholder {
  color: #ac8e78 !important;
}
.register-page .note {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.register-page a {
  color: blue;
}
.register-page .ac-consent {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 16px 16px 16px 44px;
}
.register-page .ac-consent label {
  margin-left: 16px;
}
.register-page .ac-consent input {
  background-color: white;
  border: 1px solid #ac8e78;
  margin-left: -1.8em;
}
.register-page .btn-submit {
  font-family: "Gotham-Book", sans-serif;
  font-size: 22px;
  color: #ffffff;
  background-color: rgb(172, 142, 120);
  border-radius: 0;
  border: none;
  padding: 8px 64px;
}
.register-page .btn-submit:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(172, 142, 120) !important;
}

#submitBtn {
  position: relative;
  z-index: 22;
}

.enter-site {
  padding: 24px 5%;
  text-align: right;
  position: absolute;
  bottom: 4%;
  width: 100%;
}
.enter-site a {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 24px;
  color: #ac8e78;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.is-where {
  font-family: "Gotham-Book", sans-serif;
}

.form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  will-change: opacity, transform;
}

.fade-in {
  transform: none;
}

.fade-in-up {
  transform: translateY(40px);
}

.fade-in-left {
  transform: translateX(-48px);
}

.fade-in-right {
  transform: translateX(48px);
}

.fade-in.visible,
.fade-in-up.visible,
.fade-in-left.visible,
.fade-in-right.visible {
  opacity: 1;
  transform: none;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.fade-in.visible {
  animation-name: fadeIn;
}

.fade-in-up.visible {
  animation-name: fadeInUp;
}

.fade-in-left.visible {
  animation-name: fadeInLeft;
}

.fade-in-right.visible {
  animation-name: fadeInRight;
}

.privacy-page {
  padding: 140px 0 80px;
  font-family: "Gotham-Book", "Prompt", sans-serif;
  min-height: 100vh;
}

.privacy-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px;
}

.privacy-eyebrow {
  margin-bottom: 12px;
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ac8e78;
}

.privacy-title {
  margin-bottom: 16px;
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #ac8e78;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
}

.privacy-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #ac8e78;
}

.privacy-intro,
.privacy-section,
.privacy-section li,
.privacy-footer-note {
  font-family: "Gotham-Book", "Prompt", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #979797;
}

.privacy-meta {
  margin-bottom: 32px;
  font-family: "Gotham-Book", "Prompt", sans-serif;
  font-size: 14px;
  color: #9a8778;
}

.privacy-section {
  margin-bottom: 28px;
}

.privacy-section h2 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #979797;
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-weight: 600;
}

.privacy-section h3 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.5;
  color: #979797;
  font-family: "Gotham-Medium", "Prompt", sans-serif;
  font-weight: 600;
}

.privacy-section p:last-child,
.privacy-section ul:last-child,
.privacy-section ol:last-child {
  margin-bottom: 0;
}

.privacy-section ul,
.privacy-section ol {
  padding-left: 1.25rem;
  margin-bottom: 16px;
}

.privacy-section li + li {
  margin-top: 8px;
}

.privacy-divider {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid rgba(172, 142, 120, 0.18);
}

.privacy-home-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #ac8e78;
  font-family: "Gotham-Medium", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.privacy-home-link:hover {
  color: #8f745f;
}

@media (max-width: 767px) {
  .privacy-page {
    padding: 110px 0 48px;
  }
  .privacy-card {
    padding: 28px 20px;
  }
  .privacy-title {
    font-size: 28px;
  }
  .privacy-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .sec-facilitie {
    padding-top: 100px;
  }
  .sec-facilitie .container {
    max-width: 1024px;
  }
}
@media (max-width: 1366px) {
  .sec-type {
    margin-top: 0;
    background-color: #ffffff;
    padding-top: 10%;
  }
  .sec-facilitie {
    padding-top: 0px;
  }
  .sec-facilitie .container {
    max-width: 1024px;
  }
  .logo {
    max-width: 160px;
    margin-top: 16px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .contact-btn {
    font-size: 12px;
  }
  .btn-lang {
    font-size: 12px;
  }
  .dropdown-lang .dropdown-item {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  body {
    background: #ffffff;
  }
  .sec-home {
    height: 50vh;
  }
  .sec-home .bg-home-mobile {
    position: absolute;
    top: -100%;
  }
  .sec-concept {
    padding-top: 58%;
  }
  .sec-compare .moon {
    padding: 0px 0px 0px 0px;
    border-right: none !important;
    border-bottom: 1px solid #ac8e78 !important;
    margin-bottom: 16px;
  }
  .container-concept {
    max-width: 100%;
    padding: 0;
  }
  .bx-wrapper .bx-next {
    right: -40px;
  }
  .bx-wrapper .bx-prev {
    left: -40px;
  }
  .sec-compare .moon {
    padding: 0px 32px 0 0;
  }
  .sec-compare .sun {
    padding: 0px 0 0 32px;
  }
  .qr-code {
    margin-bottom: 12px !important;
  }
  .qr-code img {
    max-width: 70px !important;
  }
  .footer-menu {
    display: none;
  }
  .f-social {
    margin-bottom: 8px !important;
  }
  .social {
    margin-bottom: 0px;
  }
  .social img {
    max-width: 28px;
  }
  .sec-contact h2 {
    font-size: 20px;
  }
  .sec-contact h4 {
    font-size: 16px;
    text-align: center;
  }
  .sec-contact input,
  .sec-contact textarea,
  .sec-contact select {
    font-size: 13px;
    padding: 8px;
  }
  .sec-contact .note {
    font-size: 12px;
  }
  .sec-contact .ac-consent {
    padding: 12px 12px 12px 36px;
  }
  .sec-contact .ac-consent label {
    margin-left: 12px;
    font-size: 13px;
  }
  .sec-contact .btn-submit {
    font-size: 16px;
    padding: 8px 40px;
    width: 100%;
    max-width: 200px;
  }
  .sec-contact .footer-logo {
    text-align: left !important;
    margin-bottom: 8px !important;
  }
  .sec-contact .footer-logo img {
    max-width: 160px;
    margin-right: auto;
  }
  .social {
    text-align: right;
    padding-left: 0;
  }
  .social li {
    margin: 0 6px;
  }
  .social li a {
    font-size: 12px;
  }
  .addr {
    font-size: 12px;
    text-align: right;
    margin-bottom: 8px !important;
  }
  .cta {
    font-size: 12px;
    text-align: right;
    padding-bottom: 12px;
  }
  .cta label {
    font-size: 12px;
  }
  .qr-code {
    text-align: center;
  }
  .qr-code img {
    max-width: 100px;
  }
  .f-menu {
    text-align: center;
    padding-left: 0;
  }
  .f-menu li {
    margin: 5px 4px;
  }
  .f-menu li a {
    font-size: 11px;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  .f-top {
    top: 0px;
  }
  .register-page {
    padding: 0 15px;
  }
  .register-page h2 {
    font-size: 18px;
  }
  .register-page h4 {
    font-size: 16px;
  }
  .register-page input,
  .register-page textarea,
  .register-page select {
    font-size: 13px;
    padding: 8px;
  }
  .register-page .note {
    font-size: 12px;
  }
  .register-page .ac-consent {
    padding: 12px 12px 12px 36px;
  }
  .register-page .ac-consent label {
    margin-left: 12px;
    font-size: 13px;
  }
  .register-page .btn-submit {
    font-size: 16px;
    padding: 8px 40px;
    width: 100%;
  }
  .register-page .col-enterSite a {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .logo {
    max-width: 160px;
    margin-top: 12px;
  }
  .navbar-nav .nav-item {
    padding: 8px 6px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .sec-home .spetra-h {
    font-size: 28px;
    line-height: 38px;
    width: 90%;
  }
  .sec-home .spectra-icon {
    max-width: 100px;
  }
  .concept-text {
    padding: 30% 16px;
  }
  .concept-text h2 {
    font-size: 28px;
  }
  .concept-text p {
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
  }
  .sec-project-info {
    padding: 32px 0;
  }
  .sec-project-info .project-info {
    padding: 0px 16px;
  }
  .sec-project-info .project-title {
    font-size: 28px;
  }
  .sec-project-info .project-desc {
    font-size: 14px;
  }
  .bx-wrapper .bx-next {
    right: -20px;
  }
  .bx-wrapper .bx-prev {
    left: -20px;
  }
  .sec-iswahere {
    font-size: 28px;
  }
  .spetra-room-info {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 0rem;
  }
  .visit {
    margin-top: 0;
  }
  .sec-compare {
    padding: 80px 0;
  }
  .sec-compare .room-type-title {
    font-size: 20px;
  }
  .sec-compare .moon {
    padding: 0px 16px 0 0;
  }
  .sec-compare .sun {
    padding: 0px 0 0 16px;
  }
  .sec-blog {
    padding: 60px 8px !important;
  }
  .sec-contact h2 {
    font-size: 28px;
  }
  .sec-contact h4 {
    font-size: 20px;
  }
  .register-page h2 {
    font-size: 24px;
  }
  .register-page h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body {
    background: #ffffff;
  }
  #project {
    margin-bottom: 24px;
  }
  .logo {
    max-width: 140px;
    margin-top: 8px;
  }
  .navbar-nav {
    margin-top: 15px;
  }
  .navbar-nav .nav-item {
    padding: 10px 6px;
    text-align: center;
  }
  .contact-btn {
    font-size: 14px;
    padding: 6px 16px;
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  .btn-lang {
    font-size: 14px;
    justify-content: center;
  }
  .sec-home {
    height: 100vh;
    height: 100dvh;
  }
  .sec-home .spetra-h {
    font-size: 24px;
    line-height: 32px;
    width: 85%;
  }
  .sec-home .spectra-icon {
    max-width: 80px;
    top: 65%;
  }
  .sec-concept {
    padding-top: 50%;
  }
  .concept-text {
    padding: 20% 16px;
    max-width: 100%;
  }
  .concept-text h2 {
    font-size: 24px;
  }
  .concept-text p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .sec-project {
    height: auto;
    min-height: 50vh;
    margin: 20% 0;
  }
  h2 {
    font-size: 24px;
  }
  .sec-project-info {
    padding: 24px 0;
  }
  .sec-project-info .project-title {
    font-size: 24px;
  }
  .sec-project-info .project-desc {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .sec-facilitie {
    padding-top: 48px;
  }
  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    display: none !important;
  }
  .facilities-list {
    font-size: 14px;
  }
  .facilities-list .f-icon {
    max-width: 22px;
  }
  .sec-iswahere {
    margin-top: 20%;
    font-size: 24px;
  }
  .sec-type {
    margin-top: 15%;
  }
  .spetra-type-tab .nav-link {
    font-size: 16px;
  }
  .spetra-type-tab .nav-link.active {
    font-size: 16px;
  }
  .spetra-type-tab .nav-item {
    margin: 0 8px;
  }
  .spetra-type-tab .nav-tabs {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .spetratype-desc {
    margin: 48px auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .spetratype-desc h3 {
    font-size: 18px;
  }
  .spetratype-desc p {
    font-size: 14px;
  }
  .spetra-button {
    padding: 8px 40px;
    font-size: 14px;
  }
  .sec-compare {
    padding: 60px 0;
  }
  .sec-compare .room-type-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec-compare h4 {
    font-size: 14px;
  }
  .sec-compare .moon,
  .sec-compare .sun {
    padding: 0 16px !important;
    margin-bottom: 30px;
  }
  .br-rigth {
    border-right: none;
    border-bottom: 2px solid #ac8e78;
    padding-bottom: 30px;
  }
  .compare-tab {
    margin-top: 24px;
  }
  .compare-tab .nav-link {
    font-size: 16px;
  }
  .compare-tab .nav-item {
    margin: 0 8px;
  }
  .gallery-tab .nav-link,
  .map-tab .nav-link {
    font-size: 16px;
  }
  .gallery-tab .nav-item,
  .map-tab .nav-item {
    margin: 0 8px;
  }
  .gallery-tab .nav-tabs,
  .map-tab .nav-tabs {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .location-tab .nav-link {
    font-size: 16px;
  }
  .location-tab .nav-link.active {
    font-size: 16px;
  }
  .sec-blog {
    padding: 48px 8px !important;
  }
  .sec-blog .blog-slider {
    padding: 0 20px;
  }
  .sec-blog .slick-prev,
  .sec-blog .slick-next {
    display: none !important;
  }
  .sec-contact {
    padding: 60px 0px 0px !important;
    background-size: contain;
  }
  .sec-contact h2 {
    font-size: 24px;
  }
  .sec-contact h4 {
    font-size: 18px;
  }
  .sec-contact input,
  .sec-contact textarea,
  .sec-contact select {
    font-size: 14px;
    padding: 10px;
  }
  .sec-contact .btn-submit {
    font-size: 18px;
    padding: 8px 60px;
  }
  .social li {
    margin-left: 8px;
  }
  .social li a {
    font-size: 16px;
  }
  .f-menu li {
    margin-left: 8px;
    display: block;
    margin-bottom: 10px;
  }
  .f-menu li a {
    font-size: 12px;
  }
  .f-top {
    top: -40px;
  }
  .register-page {
    max-width: 100%;
    padding: 0 20px;
  }
  .register-page h2 {
    font-size: 20px;
  }
  .register-page h4 {
    font-size: 18px;
  }
  .register-page input,
  .register-page textarea,
  .register-page select {
    font-size: 14px;
  }
  .register-page .btn-submit {
    font-size: 18px;
    padding: 8px 60px;
  }
  .enter-site {
    padding: 20px 5%;
    bottom: 2%;
  }
  .enter-site a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  body {
    background: #e8e5e2;
  }
  .sec-iswahere {
    background-color: #ffffff;
  }
  .sec-home {
    height: 100vh;
    height: 100dvh;
  }
  .sec-home .bg-home-mobile {
    position: inherit;
    top: 0;
  }
  .sec-concept {
    padding-top: 0;
    background-image: url(../images/conceptbg.jpg);
    background-size: cover;
    background-position: left center;
    height: 480px;
  }
  .navbar-nav {
    margin-top: 6px;
  }
  .logo {
    max-width: 120px;
    margin-top: 8px;
  }
  .sec-facilitie {
    padding: 220px 0 160px;
    max-width: 1200px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .contact-btn {
    font-size: 13px;
    padding: 6px 12px;
    width: 100%;
  }
  .btn-lang {
    font-size: 13px;
  }
  .dropdown-lang {
    min-width: 80px;
  }
  .dropdown-lang .dropdown-item {
    font-size: 13px;
  }
  .sec-home {
    height: 100vh;
    height: 100dvh;
    position: inherit;
  }
  .sec-home .spetra-h {
    font-size: 20px;
    line-height: 28px;
    width: 90%;
  }
  .sec-home .spectra-icon {
    max-width: 70px;
    top: 68%;
  }
  .sec-concept {
    padding-top: 32px;
  }
  .concept-text {
    padding: 16px;
    order: 2;
    text-align: center;
  }
  .concept-text h2 {
    font-size: 20px;
  }
  .concept-text p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .sec-project {
    margin: 165% 0 0% 0;
    background-color: #ffffff;
    padding-bottom: 20%;
  }
  h2 {
    font-size: 20px;
  }
  .sec-project-info {
    padding: 20px 0;
  }
  .sec-project-info .project-info {
    padding: 0px 12px;
  }
  .sec-project-info .project-title {
    font-size: 20px;
  }
  .sec-project-info .project-desc {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .sec-project-info .project-desc table {
    font-size: 13px;
  }
  .sec-project-info .project-desc table tr td:first-child {
    width: 100px;
    padding: 6px;
  }
  .sec-project-info .project-desc table tr td:first-child span {
    top: 6px;
  }
  .sec-project-info .project-desc table tr td {
    padding: 6px;
  }
  .sec-facilitie {
    padding-top: 32px;
  }
  .facilities-list {
    font-size: 13px;
  }
  .facilities-list .f-icon {
    max-width: 20px;
  }
  .facilities-list .f-item {
    margin-bottom: 8px;
  }
  .sec-iswahere {
    margin-top: 30%;
    font-size: 20px;
  }
  .sec-type {
    margin-top: 0%;
    padding-top: 20%;
  }
  .spetra-type-tab .nav-link {
    font-size: 14px;
  }
  .spetra-type-tab .nav-link.active {
    font-size: 14px;
  }
  .spetra-type-tab .nav-item {
    margin: 0 4px;
  }
  .spetra-type-tab .nav-tabs {
    margin-bottom: 24px;
  }
  .spetratype-desc {
    margin: 32px auto;
    padding: 0 15px;
  }
  .spetratype-desc h3 {
    font-size: 16px;
  }
  .spetratype-desc p {
    font-size: 13px;
  }
  .total-area {
    font-size: 14px;
  }
  .spetra-room-info {
    font-size: 14px;
    padding: 0 0px;
  }
  .spetra-room-info img {
    max-width: 24px;
  }
  .spetra-room-info .spetra-room-info-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .spetra-button {
    padding: 6px 30px;
    font-size: 13px;
  }
  .sec-compare {
    padding: 40px 0;
  }
  .sec-compare .room-type-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .sec-compare h4 {
    font-size: 13px;
  }
  .sec-compare .moon,
  .sec-compare .sun {
    margin-bottom: 20px;
  }
  .compare-tab {
    margin-top: 20px;
  }
  .compare-tab .nav-link {
    font-size: 14px;
  }
  .compare-tab .nav-link.active {
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    color: #979797;
    background-color: #e8e5e2 !important;
  }
  .compare-tab .nav-item {
    margin: 0 8px;
  }
  .compare-tab .spetra-room-info {
    font-size: 13px;
  }
  .compare-tab .spetra-room-info img {
    max-width: 22px;
  }
  .compare-tab .spetra-room-info .spetra-room-info-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .gallery-tab .nav-link,
  .map-tab .nav-link {
    font-size: 14px;
  }
  .gallery-tab .nav-item,
  .map-tab .nav-item {
    margin: 0 4px;
  }
  .gallery-tab .nav-tabs,
  .map-tab .nav-tabs {
    margin-bottom: 24px;
    justify-content: center;
  }
  .map-tab .nav-item {
    margin: 0 8px;
  }
  .location-tab .nav-link {
    font-size: 14px;
  }
  .location-tab .nav-link.active {
    font-size: 14px;
  }
  .location-tab .tab-content {
    font-size: 14px;
  }
  .max480 {
    max-width: 100%;
    padding: 0 15px;
  }
  .sec-blog {
    padding: 32px 8px !important;
  }
  .sec-blog li {
    padding: 0 8px;
  }
  .sec-blog .blog-slider {
    padding: 0 10px;
  }
  .honour {
    max-width: 64px;
  }
  .qr-code {
    margin-bottom: 12px !important;
  }
  .qr-code img {
    max-width: 32px !important;
  }
  .phone-mobile-mt {
    margin-top: 1rem !important;
  }
  .footer-menu {
    display: none;
  }
  .f-social {
    margin-bottom: 8px !important;
  }
  .social {
    margin-bottom: 0px;
  }
  .social img {
    max-width: 28px;
  }
  .sec-contact {
    padding: 40px 16px 0px !important;
    background-image: url("../images/footerbg-mobile.png");
  }
  .sec-contact h2 {
    font-size: 20px;
  }
  .sec-contact h4 {
    font-size: 16px;
    text-align: center;
  }
  .sec-contact input,
  .sec-contact textarea,
  .sec-contact select {
    font-size: 13px;
    padding: 8px;
  }
  .sec-contact .note {
    font-size: 12px;
  }
  .sec-contact .ac-consent {
    padding: 12px 12px 12px 36px;
  }
  .sec-contact .ac-consent label {
    margin-left: 12px;
    font-size: 13px;
  }
  .sec-contact .btn-submit {
    font-size: 16px;
    padding: 8px 40px;
    width: 100%;
    max-width: 200px;
  }
  .sec-contact .footer-logo {
    text-align: left !important;
    margin-bottom: 8px !important;
  }
  .sec-contact .footer-logo img {
    max-width: 160px;
    margin-right: auto;
  }
  .social {
    text-align: right;
    padding-left: 0;
  }
  .social li {
    margin: 0 6px;
  }
  .social li a {
    font-size: 12px;
  }
  .addr {
    font-size: 12px;
    text-align: right;
    margin-bottom: 8px !important;
  }
  .cta {
    font-size: 12px;
    text-align: right;
    padding-bottom: 12px;
  }
  .cta label {
    font-size: 12px;
  }
  .qr-code {
    text-align: center;
  }
  .qr-code img {
    max-width: 100px;
  }
  .f-menu {
    text-align: center;
    padding-left: 0;
  }
  .f-menu li {
    margin: 5px 4px;
  }
  .f-menu li a {
    font-size: 11px;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  .f-top {
    top: 0px;
  }
  .register-page {
    padding: 0 15px;
  }
  .register-page h2 {
    font-size: 18px;
  }
  .register-page h4 {
    font-size: 16px;
  }
  .register-page input,
  .register-page textarea,
  .register-page select {
    font-size: 13px;
    padding: 8px;
  }
  .register-page .note {
    font-size: 12px;
  }
  .register-page .ac-consent {
    padding: 12px 12px 12px 36px;
  }
  .register-page .ac-consent label {
    margin-left: 12px;
    font-size: 13px;
  }
  .register-page .btn-submit {
    font-size: 16px;
    padding: 8px 40px;
    width: 100%;
  }
  .register-page .col-enterSite a {
    font-size: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
  }
  .enter-site {
    padding: 16px 5%;
    bottom: 24px;
    text-align: center;
    position: relative;
  }
  .enter-site a {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .logo {
    max-width: 100px;
  }
  .sec-home .spetra-h {
    font-size: 18px;
    line-height: 24px;
  }
  .sec-home .spectra-icon {
    max-width: 44px;
  }
  .concept-text h2 {
    font-size: 18px;
  }
  .concept-text p {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
  }
  .sec-project-info .project-title {
    font-size: 18px;
  }
  .sec-project-info .project-desc {
    font-size: 12px;
  }
  .spetra-type-tab .nav-link,
  .spetra-type-tab .nav-link.active {
    font-size: 13px;
  }
  .spetra-type-tab .nav-item {
    margin: 0 16px;
  }
  .sec-compare .room-type-title {
    font-size: 14px;
  }
  .sec-compare h4 {
    font-size: 12px;
  }
  .gallery-tab .nav-link,
  .gallery-tab .nav-link.active,
  .map-tab .nav-link,
  .map-tab .nav-link.active,
  .location-tab .nav-link,
  .location-tab .nav-link.active {
    font-size: 13px;
  }
  .sec-contact h2,
  .register-page h2 {
    font-size: 18px;
  }
  .sec-contact h4,
  .register-page h4 {
    font-size: 14px;
  }
  .sec-contact .btn-submit,
  .register-page .btn-submit {
    font-size: 14px;
    padding: 8px 30px;
  }
  .sec-contact .col-enterSite a,
  .register-page .col-enterSite a {
    font-size: 14px;
    width: 100%;
    height: 37px;
    line-height: 37px;
  }
}
@media (max-width: 480px) {
  .sec-project {
    padding-bottom: 60%;
  }
}

/*# sourceMappingURL=style.css.map */
