@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold_4.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}

body {
  background-color: #33393c;
}

p {
  font-family: "Montserrat-Regular";
      font-size: 1.1vw;
  color: #fff;
}

.top-space {
  height: 100px;
  width: 100%;
}

main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  background-color: #000;
}

.maincoe {
  width: 15vw;
  margin-top: 3%;
}

.mainlg {
  width: 20vw;
}
span.tc_txt {
  font-size: 0.66vw;
}
.wrapper_svg {
  position: relative
}

.wrapper_svg svg {
  display: block;
  width: 91vw;
  height: auto;
  position: relative;
  z-index: 2;
}

.ontoptxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}

main h1 {
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 1.4vw;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
}

main video {
  width: 100%;
  object-fit: contain;
  height: 76vh;
  object-position: center;
  margin-top: 2%;
  z-index: 0;
  position: relative;
  pointer-events: none;
}

h2 {
  width: 100%;
  font-family: "Montserrat-Bold";
  font-size: 35px;
      font-weight: 600;
  /* text-align: center; */
  text-transform: uppercase;
  background:radial-gradient(circle, #fff 0%, /* Pure white center */ #f8f6cf 6%, /* Extended white middle */ #f3c438 60%, /* Extended white middle */ #d9c19d 90%, /* Extended white middle */ #ed9316 100% /* Gold outer edge */);
  /* background: linear-gradient(287deg, rgb(234 234 234) 7%, #fff 9.09%, rgb(237, 147, 22) 20.09%, rgb(255, 252, 248)100%, #fff 9.09%, rgb(237, 147, 22) 20.09%, #fff 9.09%, #fff 100.09%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: normal;
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 30px;
    font-weight: 600;
  text-transform: uppercase;
  background: radial-gradient(circle,
      #fff 0%,
      /* Pure white center */
      #f8f6cf 3%,
      /* Extended white middle */
      #f3c438 13%,
      /* Extended white middle */
      #cc8d2c 40%,
      /* Extended white middle */
      #ed9316 100%
      /* Gold outer edge */
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: normal;
  filter: drop-shadow(2px 2px 2px black);
}

.place-intro {
  position: absolute;
  top: 0;
  left: 10.4%;
  height: 90%;
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  align-content: center;
  flex-direction: column;

}

.place-intro p {
  max-width: 68ch;
}

#introduction {
  background-color: #000;
  position: relative;
}

p.max-1 {
  max-width: 69.9ch;
  margin: auto;
}

.art-imp {
font-family: "Montserrat-Regular";
    position: absolute;
    bottom: 3vw;
    right: 1rem;
    font-size: 12px;
    color: #fff;
}

p.fp_hd {
  margin-bottom: 0;
  font-family: "Montserrat-Medium";
  font-size: 1.1vw;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.1;


}
.cta_floor {
    font-family: "Montserrat-Medium";
    font-size: 1.1vw;
    width: fit-content;
    padding: 5px 20px;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;

}
.cta_floor.active_this {
    border: 1px solid #ffcc00;
    color: #ffcc00;
    border-radius: 50px;
}
.bl__l {
    width: 100%;
}
.addbbline {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
}
p.fp_hd_gold {
  margin-bottom: 0;
  font-family: "Montserrat-Bold";
  font-size: 1.3vw;
  text-transform: uppercase;
  letter-spacing: normal;
  background: linear-gradient(50deg,
      #fff 0%,
      #f8f6cf 3%,
      #f3c438 13%,
      #cc8d2c 40%,
      #ed9316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  filter: drop-shadow(2px 2px 2px black);
}

p.fp_hd_2 {
  margin-bottom: 0;
}

ul.fp_hd_2  {
       font-family: "Montserrat-Regular";
      font-size: 1vw;
    color: #fff;
    padding-left: 1rem;
}
.w-onw {
     width: 16%;
}
.w-two {
  width: 60%;
}
.floor-description {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.floor-img {
  max-width: 52vw;
  margin: auto;
}

.fp_caption_sm {
  font-family: "Montserrat-Medium";
  color: #fff;
  font-size: 0.55vw;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
  margin-top: 1rem;
}

.ribbon__r {
  font-family: "Montserrat-Bold";
  color: #fff;
  position: absolute;
  top: 44%;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #231f20;
  padding: 16px;
  font-size: 1vw;
  cursor: pointer;
}

.ribbon__l {
  font-family: "Montserrat-Bold";
  color: #fff;
  position: absolute;
  top: 44%;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #231f20;
  padding: 16px;
  font-size: 1vw;
  cursor: pointer;
}

.ribbon__r:hover {
  background: #3d3c3c;
}

.arrownn {
  width: 20px;
  height: 34px;
  object-fit: contain;
}

#frmLeadGen input {
  font-family: "Montserrat-Regular";
  margin-bottom: 7px;
  display: block;
  width: 100%;
  padding-left: 10px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 15px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #848484;
}

#frmLeadGen select {
  font-family: "Montserrat-Regular";
  margin-bottom: 7px;
  padding-left: 10px;
  border-radius: 8px;
  display: block;
  width: 100%;
  color: #848484;
  font-size: 15px;
  outline: none;
  appearance: none;
  border-radius: 8px;
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/15e348c1-861e-4e09-349a-9525a944ae00/400);
  background-position: 98%;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: content-box;
  background-clip: initial;
  text-align: left;
  background-size: 21px;
  background-color: #fff;
}

.checkbox {
  color: #000000;
  font-family: "Montserrat-Regular";
  font-size: small;
}

#frmLeadGen input::-moz-placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

#frmLeadGen input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

#frmLeadGen input::placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

#frmLeadGen select::placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

#frmLeadGen select::-moz-placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

#frmLeadGen select:-ms-input-placeholder {
  opacity: 1 !important;
  color: #848484 !important;
}

.cjbc label.checkbox {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: fit-content;
}

#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
  margin-bottom: 0;
  box-shadow: none;
}

#site-plan {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.site-plan-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.site-plan-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 620%;
  max-width: 5000px;
  opacity: 0;
  transform: translateX(-22%) translateY(-26.5%);
}

.site-plan-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 644px;
  transform: translateX(7%) translateY(6%);
  opacity: 0.4;
}

.pos_sp_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.4;
}

.siteplan_sec {
  position: relative;
}

.siteplan_sec .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 4rem; */
  justify-content: center;
}

.siteplan_sec .wrapper {
  height: auto;
  width: 100%;
}

.point article {
  flex-basis: 60%;
  margin-right: auto;
}

.tf_hd {
  font-size: 16px;
  margin-top: 1rem;
  padding-bottom: 10px;
  font-family: "Montserrat-Medium";
}

.lg_ani {
    position: absolute;
    top: 46.5%;
    left: 25.9%;
    width: 6vw;
    height: 6vw;
    object-fit: contain;
  animation: pulsess 2s infinite ease-in-out;

}
.pulsess {
  animation: pulsess 2s infinite ease-in-out;
}
.radiocs {
  display: flex;
  align-items: center;
}

@keyframes pulsess {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.sp_1a {
    max-width: 100%;
  height: auto;
  transition: .5s;
}
.sp_1 {
  flex-basis: 25%;
  max-width: 38vw;
  height: auto;
  transition: .5s;
}

.point .sp_1 {
  flex-basis: 55%;
  max-width: 100%;
  height: auto;
  transition: .5s;
}

.point .sp_2 {
  max-width: 100%;
  height: auto;
  transition: .5s;
}
#siteplan_a {
    cursor: pointer;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.sp_3a {
   width: 35vw;
    height: auto;
    object-fit: contain;
}
.sp_3 {
   width: 35vw;
    height: auto;
    object-fit: contain;
  transition: .5s;
}

.sp_3b {
  max-width: 38vw;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.hystmodal__window {
  width: 750px !important;
  background: #41464b !important;
}
.videotxtxn {
   position: absolute;
    top: 38%;
    width: 100%;
    left: 0%;
    display: flex
;
    justify-content: center;
}
.videotxtxn img {
    width: 18vw;
    filter: drop-shadow(2px 4px 2px black);
}
.videotxt {
     position: absolute;
    top: 38%;
    width: 18vw;
    left: 35%;
    filter: drop-shadow(2px 4px 2px black);
}

#siteplanpopup .hystmodal__window {
  margin: 0 auto;
  padding: 0;
  transform: unset;
  width: 24vw !important;
  background: #41464b;
}

#locationpopup .hystmodal__window {
  margin: 0 auto;
  padding: 0;
  transform: unset;
  width: 44vw !important;
  background: #41464b;
}

.hystmodal--active {
  z-index: 99999 !important;
}

.zz-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  flex-direction: column;
}

.bg-br {
  font-family: 'Montserrat-SemiBold';
  border: 2px solid #212529;
  background-color: #3d3d3d;
  color: #ffffff;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  font-size: 1.5rem;
}

.gallery_img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center;
}

.location-sec {
  background-color: #000;
}

.lloc_1 {
  width: 45%;
  display: flex;
  justify-content: center;
}

.llc_wrapper {
  width: 70%;
}

.lloc_2 {
  width: 55%;
}

.content_wrapper_2 {
  max-width: 32vw;
}


.content_wrapper_2 .accordion-button {
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: transparent;
  font-family: "Montserrat-Medium";
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  display: block;
  width: 100%;
  text-align: center;
}

.content_wrapper_2 .accordion-button::after {
  content: "";
  float: right;
  display: block;
  position: absolute;
  right: 0%;
  /* Adjust based on your design */
  top: 50%;
  transform: translateY(-50%);
width: 23px;
    height: 12px;
  /* Set height matching the image */
  background-image: url('../images/drop-up.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content_wrapper_2 .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-360deg);
  /* Ensure translateY stays the same */
  background-image: url('../images/drop-down.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
}



.content_wrapper_2 .accordion-item {
  border: 2px solid;
  border-image: linear-gradient(90deg, #cc8d2c, #f8f6d1, #f2c436) 1;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 10px;
}

.content_wrapper_2 .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
.acc__box {
  padding-top: 14px;
}
.accordion-header .line {
  height: 1px;
  flex: 0.8 0;
  background-color: #ca972b;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.content_wrapper_2 .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

ul.mhx_custom {
  padding-left: 1rem;

}

ul.mhx_custom li {
    color: #fff;
    font-family: "Montserrat-Medium";
    font-size: 0.9vw;
}

.accordion-button .cc_line {
  font-size: 1vw;
  height: 100%;
  display: block;
  text-align: left;
  padding: 0 0;
  border-bottom: 1px solid;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Montserrat-Bold";
}

.ac_hdt {
  font-family: "Montserrat-Bold";
  color: #fff;
  /* font-size: 0.7vw; */
  font-size: 1vw;
  padding-bottom: 8px;
  padding-left: 11px;
}

.tdtitle {
  font-family: "Montserrat-Medium";
  font-size: 0.9vw;
  color: #fff;

}

.dist {
  font-family: "Montserrat-Medium";
  font-size: 0.9vw;
  display: block;
  color: #fff;
  text-align: end;
}

th,
td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
}

.pos_map_1 {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  right: 0;
  height: 100%;
}

.pos-title {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.radiocont {
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  width: max-content;
  font-family: "Montserrat-Medium";

}

.radiocont a {
  color: #fff;
  text-decoration: underline;
}

.radiocont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 0;
}

.radiocont:hover input~.checkmark {
  background-color: #ccc;
}

.radiocont input:checked~.checkmark {
  background-color: #ee7d00;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiocont input:checked~.checkmark:after {
  display: block;
}

.radiocont .checkmark:after {
  top: 4.5px;
  left: 4.5px;
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: white;
}

.rg2_cta {
  background: #ee7d00;
  font-family: "Montserrat-Medium";
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  width: fit-content;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.rg2_cta:hover {
  background: #ffeeda;
  color: #ee7d00;
  box-shadow: 0 0 10px #ee7d00,
    0 0 20px #ee7d00,
    0 0 50px #ee7d00;
}

.reg-sbs2 {
  font-family: "Montserrat-Regular";
  color: #fff;
  font-size: 15px;
}

span.tbsmal {
  font-size: 16px;
}

.ths_ix {}

.reg-sbs2>a {
  font-size: 23px;
  font-family: "Montserrat-Bold";
}

.setmaplogo {
/* height: 7ch;
    object-fit: contain;
    width: 23ch; */
  filter: drop-shadow(0 0 5px rgba(255, 221, 53, 0.877));
  animation: glowPulse 2s ease-in-out infinite;
  transition: filter 0.3s ease;
}

.zoom-target {
  display: flex;
  align-items: center;
  justify-content: center;
}

.posintro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.txt-ai {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 11px;
}

#registration h3 {
  color: #ee7d00;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;

}

p.reg-txt2 {
  font-size: 23px;
  font-family: "Montserrat-Bold";
  margin-bottom: 0;
}

.reg_sec {
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/312e31fa-fa78-47ef-6b6c-4e34c47a0500/1920);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.reg_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, transparent);
  z-index: 0;
}

.reg_sec>* {
  z-index: 2;
  position: relative;
}

.draggable {
  width: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.draggable2 {
  width: 100%;
  overflow: auto;
  position: relative;
  margin-top: 0;
}

.draggable .image {
  width: 159vw;
  max-width: unset;
}

.draggable2 .image2 {
  width: 264vw;
  max-width: unset;
}

.pos-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: glowPulse 2s ease-in-out infinite;
}

.toglowicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: glowPulse2 2s ease-in-out infinite;
}
.toaddanim {
  animation: glowPulse2 2s ease-in-out infinite;
}
.collapse:not(.in) {
	display: block !important;
    }
	.collapse:not(.show) {
		display: none !important;
		}
@keyframes glowPulseM {

  0%,
  100% {
    filter: none
  }

  50% {
    filter: drop-shadow(0 0 5px rgba(180, 117, 31, 0.9)) drop-shadow(0 0 10px rgba(180, 117, 31, 0.6)) drop-shadow(0 0 15px rgba(180, 117, 31, 0.4)) brightness(1.1) contrast(1.2);

  }
}

@keyframes glowPulse {

  0%,
  100% {
    filter: none
  }

  50% {
    filter: drop-shadow(0 0 5px rgba(180, 117, 31, 0.9)) drop-shadow(0 0 10px rgba(180, 117, 31, 0.6)) drop-shadow(0 0 15px rgba(180, 117, 31, 0.4)) brightness(1.1) contrast(1.2);

  }
}

@keyframes glowPulse2 {

  0%,
  100% {
    filter: none;
  }

  50% {
    filter: drop-shadow(0 0 5px rgba(180, 117, 31, 0.9)) drop-shadow(0 0 10px rgba(180, 117, 31, 0.6)) drop-shadow(0 0 15px rgba(180, 117, 31, 0.4)) brightness(1.1) contrast(1.2);

  }
}
#cube-1, #cube-2, #cube-3, #cube-4, #cube-5, #cube-6 {
  cursor: pointer;
  /* animation: glowPulse2 2s ease-in-out infinite; */
}
#cube-1:hover, #cube-2:hover, #cube-3:hover, #cube-4:hover, #cube-5:hover, #cube-6:hover {
animation:none;
}
.custom_css {
    width: 10%;
    margin-top: -27%;
    margin-left: -9%;
}
.zoom-icons {
    width: 9vw;
    position: absolute;
    right: 45%;
    top: 42%;
}
.zoom-icons-w {
    width: 5vw;
    height: 5vw;
    object-fit: contain;
    position: absolute;
    right: 45%;
    top: 42%;
}
 .add_anim_w {
      animation: pulsessopacweb 2s infinite ease-in-out;
    }
 .add_anim {
      animation: pulsessopac 2s infinite ease-in-out;
    }

 .add_anim_glow {
      animation: glowPulse2 2s infinite ease-in-out;
    }
    .hg_icon {
     opacity: 0;
    }
.cbtop {
      width: 20vw;
}
.sp_img {
     width: 44vw;
    margin-top: 2rem;

}
    @keyframes blinkOpacity {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }
@keyframes pulsessopac {

  0%,
  100% {
    transform: scale(1);
     opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes pulsessopacweb {

  0%,
  100% {
    transform: scale(1);
     opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.all_fpcon{
  width: fit-content;
}
.bckimg {
      width: 54px;
    height: 20px;
    object-fit: contain;
}
.backcta {
  font-family: "Montserrat-Bold";
    font-size: 16px;
    margin-left: 10px;
  /* text-align: center; */
  text-transform: uppercase;
  background: radial-gradient(circle,
      #fff 0%,
      /* Pure white center */
      #f8f6cf 6%,
      /* Extended white middle */
      #f3c438 60%,
      /* Extended white middle */
      #cc8d2c 90%,
      /* Extended white middle */
      #ed9316 100%
      /* Gold outer edge */
    );
  /* background: linear-gradient(287deg, rgb(234 234 234) 7%, #fff 9.09%, rgb(237, 147, 22) 20.09%, rgb(255, 252, 248)100%, #fff 9.09%, rgb(237, 147, 22) 20.09%, #fff 9.09%, #fff 100.09%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
      position: absolute;
     right: 4%;
    top: 10%;
    z-index: 99;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
  p.fp_hd_gold {
    font-size: 4.3vw;
    text-align: center;
  }

  p.fp_hd {
    font-size: 3.6vw;
    text-align: center;
  }

  p.fp_hd_2 {
    margin-top: 0;
    text-align: center;
  }

  .ribbon__r,
  .ribbon__l {
    top: 0;
    padding: 2vw;
    font-size: 2.8vw;
    z-index: 6;
  }

  .maincoe {
    width: 47vw;
    margin-top: 15%;
  }

  .floor-img {
    max-width: 94%;
    margin: auto;
  }

  .mainlg {
    width: 54%;
  }

  main h1 {
    font-size: 3vw;
    line-height: 1.4;
  }

  main video {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  .posintro {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }

  .place-intro {
    position: relative;
    top: unset;
    left: unset;
  }

  h2 {
    font-size: 5.3vw;
  }

  h3 {
    font-size: 5.2vw;
  }

  p {
    font-size: 3.4vw;
  }

  .sp_3 {
    flex-basis: 100%;
    max-width: 72%;
    position: relative;
    left: 1.5rem;

  }

  .sp_3b {
    max-width: 72%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    left: 1.5rem;
  }

  .custom_css {
    width: 17%;
    margin-top: 0;
    position: absolute;
    top: 15%;
    left: 21%;
  }

  .gallery_img {
    height: 35ch;
    object-fit: cover;
  }

  .bl__l {
    border-right: 0;
    padding-right: 0;
    width: 100%;
  }

  .fp_caption_sm {
    font-size: 1.8vw;
    max-width: 72ch;
    margin: auto;
    display: block;
    padding-top: 1rem;
  }

  .lloc_1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .llc_wrapper {
    width: 100%;
  }

  .lloc_2 {
    width: 100%;
  }

  .content_wrapper_2 {
    max-width: 89%;
    margin: auto;
  }

  .pos-title {
    position: relative;
    top: unset;
  }

  ul.mhx_custom li {
    font-size: 3vw;
  }

  .tdtitle {
    font-size: 3vw;
  }

  .dist {
    font-size: 3vw;
  }

  .top_1 {
    width: 55vw;
    margin: auto;
    display: block;

  }

  .top_3 {
    width: 100%;
    /* margin-left: 1.5rem;
        margin-top: 1.5rem; */

  }

  .top_3_glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: 2s ease-in-out 0s infinite normal none running glowPulse;
  }

  p.max-1 {
           max-width: 36ch;
  }

  #introduction {
    background-image: url(../images/bg-block-transp-2.png?v2);
    background-size: cover;
    background-position: left;
  }

  .zz-btn {
        top: -2rem;
        left: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
  }

  .bg-br {
    width: 25px;
    height: 25px;
  }

  .ac_hdt {
    padding-left: 34px;
    font-size: 3.4vw;
  }
.accordion-button .cc_line {
  font-size: 3.4vw;
}
  .hystmodal__window {
    width: 100%;
  }

  #locationpopup .hystmodal__window {
    width: 100% !important;
  }

  .txt-ai {
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 10px;
  }

  .lg_ani {
        width: 10.6vw;
        height: 10.6vw;
        /* filter: brightness(0.5); */
        top: 29.7%;
        left: 26%;
  }

  .radiocont {
    font-size: 3.2vw;
  }

  .cjbc label.checkbox {
    font-size: 11px;
  }

  .reg-sbs2>a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 4.8vw;
    margin-top: 1rem;
  }

  span.tbsmal {
    font-size: 3.3vw;
    margin-top: -3%;
  }

  p.reg-txt2 {
    font-size: 5.2vw;
  }

  .place-intro p {
    max-width: 34ch;
    margin: auto;
    padding-bottom: 2rem;
    text-align: center;
  }
  .w-onw {
     width: 100%;
}
.w-two {
  width: 100%;
}
.all_fpcon{
  width: 100%;
}
.cta_floor {
          font-size: 3.6vw;
          margin-bottom: 1.5rem;
}
ul.fp_hd_2 {
  font-size: 3.4vw;
}
.addbbline {
    width: 48%;
}
.videotxt {
    top: 36%;
  width: 27vw;
  left: 36%;
}
span.tc_txt {
    font-size: 10px;
}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 800px) {}