/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-200 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 200;
}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #000;}
/* Home */
#index_banner {
  background-image: url('./../img/index/index-banner.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 80vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
/*------ banner2 ------*/
#index_banner2 {
  background-image: url('./../img/index/index-banner2.jpg');
  background-position: center center; 
  background-size: cover;
  height: 100%;
  min-height: 80vh;
  width: 100%;
}
#index_banner2 .carousel-item {
  min-height: 60vh;
}
#index_banner2 .carousel-control-prev i,
#index_banner2 .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner2 .carousel-inner {
  height: 100vh;
}
#index_banner2 .carousel-indicators li,
#index_banner2 .carousel-indicators.active {
  background-color: #6266ea !important;
}

/*------ banner3 ------*/
#index_banner3 {
  background-image: url('./../img/index/index-banner3.png');
  background-position: left center; 
  background-size: cover;
  height: 100%;
  min-height: 80vh;
  width: 100%;
}
#index_banner3 .carousel-item {
  min-height: 100vh;
}
#index_banner3 .carousel-control-prev i,
#index_banner3 .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner3 .carousel-inner {
  height: 80vh;
}
#index_banner3 .carousel-indicators li,
#index_banner3 .carousel-indicators.active {
  background-color: #6266ea !important;
}

/*------ banner4 ------*/
#index_banner4 {
  background-image: url('./../img/index/index-banner4.jpg');
  background-position: left center; 
  background-size: cover;
  height: 100%;
  min-height: 80vh;
  width: 100%;
}
#index_banner4 .carousel-item {
  min-height: 80vh;
}
#index_banner4 .carousel-control-prev i,
#index_banner4 .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner4 .carousel-inner {
  height: 80vh;
}
#index_banner4 .carousel-indicators li,
#index_banner4 .carousel-indicators.active {
  background-color: #6266ea !important;
}


.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
  color: #000;
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover  {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* 美食報報 */
#food_banner {
  background-image: url('./../img/food/foodnews.png');
  background-position: center center; 
  background-size: cover;
  min-height: 60vh;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

.btn-outline-primary{
  background-color: #fff;
  color: #000;
}


/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url(../img/foodnews.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

/* Logo */
.navbar-logo{
  width: 80%;
  height: auto;
}

/* Social media icon */
.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 4px;
  border-radius: 2px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  padding: 4px;
  border-radius: 100%;
}


/* 超連結文字*/
a{
  text-decoration: none;
}

.card-text a{
  color: blue;
}

/* footer logo */
.footer-logo{
  width: 60%;
  height: auto;
  margin:auto;
}

.card-applogo{
  width: 20%;
}

.card-apple-download{
  width: 40%;
}

.card-googleplay-download{
  width: 45%;
}

footer{
  font-size: 1rem;
}




/*首頁--輪播箭頭*/



.carousel-control-next .bx-chevron-right{
  color: #000;
  width: 100%;
}

.carousel-control-prev .bx-chevron-left{
  color: #000;
}

.img-carousel1{
  background-position:center;
  background-image: url(../img/index/sunnyqueen-coupon2.jpg);
  background-repeat:no-repeat;
}

.coupon-text{
  margin-top: 12%;
  font-size: 2rem;

}

.coupon-text2{
  font-size: 1rem;
  float: right;
}


.index-button{
  margin: 0 auto;
  text-align: center;
}

.img-carousel{
  text-align: center;
  max-width: 100%;
}



.service-work-content .regular-400{
  color: #000;
}


/*美食報報*/
.card-text p{
  font-size: 0.9rem;
}



/* 優惠專區 */
#coupon_banner {
  background-image: url('./../img/foodtaian/index-banner.jpg');
  background-position: center center; 
  background-size: cover;
  min-height: 80vh;
  width: 100%;
}

.nav-item a{
  color: #000;
}

.service-coupon-content  .light-300{
  color: #000;
  text-align: center;
}
.service-coupon-content{
  margin: 0 auto;
  background-color: rgba(255,255,255,0);
}

.service-coupon-content .btn{
  background-color: #002868;
  color: #fff;
  line-height: 1rem;
  padding: 0.3rem 0.6rem;
  border:none;
}

.service-coupon-content .btn{
  background-color: #0159b3;
  color: #fff;
  line-height: 1rem;
  padding: 0.3rem 0.6rem;
  border:none;
}

.coupon-title{
  font-size: 1.2rem;
  vertical-align: middle;
}

.service-coupon{
  background: rgba(255,255,255,0);
} 





/* 線上點餐 */
#order_banner {
  background-image: url('./../img/order/order-banner.jpg');
  background-position: left center; 
  background-size: cover;
  min-height: 60vh;
  width: 100%;
}

.service-order-content{
  margin: 0 auto;
}

.service-order-content  .light-300{
  color: #fff;
  text-align: center;
  background-color: #002868;
}



/* 聖火路跑 */
#firerun_banner {
  background-image: url('./../img/firerun/firerun-banner.png');
  background-position: left center; background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 60vh;
}

.fire-title{
  text-align:justify;
}

.fire-title h2{
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.fire-title h4{
  margin-bottom: 2rem;
}

.fire-text{
  margin-bottom: 1.5rem;
}

/* 曝光button */
#link {
  background:#FCDC42;
  height: 60px;
  width: 60px;
  right: 25px;
  bottom: 90px;
  position: fixed;
  color: #002868;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  z-index: 999;
}


#link2 {
  background:#FCDC42;
  height: 60px;
  width: 60px;
  right: 25px;
  bottom: 10px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  z-index: 999;
}

/*共通*/
.service-work{
  box-shadow:3px 3px 9px rgba(170,170,170,0.5);
}


.container{
  padding-left: 5%;
  padding-right: 5%;
}

.index-button .btn-outline-primary{
  background-color: #0159b3;
  color: #fff;
  border-color: #0159b3;
}

.index-button .btn-outline-primary:hover{
  background-color: #FDC900;
  color: #000;
  border-color:#FDC900;
}


.order-button{
  background-color: #0159b3;
  color: #fff;
  padding: 5%;
  border-radius: 3%;
}


/*隱私權政策*/
.privacy{
  padding-top: 2%;
  padding-left: 18%;
  padding-right: 18%;
  padding-bottom: 10%;
}

.privacy p{
  line-height: 2.5rem;
}


/*使用者條款*/
.term{
  padding-top: 2%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
}

.term p{
  line-height: 2.5rem;
}


.navbar .container{
  padding: 0%;
}



/* 步驟流程*/
.our-services{
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}


/* 五等份 */
/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}


/* 寬三等份 */
/* define bootstrap 5 columns */
.col-xs-1-4,
.col-sm-1-4,
.col-md-1-4,
.col-lg-1-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-4 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-4 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-4 {
        width: 20%;
        float: left;
    }
}






@media (max-width: 480px) {
.term{
  padding-top: 2%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}
.privacy{
  padding-top: 2%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
}
}
