@charset "UTF-8";
* {
  font-family: 微軟正黑體;
  text-align: center;
  /*border: solid 1px black;*/
}

.navbar-brand {
  font-weight: 900;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #8b2f31;
  color: white;
  text-align: center;
}

/* GLOBAL STYLES
 * *-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
 * *-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  width:300px;
  margin-left: auto;
  margin-right: auto;
  top: 48px;
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  width: 344px;
}

footer {
  z-index: 100;
}

.carousel-control-next-icon {
  position: absolute;
  top: 200px;
  background-image: url("https://res.cloudinary.com/df0cwejff/image/upload/v1716883357/next_btn_tnudhf.svg");
  z-index: 1000;
}

.carousel-control-prev-icon {
  position: absolute;
  top: 200px;
  background-image: url("https://res.cloudinary.com/df0cwejff/image/upload/v1716883357/previous_btn_yt73qa.svg");
  z-index: 1000;
}


a.btn-primary {
  position: absolute;
  top: 248px;
  left: 84px;
  background-color: rgb(255 193 7 / 96%);
  color:black;
  border:none;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 4px;
}

h4.title {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  padding: 4px;
}

.carousel-indicators [data-bs-target] {
  background-color: #0b203d;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  z-index: 1000;
}
.carousel-indicators {
  position: absolute; 
  bottom: 256px;
}


h3 {
  font-weight: 900;
}

.carousel-inner {
  height: 672px;
}


@media only screen and (max-width: 992px) {
  .navbar-toggler {
   visibility:hidden;
  }

}

@media only screen and (max-width: 767px) {
  .bd-placeholder-img {
    width: 100%;
  }
  .carousel-item > img {
    width: 272px;
  }
  .carousel-caption {
  width:200px;
  }
  h4.title {
    font-size: 16px;
    font-size: 700;
  }
  .carousel-indicators [data-bs-target] {
  background-color: #eee;
  }
  
  h5 {
    font-size: 14px;
    font-weight: 600;
  }
  h3 {
    font-size: 20px;
    
  }
  
  footer {
    font-size: 14px;

  }
  a.btn-primary {
    position: absolute;
    top: 224px;
    left: 40px;
    
    /*background-color: rgb(255 193 7 / 96%);*/
    /*color:black;*/
    /*border:none;*/
    
    /*background-color: rgb(0 123 255 / 90%);*/
   
  }

 .carousel-caption {
   top: 40px;
 }
 .carousel-indicators {
  position: absolute; 
  bottom: 192px;
}  
  
  
  
}




