* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.about-hero {
  display: flex;
  justify-content: space-around;
  height: 70vh;
  overflow: hidden;
  border: 1px solid rgb(244, 244, 244);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000000;
  margin: 100px 40px 0 40px;
  border-radius: 6px;
  position: relative;
  gap: 0px;
  padding: 0 100px;
  background-image: url("../Images/s17.jpg");
  background-size: cover;
  background-position: center;
}
.about-hero h1 {
  margin-top: 100px;
  font-size: 4rem;
  font-family: "Pacifico";
  text-align: start;
}
.about-hero h2 {
  margin-top: 100px;
  font-size: 2rem;
  font-family: "Pacifico";
  text-align: start;
  color: #C68264;
}
.about-hero button {
  background-color: #C68264;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.about-hero button:hover {
  background-color: rgb(180.5896226415, 101.3632075472, 66.4103773585);
}
.about-hero .about-text h1 {
  font-size: 24px;
  color: #C68264;
}
.about-hero .about-text p {
  font-size: 16px;
  font-family: "Pacifico";
  text-align: start;
  color: rgb(0, 0, 0);
  width: 400px;
}

.section1 {
  display: flex;
  height: 70vh;
  overflow: hidden;
  line-height: 1.4;
  cursor: pointer;
  color: #000000;
  margin-top: 100px;
}
.section1 .s0 {
  color: #000000;
  margin: 0;
}

.section {
  display: flex;
  height: 90vh;
  overflow: hidden;
  line-height: 1.4;
  cursor: pointer;
  color: #000000;
}

.text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  height: 60%;
}

.text h2 {
  font-size: 1.8rem;
  color: #001725;
  margin-bottom: 10px;
}

.text p,
ul li {
  font-size: 1.1rem;
  line-height: 1.6;
  list-style-type: none;
}

.image {
  flex: 1.134;
}
.image img {
  object-fit: cover;
  width: 100%;
  height: 80%;
}

/*.top-img img {
  display: flex;
  position: absolute;
  z-index: 1;
  transform: translate(-50%);
  top: 440px;
  left: 50%;
  padding: 20px;
  width: 100%;
  max-width: 1100px;
  height: 300px;
  align-items: center;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}*/
.underline {
  position: relative;
  display: inline-block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #c68264;
}

.top-section {
  display: flex;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 440px;
  right: 70px;
  padding: 10px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 680px;
  height: 120px;
  align-items: center;
  color: #000000;
  text-align: center;
  margin: 0;
  /* .line {
    margin: 0 20px;
    border-left: 1px solid #ccc;
    height: 100px;
    width: 1px;
  }

  img {
    width: 1000px;
    height: auto;
  }*/
}

.top-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 0 20px;
}
.top-sec img {
  width: 100px;
}
.top-sec h1 {
  font-size: 26px;
  color: #001725;
}
.top-sec h2 {
  font-size: 14px;
  white-space: nowrap;
}

.img-reverse img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.left img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media (min-width: 375px) and (max-width: 499px) {
  .about-hero {
    flex-direction: column;
    padding: 20px;
    margin: 100px 10px 0 10px;
    height: 40vh;
  }
  .about-hero .about-hero-info h1 {
    font-size: 2.5rem;
    margin: 0;
    white-space: nowrap;
  }
  .about-hero .about-text {
    display: none;
  }
  .top-section {
    display: none;
  }
  .section1 {
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
    margin: 0;
  }
  .section1 .text p {
    font-size: 20px;
    padding: 0;
  }
  .section1 .left img {
    border-radius: 0;
    height: 200px;
  }
  .section {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 10px;
    height: auto;
  }
  .section .img-reverse img {
    border-radius: 0;
    height: 200px;
  }
  .s34 {
    display: flex;
    flex-direction: column;
  }
  .s34 .left img {
    border-radius: 0;
    height: 200px;
  }
  .s35 {
    display: flex;
    flex-direction: column;
  }
  .s35 .left img {
    border-radius: 0;
    height: 200px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .about-hero {
    flex-direction: column;
    height: 40vh;
    margin: 100px 10px 0 10px;
  }
  .about-hero .about-hero-info h1 {
    font-size: 2.5rem;
    margin: 0;
  }
  .about-hero .about-text {
    display: none;
  }
  .top-section {
    display: none;
  }
  .section1 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .section1 .left img {
    border-radius: 0;
    height: 60%;
    max-height: 350px;
  }
  .section {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 10px;
    height: auto;
  }
  .section .img-reverse img {
    border-radius: 0;
    height: 300px;
  }
  .s34 {
    display: flex;
    flex-direction: column;
  }
  .s34 .left img {
    border-radius: 0;
    height: 255px;
  }
  .s35 {
    display: flex;
    flex-direction: column;
  }
  .s35 .left img {
    border-radius: 0;
    height: 255px;
  }
}
@media (min-width: 801px) and (max-width: 900px) {
  nav {
    padding: 0 0px;
  }
  nav .nav-links ul li a {
    font-size: 18px;
    gap: 0;
  }
  .nav-cta {
    font-size: 16px;
    padding: 10px;
  }
  .about-hero {
    flex-direction: column;
    height: 40vh;
    border-radius: 6px;
    margin: 100px 10px 0 10px;
  }
  .about-hero .about-hero-info h1 {
    font-size: 3rem;
    margin: 0;
  }
  .about-hero .about-text {
    display: none;
  }
  .top-section {
    display: none;
  }
  .section1 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .section1 .left img {
    border-radius: 0;
    height: 50vh;
  }
  .section {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 10px;
    height: auto;
  }
  .section .text p {
    font-size: 22px;
  }
  .section .text ul li {
    font-size: 22px;
  }
  .section .img-reverse img {
    border-radius: 0;
    height: 50vh;
  }
  .s34 {
    display: flex;
    flex-direction: column;
  }
  .s34 .left img {
    border-radius: 0;
    height: 40vh;
  }
  .s35 {
    display: flex;
    flex-direction: column;
  }
  .s35 .left img {
    border-radius: 0;
    height: 50vh;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .about-hero {
    height: 60vh;
    border-radius: 6px;
    margin: 100px 10px 0 10px;
    gap: 20px;
  }
  .about-hero .about-hero-info h1 {
    font-size: 2.5rem;
    white-space: nowrap;
  }
  .about-hero .about-text p {
    font-size: 20px;
  }
  .top-section {
    display: none;
  }
  .section {
    height: 100%;
  }
  .section .text {
    margin-top: 10px;
  }
  .section1 .text {
    margin-top: 20px;
  }
}

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