:root {
  --navBgColor: rgb(247 231 190);
  --opacitynavBgColor: rgba(251, 251, 251, 0.627);
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: rgba(103, 99, 90, 1);
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgba(103, 99, 90, 1);
  --titleColor: rgb(58 42 23);
  --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;
} */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  width: 100%;
  height: 100%;
  z-index: -10;
  /* background: url(../img/bg.jpg) no-repeat center center; */
  /* background-image: linear-gradient(90deg, #BEA2FC 0%, #E1BEDB 52%, #FCD2C2 100%); */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

/* .mainBg{
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
} */
.mainMask {
  background-color: rgb(255, 255, 255);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

/* .section:nth-child(odd) {
  background-color: #fff
} */

.aboutpic {
  position: fixed;
  top: 65%;
  left: 3%;
  cursor: pointer;
  z-index: 100;
}

.aboutpic img {
  width: 150px;
  animation: alarm 1s infinite;
}

.aboutText,
.floatimg img {
  border: 3px solid rgb(228, 228, 228);
  background-color: #FFF;
}

.roomItem {
  width: 70%;
  margin: auto;
}

.roomText,
.roomTitle h4 {
  text-align: center;
}

.roomTypeArea {
  display: flex;
  /* flex-wrap: wrap; */
}
.footer_logo {
  width: 23%;
}
.trafficText img {
  filter: brightness(0.4)  ;
  width: 40px;
  height: 30px;
    margin: 0;
  margin-bottom: 0px;
  display: inline;
}
.trafficText {
  font-size: 18px;
  margin-bottom: 0;
  flex-wrap: nowrap;
}

.trafficText ul li b,.trafficText ul li{    text-align: left;}
#sns ul li {
  filter: brightness(0);
}

.footer {
  background-color: #f7e7be;
}
.footer {
  flex-wrap: nowrap;}
  /* .trafficText ul {
    width: 20%;} */
#copyright {
  background-color: rgb(245 245 245);
}

#product h2{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.hovereffect .overlay{
  border-bottom: 0px ;
  border-top: 0px;
}

/* 響應式選單*/
@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) {}

@media screen and (max-width:770px) {
  .aboutpic {
    top: 32%;
    left: 1%;
  }

  .aboutpic img {
    width: 80px;
  }

  .footer>div {
    width: 90%;
  }.trafficText {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {
  .roomTypeArea {
    flex-wrap: wrap;
  }

  .roomItem {
    width: 35%;
    width: 47%;
  }
}

@keyframes alarm {
  0% {
    transform: rotate(3deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(3deg);
  }
}