body {
  font-family: "Fira Sans", serif;
  font-weight: 400;
  font-style: normal;
  color: #072f53;
  width: 100%;
}
h1 {
  font-size: 32px;
}
p {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.header {
  max-width: 1440px;
  margin: auto;
  display: flex;
  padding: 6% 6%;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper {
  color: #072f53;
  background-color: #f6f6f6;
}

.header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-logo {
  width: 120px;
  display: block;
}

.header-title-wrapper {
  display: inline;
  margin-left: 24px;
}

.header-title {
  /* Add your styles here */
  margin-bottom: 4px;
}

.header-subtitle {
  /* Add your styles here */
}

.header-menu {
  display: flex;
  /* Add your styles here */
}

.header-menu-item {
  display: inline;
  margin-left: 40px;
  padding-bottom: 6px;
}
.header-menu-item :hover {
  padding-bottom: 9px;
  font-weight: 700;
  color: #cf6f49;
  border-bottom: 2px solid #cf6f49;
}

.header-menu-item-selected {
  font-weight: 700;
  border-bottom: 2px solid #072f53;
}
.about-intro {
  position: relative;
}
.about-intro-bg {
  background-color: #f6f6f6;
  height: 20%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.about-intro-wrapper {
  /* Add your styles here */
  max-width: 1280px;
  margin: auto;
  background-color: #072f53;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.about-intro-ilust {
  position: absolute;
  right: -30px;
  top: -60px;
}

.about-intro-pic {
  /* Add your styles here */
  width: 36%;
}

.about-intro-content {
  /* Add your styles here */
  width: 64%;
  padding: 60px;
}

.about-intro-content-title {
  /* Add your styles here */
  margin-bottom: 16px;
}

.about-intro-content-pa p {
  /* Add your styles here */
  margin-bottom: 20px;
}

/* EXPERIENCE */
.about-exp-wrapper {
  max-width: 1280px;
  margin: auto;
  margin: 90px auto;
}

.about-exp-title {
  /* Add your styles here */
  display: flex;
  align-items: center;
  flex-direction: row;
}
.about-exp-title img {
  margin-left: 40px;
}

.about-section-first {
  /* Add your styles here */
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.about-section-first-img {
  /* Add your styles here */
  width: 38%;
}
.about-section-first-img img {
  width: 170px;
  display: block;
  margin: 0 auto;
}

.about-section-first-content {
  /* Add your styles here */
  width: 64%;
  padding-right: 7%;
}
.about-section-first-content p {
  margin-bottom: 20px;
}

.about-section-second {
  /* Add your styles here */
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.about-section-second-content {
  /* Add your styles here */
  width: 64%;
  padding-left: 7%;
}
.about-section-second-content p {
  margin-bottom: 20px;
}

.about-exp-img {
  /* Add your styles here */
  width: 38%;
}
.about-exp-img img {
  display: block;
  margin: 0 auto;
}

/* TESTIMONIAL */

.about-test-wrapper {
  /* Add your styles here */
  background-color: #c9907c;
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 10%;
}

.about-test-title h2 {
  color: #4a2e08;
  margin-bottom: 60px;
  font-size: 32px;
}

.about-test-sections {
  /* Add your styles here */
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.about-test-section {
  /* Add your styles here */
  background-color: #e5d7ce;
  margin-bottom: 100px;
  padding: 60px;
  position: relative;
}
.about-test-section p {
  margin-bottom: 20px;
}

.about-test-img {
  /* Add your styles here */
  position: absolute;
  left: -73px;
  top: -53px;
}

.about-test-section-content {
  /* Add your styles here */
}

.about-test-section-author {
  /* Add your styles here */
  color: #693e23;
  font-weight: 600;
  font-style: italic;
}

.parents-intro-wrapper {
  /* Add your styles here */
  text-align: center;
  width: 100%;
  color: #072f53;
  background-color: #f6f6f6;
  padding-top: 0px;
  padding-bottom: 60px;
}

.parents-intro-wrapper h1 {
  font-weight: 300;
  font-size: 40px;
}
.parents-intro-wrapper p {
  color: #788a9b;
}

.parents-time-wrapper {
  /* Add your styles here */
  max-width: 1440px;
  padding: 4% 9%;
  display: flex;
}

.parents-time-content {
  /* Add your styles here */
  width: 50%;
  padding-right: 5%;
}
.parents-time-content h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.parents-time-pics {
  /* Add your styles here */
  margin-top: 19%;
}

.parents-time-table {
  /* Add your styles here */
  width: 500px;
}
.parents-time-table li {
  padding: 12px 8px;
  border-bottom: 1px solid #ead5c3;
  list-style: none;
}

.parents-time-table-time {
  /* Add your styles here */
  font-weight: 300;
  display: inline;
}

.parents-time-table-action {
  /* Add your styles here */
  font-weight: 400;
  display: inline;
  margin-left: 20px;
}

.make-regular {
  /* Add your styles here */
  font-weight: 400;
}

.make-bold {
  /* Add your styles here */
  font-weight: 600;
}
.parents-home {
  color: #072f53;
  background-color: #f6f6f6;
}

.parents-home-wrapper {
  /* Add your styles here */
  max-width: 1440px;
  margin: auto;
  padding: 4% 6%;
}

.parents-home-content {
  /* Add your styles here */
  width: 100%;
  display: flex;
  margin-bottom: 6%;
}
.parents-home-content h2 {
  width: 30%;
  font-size: 32px;
  margin-right: 6%;
  margin-left: 3%;
}
.parents-home-content p {
  width: 56%;
}
.parents-home-gallery {
  /* Add your styles here */
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.parents-home-gallery-pic {
  /* Add your styles here */
  width: 30%;
  margin: 0 1%;
}

.parents-home-animals {
  /* Add your styles here */
  max-width: 1440px;
  margin: auto;
}
.parents-home-animals p {
  width: 100%;
  text-align: center;
  margin: 3% 0;
}

.parents-home-animals-gallery {
  /* Add your styles here */
  display: flex;
}
.parents-home-animals-gallery p {
  text-align: left;
}

.parents-home-animals-gallery-pic {
  /* Add your styles here */
  width: 30%;
  margin: 0 1%;
}
.parents-transport {
  color: #072f53;
  background-color: #f6f6f6;
}

.parents-transport-wrapper {
  /* Add your styles here */
  max-width: 1440px;
  margin: auto;
  padding: 1% 6%;
  display: flex;
}

.parents-transport-pic {
  /* Add your styles here */
  width: 30%;
  margin-left: 6%;
}

.parents-transport-content {
  /* Add your styles here */
  width: 50%;
}
.parents-transport-content h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.parents-faq {
  max-width: 1440px;
  margin: auto;
  padding: 3% 6%;
}

.parents-faq-wrapper {
  /* Add your styles here */
  display: flex;
}

.parents-faq-pic {
  /* Add your styles here */
  width: 150px;
}

.parents-faq-content {
  /* Add your styles here */
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 2%;
}

.parents-faq-item {
  /* Add your styles here */
  width: 33%;
  padding: 3%;
}
.parents-faq-item h4 {
  margin-bottom: 16px;
}
.contact-card {
  max-width: 1440px;
  margin: auto;
  padding: 3% 6%;
}

.contact-card-wrapper {
  /* Add your styles here */
  background-color: #e5d7ce;
  color: #693e23;
  width: 70%;
  margin: auto;
  margin-bottom: 6%;
  text-align: center;
  padding: 6% 9%;
}

.contact-card-pic {
  margin-bottom: 30px;
  width: 100%;
}
.contact-card-pic img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
.contact-card-wrapper h3 {
  margin-bottom: 20px;
}
.contact-card-wrapper p {
  font-style: italic;
}
.contact-card-link {
  text-decoration: underline;
  font-weight: 700;
  color: #693e23;
}
.footer-wrapper {
  /* Add your styles here */
  background-color: #072f53;
  color: white;
  width: 100%;
  padding: 5%;
}
.footer-items {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}

.footer-left {
  flex: 1;
}
.footer-left h2 {
  font-size: 24px;
}

.footer-middle {
  /* Add your styles here */
  flex: 1;
}

.footer-middle-img {
  width: 100px;
  margin: auto;
}

.footer-right {
  /* Add your styles here */
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3%;
}

.footer-social {
  margin-left: 32px;
}

.footer-menu {
  padding-bottom: 10%;
  text-align: center;
}

.carousel-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 400%; /* 12 images / 3 at a time */
}
.slide {
  flex: 0 0 33.33%; /* Show 3 images at a time */
  padding: 10px;
}
.slide img {
  width: 100%;
}
.buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
button {
  background: #072f53;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.policies {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding: 5% 5% 10% 5%;
}
.policies-wrapper {
  text-align: left;
  margin: auto;
  display: inline-block;
}
.policies-title h2 {
  text-align: left;
  padding-bottom: 5%;
  font-size: 24px;
}
.policies-wrapper ul {
  padding: 0;
  margin: 0;
}

.policy-item {
}
.policy-item {
  list-style: none;
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #ead5c3;
}
.policy-item p {
  margin-left: 16px;
}

.policy-item:hover p {
  font-weight: 700;
}
