/* Theme Name: brandingvn 260605 */


body {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    color: ;
}

:root {
    --teal: #0b7e93;
    --neon: #b026ff;
    --neon-2: #d946ef;
    --gold: #f5c518;
    --dark: #0a0612;
    --gold2: #c9a227;
    --gold-light: #f3d675;
}

/* _ BUTTON */
.btn-gold {
    background: var(--gold) !important;
    color: #1a1300;
    border: none;
    box-shadow: 0 8px 24px rgba(245, 197, 24, .35);
    transition: transform .2s, box-shadow .2s;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(245, 197, 24, .5);
    color: #1a1300;
}
.btn-ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .35);
    backdrop-filter: blur(8px);
}
.btn-ghost:hover {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}
/* . BUTTON */



/* _ HERO */
.glow { border-radius: 50%; filter: blur(80px); opacity: .6; pointer-events: none; }
.glow-1 { width: 300px; height: 300px; top: -50px; right: -50px; }
.glow-2 { width: 250px; height: 250px; bottom: -80px; left: 10%; }
.hero-card { background-size: cover; background-color: center; min-height: 620px; }
@media (max-width: 768px) {
    .hero-card { min-height: 560px; }
}
.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(176, 38, 255, .55) 0%, rgba(74, 13, 107, .7) 45%, rgba(10, 6, 18, .92) 100%);
}
.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 300px at 75% 15%, rgba(217, 70, 239, .45), transparent 60%), radial-gradient(400px 200px at 20% 85%, rgba(11, 126, 147, .5), transparent 70%);
    mix-blend-mode: screen;
    pointer-events: none;
}
.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 1.25rem 0 1rem;
    text-shadow: 0 2px 30px rgba(0, 0, 0, .4);
}
.hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .85);
    max-width: 600px;
}
.hero-price-tag {
    display: inline-flex;
    align-items: baseline;
    gap: .5rem;
    margin: 1.5rem 0;
    padding: .75rem 1.25rem;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(245, 197, 24, .4);
    border-radius: 16px;
    backdrop-filter: blur(8px);
}
.hero-price-tag .label {
    font-size: .85rem;
    color: rgba(255, 255, 255, .7);
}
.hero-price-tag .amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gold);
}
.hero-price-tag .per {
    font-size: .9rem;
    color: rgba(255, 255, 255, .7);
}
.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .85rem;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(6px);
}
.hero-badge-pill .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}
/* . HERO */


/* _ CAROUSEL */
.carousel-section {
    padding: 80px 0;
    /*background: linear-gradient(180deg, #fffaf0 10%, #fff 100%);*/
    overflow: hidden;
}
.gold-swiper .swiper-wrapper {
    height: auto !important;
  align-items: center;
}
.gold-swiper {
    overflow: hidden;
}
.swiper-frame {
  position: relative;
  overflow: hidden;
}
.gold-swiper .swiper-slide {
    opacity: 0.45;
    transform: scale(0.88);
    transition: 0.45s ease;
}
.gold-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.slide-card {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    background: #eee;
    /*box-shadow: 0 24px 60px rgba(201, 162, 39, 0.22);*/
}
.slide-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.28) 45%,
    rgba(0, 0, 0, 0.08) 100%
    );
    z-index: 1;
}
.slide-content {
    position: absolute;
    left: 5%;
    bottom: 35px;
    z-index: 2;
    color: #fff;
    max-width: 90%;
}
.slide-content .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(243, 214, 117, 0.55);
    backdrop-filter: blur(10px);
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}
.slide-content p {
    font-size: clamp(14px, 1.6vw, 17px);
    line-height: 1.2;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
}
.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #1f1f1f;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: 0.3s ease;
}
.btn-gold:hover {
    color: #1f1f1f;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(201, 162, 39, 0.35);
}
.swiper-button-next, .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: var(--gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}
.swiper-pagination-bullet {
    background: #d8c27a;
    opacity: 0.45;
}
.swiper-pagination-bullet-active {
    background: var(--gold);
    opacity: 1;
    width: 24px;
    border-radius: 999px;
}
.gold-nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--gold);
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  z-index: 10;
}

.gold-nav::after {
  font-size: 14px;
  font-weight: 800;
}

.gold-nav:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #1f1f1f;
}

.gold-nav-prev {
  left: 1%;
}

.gold-nav-next {
  right: 1%;
}

@media (max-width: 768px) {
  .gold-nav {
    width: 24px;
    height: 24px;
  }

  .gold-nav::after {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
.gold-swiper .swiper-slide {
width: 88%;
}

}
/* . GALLERY WRAP */


.header-nav {
	backdrop-filter: blur(20px);
}

svg.icon { width: 21px; height: 21px; }
svg.icon16 { width: 16px; height: 16px; }
svg.icon1 { width: 39px; height: 39px; border-radius: 10px; padding: 10px; }

#navbarMain a:hover { color: hsl(var(--primary)); }
#navbarMain li.nav-item { margin: 0 .5rem; }



/* _ FIREWORK */
.fw-wrap {
    /*background: radial-gradient(900px 500px at 80% 110%, rgba(217, 70, 239, .25), transparent 60%), radial-gradient(700px 420px at 15% 0%, rgba(11, 126, 147, .35), transparent 60%), linear-gradient(180deg, #06040a 0%, #0d0420 55%, #1a0533 100%);*/
    background-image: url("https://admin.cskh.top/test/cruisetourvietnam/static/diff-minified.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

}
.fw-wrap::before {
    background-image: radial-gradient(circle at 18% 30%, #ffd166 0 2px, transparent 3px), radial-gradient(circle at 22% 28%, #f5c518 0 1.5px, transparent 2.5px), radial-gradient(circle at 14% 34%, #d946ef 0 1.5px, transparent 2.5px), radial-gradient(circle at 78% 22%, #22d3ee 0 2px, transparent 3px), radial-gradient(circle at 82% 18%, #f472b6 0 1.5px, transparent 2.5px), radial-gradient(circle at 75% 28%, #fde047 0 1.5px, transparent 2.5px), radial-gradient(circle at 50% 70%, #ff7ab6 0 2px, transparent 3px), radial-gradient(circle at 54% 74%, #a78bfa 0 1.5px, transparent 2.5px), radial-gradient(circle at 46% 66%, #fbbf24 0 1.5px, transparent 2.5px);
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .5));
    animation: fw-twinkle 3.4s ease-in-out infinite;
}
@keyframes fw-twinkle {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: .55; transform: scale(1.06); }
}
@keyframes fw-stars { 0% { opacity: .35; } 100% { opacity: .75; } }
.fw-wrap::before, .fw-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-repeat: no-repeat;
}
.fw-wrap::after {
    background: radial-gradient(2px 2px at 10% 80%, #fff, transparent 60%), radial-gradient(2px 2px at 30% 15%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 65% 85%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 88% 60%, #fff, transparent 60%), radial-gradient(2px 2px at 45% 40%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 5% 50%, #fff, transparent 60%), radial-gradient(1.5px 1.5px at 92% 35%, #fff, transparent 60%);
    opacity: .55;
    animation: fw-stars 5s ease-in-out infinite alternate;
}
.fw-burst {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #f5c518, #d946ef, #22d3ee, #ff7ab6, #fde047, #a78bfa, #f5c518);
    filter: blur(40px);
    opacity: .35;
    mix-blend-mode: screen;
    pointer-events: none;
    animation: fw-pulse 4.5s ease-in-out infinite;
}
@keyframes fw-pulse {
    0%,100% { transform: scale(1); opacity: .35; }
    50% { transform: scale(1.18); opacity: .6; }
}
.fw-burst.b1 {
    top: -90px;
    left: -80px;
}
.fw-burst.b2 {
    bottom: -120px;
    right: -100px;
    width: 480px;
    height: 480px;
    animation-delay: 1.2s;
}
.fw-burst.b3 {
    top: 40%;
    left: 55%;
    width: 280px;
    height: 280px;
    animation-delay: 2.4s;
}
.fw-eyebrow {
    display: inline-block;
    color: var(--gold);
    padding: .4rem 1.2rem;
    border: 1px solid rgba(245, 197, 24, .45);
    border-radius: 999px;
    background: rgba(245, 197, 24, .06);
}
.fw-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.3rem, 6.5vw, 3.3rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 0 0 1.6rem;
    background: linear-gradient(120deg, #fde047 0%, #f5c518 25%, #ff7ab6 50%, #d946ef 75%, #22d3ee 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 220% 220%;
    animation: fw-shimmer 6s ease-in-out infinite;
    text-shadow: 0 0 60px rgba(217, 70, 239, .25);
}
 @keyframes fw-shimmer {
    0%,100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.fw-meta {
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}
.fw-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .2), transparent);
}
@media( max-width: 575px ) {
    .fw-divider { display: none; }
}
/* . FIREWORK */



/* _ FAQ */
.faq-card {
    padding: 12px 12px 0 12px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(219, 219, 219, .9);
}
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-item {
    position: relative;
    margin-bottom: 8px;
    border-radius: 24px !important;
    overflow: hidden;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(20, 20, 20, .1);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .045);
}
.accordion-button {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #202020;
    background-color: transparent !important;
    border-radius: 24px !important;
    gap: 8px;
}
.accordion-button::before {
    content: attr(data-no);
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f7e7ad, #d4af37);
    color: #171717;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(212, 175, 55, .28);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-color: #171717;
    filter: invert(1);
}
.accordion-button::after {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: 16px;
    background-position: center;
    background-color: #f3efe4;
    transition: .3s ease;
}
.accordion-body {
    color: #68635b;
    font-size: 14px;
    padding: 0 14px 10px 14px;
    margin-top: -5px;
}
/* . FAQ */




/* _ TICKET */
.ticket-art-wrap {
    position: relative;
    background: #f5f1ea;
    color: #1a1410;
    padding: 7rem 0 8rem;
    overflow: hidden;
}
.ticket-art-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 10%, rgba(11, 126, 147, .08), transparent 40%), radial-gradient(circle at 90% 80%, rgba(176, 38, 255, .07), transparent 45%);
    pointer-events: none;
}
.info-eyebrow {
    display: inline-block;
    padding: .35rem .8rem;
    border-radius: 999px;
    background: rgba(11, 126, 147, .1);
    color: var(--teal);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-list li {
    position: relative;
    padding: .2rem 0 .2rem 1rem;
    color: #3a3f48;
}
.info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--neon);
}
.info-card {
    background: #fffbef;
    border: 1px solid #ececf1;
    border-radius: 16px;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}
.info-h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f1115;
    margin-bottom: .6rem;
}
.info-list.small li::before {
    top: .7rem;
    width: 6px;
    height: 6px;
    background: var(--teal);
}
.form-tag {
    display: inline-block;
    padding: .3rem .75rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--neon), var(--neon-2));
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ta-specs {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(26, 20, 16, .15);
}
.ta-spec {
    display: grid;
    grid-template-columns: auto 5rem;
    gap: 1.25rem;
    align-items: baseline;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(26, 20, 16, .12);
    transition: padding .25s;
}
.ta-spec .num {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: .85rem;
    color: var(--neon);
    font-weight: 500;
}
.ta-spec .label {
    font-family: 'Inter', sans-serif;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--neon);
    font-weight: 600;
    display: block;
    margin-bottom: .15rem;
}
.ta-spec .val {
    font-family: 'Fraunces', serif;
    font-size: 1.05rem;
    color: #1a1410;
    font-weight: 400;
}
.ta-spec .meta {
    font-family: 'Inter', sans-serif;
    font-size: .78rem;
    color: #7a6b60;
    letter-spacing: .04em;
}
/* . TICKET */



.hotline-box {
    padding: 1.25rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(11, 126, 147, .08), rgba(176, 38, 255, .08));
    border: 1px dashed rgba(11, 126, 147, .3);
    text-align: center;
}
.hotline-label {
    font-size: .85rem;
    color: #4a4f59;
    font-weight: 500;
}
.hotline-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--teal);
    text-decoration: none;
    margin: .25rem 0;
}
.hotline-hours {
    font-size: .8rem;
    color: #6b7280;
    margin-bottom: .75rem;
}
.hotline-zalo {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e4ea;
    color: var(--teal);
    font-weight: 600;
    font-size: .88rem;
    text-decoration: none;
}
.tm-product-tag {
    font-size: .68rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #7a5a18;
    font-weight: 600;
    padding: .2rem .55rem;
    border: 1px solid rgba(122, 90, 24, .25);
    border-radius: 999px;
    background: rgba(245, 197, 24, .06);
}

footer {
    background: var(--teal);
}