* {
   box-sizing: border-box
}

html {
   scroll-behavior: smooth
}

body {
   margin: 0;
   font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
   background: #12364d;
   color: #fff
}

a {
   text-decoration: none
}

.text-blue {
   color: #2563eb !important
}

.lead-muted {
   color: #cbd5e1;
   font-size: 18px;
   line-height: 1.75
}

.navbar {
   padding: 18px 0;
   background: rgba(6, 17, 31, .72);
   backdrop-filter: blur(18px);
   border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.navbar-brand {
   color: #fff;
   font-weight: 900;
   letter-spacing: -.7px;
   font-size: 26px
}

.navbar-brand span {
   color: #ff4fb8
}
.navbar-brand:hover {
   color: #ff4fb8
}

.nav-link {
   color: rgba(255, 255, 255, .76);
   font-weight: 700;
   font-size: 15px
}

.nav-link:hover {
   color: #ff4fb8
}

.btn-gold {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   background: linear-gradient(135deg, #ff4fb8, #ffb0e4);
   color: #111827;
   border: 0;
   border-radius: 999px;
   padding: 15px 30px;
   font-weight: 900;
   box-shadow: 0 20px 45px rgba(255, 79, 184, .35);
   transition: .22s ease
}

.btn-gold:hover {
   transform: translateY(-2px) scale(1.02);
   color: #111827;

   box-shadow:
      0 25px 60px rgba(255, 79, 184, .35),
      0 0 50px rgba(255, 79, 184, .25),
      0 0 80px rgba(255, 139, 214, .15);

   transition: all .35s ease;
}

.btn-glass {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, .24);
   background: rgba(255, 255, 255, .08);
   backdrop-filter: blur(16px);
   border-radius: 999px;
   padding: 15px 30px;
   font-weight: 800;
   transition: .22s ease
}

.btn-glass:hover {
   background: rgba(255, 255, 255, .16);
   color: #fff;
   transform: translateY(-2px)
}

.hero {
   position: relative;
   min-height: 100vh;
   display: flex;
   align-items: center;
   overflow: hidden;
   background: linear-gradient(90deg, rgba(6, 17, 31, .98) 0%, rgba(6, 17, 31, .88) 36%, rgba(6, 17, 31, .42) 66%, rgba(6, 17, 31, .16) 100%), url("https://www.vipevents.ro/upload/hero.webp") center right/cover no-repeat
}

.hero:before {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at 18% 28%, rgba(37, 99, 235, .32), transparent 25%), radial-gradient(circle at 80% 70%, rgba(245, 184, 75, .20), transparent 27%), radial-gradient(circle at 72% 36%, rgba(255, 79, 184, .14), transparent 24%), linear-gradient(180deg, rgba(6, 17, 31, .12) 0%, rgba(6, 17, 31, .1) 100%);
   pointer-events: none
}

.hero:after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: -1px;
   height: 160px;
   background: linear-gradient(180deg, transparent, #06111f)
}

.hero-content {
   position: relative;
   z-index: 2;
   padding-top: 110px;
   padding-bottom: 80px
}

.hero-label {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 10px 18px;
   border-radius: 999px;
   background: rgba(255, 255, 255, .10);
   border: 1px solid rgba(255, 255, 255, .18);
   color: #ff4fb8;
   font-weight: 900;
   backdrop-filter: blur(14px);
   margin-bottom: 26px
}

.hero h1 {
   max-width: 980px;
   font-size: clamp(44px, 6.6vw, 88px);
   line-height: .95;
   letter-spacing: -4px;
   font-weight: 900;
   margin-bottom: 26px
}

.hero h1 span {
   color: #ff4fb8;
   white-space: nowrap
}

.hero p {
   max-width: 730px;
   color: #cbd5e1;
   font-size: 20px;
   line-height: 1.75;
   margin-bottom: 0
}

.hero-stats {
   display: flex;
   flex-wrap: wrap;
   gap: 16px;
   margin-top: 44px
}

.stat-card {
   min-width: 160px;
   padding: 19px 22px;
   border-radius: 24px;
   background: rgba(255, 79, 184, .26);
   border: 1px solid rgba(255, 139, 214, .35);
   backdrop-filter: blur(16px);
   box-shadow:
         0 20px 60px rgba(255, 79, 184, .18),
         inset 0 1px 0 rgba(255, 255, 255, .15);
}

.stat-card strong {
   display: block;
   color: #fff;
   font-size: 25px;
   line-height: 1;
   font-weight: 900;
   margin-bottom: 7px;
   text-transform: uppercase;
}

.stat-card span {
   color: #cbd5e1;
   font-size: 14px;
   font-weight: 600
}

.stat-card.limited {
   border-color: rgba(255, 79, 184, .55);

   background: linear-gradient(135deg,
         rgba(255, 79, 184, .22),
         rgba(255, 139, 214, .10));

   box-shadow:
      0 0 0 rgba(255, 79, 184, .5),
      0 0 35px rgba(255, 79, 184, .25);

   animation: pulseLimited 1.8s infinite;
}

@keyframes pulseLimited {

   0% {
      transform: scale(1);
      box-shadow:
         0 0 0 0 rgba(255, 79, 184, .55),
         0 0 25px rgba(255, 79, 184, .20);
   }

   50% {
      transform: scale(1.03);
      box-shadow:
         0 0 0 14px rgba(255, 79, 184, 0),
         0 0 50px rgba(255, 79, 184, .45);
   }

   100% {
      transform: scale(1);
      box-shadow:
         0 0 0 0 rgba(255, 79, 184, 0),
         0 0 25px rgba(255, 79, 184, .20);
   }

}

.section {
   padding: 105px 0;
   position: relative
}

.section-dark {
   background: #06111f
}

.section-navy {
   background: linear-gradient(180deg, #06111f, #0b1728)
}

.section-light {
   background: #f8fafc;
   color: #0f172a
}

.section-light .section-subtitle {
   color: #64748b
}

.eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 9px;
   color: #ff4fb8;
   font-weight: 900;
   text-transform: uppercase;
   letter-spacing: 1.4px;
   font-size: 13px;
   margin-bottom: 14px
}

.section-title {
   font-size: clamp(34px, 4.5vw, 58px);
   line-height: 1.03;
   letter-spacing: -2.5px;
   font-weight: 900;
   margin-bottom: 18px
}

.section-subtitle {
   color: #cbd5e1;
   max-width: 850px;
   font-size: 18px;
   line-height: 1.75;
   margin: 0 auto 54px
}

.glass-card {
   height: 100%;
   border-radius: 30px;
   padding: 34px;
   background: rgba(255, 255, 255, .07);
   border: 1px solid rgba(255, 255, 255, .12);
   box-shadow: 0 26px 75px rgba(0, 0, 0, .18);
   backdrop-filter: blur(16px);
   transition: .24s ease
}

.glass-card:hover {
   transform: translateY(-7px);
   border-color: rgba(245, 184, 75, .36);
   background: rgba(255, 255, 255, .10)
}

.glass-card h4 {
   font-weight: 900;
   margin-bottom: 13px;
   letter-spacing: -.7px
}

.glass-card p {
   color: #cbd5e1;
   line-height: 1.72;
   margin-bottom: 0
}

.glass-icon {
   width: 64px;
   height: 64px;
   border-radius: 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 24px;
   background: linear-gradient(135deg, rgba(37, 99, 235, .26), rgba(56, 189, 248, .12));
   color: #ff4fb8;
   font-size: 27px;
   border: 1px solid rgba(255, 255, 255, .12)
}

.concept-card {
   height: 100%;
   border-radius: 34px;
   padding: 36px;
   background: #fff;
   color: #0f172a;
   box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
   border: 1px solid #e5e7eb
}

.concept-card .mini-label {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   color: #2563eb;
   background: #eff6ff;
   border-radius: 999px;
   padding: 8px 14px;
   font-size: 12px;
   font-weight: 900;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 18px
}

.concept-card h3 {
   font-weight: 900;
   letter-spacing: -1px;
   margin-bottom: 12px
}

.concept-card p {
   color: #64748b;
   line-height: 1.72
}

.concept-list {
   list-style: none;
   padding: 0;
   margin: 22px 0 0
}

.concept-list li {
   display: flex;
   gap: 10px;
   color: #334155;
   font-weight: 700;
   margin-bottom: 12px
}

.concept-list i {
   color: #ff4fb8;
   margin-top: 3px
}

.split-panel {
   border-radius: 42px;
   overflow: hidden;
   background: radial-gradient(circle at 90% 20%, rgba(245, 184, 75, .14), transparent 30%), linear-gradient(135deg, #0b1728, #111f35);
   border: 1px solid rgba(255, 255, 255, .12);
   box-shadow: 0 30px 90px rgba(0, 0, 0, .28)
}

.split-copy {
   padding: 58px
}

.split-image {
   min-height: 590px;
   height: 100%;
   background: linear-gradient(180deg, rgba(6, 17, 31, .08), rgba(6, 17, 31, .76)), url("https://www.vipevents.ro/upload/experienta.webp") center/cover no-repeat;
   position: relative
}

.floating-note {
   position: absolute;
   left: 32px;
   right: 32px;
   bottom: 32px;
   border-radius: 26px;
   padding: 24px;
   background: rgba(255, 255, 255, .12);
   border: 1px solid rgba(255, 255, 255, .18);
   backdrop-filter: blur(18px)
}

.floating-note h3 {
   font-weight: 900;
   margin-bottom: 8px
}

.floating-note p {
   color: #cbd5e1;
   margin: 0;
   line-height: 1.65
}

.check-list {
   list-style: none;
   padding: 0;
   margin: 28px 0 0
}

.check-list li {
   display: flex;
   gap: 12px;
   color: #cbd5e1;
   margin-bottom: 16px;
   font-weight: 700;
   line-height: 1.55
}

.check-list i {
   color: #ff4fb8;
   margin-top: 4px
}

.packing-grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 22px
}

.packing-card {
   border-radius: 30px;
   padding: 30px;
   background: rgba(255, 255, 255, .07);
   border: 1px solid rgba(255, 255, 255, .12);
   box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
   height: 100%
}

.packing-card.highlight-card {
   background: linear-gradient(135deg, rgba(245, 184, 75, .16), rgba(255, 255, 255, .07));
   border-color: rgba(245, 184, 75, .26)
}

.packing-card h3 {
   font-weight: 900;
   letter-spacing: -.8px;
   margin-bottom: 16px
}

.packing-card ul {
   margin: 0;
   padding-left: 18px;
   color: #cbd5e1;
   line-height: 1.8;
   font-weight: 600
}

.packing-icon {
   width: 58px;
   height: 58px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
   background: rgba(245, 184, 75, .14);
   color: #ff4fb8;
   font-size: 24px
}

.important-box {
   border-radius: 32px;
   padding: 32px;
   background: linear-gradient(135deg, rgba(245, 184, 75, .16), rgba(37, 99, 235, .10));
   border: 1px solid rgba(245, 184, 75, .24)
}

.important-box h3 {
   font-weight: 900;
   color: #ff4fb8;
   margin-bottom: 10px
}

.important-box p {
   color: #cbd5e1;
   line-height: 1.75;
   margin: 0;
   font-size: 18px
}

.program-tabs {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 34px;
   border: 0
}

.program-tabs .nav-link {
   border: 1px solid rgba(255, 255, 255, .13);
   border-radius: 999px;
   padding: 12px 20px;
   background: rgba(255, 255, 255, .08);
   color: #cbd5e1;
   font-weight: 900;
   font-size: 14px
}

.program-tabs .nav-link:hover {
   color: #ff4fb8;
   border-color: rgba(245, 184, 75, .32)
}

.program-tabs .nav-link.active {
   color: #111827;
   border-color: transparent;
   background: linear-gradient(135deg, #ff4fb8, #ffb0e4);
   box-shadow: 0 18px 45px rgba(245, 184, 75, .22)
}

.program-tab-content {
   max-width: 1380px;
   margin: 0 auto
}

.day-card {
   border-radius: 38px;
   overflow: hidden;
   background: rgba(255, 255, 255, .07);
   border: 1px solid rgba(255, 255, 255, .12);
   box-shadow: 0 24px 80px rgba(0, 0, 0, .18);
   margin-bottom: 28px
}

.day-head {
   padding: 34px;
   background: radial-gradient(circle at 92% 18%, rgba(245, 184, 75, .16), transparent 30%), linear-gradient(135deg, rgba(17, 31, 53, .96), rgba(11, 23, 40, .96));
   display: flex;
   justify-content: space-between;
   gap: 20px;
   align-items: flex-start
}

.day-head h3 {
   font-size: clamp(26px, 3vw, 38px);
   font-weight: 900;
   letter-spacing: -1.5px;
   margin-bottom: 8px
}

.day-head p {
   color: #cbd5e1;
   margin: 0;
   font-size: 17px
}

.day-number {
   display: inline-flex;
   border-radius: 999px;
   padding: 8px 15px;
   background: rgba(245, 184, 75, .15);
   color: #ff4fb8;
   font-weight: 900;
   margin-bottom: 16px;
   border: 1px solid rgba(245, 184, 75, .24)
}

.day-badge {
   min-width: 150px;
   text-align: center;
   border-radius: 24px;
   padding: 18px;
   background: rgba(255, 255, 255, .09);
   border: 1px solid rgba(255, 255, 255, .14);
   color: #ff4fb8;
   font-weight: 900
}

.schedule {
   padding: 34px
}

.schedule-item {
   display: grid;
   grid-template-columns: 160px 1fr;
   gap: 24px;
   padding: 24px 0;
   border-bottom: 1px solid rgba(255, 255, 255, .10)
}

.schedule-item:last-child {
   border-bottom: none
}

.time {
   color: #ff4fb8;
   font-weight: 900;
   font-size: 15px
}

.schedule-content h4 {
   font-weight: 900;
   letter-spacing: -.6px;
   margin-bottom: 8px
}

.schedule-content p {
   color: #cbd5e1;
   line-height: 1.7;
   margin-bottom: 12px
}

.pill-list {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 12px;
   margin-bottom: 30px;
}

.pill-list span {
   padding: 7px 12px;
   border-radius: 999px;
   background: rgba(255, 255, 255, .08);
   border: 1px solid rgba(255, 255, 255, .10);
   color: #e2e8f0;
   font-size: 13px;
   font-weight: 700
}

.location-grid {
   display: grid;
   grid-template-columns: .9fr 1.1fr;
   gap: 26px;
   align-items: stretch
}

.location-copy {
   border-radius: 34px;
   padding: 36px;
   background: #fff;
   box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
   border: 1px solid #e5e7eb
}

.location-copy h3 {
   font-weight: 900;
   letter-spacing: -1px;
   margin-bottom: 14px
}

.location-copy p {
   color: #64748b;
   line-height: 1.75;
   font-weight: 600
}

.hotel-gallery {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 18px
}

.hotel-gallery img {
   width: 100%;
   height: 100%;
   min-height: 360px;
   object-fit: cover;
   border-radius: 34px;
   box-shadow: 0 24px 70px rgba(15, 23, 42, .12)
}

.map-box {
   border-radius: 34px;
   overflow: hidden;
   box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
   border: 1px solid #e5e7eb
}

.map-box iframe {
   width: 100%;
   height: 440px;
   border: 0;
   display: block
}

.price-box {
   border-radius: 40px;
   padding: 52px;
   background: radial-gradient(circle at 90% 10%, rgba(245, 184, 75, .18), transparent 30%), linear-gradient(135deg, #0b1728, #111f35);
   border: 1px solid rgba(255, 255, 255, .13);
   box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
   overflow: hidden
}

.price {
   font-size: clamp(48px, 5vw, 74px);
   line-height: 1;
   color: #ff4fb8;
   font-weight: 900;
   letter-spacing: -3px;
   margin-bottom: 12px
}

.price-note {
   color: #cbd5e1;
   font-weight: 600
}

.cta-band {
   border-radius: 42px;
   padding: 62px;
   background: linear-gradient(90deg, rgba(6, 17, 31, .92), rgba(17, 31, 53, .78)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
   box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
   overflow: hidden
}

.form-box {
   border-radius: 32px;
   padding: 34px;
   background: rgba(255, 255, 255, .95);
   color: #0f172a;
   box-shadow: 0 30px 80px rgba(0, 0, 0, .22)
}

.availability-strip {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   padding: 12px 18px;
   border-radius: 999px;
   background: rgba(245, 184, 75, .14);
   color: #ff4fb8;
   border: 1px solid rgba(245, 184, 75, .28);
   font-weight: 900;
   margin-bottom: 22px
}

.availability-bar {
   height: 12px;
   border-radius: 999px;
   background: rgba(255, 255, 255, .12);
   overflow: hidden;
   margin-top: 16px
}

.availability-bar span {
   display: block;
   height: 100%;
   width: 27%;
   border-radius: 999px;
   background: linear-gradient(90deg, #ff4fb8, #ffb0e4)
}

.purchase-badge {
   border-radius: 999px;
   padding: 8px 13px;
   background: #fff7ed;
   color: #c2410c;
   font-size: 12px;
   font-weight: 900;
   text-transform: uppercase;
   letter-spacing: .8px
}

.purchase-price {
   font-size: clamp(46px, 5vw, 68px);
   line-height: 1;
   font-weight: 900;
   color: #0f172a;
   letter-spacing: -2.5px;
   margin-bottom: 10px
}

.purchase-summary {
   display: grid;
   gap: 12px;
   margin-top: 26px
}

.purchase-summary div {
   display: flex;
   justify-content: space-between;
   gap: 16px;
   padding: 15px 0;
   border-bottom: 1px solid #e5e7eb
}

.purchase-summary span {
   color: #64748b;
   font-weight: 700
}

.purchase-summary strong {
   color: #0f172a;
   font-weight: 900
}

footer {
   background: #040b14;
   border-top: 1px solid rgba(255, 255, 255, .08);
   padding: 36px 0;
   color: #cbd5e1
}

.footer-premium {
   background: #040b14;
   border-top: 1px solid rgba(255, 255, 255, .08);
   padding: 80px 0 35px;
}

.footer-logo {
   font-size: 34px;
   font-weight: 900;
   color: #fff;
   margin-bottom: 20px;
}

.footer-logo span {
   color: var(--gold);
}

.footer-text {
   color: #94a3b8;
   line-height: 1.8;
   max-width: 420px;
}

.footer-premium h5 {
   color: #fff;
   font-weight: 800;
   margin-bottom: 25px;
}

.footer-links,
.footer-contact {
   padding: 0;
   margin: 0;
   list-style: none;
}

.footer-links li,
.footer-contact li {
   margin-bottom: 14px;
}

.footer-links a {
   color: #94a3b8;
   text-decoration: none;
   transition: .2s;
}

.footer-links a:hover {
   color: var(--gold);
   padding-left: 6px;
}

.footer-contact li {
   color: #94a3b8;
}

.footer-contact i {
   width: 26px;
   color: var(--gold);
}

.footer-social {
   display: flex;
   gap: 12px;
   margin-top: 25px;
}

.footer-social a {
   width: 46px;
   height: 46px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   border: 1px solid rgba(255, 255, 255, .1);
   background: rgba(255, 255, 255, .05);
   transition: .25s;
}

.footer-social a:hover {
   background: var(--gold);
   color: #111;
   transform: translateY(-3px);
}

.footer-bottom {
   margin-top: 50px;
   padding-top: 25px;
   border-top: 1px solid rgba(255, 255, 255, .08);
   text-align: center;
   color: #64748b;
}

@media(max-width:1200px) {
   .packing-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr))
   }

   .location-grid {
      grid-template-columns: 1fr
   }
}

@media(max-width:991px) {
   .hero {
      background: linear-gradient(180deg, rgba(6, 17, 31, .96), rgba(6, 17, 31, .72)), url("https://www.vipevents.ro/upload/hero-mob.webp") center/cover no-repeat
   }

   .hero h1 {
      letter-spacing: -2.5px
   }

   .split-copy,
   .price-box,
   .cta-band {
      padding: 34px
   }

   .split-image {
      min-height: 460px
   }

   .day-head {
      flex-direction: column
   }

   .schedule-item {
      grid-template-columns: 1fr;
      gap: 8px
   }

   .packing-grid {
      grid-template-columns: 1fr
   }

   .hotel-gallery {
      grid-template-columns: 1fr
   }
}

@media(max-width:576px) {
   .hero-content {
      padding-top: 120px
   }

   .hero h1 {
      font-size: 42px
   }

   .hero p {
      font-size: 17px
   }

   .stat-card {
      width: 100%
   }

   .section {
      padding: 76px 0
   }

   .schedule,
   .day-head {
      padding: 24px
   }
}

#to-top {
   background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0% !important;
   box-shadow: rgba(255, 255, 255, 0.16) 0px 0px 2px 0px !important;
   color: #0b1f3a;
   position: fixed;
   right: 15px;
   bottom: 20px;
   z-index: 55;
   overflow: auto;
   font-weight: normal;
   font-size: 20px;
   line-height: 60px;
   text-align: center;
   width: 60px;
   height: 60px;
   cursor: pointer;
   transition: all 0.7s ease-in-out 0s;
   border-radius: 50%;
}

#to-top:hover {
   background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0% !important;
}

.tiktok-floating-btn {

   position: fixed;
   left: 20px;
   bottom: 20px;
   z-index: 99999;

   display: flex;
   align-items: center;
   gap: 12px;

   border: 0;

   padding: 10px 18px 10px 10px;

   border-radius: 60px;

   background: rgba(16, 38, 63, .95);

   color: #fff;

   backdrop-filter: blur(20px);

   border: 1px solid rgba(255, 255, 255, .12);

   box-shadow:
      0 20px 60px rgba(255, 79, 184, .25),
      0 0 30px rgba(111, 207, 246, .20);

   transition: .35s;

   animation: tiktokPulse 2s infinite;
}

.tiktok-floating-btn:hover {

   transform: translateY(-3px);

   color: #fff;

   box-shadow:
      0 25px 70px rgba(255, 79, 184, .35),
      0 0 50px rgba(111, 207, 246, .25);
}

.tiktok-floating-btn i {

   width: 46px;
   height: 46px;

   display: flex;
   align-items: center;
   justify-content: center;

   flex-shrink: 0;

   border-radius: 50%;

   background: linear-gradient(135deg,
         #ff4fb8,
         #6FCFF6);

   font-size: 20px;

   box-shadow:
      0 0 20px rgba(255, 79, 184, .35);
}

.tiktok-floating-btn span {

   display: flex;
   flex-direction: column;
   line-height: 1.2;
   text-align: left;
}

.tiktok-floating-btn span:before {

   content: 'Mesaj video';
   display: block;

   font-size: 11px;
   color: #9ec9ff;

   text-transform: uppercase;
   letter-spacing: 1px;
}

@keyframes tiktokPulse {

   0% {
      transform: scale(1);
   }

   50% {
      transform: scale(1.03);
   }

   100% {
      transform: scale(1);
   }

}

@media(max-width:768px) {

   .tiktok-floating-btn {
      right: 12px;
      bottom: 12px;
      padding: 8px 14px 8px 8px;
   }

   .tiktok-floating-btn i {
      width: 42px;
      height: 42px;
   }

}

.video-modal {

   background: #10263f;
   border-radius: 30px;
   overflow: hidden;
   border: 1px solid rgba(255, 255, 255, .1);
   position:relative;
}

.close-video {

   position: absolute;
   z-index: 10;
   right: 20px;
   top: 15px;

   width: 40px;
   height: 40px;

   border-radius: 50%;
   border: 0;

   background: #ff4fb8;
   color: #fff;

   opacity: 1;
}

.embed-responsive {

   min-height: 85vh;
}