
@import url(https://at.alicdn.com/t/c/font_4309255_f0wabs9lohj.css);
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('../img/bg.jpg');
    background-size:cover;
    min-height: 100vh;
    position: relative;
    color: #1c1c1c;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    z-index: -1;
}

.header-top {
    background: url(../img/top-bg.png) no-repeat;
    background-size: 100% 135px;
}

.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 {
    background: url(../img/dh-bg.png) no-repeat;
    background-color: transparent!important;
    background-size: 120% 100%;
    background-position-x: 50%;
    padding: 0px;
    margin: 0px 0   40px;
    display: flex;
}
.nav-pills .nav-item{
    flex: auto;
    position: relative;
}
.nav-pills .nav-item:nth-child(1) img{
    height: 45px;
    width: auto;
}
.nav-pills .nav-link {
    color: white;
    margin: 0px 5px;
    transition: all 0.3s;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 0px 4px 4px #b01dcc;
}

.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:hover {
    background: linear-gradient(180deg, #b01dcc, #dc6fd3);
    color: #fff!important;
}


.section-title {

text-align: left;

margin-top: 90px;
}

.section-title img {
   height: 100px;
   width: auto;
   margin-bottom: 30px;
}

.trending-cards .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 200px;
}

.trending-cards .card:hover {
    transform: translateY(-5px);
}

.card-blue { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.card-yellow { background: linear-gradient(135deg, #F5A623, #E68900); }
.card-red { background: linear-gradient(135deg, #D0021B, #B71C1C); }

.service-item {
    background: #f3e6f3;
    padding: 20px;

    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.service-item:hover {

    transform: translateX(10px);
}
.service-item h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    height: 53px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-right: 93px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}
.service-item h5 i{position: absolute;right: 0px;top: 0px;height: 93px;background-color: #e7c6f3;width: 82px;align-items: center;text-align: center;line-height: 93px;font-size: 28px;color: #d6a9f3;}

.service-item .collapse{

padding-top: 40px;
}
.service-item.active .collapse{
    display: block;
}
.service-item .collapse p{

font-size: 18px;

color: #1c1c1c;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 3;

overflow: hidden;

text-overflow: ellipsis;

white-space: inherit;
}
.service-item .collapse a{

text-align: right;

display: block;

color: #390153;

font-size: 20px;

font-weight: bold;
}
.service-item.active h5 i.zhankai,
.service-item  h5 i.zhankai1{
display: none;
}
.service-item+.service-item {
    margin-top: 20px;
}
.service-item.active h5 i.zhankai1,
.service-item h5 i.zhankai{
    display: block;
}
.service-item.active h5 i.zhankai1{
    color: #390153;
}
.service-item h5 i.zhankai::before{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/zhankai.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}
.event-card {
    background: url(../img/event-card.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    padding: 1px;
}

.event-card:hover {
    transform: scale(1.05);
}

.event-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.event-card .card-body{
    padding: 15px;

}
.event-card .card-body span{
    font-size: 20px!important;
    color: #a405bc!important;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.event-card .card-body span::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #65307e;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 7px;
}
.event-card .card-body  h5{
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    height: 120px;
    margin: 20px  0px  10px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.event-card .card-body  a{
    color: #a405bc;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-right: 0px;
    display: block;
}
.multilingual-section {
}






.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #87CEEB;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-menu ul.navbar-nav{
    flex-direction: inherit;
}
.align-items-center .logo img{
    height: 37px;
    width: auto;
}
.banner{
    position: relative;
}
.banner img.banner-text{
    position: absolute;
    top:16%;
    width: 1020px;
    left:50%;
    transform: translate(-50%,0);
}
.header-top{
    position: relative;
}
.header-tar{
    position: absolute;
    top:12px;
    left:0;
    right:0;
    background: none;
    z-index: 99;
}
.swiper {
    width: 341px;
    height: 521px;
    display: block;
    margin: 40px auto   80px;
}
.service-tepan{
    display: none;
    padding: 15px;
    background-color: #bf54d3;
    border-radius: 15px;
    margin-left: 20px;
    position: relative;
}
.service-tepan::before{
    content: '';
    border-right: 28px #bf54d3 solid;
    border-bottom: 15px transparent solid;
    border-top: 15px transparent solid;
    position: absolute;
    left: -27px;
    top: 30px;
}
.header-wrap{
    background: url("../img/banner-bg.png") center bottom;
    background-size: 100% auto;
    padding-bottom: 50px;
}
.title-cont{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    z-index: 99;
    position: relative;
}
.mt-100{
    margin-top: -220px;
}
.title-cont img{
    height: 200px;
    width: auto;
}
.main-feature .owl-carousel .owl-item .item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.main-feature .owl-carousel .owl-item .item a{
    border-bottom: 50px solid #00a3e7;
}
.main-feature .owl-carousel .owl-item .item a span{
    font-size: 26px;
    padding:20px 10px 20px 50px;
    position: relative;
    width: 100%;
}
.main-feature .owl-carousel .owl-item .item a:hover span{
    color: #00a3e7;
}
.main-feature .owl-carousel .owl-item .item a span:before{
    content: '';
    position: absolute;
    left:20px;
    top:50%;
    transform: translate(0,-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0b88f9;
}
.main-feature .owl-carousel .owl-item img{
    object-fit: cover;
}
.main-feature .owl-carousel .owl-dots{
    right: 0px;
    width: 31.33%;
    display: flex;
}
.main-feature .owl-carousel .owl-dots::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color:#565658;
    position: absolute;
    bottom: 9px;
    z-index: -1;
}
.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: #565658;
    border: 2px #fff solid;
    width: 13px;
    height: 13px;
}
.main-feature .owl-carousel .owl-dots .owl-dot.active span{
    width: 18px;
    height: 18px;
    background-color: #222223;
}
.main-feature .animate-slider1 .owl-nav{
    display: block!important;
}
.main-feature .animate-slider1 .owl-nav .owl-prev,
.main-feature .animate-slider1 .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: #00a3e7;
    border:0;
    color:#fff;
    padding:10px;
}
.main-feature .animate-slider1 .owl-nav .owl-prev{
    left:-10px;
}
.main-feature .animate-slider1 .owl-nav .owl-next{
    right:-10px;
}
.blue-light-bg{
    background:#ecf5ff;
    padding:40px 0;
}
.xy-list ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 16px;
}
.xy-list li{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffe594;
}
.xy-list li a{
    padding:16px 100px 16px 50px;
    margin-bottom: 10px;
    position: relative;
    font-size: 19px;
    width: 100%;
}
.xy-list li a:hover{
    color:#7f13db;
}
.xy-list li a:before{
    content: '';
    position: absolute;
    left:20px;
    top:50%;
    transform: translate(0,-50%);
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background:#7f13db ;
}
.xy-list li a span{
    position: absolute;
    right:0;
    bottom:10px;
    padding:4px 20px;
    font-size: 14px;
    color:#fff;
    border-radius: 50px 50px 0 50px;
    background: linear-gradient(to right,#9d5bdf,#cc90a8);
    box-shadow: 4px 3px 2px inset #9536cf;
}
.margin-top-60{
    /*margin-top: 150px;*/
}
.align-bottom{
    display: flex;
    align-items: flex-end;
}
.Track-setting{
    position: relative;
}
.xy-cont{
    position: relative;
    display: flex;
    align-items: stretch;
}
.xy-cont .animate-slider2{
    width: 60%;
}
.xy-cont .animate-slider2 .owl-item img{
    max-height:588px ;
}
.xy-cont .xy-list{
    width: 40%;
}
.xy-cont .xy-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}
.xy-cont .animate-slider2 .item h3{
    background: #bf40d2;
    color:#fff;
    margin:0;
    padding:30px 20px;
}
.xy-cont .animate-slider2 .owl-dots{
    top:20px;
    right:20px;
}
.xy-cont .animate-slider2 .owl-dots button{
    background: none;
    border:0;
}
.xy-cont .animate-slider2 .owl-dots button span{
    margin:0;
    background: rgba(0,0,0,.5);
}
.xy-cont .animate-slider2 .owl-dots button.active span{
    background: #bf40d2;
}
.xy-cont .animate-slider2 .item h3 span{
    color:#333;
    position: absolute;
    right:0;
    bottom:20px;
    border-radius: 50px 50px 0 50px;
    background: #fff191;
    font-size: 14px;
    padding:10px 20px;
    box-shadow: 3px 3px inset #fbae10;
}


.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;
}

.carousel-container {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-left: -20px;
}

.carousel-track {
    display: flex;
    height: 100%;
    position: relative;
    margin-left: 50px;
}

.carousel-item {
    width: 33.33%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
}


.carousel-item.stacked {
    width: 33.33%;
    z-index: 2;
}


.carousel-item.stacked:nth-child(1) {left: -50px;}
.carousel-item.stacked:nth-child(2) {left: -40px;}
.carousel-item.stacked:nth-child(3) {left: -30px;}
.carousel-item.stacked:nth-child(4) {left: -20px;}
.carousel-item.stacked:nth-child(5) {left: -10px;}
.carousel-item.stacked:nth-child(6) {left: 44px;}
.carousel-item.stacked:nth-child(7) { left: 90px; }
.carousel-item.stacked:nth-child(8) { left: 105px; }


.carousel-item.active {
    left: 0px;
    transform: translateX(0) scaleX(1) rotateY(0deg);
    opacity: 1;
    z-index: 10;
}


.carousel-item.next-1 {
    left: 33.33%;
    z-index: 8;
}


.carousel-item.next-2 {
    left: 66.66%;
    z-index: 6;
}


.carousel-item.next-3 {
    left: 1210px;
    transform: translateX(0) scaleX(0.7) rotateY(30deg);
    opacity: 0.4;
    z-index: 4;
}

.carousel-item.hidden {
    left: 1600px;
    z-index: 1;
    display: block!important;
}

.card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;

}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(20px);
    z-index: -1;
}

.card a img{
    margin-left: 20px;
}

.card-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-description {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.9;
}


.carousel-item.stacked .card-icon,
.carousel-item.stacked .card-title,
.carousel-item.stacked .card-description {
    opacity: 0;
}



.indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    transform: scale(1.2);
}

.carousel-item:nth-child(2).active{
    left: -6px;
}
.carousel-item:nth-child(3).active{
    left: -2px;
}
.carousel-item:nth-child(4).active{
    left: -5px;
}
.carousel-item:nth-child(5).active{
    left: -5px;
}
.carousel-item:nth-child(6).active{
    left: 0px;
}
.carousel-item:nth-child(7).active{
    left: 30px;
}
.footer{
background:linear-gradient(to bottom,#3564de,#47e6c4);
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;
}
.swiper-slide img{
    transition: all 0.5s;
}
.swiper-slide img:hover{
    transform: scale(1.05);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: none;
    left: 15px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: none;
    right: 15px;
}
.swiper-button-next, .swiper-button-prev{
    width: auto;
    height: auto;
}
.swiper-button-next span, .swiper-button-prev span{
    font-size: 34px;
    color: #1c1c1c;
    font-weight: bold;
}
.multilingual-section .container{
    position: relative;
}
.swiper-button-next span::before, .swiper-button-prev span::before{
    content: '';
    width: 130px;
    height: 2px;
    background-color: #bf54d3;
    position: absolute;
    bottom: 0px;
}

.header-tar img{

width: auto;

height: 40px;

padding: 5px 0px;
}

.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);


}
.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;
}
