.heroSec .cont {
  background-image: url("/assets/home/shop7.webp");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 80vh;
  background-size: cover;
  padding: 5rem;
  background-color: #111;
  background-blend-mode: soft-light;
  position: relative;
  align-content: center;
}
.heroSec .cont p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.heroSec .cont h1 {
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
}
.heroSec .cont .bookBtn {
  position: absolute;
  right: 0;
  top: 0;
}

.bookAppSec .max-width {
  padding: 10rem 4rem;
}
.bookAppSec .max-width .bookAppo {
  width: calc(30% - 0.5rem);
}
.bookAppSec .max-width .bookAppo h2 {
  color: #996d50;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}
.bookAppSec .max-width .bookAppo .number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #996d50;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}
.bookAppSec .max-width .bookAppo .number i {
  color: #996d50;
  font-size: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.bookAppSec .max-width .bookAppo .number a {
  color: #996d50;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}
.bookAppSec .max-width .bookAppoCont {
  width: calc(69% - 0.5rem);
  display: flex;
  padding-top: 2rem;
  padding-left: 3rem;
}
.bookAppSec .max-width .bookAppoCont i {
  font-size: 5rem;
  color: #996d50;
  align-content: center;
  margin-right: 3rem;
}
.bookAppSec .max-width .bookAppoCont p {
  font-size: 2rem;
}
.bookAppSec .max-width .bookAppoCont p span {
  font-weight: bold;
}

.ourStorySec {
  margin-top: 6rem;
  padding-bottom: 10rem;
}
.ourStorySec .max-width .ourStoryCont {
  padding-left: 4rem;
  padding-top: 4rem;
}
.ourStorySec .max-width .ourStoryCont h6 {
  color: #996d50;
  font-weight: 600;
}
.ourStorySec .max-width .ourStoryCont h3 {
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.ourStorySec .max-width .ourStoryCont h5 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.ourStorySec .max-width .storyImg img {
  width: 63rem;
  height: 50rem;
  border-radius: 2rem;
}

.ourPhilosophySec .ourPhilosophyDiv {
  background-image: url("/assets/home/shop2.webp");
  background-repeat: no-repeat;
  width: 100%;
  min-height: 80vh;
  background-size: cover;
  padding: 5rem;
  background-color: #111;
  background-blend-mode: soft-light;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width h3 {
  color: #fff;
  text-align: center;
  font-size: 6rem;
  font-weight: 300;
  margin-top: 5rem;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width h4 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 3rem;
  font-weight: 300;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex {
  margin-top: 8rem;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex .img {
  text-align: end;
  padding-right: 5rem;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex .img img {
  width: 30rem;
  height: 30rem;
  border-radius: 15rem;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont {
  padding-right: 5rem;
  width: 35%;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont p {
  color: #fff;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont h5 {
  color: #fff;
}
.ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn {
  margin: auto;
  margin-top: 8rem;
}

.contactAlonSec {
  margin-top: 6rem;
  padding-bottom: 10rem;
}
.contactAlonSec .max-width .ourStoryCont {
  padding-left: 4rem;
  padding-top: 4rem;
}
.contactAlonSec .max-width .ourStoryCont h6 {
  color: #996d50;
  font-weight: 600;
}
.contactAlonSec .max-width .ourStoryCont h3 {
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.contactAlonSec .max-width .ourStoryCont h5 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.contactAlonSec .max-width .ourStoryCont .location {
  display: flex;
  margin-top: 1rem;
}
.contactAlonSec .max-width .ourStoryCont .location i {
  margin-right: 1rem;
  margin-top: 0.3rem;
  font-size: 2.5rem;
}
.contactAlonSec .max-width .ourStoryCont .location p {
  font-size: 2.5rem;
}
.contactAlonSec .max-width .ourStoryCont .location a {
  font-size: 2.5rem;
}
.contactAlonSec .max-width .storyImg img {
  width: 63rem;
  height: 50rem;
  border-radius: 2rem;
}

@media (max-width: 900px) {
  .heroSec .cont {
    width: 100%;
    min-height: 80vh !important;
  }
  .heroSec .cont p {
    font-size: 2rem;
  }
  .heroSec .cont h1 {
    font-size: 6rem;
  }
  .heroSec .cont .bookBtn button {
    font-size: 2rem;
    border: none;
    font-weight: bold;
  }
  .heroSec .cont .bookBtn button i {
    font-size: 2rem;
  }
  .bookAppSec .max-width {
    padding: 5rem 4rem;
  }
  .bookAppSec .max-width .bookAppo {
    padding-top: 2rem;
  }
  .bookAppSec .max-width .bookAppo h2 {
    font-size: 4rem;
  }
  .bookAppSec .max-width .bookAppo .number {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.5rem 0rem;
  }
  .bookAppSec .max-width .bookAppo .number i {
    font-size: 2rem;
    margin-right: 0rem;
    margin-left: 0;
  }
  .bookAppSec .max-width .bookAppo .number h4 {
    font-size: 1.5rem;
    text-align: start;
  }
  .bookAppSec .max-width .bookAppoCont i {
    font-size: 3.5rem !important;
  }
  .bookAppSec .max-width .bookAppoCont p {
    font-size: 2rem !important;
  }
  .ourStorySec {
    margin-top: 2rem;
    padding-bottom: 10rem;
  }
  .ourStorySec .max-width {
    display: block;
  }
  .ourStorySec .max-width .ourStoryCont {
    width: 100%;
  }
  .ourStorySec .max-width .ourStoryCont h6 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
  }
  .ourStorySec .max-width .ourStoryCont h3 {
    font-size: 6rem !important;
    margin: 0;
  }
  .ourStorySec .max-width .ourStoryCont p {
    font-size: 3rem !important;
    text-align: justify;
  }
  .ourStorySec .max-width .ourStoryCont h5 {
    font-size: 3rem !important;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .ourStorySec .max-width .storyImg {
    width: 100%;
    padding-left: 4rem;
  }
  .ourStorySec .max-width .storyImg img {
    width: 100%;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width h3 {
    font-size: 6rem;
    margin-top: 0rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width h4 {
    font-size: 2rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex {
    margin-top: 5rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .img img {
    width: 30rem;
    height: 30rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont {
    padding-right: 0;
    width: 45%;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont p {
    font-size: 2rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont h5 {
    font-size: 3rem;
    font-weight: 300;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn {
    margin-top: 3rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn button {
    font-size: 2rem !important;
    border: none;
    font-weight: bold;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn button i {
    font-size: 2rem;
  }
  .contactAlonSec {
    margin-top: 6rem;
    padding-bottom: 10rem;
  }
  .contactAlonSec .max-width {
    flex-direction: column;
  }
  .contactAlonSec .max-width .ourStoryCont {
    width: 100%;
    padding-top: 4rem;
  }
  .contactAlonSec .max-width .ourStoryCont h6 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
  }
  .contactAlonSec .max-width .ourStoryCont h3 {
    font-size: 6rem !important;
    margin: 0;
  }
  .contactAlonSec .max-width .ourStoryCont p {
    font-size: 3rem;
    text-align: justify;
  }
  .contactAlonSec .max-width .ourStoryCont h5 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location i {
    margin-right: 1rem;
    margin-top: 0.3rem;
    font-size: 3rem;
    margin-top: 0.5rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location p,
  .contactAlonSec .max-width .ourStoryCont .location a {
    font-size: 3rem;
  }
  .contactAlonSec .max-width .storyImg {
    width: 100%;
    padding-left: 4rem;
  }
  .contactAlonSec .max-width .storyImg img {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .heroSec .cont {
    width: 100%;
    min-height: 50vh !important;
    align-content: center;
  }
  .heroSec .cont p {
    font-size: 2rem;
    text-align: center;
  }
  .heroSec .cont h1 {
    font-size: 5rem;
    text-align: center;
  }
  .heroSec .cont .bookBtn button {
    border: none;
    padding: 1rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .heroSec .cont .bookBtn button i {
    font-size: 3rem;
  }
  .bookAppSec .max-width {
    padding: 2rem 0rem;
    display: block;
  }
  .bookAppSec .max-width .bookAppo {
    width: calc(100% - 0.5rem);
    text-align: center;
  }
  .bookAppSec .max-width .bookAppo h2 {
    font-size: 6rem;
  }
  .bookAppSec .max-width .bookAppo .number {
    justify-content: center;
    border: none;
  }
  .bookAppSec .max-width .bookAppo .number i {
    font-size: 3rem;
    margin-right: 1rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
  }
  .bookAppSec .max-width .bookAppo .number h4 {
    font-size: 3rem;
  }
  .bookAppSec .max-width .bookAppoCont {
    width: calc(100% - 0.5rem);
    display: block;
    padding-top: 2rem;
    padding-left: 3rem;
    text-align: justify;
  }
  .bookAppSec .max-width .bookAppoCont i {
    font-size: 0rem !important;
    color: #996d50;
    align-content: center;
    margin-right: 3rem;
  }
  .bookAppSec .max-width .bookAppoCont p {
    font-size: 3rem !important;
  }
  .bookAppSec .max-width .bookAppoCont p span {
    font-weight: bold;
  }
  .ourStorySec {
    margin-top: 2rem !important;
    padding-bottom: 10rem;
  }
  .ourStorySec .max-width {
    display: block;
  }
  .ourStorySec .max-width .ourStoryCont {
    width: 100%;
  }
  .ourStorySec .max-width .ourStoryCont h6 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
  }
  .ourStorySec .max-width .ourStoryCont h3 {
    font-size: 6rem !important;
    margin: 0;
  }
  .ourStorySec .max-width .ourStoryCont p {
    font-size: 3rem !important;
    text-align: justify;
  }
  .ourStorySec .max-width .ourStoryCont h5 {
    font-size: 3rem !important;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .ourStorySec .max-width .storyImg {
    width: 100%;
    padding-left: 4rem;
  }
  .ourStorySec .max-width .storyImg img {
    width: 100%;
  }
  .ourPhilosophySec .ourPhilosophyDiv {
    padding: 2 !important;
    min-height: 40vh;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width h3 {
    font-size: 6rem;
    margin-top: 2rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width h4 {
    font-size: 2.6rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex {
    margin-top: 5rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .img img {
    width: 30rem;
    height: 30rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont {
    padding-right: 0;
    width: 49%;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont p {
    font-size: 2.6rem;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .flex .cont h5 {
    font-size: 3rem;
    font-weight: 300;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn {
    margin-top: 3rem !important;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn button {
    font-size: 3rem !important;
    font-weight: bold;
    padding: 0.5rem 2rem;
    border: none;
  }
  .ourPhilosophySec .ourPhilosophyDiv .max-width .bookBtn button i {
    font-size: 3rem !important;
  }
  .contactAlonSec {
    margin-top: 6rem;
    padding-bottom: 10rem;
  }
  .contactAlonSec .max-width {
    display: block;
  }
  .contactAlonSec .max-width .ourStoryCont {
    width: 100%;
    padding-top: 4rem;
  }
  .contactAlonSec .max-width .ourStoryCont h6 {
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
  }
  .contactAlonSec .max-width .ourStoryCont h3 {
    font-size: 6rem;
    margin: 0;
  }
  .contactAlonSec .max-width .ourStoryCont p {
    font-size: 3rem;
    text-align: justify;
  }
  .contactAlonSec .max-width .ourStoryCont h5 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location {
    display: flex;
    margin-top: 1rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location i {
    margin-right: 1rem;
    margin-top: 0.3rem;
    font-size: 3rem;
    margin-top: 0.5rem;
  }
  .contactAlonSec .max-width .ourStoryCont .location p {
    font-size: 3rem;
  }
  .contactAlonSec .max-width .storyImg {
    width: 100%;
    padding-left: 4rem;
  }
  .contactAlonSec .max-width .storyImg img {
    width: 100%;
  }
}

/*# sourceMappingURL=about-us.css.map */
