@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

body,html {
  overflow-x: hidden!important;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  font-family: "Playfair Display", serif;
}

/* header css start */
.header-section {
  padding-top: 1rem;
  background-color: #EEEFE8;
}
.header-section .navbar-brand img {
  width: 7rem;
}
.header-section .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin-left: 2.5rem;
  transition: all linear 0.3s;
  position: relative;
}
.header-section .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 15%;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: all linear 0.3s;
  background-color: #161616;
}
.header-section .navbar-nav .nav-item .nav-link:hover:before,
.header-section .navbar-nav .nav-item .nav-link.active:before {
  width: 70%;
}
.header-section .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}

/* header css end */
.pa-y4 {
  padding: 4rem 0;
}

.common-heading {
  font-size: 3.5rem;
  font-weight: 700;
  color: #8b9260;
  letter-spacing: -0.02em;
  line-height: 140%;
}

.common-para {
  font-size: 1rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
}

.common-button {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 110%;
  background: #c1865e;
  display: inline-block;
  letter-spacing: -0.02em;
  padding: 1.3rem 3.7rem;
  border-radius: 3rem;
  transition: all linear 0.3s;
}
.common-button:hover {
  background: #818952;
  color: #ffffff;
}

.common-button-d {
  font-size: 1rem;
  font-weight: 700;
  line-height: 110%;
  background: white;
  color: #c1865e;
  border: 2px solid #c1865e;
  display: inline-block;
  letter-spacing: -0.02em;
  padding: 1.3rem 3.7rem;
  border-radius: 3rem;
  transition: all linear 0.3s;
}
.common-button-d:hover {
  background: #818952;
  color: #ffffff;
  border: 2px solid #818952;
}

/* hero css start */
.hero-section {
  background-color: #ddc7b2;
  padding-bottom: 20rem;
  background-image: url("../images/homebgold.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  position: relative;
}
.hero-section:before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: -275px;
  width: 16%;
  height: 60%;
  background-image: url("../images/bar-1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.hero-txt-wrap .hero-social {
  text-align: right;
}
.hero-txt-wrap .hero-social ul li a {
  display: block;
  margin-top: 0.8rem;
}
.hero-txt-wrap .hero-social ul li a i {
  color: #616250;
  font-size: 0.9rem;
}
.hero-txt-wrap h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #8B9260;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin-bottom: 1rem;
  margin-top: -1rem;
  line-height: 100%;
}
.hero-txt-wrap h1 span {
  font-size: 4rem;
  display: block;
}
.hero-txt-wrap p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 140%;
  /* padding-left: 6rem; */
  position: relative;
}
/* .hero-txt-wrap p:before {
  position: absolute;
  content: "";
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 3px;
  background-color: #ffffff;
} */
.hero-txt-wrap .hero-bttn {
  /* margin-left: 6rem; */
  margin-top: 3rem;
}
.hero-txt-wrap .hero-bttn a {
  background: #ffffff;
  color: #8b9260;
}
.hero-txt-wrap .hero-bttn a:hover {
  background: #8b9260;
  color: #ffffff;
}

.about-section {
  position: relative;
}
.about-section:before {
  position: absolute;
  content: "";
  right: 0%;
  bottom: -75px;
  width: 45%;
  height: 60%;
  background-image: url("../images/bar-2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.about-txt {
  text-align: center;
  margin: 4rem 0;
}
.about-txt h2 {
  margin-bottom: 2rem;
}
.about-txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  width: 80%;
  margin: 0 auto;
  line-height: 160%;
}

.story-section {
  background-image: url("../images/story-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 96%;
  position: relative;
}

.z1 {
  z-index: 100!important;
}

.z0 {
  z-index: 0!important;
}

.story-section:before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: -75px;
  width: 55%;
  height: 40%;
  background-image: url("../images/bar-3.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: -1!important;
}

.benifit-main-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 8rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
/* .benifit-main-wrap:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 2rem;
  width: 2px;
  height: 4rem;
  background-color: #8b9260;
} */
.benifit-main-wrap .benifit-item-txt {
  padding: 2rem;
  border: 2px solid #8b9260;
  text-align: center;
}
.benifit-main-wrap .benifit-item-txt h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #8b9260;
  letter-spacing: -0.02em;
  line-height: 140%;
}
.benifit-main-wrap .benifit-item-txt h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8b9260;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.benifit-main-wrap .benifit-item-txt p {
  width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
}
.benifit-main-wrap .benifit-item-txt:nth-child(1), .benifit-main-wrap .benifit-item-txt:nth-child(2) {
  border-right: 0;
}

.mt-min {
  position: relative;
  z-index: 99;
  bottom: 2rem;
}
.mt-min a {
  background-color: #c1865e;
  color: #ffffff;
}

.packages-section {
  position: relative;
}

.rbp {
  border-radius: 20px;
}


.packages-section:before {
  /* position: absolute;
  opacity: 0.2;
  content: "";
  right: 0%;
  top: 5px;
  width: 35%;
  height: 20%;
  background-image: url("../images/bar-4.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; */
}
.packages-section:after {
  /* position: absolute;
  content: "";
  left: 0%;
  bottom: 0px;
  width: 50%;
  height: 30%;
  background-image: url("../images/bar-5.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain; */
}

.packages-img img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 36em;
  -o-object-fit: cover;
     object-fit: cover;
}

.packages-txt h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #8b9260;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin-bottom: 2rem;
}
.packages-txt p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  width: 80%;
  margin-bottom: 2rem;
}

.customer-section {
  background-image: url("../images/testi.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3rem 0 8rem;
  position: relative;
}
.customer-section:before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 146, 96, 0.468);
}

.slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4rem;
  width: 100%;
  padding-right: 4rem;
  z-index: 99;
}
.slider-arrows a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.slider-arrows a i {
  font-size: 1rem;
  color: #161616;
}

.img-inline {
  max-width: 50%;
  margin-left:20px;
}

@media (max-width: 700px) {
  .img-inline {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.customer-review-txt {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.953);
  padding: 7rem 4rem 5rem;
  border-radius: 1rem;
  position: relative;
  width: 70%;
  margin: 0 auto;
  overflow: visible;
  margin-top: 5rem;
}
.customer-review-txt .avatar {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.customer-review-txt .avatar img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-review-txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.customer-review-txt .review-customer-profile h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
}

.faq-section {
  position: relative;
}
.faq-section:before {
  position: absolute;
  content: "";
  right: 0%;
  top: 5px;
  width: 70%;
  height: 60%;
  background-image: url("../images/bar-6.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.contact-section {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  padding-top: 8rem;
}
.contact-section:before {
  position: absolute;
  content: "";
  left: 0%;
  top: 37%;
  width: 100%;
  height: 60%;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.faq-ask-wrap .accordion-body {
  padding: 0;
  background: transparent !important;
}

.faq-ask-wrap .accordion .accordion-item {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding: 1.2rem 2rem;
  background: #ffffff;
  border-radius: 3rem;
  border: 1px solid #8b9260;
}

.faq-ask-wrap .accordion .accordion-item button {
  font-size: 0.9rem;
  font-weight: 600;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  background-color: transparent;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.accordion-button::after {
  flex-shrink: 0;
  content: "+";
  background-image: none;
  transition: all linear 0.3s;
  font-size: 26px;
  color: #161616;
  transform: rotate(180deg);
}

.faq-ask-wrap .accordion .accordion-item p {
  font-size: 0.99rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  width: 90%;
  margin-top: 1rem;
}

.accordion-body {
  padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
}

/* faq css end */
.contact-form-wrap {
  margin-top: 4rem;
  position: relative;
  z-index: 999;
}
.contact-form-wrap .form-group {
  margin-bottom: 1.5rem;
}
.contact-form-wrap .form-group .form-control {
  font-size: 1rem;
  font-weight: 600;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #161616;
  padding-left: 0;
  background-color: transparent;
}

.ftr-social {
  margin-top: 5rem;
  text-align: center;
  position: relative;
  z-index: 999;
}
.ftr-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr-social ul li a {
  display: block;
  margin: 0 0.5rem;
}
.ftr-social ul li a i {
  font-size: 1.5rem;
  color: #161616;
}
.ftr-social p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #161616;
  letter-spacing: -0.02em;
  line-height: 140%;
  margin-top: 1rem;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  background-color: #8b9260;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
  transition: opacity 0.2s ease-in-out;
}
#back-to-top i {
  font-size: 1rem;
  color: #ffffff;
}

.hero-section-second {
  background-color: #eeefe8;
}

.second-head-color {
  color: #8b9260;
}

.divider-line {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 5vh;
  background-color: #8b9260;

}

.sec-pad {
  padding: 120px 50px;
}

.mht {
  line-height: 28px;
}

.abimg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 400px;
  z-index: -1;
}

.abimg2 {
  position: absolute;
  top: -120px;
  left: 0;
  max-width: 200px;
  z-index: -1;
}

.pack-form h2 {
  color: #8b9260!important;
  font-weight: bold;
  font-size: 32px;
}

.pack-form {
  border: 2px solid #8b9260;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
  padding-bottom: 10vh!important;
}

.pb {
  position: absolute;
  bottom: -4vh;
  left: 50%;
  transform: translateX(-50%);
}

.benifit-item-txt h5{
  min-height: 7.5vh;
}

@media (max-width: 1030px) {
  .hero-txt-wrap h1 {
    font-size: 50px!important;
  }
}

@media (max-width: 1550px) {
  .benifit-item-txt h5{
    min-height: 100px
  }
}

@media (max-width: 440px) {
  .benifit-item-txt h5{
    min-height: auto;
  }

  .hero-txt-wrap h1 {
    font-size: 26px!important;
  }

  .hero-text-wrap {
    text-align: left!important;
  }
}
