main {
  background: #fff;
}
main .heroSec .mainCont {
  background-image: url("../assets/home/main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  object-fit: cover;
  padding: 0rem 1rem;
  position: relative;
}
main .heroSec .mainCont .max-width .cont {
  justify-content: center;
  padding: 18rem 5rem;
  width: 50%;
}
main .heroSec .mainCont .max-width .cont h1 {
  color: #fff;
  font-size: 5rem;
}
main .heroSec .mainCont .max-width .cont p {
  color: #fff;
}
main .heroSec .mainCont .max-width .bookBtn {
  position: absolute;
  right: 0%;
  top: 0%;
  bottom: 0%;
}
main .serviceSec {
  background: #fff;
}
main .serviceSec .max-width {
  background: #fff;
  padding: 8rem 2rem;
  position: relative;
}
main .serviceSec .max-width .serviceCont {
  display: flex;
  align-items: center;
  margin-left: 5rem;
}
main .serviceSec .max-width .serviceCont h2 {
  font-weight: bold;
  font-size: 3rem;
}
main .serviceSec .max-width .serviceCont p {
  margin-left: 6rem;
}
main .serviceSec .max-width .categaroysDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
main .serviceSec .max-width .categaroysDiv .categaroys {
  margin-top: 4rem;
  text-align: center;
}
main .serviceSec .max-width .categaroysDiv .categaroys img {
  width: 20rem;
  height: 20rem;
  border-radius: 20rem;
  object-fit: cover;
  background-size: cover;
}
main .serviceSec .max-width .categaroysDiv .categaroys h3 {
  font-weight: bold;
}
main .serviceSec .max-width .bookBtn {
  position: absolute;
  text-align: right;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%);
}
main .aboutUsSec .flex {
  gap: 0;
}
main .aboutUsSec .flex > * {
  width: 50%;
}
main .aboutUsSec .flex .aboutUsCont {
  padding: 8rem 8rem 0rem 20rem;
  text-align: justify;
  background: #111;
}
main .aboutUsSec .flex .aboutUsCont h3 {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
}
main .aboutUsSec .flex .aboutUsCont h4 {
  color: #fff;
  font-weight: 400;
}
main .aboutUsSec .flex .aboutUsCont p {
  color: #fff;
  text-align: justify;
}
main .aboutUsSec .flex .aboutUsCont hr {
  margin-top: 4rem;
  border: 0.1rem solid #996d50;
}
main .aboutUsSec .flex .aboutUsCont .locatarDiv {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
main .aboutUsSec .flex .aboutUsCont .locatarDiv a {
  color: #996d50;
  margin-right: 3rem;
  text-decoration: none;
}
main .aboutUsSec .flex .aboutUsCont .locatarDiv a i {
  margin-right: 0.5rem;
}
main .aboutUsSec .aboutImg {
  margin: 0;
  padding: 0;
}
main .aboutUsSec .aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.productSec .max-width {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 8rem 8rem;
  margin-top: 2rem;
}
.productSec .max-width .metTheFou {
  background-image: url("/assets/home/founder.webp");
  background-color: #996d50;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-size: cover;
  border-radius: 20rem;
  object-fit: cover;
  width: 25rem;
  height: 25rem;
  justify-self: center;
  align-content: center;
  text-align: center;
}
.productSec .max-width .metTheFou h5 {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.storySec .storyDiv {
  background-image: url("https://images.pexels.com/photos/705255/pexels-photo-705255.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  background-color: #111;
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: 15rem 40rem;
  text-align: center;
  align-items: center;
}
.storySec .storyDiv h3 {
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
}
.storySec .storyDiv h5 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}
.storySec .storyDiv p {
  color: #fff;
}
.storySec .storyDiv .bookBtn {
  margin: auto;
  margin-top: 5rem;
}

.gallarySec .max-width {
  justify-content: center;
  text-align: center;
}
.gallarySec .max-width h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 5rem;
  border: 0.1rem solid #996d50;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding: 3rem;
}
.gallarySec .max-width .gallaryDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6rem;
  padding: 4rem 4rem 8rem 4rem;
}
.gallarySec .max-width .gallaryDiv .image {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.gallarySec .max-width .gallaryDiv .image img {
  width: 25rem;
  height: 20rem;
  object-fit: cover;
  border-radius: 2rem;
}
.gallarySec .max-width .gallaryDiv .image:hover {
  transform: scale(1.1);
}

.testiMoSec .testiDiv {
  background-image: url("/assets/home/testiMon.webp");
  background-color: #4c474b;
  background-position-y: 25%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  padding: 15rem 18rem;
  text-align: center;
  align-items: center;
}
.testiMoSec .testiDiv h6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  margin: 1rem;
}
.testiMoSec .testiDiv h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
}
.testiMoSec .testiDiv .swiper .swiper-pagination {
  bottom: 0;
}
.testiMoSec .testiDiv p {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
}

.googleMap {
  display: flex;
}
.googleMap iframe {
  min-height: 30rem;
  height: 60vh;
  width: 100%;
}

@media (max-width: 900px) {
  .heroSec .mainCont {
    background-position: right;
    width: 100%;
    min-height: 35vh;
  }
  .heroSec .mainCont .cont {
    padding: 15rem 0rem !important;
  }
  .heroSec .mainCont .cont h1 {
    font-size: 4rem !important;
  }
  .heroSec .mainCont .cont p {
    font-size: 2rem;
  }
  .heroSec .mainCont .bookBtn button {
    border: none;
    font-weight: bold;
    font-size: 2rem !important;
  }
  .heroSec .mainCont .bookBtn button i {
    font-size: 2rem !important;
  }
  .serviceSec .max-width .serviceCont {
    margin-left: 0 !important;
  }
  .serviceSec .max-width .serviceCont h2 {
    font-size: 4rem !important;
  }
  .serviceSec .max-width .serviceCont p {
    margin-left: 3rem;
    font-size: 2rem;
  }
  .serviceSec .max-width .categaroysDiv .categaroys img {
    width: 18rem;
    height: 18rem;
  }
  .serviceSec .max-width .bookBtn1 {
    bottom: -4% !important;
    left: 27%;
  }
  .serviceSec .max-width .bookBtn1 button {
    border: none;
    font-size: 2rem !important;
    font-weight: bold;
  }
  .serviceSec .max-width .bookBtn1 button i {
    font-size: 2rem !important;
  }
  .aboutUsSec .flex {
    gap: 0;
  }
  .aboutUsSec .flex .aboutUsCont {
    padding: 5rem 5rem 0rem 11rem !important;
  }
  .aboutUsSec .flex .aboutUsCont h3 {
    font-size: 3rem !important;
  }
  .aboutUsSec .flex .aboutUsCont h4 {
    font-size: 2rem;
  }
  .aboutUsSec .flex .aboutUsCont p {
    font-size: 1.5rem !important;
  }
  .aboutUsSec .flex .aboutUsCont hr {
    margin-top: 2rem;
    border: 0.1rem solid #996d50;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv {
    display: flex;
    padding-bottom: 3rem;
    justify-content: space-between;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv a {
    color: #996d50;
    margin-right: 0 !important;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv a i {
    margin-right: 0.5rem;
  }
  .aboutUsSec .flex .aboutImg img {
    width: 100%;
    height: 100%;
  }
  .productSec {
    background: #fff;
  }
  .productSec .max-width {
    padding: 10rem 1rem;
  }
  .productSec .max-width .metTheFou {
    width: 18rem;
    height: 18rem;
  }
  .productSec .max-width .metTheFou h5 {
    font-size: 1.8rem;
  }
  .productSec .max-width .bookAppoi {
    width: 18rem;
    height: 18rem;
  }
  .productSec .max-width .bookAppoi h5 {
    font-size: 1.8rem;
  }
  .productSec .max-width .product {
    width: 18rem;
    height: 18rem;
  }
  .productSec .max-width .product h5 {
    font-size: 1.8rem;
  }
  .productSec .max-width .gallary {
    width: 18rem;
    height: 18rem;
  }
  .productSec .max-width .gallary h5 {
    font-size: 1.8rem;
  }
  .storySec .storyDiv {
    padding: 8rem 12rem;
  }
  .storySec .storyDiv h5 {
    font-size: 2rem;
  }
  .storySec .storyDiv .bookBtn1 button {
    border: none;
    font-size: 2rem;
    font-weight: bold;
  }
  .storySec .storyDiv .bookBtn1 button i {
    font-size: 2rem;
  }
  .gallarySec .max-width .gallaryDiv {
    gap: 3rem;
    padding: 4rem 0rem 8rem 0rem;
  }
  .gallarySec .max-width .gallaryDiv .image {
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
  }
  .gallarySec .max-width .gallaryDiv .image img {
    width: 18rem;
    height: 18rem;
  }
  .gallarySec .max-width .gallaryDiv .image:hover {
    transform: scale(1.1);
  }
  .testiMoSec .testiDiv {
    background-size: cover;
    object-fit: cover;
    padding: 15rem 12rem;
  }
}
@media (max-width: 450px) {
  .heroSec .mainCont {
    background-position: right;
    width: 100%;
    min-height: 28vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0rem 1rem;
  }
  .heroSec .mainCont .cont {
    padding: 15rem 0rem;
  }
  .heroSec .mainCont .cont h1 {
    font-size: 4rem;
  }
  .heroSec .mainCont .cont p {
    font-size: 2.5rem;
  }
  .heroSec .mainCont .bookBtn button {
    border: none;
    padding: 1rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .heroSec .mainCont .bookBtn button i {
    font-size: 3rem;
  }
  .serviceSec {
    background: #fff;
  }
  .serviceSec .max-width .serviceCont {
    margin-left: 0;
  }
  .serviceSec .max-width .serviceCont h2 {
    font-size: 5rem !important;
  }
  .serviceSec .max-width .serviceCont p {
    margin-left: 3rem;
    font-size: 2.5rem;
  }
  .serviceSec .max-width .categaroysDiv {
    display: block !important;
  }
  .serviceSec .max-width .categaroysDiv .categaroys img {
    width: 80rem !important;
    height: 50rem !important;
    border-radius: 5rem !important;
  }
  .serviceSec .max-width .categaroysDiv .categaroys h3 {
    font-size: 4rem;
  }
  .serviceSec .max-width .bookBtn1 {
    bottom: -1% !important;
    left: 26% !important;
  }
  .serviceSec .max-width .bookBtn1 button {
    border: none;
    padding: 1rem 2rem;
    font-size: 3rem !important;
    font-weight: bold;
  }
  .serviceSec .max-width .bookBtn1 button i {
    font-size: 3rem !important;
  }
  .aboutUsSec .flex {
    gap: 0;
    flex-direction: column;
  }
  .aboutUsSec .flex .aboutUsCont {
    padding: 8rem 11rem 0rem 11rem !important;
    width: 100% !important;
  }
  .aboutUsSec .flex .aboutUsCont h3 {
    font-size: 5rem !important;
  }
  .aboutUsSec .flex .aboutUsCont h4 {
    font-size: 3rem;
  }
  .aboutUsSec .flex .aboutUsCont p {
    font-size: 2rem !important;
  }
  .aboutUsSec .flex .aboutUsCont hr {
    margin-top: 2rem;
    border: 0.1rem solid #996d50;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv {
    display: flex;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv a {
    color: #996d50;
    margin-right: 0 !important;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
  }
  .aboutUsSec .flex .aboutUsCont .locatarDiv a i {
    margin-right: 0.5rem;
  }
  .aboutUsSec .flex .aboutImg {
    width: 100%;
  }
  .aboutUsSec .flex .aboutImg img {
    width: 100%;
    height: 100%;
  }
  .productSec {
    background: #fff;
  }
  .productSec .max-width {
    padding: 10rem 3rem;
  }
  .productSec .max-width .metTheFou {
    width: 35rem;
    height: 30rem;
    border-radius: 4rem;
    align-content: center;
    justify-self: center;
    text-align: center;
  }
  .productSec .max-width .metTheFou h5 {
    font-size: 3rem;
  }
  .productSec .max-width .bookAppoi {
    width: 35rem;
    height: 30rem;
    border-radius: 4rem;
  }
  .productSec .max-width .bookAppoi h5 {
    font-size: 3rem;
  }
  .productSec .max-width .product {
    width: 35rem;
    height: 30rem;
    border-radius: 4rem;
  }
  .productSec .max-width .product h5 {
    font-size: 3rem;
  }
  .productSec .max-width .gallary {
    width: 35rem;
    height: 30rem;
    border-radius: 4rem;
  }
  .productSec .max-width .gallary h5 {
    font-size: 3rem;
  }
  .storySec .storyDiv {
    padding: 8rem 12rem;
  }
  .storySec .storyDiv h3 {
    font-size: 5rem;
  }
  .storySec .storyDiv p {
    color: #fff;
    font-size: 2.5rem;
  }
  .storySec .storyDiv h5 {
    font-size: 3rem;
  }
  .storySec .storyDiv .bookBtn1 button {
    border: none;
    padding: 1rem 2rem;
    font-size: 3rem;
    font-weight: bold;
  }
  .storySec .storyDiv .bookBtn1 button i {
    font-size: 3rem;
  }
  .gallarySec .max-width h3 {
    font-size: 5rem;
  }
  .gallarySec .max-width .gallaryDiv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 4rem 8rem 4rem;
    gap: 5rem;
  }
  .gallarySec .max-width .gallaryDiv .image {
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
  }
  .gallarySec .max-width .gallaryDiv .image img {
    width: 35rem;
    height: 30rem;
  }
  .gallarySec .max-width .gallaryDiv .image:hover {
    transform: scale(1.1);
  }
  .testiMoSec .testiDiv {
    background-size: cover !important;
    object-fit: cover !important;
    padding: 12rem 12rem;
  }
  .testiMoSec .testiDiv h6 {
    font-size: 2.5rem;
  }
  .testiMoSec .testiDiv h3 {
    font-size: 5rem;
  }
  .testiMoSec .testiDiv p {
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=home.css.map */
