body {
  background: url("../public/bg.jpg") repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body {
    background: url("../public/bg.jpg") repeat center/contain;
    background-attachment: none;
  }
}

h1 {
  color: #E81E25;
}

h2 {
  color: #E81E25;
}

h3 {
  color: #E81E25;
}

h4 {
  color: #E81E25;
}

h5 {
  color: #E81E25;
}

h6 {
  color: #E81E25;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#ftco-navbar .navbar-brand span {
  color: #FE7773;
}

#index img {
  height: 100%;
  object-fit: cover;
}

.ftco-intro {
  margin-bottom: 60px;
}
.ftco-intro .wrap .info {
  padding: 2rem;
  width: 100%;
  background: #ffdada;
}
.ftco-intro .wrap .info img {
  width: 16px;
}
.ftco-intro .wrap .info a {
  margin-right: 12px;
}
.ftco-intro .wrap .info a img {
  width: 24px;
  height: 24px;
}

#about .one-half .overlap {
  background-color: rgba(255, 218, 218, 0.8);
}

#services {
  background: none;
}
#services .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}
#services p {
  margin-bottom: 8px;
}

#sale .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}

#praise {
  padding: 3em 0;
}
#praise .heading-section {
  background: url("../pic/3.png") no-repeat center/contain;
}

#contact {
  background: #ffdada;
  padding: 20px;
}
#contact img {
  width: 20px;
}
#contact .qrcode {
  margin-top: 2rem;
  width: 200px;
  filter: hue-rotate(220deg);
}

footer {
  background: #ffdada;
}
footer p a {
  color: inherit;
}

.menu-wrap {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap a {
  height: 100%;
  width: 100%;
}
.menu-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel .slider-item {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (min-width: 1024px) {
  .carousel .slider-item {
    height: 700px;
  }
}
.carousel .slider-item .text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 768px) {
  .carousel .slider-item .text {
    width: 12rem;
    height: 12rem;
  }
}
.carousel .slider-item .text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel .slider-item .text .title {
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  font-size: 2.5rem;
  color: #E81E25;
}
@media (max-width: 768px) {
  .carousel .slider-item .text .title {
    font-size: 1.5rem;
  }
}
.carousel .slider-item .text .description {
  font-size: 1.5rem;
  color: #8c8c8c;
}
@media (max-width: 768px) {
  .carousel .slider-item .text .description {
    font-size: 1rem;
  }
}
.carousel .slider-item img {
  width: 100%;
  height: 100%;
}

.card {
  height: 500px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}
.card:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s;
}
.card img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.process-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}
.process-card:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s;
}

.text-box {
  background-color: rgb(253, 228, 228);
  margin: 1rem;
}

.map {
  border: 1px solid red;
}/*# sourceMappingURL=hemusih.css.map */