.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../IMG/header1.webp");
  margin-top: -50px;
}
.header .fond {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.header .fond h2 {
  margin: auto auto 0 auto;
  color: whitesmoke;
}
.header .fond .B1 {
  margin: 50px auto;
  width: 450px;
}
.header .fond .list-button {
  margin: 0 auto 50px auto;
  display: flex;
  gap: 20px;
}
.header .fond .list-button button {
  border: 3px rgb(230, 219, 194) solid;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.header .fond .list-button button:hover {
  transition: 0.2s;
  background: rgb(230, 219, 194);
}
.header .fond .list-button .active {
  background: rgb(230, 219, 194);
}
@media only screen and (max-width: 1080px) {
  .header {
    height: 800px;
  }
}

.div-service {
  display: flex;
  min-height: 500px;
}
.div-service .div-img {
  width: 40%;
  min-height: 100%;
  background-image: url("../IMG/service.webp");
}
.div-service .div-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.div-service .div-info h3 {
  color: rgb(173, 159, 143);
  width: 80%;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
}
.div-service .div-info .text {
  width: 80%;
  margin: 0 auto;
}
.div-service .div-info .B1 {
  margin: auto auto 0 auto;
  width: 350px;
}
@media only screen and (max-width: 1080px) {
  .div-service {
    flex-direction: column;
    gap: 30px;
  }
  .div-service .div-img {
    width: 100%;
    height: 300px;
  }
  .div-service .div-info {
    width: 100%;
  }
}

.div-history {
  box-shadow: 0px 5.88px 29.39px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.div-history .div-img {
  background-image: url("../IMG/PP1.webp");
  width: 50%;
  min-height: 100%;
}
.div-history .div-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
.div-history .div-info h3 {
  width: 80%;
  font-size: 26px;
  color: rgb(173, 159, 143);
  font-weight: 600;
  text-align: center;
  margin: 30px auto;
}
.div-history .div-info .text {
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}
.div-history .div-info .quote {
  width: 80%;
  margin: 0 auto;
  display: flex;
  font-family: Lora;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgb(44, 66, 51);
}
.div-history .div-info .quote img {
  margin: auto 0;
  width: 10px;
  height: 10px;
}
.div-history .div-info .sign {
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 1080px) {
  .div-history {
    width: 100%;
    flex-direction: column;
  }
  .div-history .div-info {
    width: 100%;
  }
  .div-history .div-info .quote {
    font-size: 18px;
  }
  .div-history .div-img {
    background-image: url("../IMG/PP2.webp");
    width: 100%;
    height: 600px;
  }
}

.carous {
  display: flex;
  background: rgb(253, 253, 253);
  box-shadow: 0px 5.72px 28.6px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 600px;
  padding: 30px 0;
}
.carous button {
  display: flex;
  margin: auto 0;
  background: rgb(171, 149, 131);
  width: 60px;
  height: 100px;
}
.carous button img {
  width: 15px;
  height: 20px;
  margin: auto;
}
.carous button:hover {
  transition: 0.2s;
  background: rgb(210, 195, 182);
}
.carous .list-frame {
  width: 100%;
}
.carous .list-frame .frame {
  display: none;
  flex-direction: column;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  gap: 30px;
}
.carous .list-frame .frame img {
  margin: auto auto 0 auto;
  width: 65px;
}
.carous .list-frame .frame h3 {
  text-align: center;
  font-style: italic;
}
.carous .list-frame .frame .text {
  text-align: center;
  font-style: italic;
  margin: 0 auto auto auto;
}
.carous .list-frame #f1 {
  display: flex;
}

.div-CDF {
  display: flex;
  width: 100%;
  box-shadow: 0px 5.88px 29.39px 0px rgba(0, 0, 0, 0.15);
}
.div-CDF .div-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  gap: 30px;
}
.div-CDF .div-info h3 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: rgb(210, 195, 182);
  font-size: 26px;
  color: rgb(173, 159, 143);
  font-weight: 600;
}
.div-CDF .div-info .text {
  width: 80%;
  margin: 0 auto;
}
.div-CDF .div-info .text span {
  font-weight: 600;
}
.div-CDF .div-info .B1 {
  width: 350px;
  margin: 0 auto auto auto;
}
.div-CDF .div-img {
  background-image: url("../IMG/CDF.webp");
  width: 50%;
  min-height: 100%;
}
@media only screen and (max-width: 1080px) {
  .div-CDF {
    flex-direction: column-reverse;
  }
  .div-CDF .div-img {
    width: 100%;
    height: 300px;
  }
  .div-CDF .div-info {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */