.cimg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner1 {
  height: 756px;
  width: 1101px;
  object-fit: cover;
  margin: 0 auto;
}
.banner2 {
  height: 922px;
  width: 1260px;
  object-fit: cover;
  margin: 0 auto;
}
.banner3 {
  height: 698px;
  width: 1218px;
  object-fit: cover;
  margin: 0 auto;
}
body {
  background-image: url(images/bg.png);
  background-size: cover;
}
.carousel {
  height: 58rem;
}
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-indicators [data-bs-target] {
  background: rgba(0, 0, 0, 0.4);
  border-bottom-width: 0;
  border-top-width: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: none;
}

@media (max-width: 1000px) {
  .cimg {
    object-fit: contain;
    width: 100%;
  }
}
a {
  text-decoration: none;
}
.tcolor {
  font-size: 14px;
  color: #999;
}
