@charset 'utf-8';
@import url(https://at.alicdn.com/t/c/font_4362321_ic3p2aaj61.css);

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../img/bg.png');
    position: relative;
    color: #000;
    background-size: 100% auto;
    background-position-y: bottom;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    z-index: -1;
}

.header-top {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 40px;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4), transparent);
    left: 0px;
}

.logo {
    font-weight: bold;
    color: #007bff;
}

.visit-btn {
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    background: none;
    font-size: 18px;
}

.hero-section {
    text-align: center;
    padding: 60px 0;
    position: relative;
}

.skyline {
    width: 300px;
    height: 150px;
    margin: 0 auto 30px;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    position: relative;
}

.skyline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 80px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 80"><rect x="10" y="30" width="8" height="50" fill="rgba(255,255,255,0.8)"/><rect x="25" y="20" width="12" height="60" fill="rgba(255,255,255,0.8)"/><rect x="45" y="35" width="6" height="45" fill="rgba(255,255,255,0.8)"/><rect x="60" y="15" width="15" height="65" fill="rgba(255,255,255,0.8)"/><rect x="85" y="25" width="20" height="55" fill="rgba(255,255,255,0.8)"/><rect x="115" y="10" width="25" height="70" fill="rgba(255,255,255,0.8)"/><rect x="150" y="30" width="10" height="50" fill="rgba(255,255,255,0.8)"/><polygon points="100,10 95,25 105,25" fill="rgba(255,255,255,0.9)"/></svg>');
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    background: linear-gradient(45deg, #FF69B4, #8A2BE2, #4169E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 2rem;
    color: #FF69B4;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-season {
    font-size: 1.8rem;
    color: #8A2BE2;
    font-weight: bold;
}

.sun-icon {
    position: absolute;
    top: 50px;
    right: 100px;
    width: 60px;
    height: 60px;
    background: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.nav-pills {
    padding: 7px 0px;
    margin: 0px 0px;
    display: flex;
    background-color: #fff !important;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.nav-pills .nav-item {
    flex: auto;
    position: relative;
    text-align: center;
}

.nav-pills .nav-item:nth-child(1) img {
    height: 45px;
    width: auto;
}

.nav-pills .nav-link {
    color: #000;
    margin: 0px;
    transition: color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.nav-pills .nav-link:hover {
    color: #f670ac !important;
    background-color: transparent !important;
    transform: translateY(-3px);
}

.nav-pills>li.nav-item>a.active,
.nav-pills>li.nav-item>a.active:focus,
.nav-pills>li.nav-item>a.active:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link.active {
    color: #f670ac!important;
    background-color: transparent!important;
}
.nav-pills .nav-link>i {
    font-size: 30px;
    margin-right: 5px;
}

.section-title {}

.section-title img {
    width: auto;
}

.trending-cards .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 200px;
}

.trending-cards .card:hover {
    transform: translateY(-5px);
}
/* ========== ÃƒÂ¨Ã‚Â¯Ã‚Â­ÃƒÂ¨Ã‚Â¨Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â° - ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â¸Ã‚Â¡ + ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¦Ã¢â‚¬Â°Ã‚Â«ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ ========== */

.language-dropdown {
    position: relative;
}

/* ========== ç§»åŠ¨ç«¯é¡¶éƒ¨è¯­è¨€é€‰æ‹©å™¨ ========== */
.mobile-lang {
    display: none;
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 9999;
}

.mobile-lang-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.92);
    padding: 4px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    font-size: 13px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.mobile-lang-toggle .iconfont {
    font-size: 16px;
}

.mobile-lang .lang-panel {
    top: calc(100% + 6px);
    right: 0;
    min-width: 130px;
}

.mobile-lang.open .lang-arrow {
    transform: rotate(180deg);
}

/* ÃƒÂ¨Ã‚Â§Ã‚Â¦ÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.lang-toggle {
    /* display: flex !important; */
    /* align-items: center; */
    gap: 6px;
    /* cursor: pointer; */
    /* user-select: none; */
}

.lang-globe {
    width: 25px;
    height: 25px;
    color: #000;
}

.lang-current {
    /* font-size: 14px; */
}

.lang-arrow {
    font-size: 10px;
    color: #888;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    margin-left: 2px;
}
.lang-arrow i{
    color: #000;
    font-size: 14px;
}
/* ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã¢â‚¬â€Ã¢â‚¬Â¹ÃƒÂ¨Ã‚Â½Ã‚Â¬ */
.language-dropdown.open .lang-arrow {
    transform: rotate(180deg);
}

/* ========== ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã‚ÂÃ‚Â¿ - ÃƒÂ¦Ã‚Â Ã‚Â¸ÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â¸Ã‚Â¡ ========== */
.lang-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 160px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
    
    /* ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¤Ã‚Â»Ã…Â½0ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ */
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease,
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    
    z-index: 1000;
}

.language-dropdown.open .lang-panel,
.mobile-lang.open .lang-panel {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
    box-shadow: 5px 2px 10px rgba(39, 135, 198, 0.3);
}

/* ========== ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¦Ã¢â‚¬Â°Ã‚Â«ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‹â€ ÃƒÂ¦Ã…Â¾Ã…â€œ ========== */
.lang-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(120,180,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100%);
}

.language-dropdown.open .lang-panel::after {
    animation: gradientSweep 0.7s ease-out 0.35s forwards;
}

@keyframes gradientSweep {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

/* ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°ÃƒÂ¨Ã‚Â§Ã¢â‚¬â„¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
.lang-panel::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 24px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* ========== ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ ========== */
.lang-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.2s ease 0.15s;
    float: none;
    position: static;
}

.language-dropdown.open .lang-menu {
    opacity: 1;
}

.lang-menu li a {
    display: block;
    padding: 7px 20px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.lang-menu li a:hover {
    /* background: #f0f5ff; */
}



.footer-menu ul.navbar-nav {
    flex-direction: inherit;
}

.align-items-center .logo img {
    height: 37px;
    width: auto;
}

.banner {}

.banner img {
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-bottom: -190px;
}

html {
    scroll-behavior: smooth;
}

.main-feature {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
}

.p-4 {

height: 100%;
}

.p-4 span {

color: #fff;

font-size: 18px;

background: linear-gradient(90deg, #e85a8a 0%, #5a9fd8 100%);

padding: 8px 20px;

display: inline-block;

border-radius: 20px;

margin-top: 50px;
}

.p-4 span small {

    margin-left: 30px;

    color: #777;
}

.p-4 h3 {

    font-size: 40px;

    font-weight: 900;

    margin-top: 50px;

    color: #000000;
}

.p-4 p {

    font-size: 22px;

    margin-top: 30px;

    color: #000;
}

.main-feature .owl-carousel .owl-item img {
    /* height: 480px; */
    object-fit: cover;
    border-radius: 10px;
}

.main-feature .owl-carousel .owl-dots {
    position: static;
    text-align: center;
    margin-top: 15px;
}

.main-feature .owl-carousel .owl-dots::before {
    content: '';
}

.main-feature .owl-carousel .owl-dots .owl-dot {
    flex: 1;
    background: none;
    border: none;
    text-align: center;
}

.main-feature .owl-carousel .owl-dots .owl-dot span {
    margin: 0px auto;
    background-color: #999;
    border: 2px #fff solid;
    width: 13px;
    height: 13px;
}

.main-feature .owl-carousel .owl-dots .owl-dot.active span {
    width: 22px;
    height: 12px;
    background-color: #FF69B4;
}

.nav-buttons {
    display: flex;
    gap: 10px;
    position: relative;
    margin-top: -90px;
    float: right;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    transition: all 0.3s ease;
}

.nav-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.1);
    transform: none;
}

.footer {
    background: url(../img/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    border-top: none;
}

.footer-menu::before {
    width: calc(100% - 26px);
    height: 60px;
    background-color: #c0edf9;
    left: 13px;
}

.footer-menu ul.navbar-nav>li>a {
    color: #0564bd;
}

.footer-menu ul.navbar-nav li>ul>li>a {
    color: #fff;
}

.header-tar {
    background-color: #0056a8;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 7px 0px;
}

.header-tar img {

    width: auto;

    height: 26px;
}

.footer .footer-links .link-list>li>a {
    color: #0564bd;
}

.goTop {
    margin-top: -5px;
}

.nav-pills .nav-item .dropdown-menu {

    background: linear-gradient(180deg, #b01dcc, #dc6fd3);

    left: 50%;

    transform: translateX(-50%);
}

.nav-pills .nav-item .dropdown-menu li a {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.nav-pills .nav-item .dropdown-menu li a:hover {
    font-weight: 600px;
    background-color: transparent;
}

.Track-setting .col-md-4 {
    float: right;

}

/* Trending swiper styles */

.section-title {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    align-items: center;
}

.header-icon {
    width: 66px;
    height: 66px;
    background: transparent;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-title h1 {
    font-size: 40px;
    font-weight: 800;
    background: linear-gradient(90deg, #e85a8a 0%, #5a9fd8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-top: 0px;
    line-height: inherit;
    margin-bottom: 0px;
}

.section-title p {
    font-size: 18px;
    color: #999;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
}

.arrow-hint {
    display: inline-block;
    animation: arrowBounce 1.5s ease-in-out infinite;
    font-size: 20px;
    color: #aaa;
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(3px, 3px)
    }
}


.Track-setting .stage {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    width: 100%;
    margin: 20px 0px 0px;
}

.deck-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fan-stack {
    position: relative;
    width: 320px;
    height: 440px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fan-stack.hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
}

.fan-stack .card {
    position: absolute;
    width: 260px;
    /* height: 400px; */
    left: 30px;
    top: 20px;
    border-radius: 28px;
    overflow: hidden;
    /* box-shadow: 0 20px 45px rgba(0,0,0,0.11), 0 8px 18px rgba(0,0,0,0.07); */
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: 50% 135%;
    /* background: #fff; */
    cursor: pointer;
}


.fan-stack .card:nth-child(1) {
    transform: rotate(-24deg) translateX(-55px) translateY(8px);
    z-index: 8;
}

.fan-stack .card:nth-child(2) {
    transform: rotate(-17deg) translateX(-38px) translateY(5px);
    z-index: 7;
}

.fan-stack .card:nth-child(3) {
    transform: rotate(-10deg) translateX(-22px) translateY(3px);
    z-index: 6;
}

.fan-stack .card:nth-child(4) {
    transform: rotate(-3deg) translateX(-7px) translateY(1px);
    z-index: 5;
}

.fan-stack .card:nth-child(5) {
    transform: rotate(4deg) translateX(7px) translateY(1px);
    z-index: 4;
}

.fan-stack .card:nth-child(6) {
    transform: rotate(11deg) translateX(22px) translateY(3px);
    z-index: 3;
}

.fan-stack .card:nth-child(7) {
    transform: rotate(18deg) translateX(38px) translateY(5px);
    z-index: 2;
}

.fan-stack .card:nth-child(8) {
    transform: rotate(25deg) translateX(55px) translateY(8px);
    z-index: 1;
}

/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.fan-stack:hover .card:nth-child(1) {
    transform: rotate(-28deg) translateX(-65px) translateY(3px);
}

.fan-stack:hover .card:nth-child(2) {
    transform: rotate(-20deg) translateX(-48px) translateY(0px);
}

.fan-stack:hover .card:nth-child(3) {
    transform: rotate(-12deg) translateX(-30px) translateY(-2px);
}

.fan-stack:hover .card:nth-child(4) {
    transform: rotate(-4deg) translateX(-12px) translateY(-3px);
}

.fan-stack:hover .card:nth-child(5) {
    transform: rotate(5deg) translateX(12px) translateY(-3px);
}

.fan-stack:hover .card:nth-child(6) {
    transform: rotate(13deg) translateX(30px) translateY(-2px);
}

.fan-stack:hover .card:nth-child(7) {
    transform: rotate(21deg) translateX(48px) translateY(0px);
}

.fan-stack:hover .card:nth-child(8) {
    transform: rotate(29deg) translateX(65px) translateY(3px);
}

.fan-stack .card a.card-visual {
    pointer-events: none;
    text-decoration: none;
    display: block;
    color: inherit;
}

/* ===== Swiper ===== */
.Track-setting .swiper-container-wrap {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease 0.1s;
    display: flex;
    align-items: center;
}

.Track-setting .swiper-container-wrap.active {
    opacity: 1;
    visibility: visible;
}

.Track-setting .swiper {
    width: 100%;
}

.Track-setting .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    width: auto;
}

.Track-setting .swiper-slide .card {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Track-setting .swiper-slide .card a.card-visual {
    pointer-events: auto;
    text-decoration: none;
    display: block;
    color: inherit;
}

.Track-setting .swiper-slide .card a.card-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.Track-setting .swiper-button-next,
.Track-setting .swiper-button-prev {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.15);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
}

.Track-setting .swiper-button-next:after,
.Track-setting .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.Track-setting .swiper-button-next:hover,
.Track-setting .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
}

.Track-setting .swiper-button-prev {
    left: 8px;
}

.Track-setting .swiper-button-next {
    right: 8px;
}

.Track-setting .swiper-pagination {
    bottom: -5px !important;
    display: none;
}

.Track-setting .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all 0.3s;
}

.Track-setting .swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}

.card-visual {
    position: relative;
    /* width: 100%; */
    /* height: 72%; */
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
}


.cloud {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px;
}


/* Close */
.close-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.close-btn {
    padding: 10px 100px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    color: #374379;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    pointer-events: none;
    margin: 0px auto;
}

.close-btn.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
}

.close-btn:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.Track-setting {
    background: url(../img/bg2.png) no-repeat;
    background-size: 100% auto;
    background-position-y: bottom;
    border-radius: 12px;
    margin-top: 30px;
    padding: 20px 30px;
    background-color: #fff;
}

.City {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}

.City-list {
    margin: 20px -10px 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.City-list li {
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.City-list li a {
    display: block;
    padding: 40px 30px 40px 20px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease;
}

.City-list li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.City-list li a p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 34px;
}

.City-list li:nth-child(1) a {
    background: url(../img/city1.png) no-repeat;
    background-size: 100% 100%;
}

.City-list li:nth-child(2) a {
    background: url(../img/city2.png) no-repeat;
    background-size: 100% 100%;
}

.City-list li:nth-child(3) a {
    background: url(../img/city3.png) no-repeat;
    background-size: 100% 100%;
}

.City-list li:nth-child(4) a {
    background: url(../img/city4.png) no-repeat;
    background-size: 100% 100%;
}

.City-list li:nth-child(5) a {
    background: url(../img/city5.png) no-repeat;
    background-size: 100% 100%;
}

.City-list li:nth-child(6) a {
    background: url(../img/city6.png) no-repeat;
    background-size: 100% 100%;
}
  /* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ */
  .carousel-wrap {
    position: relative;
    width: 100%;
    height: 640px;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* ÃƒÂ¥Ã‚ÂÃ‚Â¡ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ - ÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ */
.card1 {
    position: absolute;
    width: 33.333%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    border-radius: 50px;
}

.card-image {
    width: 100%;
    height: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}



 /* ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ§Ã‚Â±Ã‚Â» - ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚ÂÃ‚Â³ */
 .pos-left {
    left: 0;
    transform: scale(0.88);
    opacity: 0.85;
    z-index: 1;
    box-shadow: 5px 2px 10px rgba(39, 135, 198, 0.3);
}

.pos-center {
    left: 33.333%;
    transform: scale(1.2);
    opacity: 1;
    z-index: 10;
    box-shadow: 5px 2px 10px rgba(39,135,198,0.3);
    border-radius: 50px;
}

.pos-right {
    left: 66.666%;
    transform: scale(0.88);
    opacity: 0.85;
    z-index: 1;
    box-shadow: 5px 2px 10px rgba(39, 135, 198, 0.3);
}
/* ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #888;
    z-index: 20;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #fff;
    color: #555;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.arrow-prev { left: 20px; }
.arrow-next { right: 20px; }

.events{

background-color: #fff;

padding: 20px;

border-radius: 15px;

box-sizing: border-box;

position: relative;

margin-top: 30px;

margin-bottom: 40px;
}
@media (max-width: 768px) {
    .carousel-wrap { height: 380px; }
    .card1 {height: 230px;}
    .arrow-btn { width: 40px; height: 40px; font-size: 16px; }
  
}
@media (max-width: 768px) {
    .section-title h1 {
        font-size: 24px;
    }

    .swiper {
        height: auto;
        padding: 0 40px;
    }

    .swiper-slide .card {
        width: 100%;
        height: auto;
    }

 .Track-setting   .swiper-button-next,
 .Track-setting   .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

  .Track-setting  .swiper-button-next:after,
 .Track-setting   .swiper-button-prev:after {
        font-size: 14px;
    }

    .card-title {
        font-size: 18px;
        top: 20px;
        left: 20px;
    }

    .card-info {
        padding: 12px 15px;
    }

    .info-row {
        font-size: 11px;
    }

    .language-dropdown .dropdown-menu.lang-menu {
        right: -10px;
        min-width: 130px;
    }
}


