/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img{display: block;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}

body{margin: 0px;padding: 0px;	font-family: rift, sans-serif;}

/*錨點*/
.block-first{overflow: hidden;padding-top: 180px;margin-top: -180px;}


:root {
  --bg: #000000;
  --clr-1: #00c2ff;
  --clr-2: #33ff8c;
  --clr-3: #ffe8b0;
  --clr-4: #e54cff;

  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

section{padding: 70px 0 120px 0;font-family: rift, sans-serif;font-weight: 400;font-style: normal;}

section:nth-child(even){
	background: linear-gradient(45deg,#ffffff,#ececec);
}

section:nth-of-type(1){
	background: linear-gradient(45deg,#0d2f7b,#16192e);
	padding-bottom: 0px;
}
section:nth-of-type(3){
	background: linear-gradient(45deg,#202a73,#935eda);
}
section:nth-of-type(5){
	background: linear-gradient(45deg,#f13abb,#ff8adc);
}

.category-title{
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap:5px;
	position: relative;
	width: 190px;
	margin: 0 auto;
}

section:nth-child(even) .category-title{color: #161628;}

section:nth-child(even) .category-title::before{
	content: "";
	position: absolute;
	background: url("../images/squarebrackets-bk.png");
	background-size: contain;
	width: 22px;
	height: 22px;
	left: -10px;
	top: -10px;
}

section:nth-child(even) .category-title::after{
	content: "";
	position: absolute;
	background: url("../images/squarebrackets-bk.png");
	transform: rotate(180deg);
	background-size: contain;
	width: 22px;
	height: 22px;
	right: -5px;
	bottom: -10px;
}

.category-title::before{
	content: "";
	position: absolute;
	background: url("../images/squarebrackets.png");
	background-size: contain;
	width: 22px;
	height: 22px;
	left: -10px;
	top: -10px;
}

.category-title::after{
	content: "";
	position: absolute;
	background: url("../images/squarebrackets.png");
	transform: rotate(180deg);
	background-size: contain;
	width: 22px;
	height: 22px;
	right: -10px;
	bottom: -10px;
}



.category-title strong{
	font-weight: 700;
	font-size: 45px;
}

.category-title span{
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 14px;
}

/*版頭*/

.mainpic{
	width: auto;
	height: 806px;
	background: url("../images/mainpic.jpg");
	position: relative;
    background-color: var(--bg);
    color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap:20px;
}

.mainpic::before{
	content: '';
	position: absolute;
	background: url("../images/squarebrackets.png");
	background-size: contain;
	width: 66px;
	height: 66px;
	left: 20px;
	top: 20px;
}

.mainpic::after{
	content: '';
	position: absolute;
	background: url("../images/squarebrackets.png");
	background-size: contain;
	transform: rotate(180deg);
	width: 66px;
	height: 66px;
	right: 20px;
	bottom: 20px;
}

.main-info{
	display: flex;
	align-items: flex-end;
	margin-top: 120px;
}

.logo{
	background: url("../images/logo.png");
	background-size: contain;
	width: 131px;
	height: 88px;
}
.date{
	color: #FFFFFF;
	font-size: 40px;
}

/*主標文字效果*/
.title {
  font-size: var(--fs);
  font-weight: 800;
  letter-spacing: var(--ls);
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0;
}
.aurora {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: darken;
  pointer-events: none;
}

.aurora__item {
  overflow: hidden;
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-color: var(--clr-1);
  border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  background-color: var(--clr-3);
  right: 0;
  top: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-2 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(3) {
  background-color: var(--clr-2);
  left: 0;
  bottom: 0;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-3 8s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(4) {
  background-color: var(--clr-4);
  right: 0;
  bottom: -50%;
  animation: aurora-border 6s ease-in-out infinite,
    aurora-4 24s ease-in-out infinite alternate;
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }

  50% {
    top: 100%;
    right: 75%;
  }

  75% {
    top: 100%;
    right: 25%;
  }

  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0%;
  }

  60% {
    top: 100%;
    left: 75%;
  }

  85% {
    top: 100%;
    left: 25%;
  }

  100% {
    top: -50%;
    left: 0%;
  }
}

@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }

  40% {
    bottom: 100%;
    left: 75%;
  }

  65% {
    bottom: 40%;
    left: 50%;
  }

  100% {
    bottom: 0;
    left: 0;
  }
}

@keyframes aurora-4 {
  0% {
    bottom: -50%;
    right: 0;
  }

  50% {
    bottom: 0%;
    right: 40%;
  }

  90% {
    bottom: 50%;
    right: 25%;
  }

  100% {
    bottom: -50%;
    right: 0;
  }
}

@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }

  25% {
    border-radius: 47% 29% 39% 49% / 61% 19% 66% 26%;
  }

  50% {
    border-radius: 57% 23% 47% 72% / 63% 17% 66% 33%;
  }

  75% {
    border-radius: 28% 49% 29% 100% / 93% 20% 64% 25%;
  }

  100% {
    border-radius: 37% 29% 27% 27% / 28% 25% 41% 37%;
  }
}
/*主標文字效果end*/

.subtitle{
	color: #00ceec;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	font-family: "rift", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.subtitle span{font-weight: 700;}


/*選單*/
#block_menu {
		width: 100%;
	height: 80px;
	width: 100%;
    overflow: hidden;
	top:30px;
	background: #00b0db;
}

.nav{
	width: 100%;
	height: 80px;
	z-index: 999;
	background: #00b0db;
}

.nav ul{
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	gap:35px;
	font-weight: 700;
	font-size: 20px;
}

.nav ul li{
	padding: 10px;
	position: relative;
	z-index: 1;
	
}

.nav ul li a{
	color:#a4edff;
	transition:0.5s ease-in-out;
	
}

.nav ul li::before{
	content: "";
	position: absolute;
	height: 16px;
	width: 2px;
	background: #7ae5ff;
	right: -15px;
	transform: rotate(45deg);
}

.nav li:first-child::before,.nav li:last-child::before{display: none;}

.nav ul li a:hover{
	color: #0f2a6a;
}

.nav ul li a:hover::before{
	content: "";
	position: absolute;
	height:30px;
	width: 30px;
	background: #7ae5ff;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	z-index: -1;
}

.nav ul li a.active{color: #0f2a6a;}

.nav ul li a.active::before{
	content: "";
	position: absolute;
	height:30px;
	width: 30px;
	background: #7ae5ff;
	left: 0px;
	top: 5px;
	border-radius: 50%;
	z-index: -1;
}


/*行程*/

.tour-wrap{
	max-width:1300px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px;
}

.limited-time{
	display: flex;
	flex-direction: column;
}

.limited-time h3{
	text-align: center;
	background: #ec008c;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 15px 0;
}

.special{
	background: url("../images/tour-bg.jpg")center top no-repeat;
	width: 100%;
	height: 300px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.special .info{
	color: #fff8be;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	font-size: 25px;
	padding: 50px;
	font-weight: 600;
}

.info strong{
	display: block;
	border: 2px solid #fff8be;
	padding: 5px;
	border-radius: 30px;
	margin-bottom: 10px;
}

.special .info ul{
	margin-top: 10px;
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
}

.special .info li{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	position: relative;
}

.special .info li::before{
	content: '◆';
	position: absolute;
	font-size: 13px;
	left: -15px;
}

/*條列行程*/
.tour-list{
	width: 100%;
	background: #FFFFFF;
}

.tour-list p{
	text-align: center;
	background: #00b0db;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 15px 0;
}
.tour-list p.title{
	text-align: center;	
	background: none;
	color: #00b0db;
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 15px 0;
}


.tour-list:nth-of-type(3){
	margin-top: 40px;
}

.tour-list ul{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.tour-list ul li{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #9E9E9E;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 600;
}

.tour-list ul li a{
	display: block;
}
.tour-txt{display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;}
.list-name{width: 88%;}
.list-name em{font-style: normal;color: #628B4C;font-size: 16px;margin-left: 5px;}
.list-price {font-size: 16px;white-space: nowrap;}
.list-price strong{color: #ff5027;font-size: 24px;margin: 0 5px 0px 3px;}


.tour-list span{
	background: #FC8CCE;
	margin-right: 5px;
	border-radius: 2px;
	padding: 2px 5px;
}

.tour-list span strong{
	color: #FFFFFF;
	margin-left: 5px;
}

.more{
	display: inline-block;
	font-size: 20px;
	margin-top: 20px;
	float: right;
	font-weight: 600;
}

.more a{
	display: block;
	color: #FFFFFF;
}


/* ==================== 影片 ==================== */

.vedio{position: relative;}
.filmin-in{
	width: 100%;
	height:auto;
	/*background-color: #d8e9ef;*/
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 100px;
	
}

.lazyframe{/* 讓影片能跟著RWD一同縮放-單一影片 */
	width:100%;
	margin:0px auto;
	position: relative;
	height: 100%;
    padding-bottom: 50.25%;/* 16:9  56.25%x 1*/

}





/*活動介紹*/
.intro-wrap{
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	justify-content: space-between;
}

.intro-wrap img{width: 100%;}

.left-side{width: 35%;}
.rights-side{width: 60%;}
.intro-title-en{font-size: 50px;color: #1d8bbe;}
.intro-title{
	font-size: 60px;
	color: #1d8bbe;
	display: block;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 30px;
}
.rights-side article{
	font-size: 18px;
	line-height: 32px;
	width: 95%;
	margin-bottom: 30px;
}



/*繽紛亮點*/
.highlight-wrap{
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 50px;
}
.highlight_box{
	width: 100%;
	height: auto;
	background: #271b3d;
	border-radius: 180px 0 180px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.highlight_ph{width: 60%;}
.highlight_ph img{width: 100%;height: 100%;}

.highlight_txt{
	width: 38%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;}

.highlight_txt h3{
	display:block;
	font-size:40px;
	margin-bottom: 20px;
	color: #717af1;
	position: relative;
}

.highlight_txt h3::before{
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	background: #717af1; 
	left: 170px;
	top:5px;
	
}

.highlight_txt p{width: 90%;margin: 0 auto;}

.etabs{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap:20px;
	margin-bottom: 30px;
}

.etabs li{
	display: block;
	width: 150px;
	height: 150px;
	background: #1f1c46;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-size: 25px;
	font-weight: 600;
}

.etabs li a{color: #7a82fa;display: block;border-radius: 50%;transition:0.5s ease-in-out;}
.etabs li a:hover{background: #000000;opacity: 0.8; }
.etabs li a.active{background: #5e67e0;color: #FFFFFF;box-shadow: 0px 0px 5px rgb(94,103,224,0.8);}


/*精彩回顧*/
#slideImg{position: relative;}

.slideMain {
    margin: 60px auto 60px auto;
  }
  
#slideImg ul { list-style: none; }
  
#slideImg li {
    float: left;
    margin: 0 1px;
    max-width: 400px;
}
  
#slideImg img { vertical-align: bottom; }
  
.rotate-prev { position: absolute; }
.copyright { font: 600 14px ;  text-align: center; padding-top:20px;}



/*雪梨景點*/
.sydneyspotst-wrap{
	max-width:1300px;
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
}

.sydneyspotst-wrap img{width: 100%;border-radius: 20px 20px 0 0 ;}

.spot-txt{padding: 30px 35px;min-height: 250px;position: relative;}
.spot-txt::before{
	content: '';
	position: absolute;
	background: url("../images/spot-line.png");
	width: 116px;
	height: 132px;
	left: 20px;
	top: 15px;
}
.spot-txt::after{
	content: '';
	position: absolute;
	background: url("../images/spot-line.png");
	width: 116px;
	height: 132px;
	right: 20px;
	bottom: 15px;
	transform: rotate(180deg);
}


.spot-name{font-size: 30px;font-weight: 600;text-align: center;}
.spot-name span{
	display: block;
	font-size: 15px;
	margin-top: 5px;
}
.sydneyspotst-wrap p{
	margin-top: 10px;
	font-size: 16px;line-height: 26px;
	word-break: break-all;
	text-align: left;
}




.swiper {
	width: 100%;
    height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0px 10px 0 rgba(251,251,251,0.3);
	
}



.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination{margin-top: 30px;}


@media screen and (max-width:1100px) {
	.highlight_txt{font-size: 15px;}
	.highlight_box{border-radius: 100px 0 100px 0;}
	.highlight_txt h3{font-size:26px;}
}


@media screen and (max-width:1350px) {
	.highlight-wrap,.sydneyspotst-wrap{max-width: 95%;}
}

@media screen and (max-width:768px) {
	.intro-wrap{flex-direction: column;gap:50px;}
	.left-side{width: 95%;margin: 0 auto;}
	.rights-side{width: 95%;margin: 0 auto;}
	.rights-side article{width: 100%;}
	.highlight_box{border-radius: 30px 30px 30px 30px;flex-direction: column;width: 95%;margin: 0 auto;}
	.highlight_ph{width: 100%;}
	.highlight_txt{width: 100%;padding: 20px;font-size: 15px;}
	.highlight_txt h3{font-size:35px;padding-left: 20px;}
	.etabs{gap:10px;}
	.etabs li{width: 100px;height: 100px;line-height: 100px;font-size: 20px;}
	.nav,#block_menu{display: none;}
	.block-first{overflow: hidden;padding-top: 50px;margin-top: -50px;}
	.special .info{font-size: 20px;padding: 20px;}
	.mainpic{height: 500px;background: url("../images/mainpic.jpg") center center;gap:10px;background-size: cover;}
	.main-info{margin-top:60px;}
	.mainpic::before{width: 30px;height: 30px;}
	.mainpic::after{width: 30px;height: 30px;}
	.tour-txt{flex-direction: column;width: 95%;margin: 0 auto;}
    .list-name{width: 100%;}
	.list-price{text-align: center;width: 100%;}
}


@media screen and (max-width: 480px) {
	.etabs{flex-wrap: wrap;gap:5px;}
	.etabs li{width:auto;height:auto;line-height: 30px;font-size: 16px;border-radius: 10px;white-space: nowrap;}	
	.etabs li a{border-radius: 10px;padding: 5px 10px; }
	.mainpic{height: 300px;background: url("../images/mainpic.jpg") center center;gap:10px;background-size: cover;}
	.main-info{margin-top:40px;}
	.tour-list ul li{font-size: 16px;}
	.limited-time h3{font-size: 18px;padding: 10px;}	
	.tour-list span{display: block;text-align: center;}
	.logo{width: 48px;height: 32px;}
	.date{font-size: 20px;}
	.title {font-size: 40px;}
	.subtitle{font-size: 18px;}
	.rights-side article{font-size: 16px;}
	.intro-title {font-size: 45px;margin-bottom: 20px;}
	section{padding: 60px 0 30px 0;}

	
}



