﻿@font-face {
    font-family: 'fontface1';
    src: url('../fonts/IDHeiUltra.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fontface1';
    src: url('../fonts/NotoSansTC-Medium.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fontface1';
    src: url('../fonts/NotoSansTC-Bold.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Raleway');



html, body {
	overflow-x: hidden;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
/* --------------------------------------------- 2025.04.25 simon 排版改版 --------------------------------------------- */
#page{
	background-color: #f6f6f6;
	background-color: #cfa5a5;
}
.header{
	letter-spacing: 1px;
}
#cart {
    z-index: 50;
    width: 100%;
    text-align: center;
}
nav .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 7rem;
}
nav .wrapper a {
    display: flex;
	align-items: center;
    color: #fff;
    font-size: 2.5rem;
    padding: 5px 15px;
    margin: 0 10px;
	/* border: 2px solid transparent; */
	transition: all 0.8s ease;
}
nav .wrapper a::before{
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-color: #a75050;
	margin-right: 1rem;
	transition: all 0.8s ease;
}
nav .wrapper > a:hover{
	background-color: #fff;
	color: #6d3636;
	font-weight: bold;
}
nav .wrapper > a.active {
	background-color: #fff;
	color: #6d3636;
	font-weight: bold;
}
nav .wrapper > a:hover::before , nav .wrapper > a.active::before{
	transform: rotate(-135deg);
}
nav .wrapper > a.active::before{
	transform: rotate(-135deg);
}
.navblock{
	display: block !important;
}
nav {
    right: auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    position: relative;
    z-index: 1;
    transition: all 400ms ease;
    background-color: #400626;
    padding: 0px;
}
@media screen and (max-width: 1366px){
	nav .wrapper a{
		font-size: 2rem;
	}
	nav .wrapper a::before {
		width: 1.5rem;
		height: 1.5rem;
	}
	nav .wrapper a{
		margin: 0 5px;
	}
}






.bgimg{
	/* background-color: rgba(219, 167, 167, 0.1); */
	background-image: url('../images/bg.jpg');

  /* background-color: rgba(219, 167, 167, 0.5); */
  /* background-color: rgba(254, 238, 48, 0.1); */
  /* background-color: rgba(0, 153, 159, 0.3); */

  /* background-color: rgba(52, 13, 73, 1);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><circle cx='80' cy='100' r='30' fill='%23f3f5e0' fill-opacity='0.7'/><circle cx='300' cy='50' r='20' fill='%23f3f5e0' fill-opacity='0.6'/><circle cx='250' cy='250' r='35' fill='%23f3f5e0' fill-opacity='0.5'/><circle cx='120' cy='320' r='25' fill='%23f3f5e0' fill-opacity='0.8'/></svg>");
  background-repeat: repeat;
  background-size: 900px 900px; 
  background-position: -100px -50px;  */
}
.bigimg img {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: block;
    height: auto;
}
@media screen and (max-width: 768px){
	.bigimg{
		height: 19rem;
		background-size: calc(180vw);
	}
	.bigimg img {
        width: 100%;
        height: 19rem;
        object-fit: cover;
        object-position: center;
    }
}





/* 各個行程整個框 */
.mix{
	background-color: #fff;
	display:flex;
	width:95%;
	margin: 1.5% auto 0 auto;
	/* border-radius: 10px; */
	position: relative;
	box-shadow:
		-1px -1px 3px rgba(0, 0, 0, 0.05),
		3px  3px 8px rgba(0, 0, 0, 0.3);
}
.mix:hover{
	/* background-color: #f0e0c3; */
	/* background-color: #f3f5e0; */
	box-shadow:
		-2px -2px 5px rgba(0, 0, 0, 0.08),
		6px  6px 12px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}
.mix-mobile{
	display: none;
}
.mix:hover .effect-Beauty img {
	transform: scale(1.2);
	filter: brightness(1.05); 
}
@media (max-width: 768px) {
	.mix{
		display: none;
	}
	.mix-mobile {
		display:inline-block;
		flex: 0 0 auto;
		width: 95%;
		max-width: 400px;    
		margin: 10px; 
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
		position: relative;
		overflow: hidden;
		transition: transform 0.3s ease;
	}
}





/*整個行程區塊*/
.traveldata{
	color: #000000;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:3%;
	text-align: center;
}
@media(max-width: 768px){
	.traveldata {
		margin: 0;
	}
}





figure{
	background-color: #FFFFFF;
}
figure img{
	/* width: 320px; */
    /* height: 240px; */
	width: 347px;
	height: 260px;
}
figure.effect-Beauty {
    position: relative; 
}
.effect-Beauty {
	overflow: hidden; /* 防止圖片放大時超出範圍 */
}
.effect-Beauty img {
	transition: all 0.5s ease;
	display: block;
}
.figcaption-content-left{
    width: 70%;
    margin: 0 2.5% 0 0;
}

.figcaption-content-right{
	/* width: 22%;
	padding-left: 0.1%;
	position: relative; */
}
/* .figcaption-content-right::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 2px dashed rgba(219, 167, 167, 1);
} */
/* .right-item{
    font-family: 'fontface1', sans-serif;
    font-weight: 300;
    padding: 7% 0 0 0%;
    height: 100%;
    color: #f29727;
    border-radius: 10px;
    width: 100%;
    text-align: start;
	font-size: 1.5rem;
} */
.mix:hover .right-item{
	/* background: linear-gradient(to bottom left, rgba(6, 175, 218, 1), rgba(241, 241, 241, 1)); */
}
/* .right-itemStr4{
	font-size: 1.5rem;
}
.right-itemStr5{
	font-size: 3rem;
} */



.price, .minprice, .priceup{
	/* font-family: Century Gothic, Helvetica, Arial, "微軟正黑體", Microsoft JhengHei, sans-serif; */
	font-family: 'fontface1', 'sans-serif';
    font-weight: 300;
    font-weight: bold;
}
.price{
    position: absolute;
    top: 76%;
    right: 1%;
    font-size: 4rem;
    color: #bf0b1a;
}
.minprice{
	padding-left: 0.3rem;
	    /* font-size: 4.3rem; */
}
.priceup{
	font-size: 2.5rem;
}
@media screen and (max-width: 1700px){
	.price{
		font-size: 4rem;
	}
}
@media screen and (max-width: 1366px){
	.price{
		font-size: 3.3rem;
	}
	.priceup{
		font-size: 1.3rem;
	}
	/* .right-itemStr5{
		font-size: 3.5rem;
	} */
}
@media screen and (max-width: 768px){
	figure img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	figure.effect-Beauty {
		margin: 5px;
	}
	/* 內部結構保持原樣 */
	.effect-Beauty-mobile img {
		width: 100%;
		display: block;
	}
	.price-mobile{
		font-size: 2.5rem;
		text-align: center;
		/* background-color: #14a0c5; */
		/* background-color: rgba(140,63,63,1); */
		background-color: #f29727;
		color: #fff;;
		padding: 2% 0;
	}
	.price-mobile .price, .price-mobile .minprice, .price-mobile .priceup{
		font-weight: normal;
	}
	.price-mobile .price, .price-mobile .priceup{
		font-size: 2rem;
	}
}






/*行程標題*/
.travelname{
	width:100%;
	display: inline-block;
	text-align:left;
	font-size: 2.3rem;
    font-weight: bold;
	margin: 1.5% 0 0 3.2%;
    text-align: left;
	color: #454545;
}
.travelname-mobile{
	height:44px;
	width:98%;
	display: inline-block;
	text-align:left;
	font-size: 20px;
    font-weight: bold;
	margin: 5% 0% 7% 0%;
    text-align: center;
	color: #454545;
}
.mix:hover .travelname{
	color: #400626;
}
.ezcityname{
    font-family: 'fontface1', sans-serif;
    font-weight: 300;
    color: #f29727;
    font-size: 1.6rem;
}




.discount-text{
	min-height: 15%;
	text-align: left;
    margin: 1% 0 0 3.5%;
    font-size: 2rem;
    color: #f29727;
}
@media screen and (max-width: 768px){
	.discount-text{
        font-size: 2rem;
        padding: 2% 0 2% 0;
		margin: 2% 2% 1% 2%;
        font-weight: bold;
        text-align: center;
		min-height: 85px;
	}
}




.salefocus-ul{
	margin-top: 1%;
	font-size: 1.7rem;
}
.salefocus{
	text-align: left;
    color: #333;
    margin: 4px auto;
    width: 95%;
    padding: 2px 0 2px 7px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px; 
}
.salefocus .salefocus-icon img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}





.date-label{
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scroll-behavior: smooth; 
	margin: 1% 0 0 3.5%;
	text-align: left;
	gap: 10px;
	width: 70%;
}
.date-label a {
	display: inline-block;
	/* background: #06bceb; */
	/* background: rgba(167, 80, 80, 1); */
	/* background: rgba(0, 153, 159, 0.7); */
	background: #f29727;
	color: #fff;
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 18px;
	/* flex-shrink: 0; */
}
.date-label a:hover {
	/* background: #0b9fc4; */
	/* background: rgba(167, 80, 80, 0.7); */
	background: #d88621;

}
@media screen and (max-width: 768px){
	.date-label-mobile{
		padding: 5%;
		text-align: left;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		gap: 10px;
	}
	.date-label-mobile a {
		flex: 0 0 auto;
		display: inline-block;
		/* background: #06bceb; */
		/* background: rgba(167, 80, 80, 1); */
		background: #f29727;
		color: #fff;
		border-radius: 6px;
		padding: 4px 8px;
		font-size: 18px;
		white-space: nowrap;
		text-decoration: none;
	}
}





 /* ---------------------------- 2025.04.25 simon 頁尾 footer ---------------------------- */
footer {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	text-align: center;
	font-size: 14pt;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
}
#footerfunc ul li a {
	display: inline-block;
	line-height: 100%;
	font-size: 14px;
	color: #666666;
}
#footerfunc .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    width:180px;
    height:150px;
    text-align:left;
}
#footerfunc .dropdown-menu li:hover .sub-menu {
    display: block;
    width:180px;
    height:150px;
    text-align:left;
}
#footerfunc .dropdown:hover .dropdown-menu {
    display: block;
    width:180px;
    height:150px;
    text-align:left;
}
#footerfunc .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
    width:180px;
    height:150px;
    text-align:left;
    line-height:200%;
}
#footerfunc .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
#footerfunc .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
#footer {
	clear:both;
	width:100%;
	height:150px;
	position:relative;
	list-style: none;
	top:0;
	left:0;
	z-index:99;
    background-color: #67b0d1;
	text-align:center;
}
#footer_wrap {
	margin:0 auto;
	width:980px;
	position:relative;
	text-align:center;
}
#footer .company {
	text-align:center;
	float:left;
	margin:5px;
	padding:0;
}
#footer .globalcompany {
	text-align:center;

	margin:5px;
	padding:0;
}
#footer .globalcompany p {
	margin:0 5px 0;
	padding:0;
	font-size:12pt;
	line-height:1.8em;
	color: #f8f8f8;
}
#footer .icon {
	float:left;
	margin:10px auto;
	padding:0;
}
#footer p {
	margin:0 5px 0;
	padding:0;
	font-size:10pt;
	line-height:1.8em;
	color: #f8f8f8;
}
#footer p.footer_fb {
	margin:15px 0 0 12px;
}
#footer p a:link, #footer p a:visited { 
	color:#006ec5; text-decoration:none
}
#footer p  a:hover, #footer p a:active { 
	text-decoration:underline
}
#footer_csf {
	clear:both;
	width:100%;
	height:100px;
	position:relative;

	list-style: none;
	top:0;
	left:0;
	z-index:999 !important;
    background-color: #67b0d1;
	text-align:center;
}
#footer_wrap_csf {
	margin:0 auto;
	width:980px;
	position:relative;
	text-align:center;
}
#footer_csf p {
	margin:0 5px 0;
	padding:0;
	font-size:10pt;
	line-height:1.8em;
	color: #f8f8f8;
}
.footer{
	background-color: #fff;
}
.nav-tabs{
  display: flex; 
  justify-content: center;
}





.right_more{
	/* letter-spacing: 2px; */
	text-align: center;
    width: 190px;
    margin: 15px auto;
	background-color: #fff;
    border-radius: 5px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 20px;
}
.right_more a {
	display: block;
	padding: 10px 0;
    color: #400626;
	text-decoration: none;
	z-index: 1;
	position: relative;
	font-weight: bold;
	transition: color 0.3s ease;
}
.right_more-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0px 0 8rem 0;
}
.right_more:hover a {
	color: #fff;
}
.right_more::before{
	/* 先畫好hover時要使用的色塊 */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #400626; 
	border-radius: 5px;
	border: 1px solid #fff;
	transform: scaleX(0); /* 初始:不可見 */
	transform-origin: left center; /* 顯示:由左至右 */
	transition: transform 0.6s ease-in-out; /* 填滿速度與方向控制 */
	z-index: 0;
}
.right_more:hover::before{
	transform: scaleX(1); /* 由左至右填滿 */
}

@media screen and (max-width: 768px){
	.right_more-container{
		padding: 1px 0 20px 0;
		border-bottom: 0;
	}
	.right_more{
		top: 0px;
	}
}






.visible-xs-block{
	background-color: #fff;
}
.white-bar {
    background-color: #FFF;
    height: 7rem;
}
.m_title{
	display: none;
}
#menu_mobile{
	display: none;
}
.day-tag{
    width: 70px;
    position: absolute;
    font-size: 20px;
    background:  rgba(64, 6, 38, 0.7);
	color: #fff;
    z-index: 15;
    text-align: center;
	font-family: 'fontface1', 'sans-serif';
	font-weight: 300;
	padding: 3px;
}
@media (max-width: 768px) {
	.tag-mobile{
		position: absolute;
		font-size: 26px;
		background:  rgba(64, 6, 38, 0.7);
		color: #fff;
		z-index: 15;
		text-align: center;
		font-family: 'fontface1', 'sans-serif';
		font-weight: 300;
	}
	.tag-mobile-day{
		border-radius: 0 0 12px 0;
        width: 23%;
        height: 5.8%;
        left: 0px;
        top: 0%;
	}
	.tag-mobile-ezcityname{
        width: 100%;
        height: 6%;
        left: 0;
        top: 34.9%;
	}
	.m_title {
	    /* background-color: #a75050; */
	    background-color: #fff;
	    color: #400626;
	    font-size: 30px;
	    height: 55px;
	    line-height: 55px;
	    font-weight: bold;
	    display: block;
		width: 100%;
		text-align: center;
		letter-spacing: 4px;
	}
	#cart, .white-bar{
		display: none;
	}
	#menu_mobile{
		display: inline-block;
		position: fixed;
		top: 0px;
		right: 0px;
		margin: 2px 8px;
		z-index: 100;
	}
}


.countryCn-title{
	position: relative;
    font-size: 40px;
    border-radius: 40px;
    width: 15%;
	height: 70px;
	margin: 8rem auto 3rem auto;
	display: flex;          
  	justify-content: center;    
  	align-items: center; 
}
.countryCn-title2{
    font-family: 'fontface1', sans-serif;
    font-weight: 300;
    color: #400626;
    border-radius: 40px;
    width: 100%;
    z-index: 9;
    padding: 1% 0;
    background-color: #fff;
}
.countryCn-title-color{
    position: absolute;
    z-index: 10;
    height: 6.3rem;
    width: 100%;
    border-radius: 4rem;
    left: 0.5rem;
    bottom: 1rem;
    border: 2px solid #f29727;
}
.color-lrl{
    height: 10rem;
    border-radius: 5rem;
	bottom: 0.5rem;
}
.lrlTitle1{
	height: 100px;
	border-radius: 50px;
	width: 20%;
}
.lrlTitle2{
	height: 9.9rem;
	border-radius: 5rem;
	font-size: 40px;
	/* padding-left: 18px; */
}
.lrlTitle2-1{
	position: relative;
	display: inline-block;
	margin-bottom: 3%;
}
.lrlTitle2-1::after{
	content: '';
    position: absolute;
    width: 200%;
    height: 3px;
    background-color: #400626;
    left: 0;
    bottom: 0;
    transform: translateX(-25%);
}
.lrlTitle2-2{
    font-size: 16px;
    letter-spacing: 6px;
    justify-content: center;
    display: flex;
}
@media screen and (max-width: 768px){
	.countryCn-title{
		display: none;
	}
}
@media screen and (max-width: 1366px){
	.lrlTitle1{
	height: 100px;
	border-radius: 50px;
	}
	.lrlTitle2{
		height: 85px;
		font-size: 3.5rem;
		padding-left: 18px;
	}
	.lrlTitle2-2{
		font-size: 1.5rem;
	}

}





/* 2025.10.15 simon 新版按鈕選項 * */
#mobile-bar {
	display: none;
}

@media screen and (max-width: 768px){
	/* 統一：手機版 bar 固定在最上方 */
	#mobile-bar {
		position: fixed; /* fixed讓 bar 跟著畫面走 */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		display: flex;
		align-items: center;
		overflow: hidden;
		background: #400626;
		/* border-bottom: 1px solid #ddd; */
		transform: translateY(-100%);
		opacity: 0;
	}
	#mobile-bar.show{
		transform: translateY(0);
		opacity: 1;
	}
	/* 內部可水平滑動的容器 */
	#mobile-bar .scroll-wrapper {
		overflow-x: auto;
		white-space: nowrap;
		scroll-behavior: smooth;
		display: inline-block;
		padding: 8px 0;
	}
	/* 按鈕樣式 */
	#mobile-bar a {
		display: inline-block;
		padding: 6px 14px;
		margin: 0 8px;
		background: #f8f8f8;
		border-radius: 20px;
		font-size: 15px;
		/* color: #333; */
		color: #400626;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	#mobile-bar a:hover {
		background: #eee;
	}
	#mobile-bar a.active {
		/* background: #a75050; */
		background: #f29727;
		color: #fff;
	}
	/* 箭頭樣式 */
	#mobile-bar .arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 25px;
		/* color: #a7a7a7; */
		color: #fff;
		font-weight: bold;
		font-size: 22px; /* 30 */
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		user-select: none;
		transition: opacity 0.3s;
		z-index: 1001;
	}
	#mobile-bar .left-arrow {
		left: 0;
		/* background: linear-gradient(to right, rgba(6, 188, 235, 0.9), rgba(251,221,84,0.1)); */
		background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0, 0, 0, 0.1));
	}
	#mobile-bar .right-arrow {
		right: 0;
		/* background: linear-gradient(to right, rgba(251,221,84,0.1), rgba(6, 188, 235, 0.9)); */
		background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0, 0, 0, 0.4));
	}
	#mobile-bar .arrow.hidden {
		opacity: 0;
		pointer-events: none;
	}
}





.country-bg{
	padding: 10px 0 3rem 0;

	/* background-image: 
		radial-gradient(circle at 1px 1px, rgba(255,255,255,0.5) 1px, transparent 0);
	background-size: 3px 3px; */

	/* background-image: 
		repeating-linear-gradient(45deg, rgba(255,255,255,0.1) 0, rgba(255,255,255,0.1) 1px, transparent 2px, transparent 4px),
		repeating-linear-gradient(-45deg, rgba(255,255,255,0.1) 0, rgba(255,255,255,0.1) 1px, transparent 2px, transparent 4px);
  	background-blend-mode: overlay; */
}
@media screen and (max-width:768px) {
	/* 外層容器：作為箭頭定位基準 */
	.country-section {
		position: relative;
	}
	/* 滾動容器：行程卡橫向滑動 */
	.country-bg {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;

		padding: 0;
		scrollbar-width: none;
	}
	.country-bg::-webkit-scrollbar {
		display: none;
	}
}





.arrow2 {
	display: none;
}
@media screen and (max-width: 768px){
	/* 箭頭樣式 */
	.arrow2 {
		position: absolute;
		/* top: 21%; */
		top: 51%;
		transform: translateY(-50%);
		width: 42px;
		height: 42px;
		background: rgba(0, 0, 0, 0.4);
		color: #fff;
		font-size: 22px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 20; 
		transition: all 0.3s ease;
		user-select: none;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
		font-weight: bold;
	}
	.left-arrow2 {
		left: 5px;
	}
	.right-arrow2 {
		right: 5px;
	}
	/* .arrow2:hover {
		background: rgba(0, 0, 0, 0.65);
		transform: translateY(-50%) scale(1.1);
	} */
	/* 隱藏狀態 (由 JS 控制) */
	.arrow2.hidden {
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
	}
}





/* 天數說明 */
.days-caption{
	background-color: #f3f5e0;
    padding: 12rem 0 7rem 0;
}
.days-caption1{
	font-size: 13rem;
	color: #06bceb;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-family: 'fontface1', sans-serif;
	font-weight: 100;
}
.days-caption1::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 6%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: #06bceb;
}
.days-caption2{
	font-size: 6.2rem;
	color: #06bceb;
    padding-bottom: 15px;
	margin-bottom: 10px;
	font-family: 'fontface1', sans-serif;
	font-weight: 100;
}
.days-caption3{
	font-size: 2.8rem;
	color: #674931;
	padding: 2px 0;
	font-family: 'fontface1', sans-serif;
	font-weight: 300;
}
@media screen and (max-width: 1366px){
	.days-caption1{
		font-size: 11rem;
	}
	.days-caption2{
		font-size: 5.2rem;
	}
	.days-caption3{
		font-size: 2.5rem;
	}
}
@media screen and (max-width:768px){
	.colon{
		display: none;
	}
	.days-caption{
		padding: 35px 0 20px 0;
	}
	.days-caption1{
		font-size: 4rem;
	}
	.days-caption1::after{
		height: 2px;
	}
	.days-caption2{
		font-size: 2.3rem;
	}
	.days-caption3{
		font-size: 1.9rem;
		padding: 10px 0 0 0 ;
		white-space: normal;
		overflow-wrap: break-word;
		font-family: 'fontface1', sans-serif;
		font-weight: 200;
	}
	.days-caption3 strong{
		display: block;
		font-family: 'fontface1', sans-serif;
		font-weight: 300;
	}
}
