main {
  display: flex;
  height: auto;
  overflow: hidden;
}
.main-container {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: calc(100svh - 7rem);
  min-width: 100svw;
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
}
/* ////////////////////////////////////////////////////////////////////////////////// */

.section1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100svw;
  height: 100svh;
}
.section2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100svw;
  height: calc(100svh - 6.9rem);
}
.section3,
.section4,
.section5 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100svw;
}

.text-container1 {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  left: 0;
  width: 50%;
  padding: 4rem;
  /* background-color: rgb(255, 255, 255); */
}
.corner-bot {
  height: 5rem;
  align-self: self-end;
}
.corner-top {
  height: 5rem;
  align-self: self-start;
}
.img-container1 {
  display: flex;
  position: relative;
  right: 0;
  width: 50%;
  margin-top: 7rem;
  height: calc(100% - 7rem);
  background-color: #d4ceac;
  overflow: hidden;
}

.text-box1,
.text-box2 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 70%;
  height: 70%;
  z-index: 1;
}
.text-box1 h2,
.text-box2 h2 {
  color: rgb(0, 0, 0);
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
  z-index: 1;
}
.text-box1 p,
.text-box2 p {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
}
.text-box1,
.text-box2 {
  padding: 2rem;
}
.text-container2 {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 4rem;
  background-color: rgb(255, 255, 255);
}
.img-container2 {
  display: flex;
  position: relative;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #d4ceac;
  border-bottom-right-radius: 35%;
  overflow: hidden;
}
.aub1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Preserve aspect ratio and cover container */
}
.aub2 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Preserve aspect ratio and cover container */
}
.container3 {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: linear-gradient(#ffffff, #d4ceac61, #ffffff);
  flex-wrap: wrap;
  padding-bottom: 4rem;
}
.container3 h2 {
  color: rgb(0, 0, 0);
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
}

.shape-title1 {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
}

.shape1,
.shape2 {
  /* flex: 0 0 calc(50% - 0.5rem); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20rem;
  margin: 1.5rem 6rem;
}

.shape-title2 {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem;
}

.shape3,
.shape4,
.shape5 {
  /* flex: 0 0 calc(33.33% - 0.5rem); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20rem;
  margin: 1.5rem 4rem;
}
.container3 div img {
  height: 10rem;
  /* padding: 1.5rem; */
}
.container3 div h3 {
  font-size: 1.5rem;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
  font-weight: 600;
  margin: 0.7rem;
}
.container3 div p {
  font-size: 1.2rem;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
  text-align: left;
  /* hyphens: auto; */
}
.container5 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #ffffff;
  padding: 4rem;
  /* flex-wrap: wrap; */
}
.img-container5 {
  display: flex;
  position: relative;
  width: 25rem;
  height: 100%;
}
.text-box5 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 50%;
}
.container5 h2 {
  color: rgb(0, 0, 0);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
}
.container5 p {
  font-size: 1.4rem;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
  text-align: justify;
}

.container4 {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff, #91919161, #ffffff);
  justify-content: center;
  padding: 4rem;
}
.box4 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.box4 h2 {
  color: rgb(0, 0, 0);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
}
.content4 p {
  color: white;
  font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
    Helvetica, sans-serif;
  font-size: 1.4rem;
}
.content4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjust as needed */
  max-width: 60rem; /* Set your desired maximum width */
  margin: 0 auto; /* Center the buttons horizontally */
}

.pbox {
  width: calc(50% - 10px); /* Adjust the width as needed, minus some spacing */
  margin-bottom: 1rem; /* Add spacing between rows */
  background-color: black;
  text-align: center;
  padding: 1rem;
  border-radius: 0.4rem; /* Add rounded corners for a button-like appearance */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

/* ////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 90em) {
  .text-container1 {
    margin-top: 7rem;
    height: calc(100% - 7rem);
  }
  .img-container1 {
    margin-top: 7rem;
    height: calc(100% - 7rem);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 60em) {
  .main-container {
    min-height: calc(100svh - 5.5rem);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 90em) {
  .img-container1 {
    margin-top: 5.5rem;
    height: calc(100% - 5.5rem);
  }
  .text-container1 {
    margin-top: 5.5rem;
    height: calc(100% - 5.5rem);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 45em) {
  .section1,
  .section2 {
    flex-direction: column;
    width: 100svw;
    height: 100svh;
  }
  .text-container1 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 2rem;
  }
  .text-container2 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    left: 0;
    height: 50%;
    width: auto;
    padding: 2rem;
    order: 1;
  }
  .img-container1 {
    /* display: none; */
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin: 0;
    justify-content: center;
    background-color: white;
  }
  .img-container2 {
    /* display: none; */
    width: 100%;
    height: 50%;
    overflow: none;
    margin: 0;
    justify-content: center;
    order: 2;
    border-radius: 0;
    background-color: white;
  }
  .text-box1 h2,
  .text-box2 h2 {
    color: rgb(0, 0, 0);
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
      Helvetica, sans-serif;
    z-index: 1;
  }
  .text-box1 p,
  .text-box2 p {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    font-family: DMSans, OpenSans, Tajawal-Bold, MerriSans, verdana, Arial,
      Helvetica, sans-serif;
  }
  .aub1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aub2 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .corner-bot {
    height: 3.5rem;
    align-self: self-end;
  }
  .corner-top {
    height: 3.5rem;
    align-self: self-start;
  }
  .text-box5 {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 70%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 32.5em) {
}
/* ////////////////////////////////////////////////////////////////////////////////// */
