.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.aspect-ratio-box {
  padding-top: 56.25%; /* Example for 16:9 aspect ratio: (9 / 16 * 100)% */
  position: relative;
}

.aspect-ratio-box > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p {
  margin-bottom: 10px;
}

.home-body {
  padding-bottom: 0px;
  background-image: url('../images/homepage_Background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}



/* On mobile (screen width 767px and below), replace background with solid color */
@media (max-width: 767px) {
  .home-body {
    background-image: none;
    background-color: rgba(254, 180, 175, 1);
  }
}


.full-page-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.full-page-wrapper.overflow-body {
  position: static;
}

.logo {
  position: relative;
  width: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 400px;
}

.portrait-wrapper {
  position: relative;
  top: -70px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  display: block;
  padding: 10px;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  text-decoration: none;
}

.image-link {
  width: 164px;
}

.grid {
  justify-items: center;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-wrapper {
  margin-bottom: 0px;
}

.div-block-2 {
  display: inline-block;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}



.container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.section-2 {
  margin-top: 0px;
  margin-bottom: 32px;
}

.body {
  overflow: visible;
}

.html-embed {
  max-width: 620px;
  margin-bottom: 0px;
  background-color: #feb5b0;
}

/* .div-block-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
} */
.section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;

  /* border-top: 9px solid #b02d17; */
  background-position: 0px 0px;
  background-size: cover;
}
.div-block-4 {
  position: relative; /* Ensures the div is positioned correctly */
  width: 100%; /* Make sure it covers the full width */
  min-height: 100vh;
  /* Adjust the height as necessary, here it's set to full viewport height */
  background-image: url('../images/Dona_NewTourScrollBkgrd.png'); 
  background-size: cover; /* Ensure the background covers the full area of the div */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
}


.div-block-5 {
  position: absolute;
  left: auto;
  top: -220%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
}

.div-block-6 {
  margin-top: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
    max-height: 544px; /* Adjust based on your layout needs */
    /* max-width: 500px; */
    overflow-y: auto; /* Enables vertical scrolling */
    overflow-x: hidden; /* Hides horizontal scrollbar, if not needed */
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 2%;
  bottom: 0%;
  margin-top: 10px;
}

.image-2 {
  width: 271px;
  margin-top: -110px;
  margin-right: 0%;
}

.container-2 {
  max-width: 620px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-wrapper {
  font-family: Inter, sans-serif;
  color: #fff;
  text-align: center;
}

.heading {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
}

.text-block {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.contact-title {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -1px;
}

.contact-name {
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.contact-email {
  font-size: 16px;
}

.rich-text-block {
  text-align: left;
}

.bio-rtf {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.bio-rtf p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
}

.full-page {
  min-height: 100vh;
  padding-top: 20px;

  background-image: url('../images/Dona_NewHomeblank_edited_2Stars.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 520px;
}

.image-3 {
  width: 200px;
}

.page-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-2 {
  color: #fff;
}

.text-block-2 {
  color: #fff;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.nav-text {
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .home-body {
    background-size: auto;
  }

  .full-page-wrapper {
    position: static;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 479px) {
  .home-body {
    background-position: center left;
  }

  .full-page-wrapper {
    padding-bottom: 60px;
  }

  .logo {
    width: 100%;
    margin-top: 0px;
  }

  .image {
    width: 70%;
  }

  .portrait-wrapper {
    top: -46px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-link {
    width: 159px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-6 {
    padding-top: 150px;
  }

  .image-2 {
    width: 112px;
    margin-top: -78px;
  }

  .bio-rtf p {
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_1ea1288e-7d82-3b80-eef5-b91c5ebd14b7-1bdb526f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_93db1a27-f07f-c7f8-d868-1657f101cd5c-1bdb526f {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1ea1288e-7d82-3b80-eef5-b91c5ebd14b7-1bdb526f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1a24865e-66f8-b603-c088-d39054bfde18-1bdb526f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_93db1a27-f07f-c7f8-d868-1657f101cd5c-1bdb526f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a24865e-66f8-b603-c088-d39054bfde18-1bdb526f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}


@media screen and (max-width: 479px) {
  .div-block-6 {
      margin-top: 168px;  
      padding-top: 0; 
      max-height: 380px; 
  }
}
@media (max-width: 1024px) {
  .div-block-7 {
    right: -7%; /* Increase the percentage to push it more to the right */
  }
}