@charset "UTF-8";
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000; }

@font-face {
  font-family: Raleway;
  src: url(/fonts//Raleway-Light.ttf);
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: Raleway;
  src: url(/fonts//Raleway-Regular.ttf);
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: Raleway;
  src: url(/fonts//Raleway-Medium.ttf);
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: Raleway;
  src: url(/fonts/Raleway-SemiBold.ttf);
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: PlayfairDisplay;
  src: url(/fonts/PlayfairDisplay-Medium.ttf);
  font-style: normal;
  font-weight: 400; }
@keyframes pulse-glow {
  0% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes pulseFade {
  0% {
    transform: scale(1);
    opacity: 0.6; }
  50% {
    transform: scale(1.65);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.7; } }
.blur-box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blur-box img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: contain;
    margin: auto; }

.blur-box-bg {
  width: 77px;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blur-box-bg img {
    width: 77px;
    height: auto;
    pointer-events: none; }

.btn-map {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 16px;
  font-family: sans-serif;
  font-size: 14px;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: inline-block; }

.btn-map.active {
  background-color: #2f3c90;
  color: #fff; }

.btn-map:hover {
  filter: brightness(0.95); }

.btn-label {
  position: relative;
  z-index: 1; }
  .btn-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: pulse-glow 2s infinite;
    z-index: -1; }

.btn-circle {
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 35px;
  position: relative;
  z-index: 1;
  animation: zoom-in-zoom-out 3s ease infinite; }
  .btn-circle img {
    width: 45px;
    height: 45px; }
  .btn-circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid 255, 255, 2550, 0.5; }

@keyframes zoom-in-zoom-out {
  0%,
  100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
.tooltip-label {
  position: relative;
  z-index: -1; }

.btn-icon {
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease, color 0.3s ease;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 20px;
  position: relative;
  z-index: 1; }

.btn-icon img {
  width: 22px;
  height: 22px; }

.btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulseFade 2s ease-out infinite;
  z-index: -1; }

.btn-icon:hover {
  transform: scale(1.15) !important;
  color: #fff;
  z-index: 11; }

.btn-direction {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: -7px; }

.btn-direction img {
  width: 35px;
  height: 35px;
  animation: pin-drift 2.5s ease-in-out infinite;
  will-change: transform; }

.songdongnai {
  rotate: 4deg; }

.songdongnai-matsau {
  rotate: 0deg; }

.binhduong {
  rotate: 0deg; }

.binhduong-matsau {
  rotate: 0deg; }

.hcm-matsau {
  rotate: 0deg; }

@keyframes pin-drift {
  0% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(-5px); } }
.btn-plus {
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  transition: transform 0.3s ease, color 0.3s ease;
  background: radial-gradient(50% 55% at 50% 50%, #f4cdd5 20%, #de637c 90%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 35px;
  position: relative;
  z-index: 1; }
  .btn-plus img {
    width: 15px;
    height: 15px; }
  .btn-plus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    animation: pulseFade 2s ease-out infinite;
    z-index: -1; }
  .btn-plus:hover {
    transform: rotate(45deg) !important;
    background: linear-gradient(90deg, #0e254a, #2f5593);
    color: #fff;
    border: 1px solid #e68ea0;
    z-index: 11; }

.gradient-border {
  font-family: Raleway;
  font-size: 16px;
  color: #0e254a;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 132px;
  background: radial-gradient(134.7% 113.36% at 0% 1.59%, #fef8f9 0%, #f7bdc9 100%);
  position: relative;
  z-index: 1;
  background-clip: padding-box;
  bottom: -2px; }

.gradient-border::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 132px;
  z-index: -1; }

.gradient-border-after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid #f7bdc9; }

.spot-hover-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 1; }

/* Mặc định */
.gradient-border {
  background-size: 100% 100%;
  backdrop-filter: blur(2.5px);
  padding: 5px 12px;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.1s ease; }

.triangle {
  width: 0;
  height: 0;
  background: transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #f7bdc9;
  margin-top: 0;
  z-index: -1; }

/* Hover */
.spot-hover-wrapper:hover .gradient-border {
  background: linear-gradient(180deg, #0e254a, #2f5593);
  color: #ffffff; }

.spot-hover-wrapper:hover .triangle {
  border-top-color: #2f5593;
  z-index: -1; }

.scene_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  animation: fadeIn 1s forwards 1s;
  /* 1s là thời gian delay, 1s là thời gian hiệu ứng */ }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .scene_title h3 {
    font-family: PlayfairDisplay;
    font-size: 60px;
    font-weight: 200;
    display: inline-block;
    width: auto;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap; }
  .scene_title .decor-icon {
    display: inline-block;
    width: 58px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat; }
    .scene_title .decor-icon.left {
      background-image: url("../hotspots/leaf-icon-l.png"); }
    .scene_title .decor-icon.right {
      background-image: url("../hotspots/leaf-icon-r.png"); }

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