/* ------------------------------------------Index Page------------------------------------------------------- */
.main-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #573236;
  height: 400px;
}

.main-banner h1 {
  color: #279e9b;
}
.hero.mobile {
  /* display: block; */
  position: relative;
  overflow-x: clip;
  height: 550px;
  display: flex;
  align-items: end;
}
.hero.mobile>img {
  position: absolute;
  margin-top: -100px;
  object-fit: contain;
  object-position: -200px center;
  height: 650px;
}

.hero.desktop {
  display: none;
}
.hero1 {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: min(90vw, 800px);
  margin: auto;
  margin-bottom: 20px;
  /* background-color: rgba(7, 52, 49, 0.7); */
  padding: 10px;
  /* height: 300px; */
  /* gap: 3rem; */
}

.hero1 .text {
  position: relative;

  /* height: 450px; */
  bottom: 0;
  width: 100%;

  display: flex;
  flex-direction: column;
  /* justify-content: end;
  align-items: end; */
}
.hero1 .text h1 {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 2.3rem;
  margin: 0;
  text-shadow: 3px 3px 5px black;
  text-align: right;
  color: white;
}
.hero1 .text h1:last-of-type {
  margin-top: 1rem;
}
.index__section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  padding: 50px 0;
  overflow: hidden;
}
.index__section>h2 {
  width: min(90vw, 1000px);
  line-height: 3rem;
}
.index__section>p {
  width: min(80vw, 900px);
}
.index__section.no_crop{
  overflow: unset;
}
.second__fold {
  position: relative;
}
.second__fold__section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(90vw, 1000px);
  gap: 2rem;
}
.second__fold__section.reverse {
  flex-direction: column-reverse;
}
.second__fold__section>.content {
  width: 80vw;
  margin: auto;
  margin-bottom: 100px;
}
.second__fold__section>.content>.sub-header {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.second__fold__section>.content h3 {
  font-size: 2rem;
  margin-top: 0;
}

.second__fold__section>.content button {
  color: white;
  text-transform: uppercase;
  background-color: #073431;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.second__fold__section>.content a {
  & :hover {
    background-color: #B59155;
  }
}


.second__fold__section>.image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 90vw;
  min-height: 500px;
}
.third__fold {}
.what__section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  width: min(90vw, 1000px);
}
.what__section>div {
  background-color: #B59155;
  width: min(80vw, 300px);
  padding: 20px;
  &>img {
    height: 90px;
  }
}


.how___points {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
.how___points .content__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  text-align: center;
}
.how___points .content__point img {
  height: 100px;
  width: auto;
}
.how___points .content__point>h4 {
  margin-bottom: 0;
}
.how___points .content__point p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
}

.how___points>.vl {
  display: none;
  border-left: 1px solid #B59155;
  height: 400px;
}


.why__section {
  background-color: #B59155;
}

.why_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.why__points {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  width: 80vw;
  gap: 1rem;
  /* overflow: hidden; */
}
.why_content .image {
  /* display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; */
  /* gap: 1rem; */

  /* background-attachment: fixed; */
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* width: 50%; */
  height: 500px;
}
.why__points>h2 {
  font-size: 2.8rem;
  margin-top: 0;
}
.why_content .content__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: min(90vw, 700px); */
  /* gap: 1rem; */
}
.why_content .content__point img {
  width: 25px;
  height: auto;
}
.why_content .content__point .content__text p {
  margin: 0.5rem 0;
  text-align: center;
}
.stats__section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.stats__section>.stats__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: min(90vw, 300px);
  text-align: center;
  & p:first-of-type {
    font-size: 2rem;
    font-weight: bold;
    color: #B59155;
    margin-bottom: 0;
  }
  & p:last-of-type {
    font-size: 1rem;
    margin-top: 0;
  }
}

.testimonials__section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  /* gap: 1rem; */
  margin: 100px auto;
  /* padding-bottom: 2rem; */
  width: min(90vw, 1000px);
}
.testimonials__points {
  position: relative;
}
.testimonials__section>h2 {
  margin: 0;
}
.testimonials__section .slides-control {
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
  & a:first-of-type {
    position: absolute;
    cursor: pointer;
    left: 0;
  }
  & a:last-of-type {
    position: absolute;
    cursor: pointer;
    right: 0;
  }
}
.testimonials__section>.testimonials__points>.testimonials__indv__point {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  & p:first-of-type {
  }
  & p:last-of-type {
    font-weight: bold;
  }

}


/* Container for the dot indicators below the slider */
.dots-container {
    position: relative;
    /* top: 20px; */
    left: 0;
    right: 0;
    display: flex; /* Enables flexbox layout for horizontal alignment */
    justify-content: center; /* Centers the dots horizontally */
    align-items: center; /* Centers the dots vertically */
    /* margin-top: -30px; */
}

/* Common styling for each individual dot */
.dot {
    height: 10px; /* Fixed height for the dots */
    width: 10px; /* Fixed width for the dots */
    margin: 0 5px; /* Spacing between the dots */
    background-color: rgba(181, 145, 85, 1); /* Semi-transparent white background */
    border-radius: 50%; /* Makes the dots round */
    display: inline-block; /* Ensures dots are inline */
    cursor: pointer; /* Changes cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for background color on hover */
}

/* Styling for the active dot - indicates the current slide */
.dot.active {
    background-color: rgba(181, 145, 85, 0.2); /* Solid white background for the active dot */
}

@media screen and (min-width: 425px) {
  .hero1>.text>h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

}
@media screen and (min-width: 600px) {
  .hero.mobile>img {
    position: absolute;
    margin-top: -100px;
    object-fit: contain;
    object-position: center;
  }
  .hero1 {
    flex-direction: row;
    width: min(90vw, 1000px);
    align-items: center;
    justify-content: end;
    /* height: 100%; */
  }
  .hero1 .text {
    text-align: unset;
    padding: 20px;
  }
  .hero1 .text h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .stats__section>.stats__point {
    gap: 1rem;
    justify-content: start;
  }
}



@media screen and (min-width: 768px) {
  .hero.mobile {
    display: none;
  }
  .hero.desktop {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center -200px;
    background-size: cover;
    /* height: auto; */
    width: 100%;
    height: 650px;
    /* min-width: 100%; */
  }
  @supports (-webkit-touch-callout: none) {
    .hero.desktop {
      background-attachment: scroll;
      background-position: top;
    }
  }

  .hero1 {
    background-color: unset;
  }
  .hero1 .text {
    position: relative;
    margin: 50px 0;
    margin-bottom: 0;

    height: 450px;
    bottom: 0;
    width: 70%;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
  }
  .hero1 .text h1 {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin: 0;
    text-shadow: 3px 3px 8px black;
    text-align: right;
    color: white;
  }

  .index__section {
    overflow: unset;
  }
  .second__fold__section, .second__fold__section.reverse {
    flex-direction: row;
  }
  .second__fold__section>.content {
    width: 50%;
  }
  .second__fold__section>.image {
    width: 50%;
  }
  .what__section {
    flex-direction: row;
  }
  .what__section>div {
    background-color: #B59155;
    width: 30%;
  }
  .why_content {
    /* flex-wrap: nowrap; */
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
    width: 100%;
    overflow-x: clip;
  }
  .why_content .image {
    width: 50%;
    height: unset;
  }
  .why_content .content__point {
    flex-direction: row;
    justify-content: start;
    gap: 1rem;
  }
  .why_content .content__point .content__text {
    align-items: start;
    text-align: left;
    &>p {
      text-align: left;
    }
  }

  .why__points {
    align-items: start;
    width: 400px;
    padding-left: 2rem;
  }
  .how___points {
    gap: 2rem;
  }
  .how___points .content__point {
    width: min(25%, 250px);
    justify-content: start;
    padding-top: 3rem;
  }
  .how___points>.vl {
    display: block;
  }
  .testimonials__section {
    flex-direction: row;
    gap: 5rem;
    margin: 50px auto;
  }
  .testimonials__section .slides-control {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-height: 850px) {
  .hero.desktop {
    background-position: center;
  }
}

@media screen and (min-width: 1024px) {
  .why_content {
    width: min(100vw, 1000px);
    overflow-x: visible;
  }
  .why_content .content__point {
    width: 100%;
  }
  .why_content .content__point .content__text {
    width: 100%;
  }
  .why__points {
    padding-left: 0;
  }

  .how___points {
    gap: 4rem;
  }

}
@media screen and (min-width: 1200px) {


}
@media screen and (min-width: 1440px) {}
@media screen and (min-width: 2000px) {}
