:root {

  --navBgColor: #c3b0a1b9;

  --opacitynavBgColor: rgba(223, 215, 194, 0);

  --navTextColor: #fff;

  --navhoverColor: rgba(103, 99, 90, 1);

  --highLightColor: rgba(203, 125, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: rgb(85, 50, 3);

  --titleColor: #9e866a;

  --mainFontColor: rgba(30, 30, 30, 1);

  --opacityFontColor: rgba(103, 99, 90, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}



#nav-icon span {



  background: var(--darkColor);



}





.navbar {

  background-color: var(--opacitynavBgColor);

  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */

}



#nav-icon span {

  background: var(--darkColor);

}



/* 

#home,#myCarousel{

  

  margin-top: 88px;

} */



.mainBg {

  background-image: url(../img/banner1.jpg);
  background-size: cover;

  background-attachment: fixed;

}



.mainMask {

  background-color: rgba(255, 249, 249, 0.774);

}



.banner-full {



  background-image: url(../img/banner1.jpg)
}



.section:nth-child(odd) {

  background-color: rgba(255, 255, 255, 0.733)
}





.trafficText img {
  width: 50%;

  filter: brightness(1)
}

.trafficText img:hover{
  opacity: 0.7;

}





#sns ul li {

  filter: brightness(0);

}



.footer {

  background-color: #c1baa800;

}



.floatRightText,

.floatLeftText {

  background-color: rgba(255, 255, 255, 0);

}
.newsItem img{
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
}
.roomItem img{
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
}

#logo img {
  border-radius: 50%;
}

.bgarea {
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20vh;

}

.aboutpic{
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}
.trafficText ul{
  width: 25%;
}

.aboutpic::after {
  content: "";
  width: 1900px;
  height: 150px;
  position: absolute;
  top: 0;
  background: #fff;
  opacity: 0.5;
  filter: blur(50px);
  animation: login-blur 3s infinite ease-in-out;
  animation-delay: .5s;
  transform-origin: top;
}

@keyframes login-blur {
  from {
    transform: translate(-1500px) rotate(45deg);
  }

  to {
    transform: translateX(1800px) rotate(45deg);
  }

}

.newsText p{
  line-height: 3;
}
.aboutText p {

  letter-spacing: 2px;


  /* text-align: center; */
  line-height: 3;
}

.aboutText p:hover {
  transform: scale(1.03);
  text-shadow: 0 0 1.5px #9e866a;
  transition: 2s;
  animation: move 2s;
  /* animation-iteration-count:1; */
  animation-fill-mode: forwards;

}

@keyframes move {
  from {
    left: 0%;
  }

  to {
    left: 10%;
  }
}

h4 {
  color: #7e5322;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
.roomText p{
  line-height: 3;
}


/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }



  #home,

  #myCarousel {



    margin-top: 88px;

  }



  .navbar {

    background-color: var(--navBgColor) !important;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .navbar-brand>img {

    margin: auto;



  }



  .collapse {

    position: absolute;

    display: block;

    top: -1200%;

    margin: 0;

    left: 100%;

    width: 100%;

    min-height: 100vh;

    background-color: var(--navBgColor);

    transition: 0.5s;



  }



  .collapse.move {

    top: 0;

    left: 0;

    opacity: 1;

  }



  .shop1688 {

    left: 15px;

  }



  /* .navbar-collapse{

    background-color: var(--navBgColor);

  } */

  .navbar-header {

    float: none;



  }



  .navbar .container-fluid {

    padding: 0;

  }



  .container-fluid>.navbar-collapse {

    margin: 0;

  }



  .navbar-right {

    margin-right: 0;

  }



  .navbar-left,

  .navbar-right {

    float: none !important;

  }



  .navbar-toggle {

    display: block;

  }



  .navbar-fixed-top {

    top: 0;

    border-width: 0 0 1px;

  }



  .navbar-nav {

    text-align: center;

    float: none !important;

    margin-top: 100px;



  }



  .navbar-nav>li>a::after {

    content: '';

    width: 0%;

    height: 3px;

    background-color: var(--navhoverColor);

    margin: auto;

    margin-top: 5px;

    display: block;







  }



  .navbar-nav>li>a:hover::after {

    width: 5%;







    transition: 0.5s;

  }



  .navbar-nav>li {

    float: none;

  }



  .navbar-nav>li>a {

    padding-top: 10px;

    padding-bottom: 10px;



  }



}







/*響應式調整*/





@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}



@media screen and (max-width:991px) {
  .trafficText ul{
    border-bottom: none;
  }
}



@media screen and (max-width:770px) {
  .aboutText {
    margin-top: 10%;
  }
}



@media screen and (max-width:576px) {

  .trafficText ul li b{
    font-size: 16px;
  }


  .bgarea {
    background-image: none;
    /* background-repeat: no-repeat;
  background-position: right top;
  background-size: 20vh; */
  }

  .aboutText h6 {

    font-size: 22px;

  }



  article>h3 {

    font-size: 28px;

  }

}



@media screen and (max-width:414px) {}



@media screen and (max-width:375px) {}