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

h1 {
  color: #F17E93;
}

h2 {
  color: #F17E93;
}

h3 {
  color: #F17E93;
}

h4 {
  color: #F17E93;
}

h5 {
  color: #F17E93;
}

h6 {
  color: #F17E93;
}

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

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

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

.ftco-intro {
  margin-bottom: 60px;
}
.ftco-intro .wrap .info {
  padding: 2rem;
  width: 100%;
  background: #FBDBE1;
}
.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(251, 219, 225, 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: #FBDBE1;
  padding: 20px;
}
#contact img {
  width: 20px;
}

footer {
  background: #FBDBE1;
}
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: cover;
}

.carousel .slider-item {
  position: relative;
  width: 100%;
  height: 800px;
}
.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: 15rem;
  height: 15rem;
  background-color: rgba(255, 255, 255, 0.8);
  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: 2rem;
  color: #F17E93;
}
.carousel .slider-item .text .description {
  color: #8c8c8c;
}
.carousel .slider-item img {
  width: 100%;
  height: 100%;
}

.gallery-item .title {
  color: #E83E8C;
  font-size: 1.5rem;
}
.gallery-item .imgs img {
  padding: 0 1rem;
}/*# sourceMappingURL=hemusih.css.map */