html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}

.logo {
  height: 70px;
  width: fit-content;
}

.text-forest {
  color: #508a4f;
}

.backy {
  background-color: #f9fafb;
}

.shallo {
  width: 100%;
  text-align: center;
}

.gg-bg {
  background-color: #fff;
}

.shujaa {
  margin-top: 90px;
}

.babeli {
  height: 80vh;
}

.findio {
  object-position: top center;
}

@media screen and (max-width: 1118px) {
  .shujaa {
    margin-top: 60px;
  }
}

.twende-hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.twende-show {
  opacity: 1;
  transform: translateY(0);
}

.card-list .card-item {
  background-color: #fff;
  user-select: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #6b6b6b;
  overflow: hidden;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  position: relative;
}
.card-list .card-item img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: top center;
}
.card-list .card-item .majuu {
  position: absolute;
  width: 97%;
  top: 10px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.majuu span {
  padding: 7px;
  background-image: linear-gradient(
    90deg,
    #000000ea 0%,
    rgba(50, 135, 199, 0) 100%
  );
}
.majuu .gaja {
  padding: 7px 20px;
  background-color: #d97706;
}
.bell p {
  padding: 25px 10px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* About */
#about {
  padding: 0 0 5rem 0;
  background-color: #f9fafb;
}

.about-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #313131;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .about-heading {
    font-size: 2.25rem;
  }
}

.about-card {
  padding-top: 30px;
  display: flex;
  align-items: center;
  background-color: #f9fafb;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.part-uno {
  flex-basis: 52%;
  width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  color: #313131;
  margin-left: 50px;
  padding: 5px;
}

.part-uno p {
  margin-bottom: 40px;
  padding: 5px;
  width: 100%;
}

/* .part-uno a {
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 38px;
    border: .5px solid #014421;
    margin-top: 20px;
    transition: all .5s;
    margin: 5px;
}

.part-uno a:hover {
    background-color: #014421;
    color: #f9fafb;
} */

.part-dos {
  flex-basis: 46%;
  width: 100%;
  height: 100%;
}

.part-dos img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: top center;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .about-card {
    flex-direction: column;
  }

  .part-uno {
    padding-bottom: 20px;
    margin: 10px;
  }

  .part-uno p {
    /* font-size: smaller; */
  }
}

.cenna {
  width: 100%;
  text-align: center;
}

.kabatuni {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.kabatuni a {
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 38px;
  background-color: #d97706;
  transition: all 0.5s;
  color: #fff;
}

.kabatuni a:hover {
  background-color: #945105;
}

/* Testimonials */
.contain {
  width: 100%;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper {
  /* overflow: hidden; */
  max-width: 1200px;
  margin: 0 10px 55px;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: auto;
}

.slider-wrapper .swiper-pagination-bullet {
  background: hsla(0, 0%, 0%, 1);
  /* background: #418f57; */
  height: 15px;
  width: 15px;
}

.slider-wrapper .swiper-slide-button {
  color: #313131;
  transition: 0.2s ease;
  margin-top: 50px;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #92430b;
}

.card-list .tests {
  /* border-radius: 4px; */
  border-left-color: #418f57;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  user-select: none;
  margin: 15px 0;
}

.tests .vala {
  display: flex;
}

.vala img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
}

.vala p {
  color: #000;
  font-weight: bold;
}

.vala span {
  color: #4d4c4c;
  font-weight: normal;
  font-size: 0.7rem;
}

.tests .conte {
  margin-top: 15px;
  padding: 0 8px;
}

.conte p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Footer */
.footer {
  padding: 50px 50px 20px 50px;
  /* background-color: #b35009; */
  background-color: #014421;
}

.footer .fot_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.footer .fot {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #f8f8f8;
}

.fot a {
  text-decoration: none;
  color: #c4c0c0;
  margin-top: 20px;
}

.fot h2 {
  font-weight: 600;
  font-size: 1.3rem;
}

.fot p {
  color: #c4c0c0;
  margin-top: 20px;
}

.fot .socs {
  width: 200px;
  display: flex;
  align-items: center;
}

.socs a {
  padding: 0px 5px 5px 0;
  color: #f8f8f8;
  margin-right: 25px;
  font-size: 1.5rem;
  transition: all 0.5s;
}

.socs a:hover {
  color: #d97706;
  transform: translateY(-5px);
  transform: translateX(-5px);
}
.socs a img {
  height: 45px;
  width: 45px;
}

.babl {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background-color: #f8f8f8;
  height: 1px;
}

.copyr {
  margin-top: 20px;
  width: 100%;
  padding: 0 20px;
  color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyr a {
  text-decoration: none;
  color: #e2cd11;
}

.copyr a:hover,
.fot a:hover {
  text-decoration: underline;
}

.socs a:hover {
  text-decoration: none;
}
.noa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .noa {
    flex-direction: column;
  }
  .policy {
    margin-top: 20px;
  }
}

/* About Page */
.shujaa_pages {
  position: relative;
  height: 80vh;
  width: 100%;
}

.shujaa_pages img {
  object-fit: cover;
  object-position: center top;
}
.shujaa_pages .black_cover {
  background-image: linear-gradient(180deg, #00000010 0%, #000000c4 100%);
}
.heroholder {
  position: absolute;
  bottom: 20px;
}
.satat {
        object-position: center top;
      }
      .begtaito {
        font-size: 24px;
        font-weight: 700;
        margin: 6px 0 4px;
        font-family: CircularBlack, Arial, sans-serif;
        color: #fff;
      }
      .meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        color: var(--muted);
        margin-bottom: 18px;
        font-size: 14px;
      }
      .meta .chip {
        background: #f6f6f6;
        padding: 8px 12px;
        border-radius: 999px;
      }
.taitoli_page {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #014421;
  background-color: #f8f8f867;
  padding: 15px 30px;
  font-size: 3rem;
  backdrop-filter: blur(10px);
  border-radius: 12px;
}

.aboiat {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  padding: 60px;
}

.abt_container {
  flex-basis: 54%;
  width: 100%;
}
.abt_img {
  flex-basis: 42%;
  width: 100%;
}
.abt_img img {
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .aboiat {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
  }
}

.facts {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.facts h1 {
  font-family: Cereal, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.facts p {
  text-align: center;
}

#facts h2 {
  margin-top: 10px;
}

.update_p {
  margin-top: 40px;
  color: #d97706;
  font-weight: bold;
}

.setet {
  width: 100%;
  text-align: center;
}

/* Founders */
#founders {
  display: flex;
  justify-content: center;
  padding: 70px 40px;
  flex-direction: column;
  margin-bottom: 50px;
}

.matitle {
  margin-top: 20px;
  text-align: center;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  margin-top: 20px;
}

.services-list .wano {
  border-radius: 10px;
  overflow: hidden;
}

.wano .infomesheni {
  padding: 10px 0;
}

.infomesheni p {
  font-weight: bold;
}

.infomesheni span {
  font-size: smaller;
  font-weight: lighter;
}

.haohow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.waowow {
  flex-basis: 56%;
  width: 100%;
  padding: 0 5px;
}

.waowow h2 {
  font-size: 1.4rem;
  color: #313131;
  font-weight: 700;
  margin-bottom: 20px;
}

.heking p {
  margin-bottom: 20px;
}

.waowow a {
  padding: 8px 32px;
  background-color: #d97706;
  border-radius: 32px;
  color: #fff;
  transition: all 0.5s;
}

.waowow a:hover {
  background-color: #92430b;
}

.palepare {
  flex-basis: 42%;
  width: 100%;
  padding: 0 5px;
}

.palepare img {
  width: 100%;
  height: max-content;
  object-fit: contain;
  border-radius: 10px;
}

@media screen and (max-width: 1090px) {
  .haohow {
    flex-direction: column;
  }

  .sengeng {
    flex-direction: column-reverse;
  }

  .palepare,
  .waowow {
    flex-basis: 100%;
    padding: 0 2px;
  }

  .palepare img {
    margin-top: 30px;
  }
}

/* Destinations Page */
.toyo {
  position: relative;
}
.toyo img {
  border-radius: 8px;
  object-fit: contain;
}

.toyo h2 {
  font-size: larger;
  margin-top: 10px;
  color: #014421;
}

.toyo p {
  padding-right: 20px;
  margin: 15px 0;
  margin-bottom: 70px;
}

.toyo a {
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  padding: 5px 36px;
  background-color: #d97706;
  border-radius: 18px;
  transition: all 0.5s ease-in-out;
}
.toyo a:hover {
  background-color: #92430b;
}

/* Destination Pages */
.uwanja {
  padding: 240px 320px 0 320px;
}

.nextprev {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 140px 20px 40px 20px;
}

.nextprev a {
  text-decoration: none;
  color: hsla(0, 0%, 0%, 1);
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}

@media (max-width: 880px) {
  .nextprev a {
    font-size: 1.5rem;
  }
}

@media (max-width: 734px) {
  .nextprev a {
    font-size: 1.2rem;
  }
}

@media (max-width: 610px) {
  .nextprev a {
    margin-right: 10px;
  }
}

@media (max-width: 1040px) {
  .uwanja {
    padding: 200px 80px 0 80px;
  }
}

@media (max-width: 450px) {
  .uwanja {
    padding: 200px 20px 0 20px;
  }
}

/* Cars */
.makejamingi {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.bombo {
  flex-basis: 72%;
  width: 100%;
}

.kalisto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.kambei {
  flex-basis: 26%;
  width: 100%;
}

.kambebe {
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s ease;
}

.kambebe:hover {
  transform: translateY(-5px);
}

.kambebe h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  color: #508a4f;
}

.kambebe p {
  font-size: 0.9rem;
  padding: 0 12px 10px;
  text-align: center;
  color: #555;
}

.kambebe img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  object-position: center;
}

.pei {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.pei p {
  font-size: 0.8rem;
}

.nest h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px;
  color: #508a4f;
}

.nest .title {
  margin-top: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 6px;
  color: #555;
}

.kambei .nest {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 0.09px solid #9c9c9cdc;
  padding: 10px;
}

.bukno {
  margin: 20px 10px;
  display: flex;
  justify-content: center;
}

.bukno a {
  background-color: #d97706;
  color: #fff;
  padding: 6px 45px;
  text-decoration: none;
  border-radius: 32px;
}

@media (max-width: 700px) {
  .makejamingi {
    flex-direction: column;
  }

  .kambei .nest {
    border: none;
    width: min(400px, 98%);
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

@media (max-width: 430px) {
  .kambei .nest {
    border: 0.09px solid #9c9c9cdc;
  }
}

@media (max-width: 1040px) {
  .dest,
  .best {
    margin-top: 70px;
  }
}

/* Gallery */
.filter {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 60px;
}

.filter-btn {
  text-decoration: none;
  border: 0.5px solid #d97706;
  border-radius: 8px;
  padding: 9px 15px;
  text-align: center;
  color: #d97706;
  transition: all 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #d97706;
  color: #fff;
}

/* No Page Page */
.nopage {
  margin-top: 140px;
  padding: auto;
}

@media screen and (max-width: 620px) {
  .shujaa_pages {
    position: relative;
    height: 60vh;
    width: 100%;
  }

  .taitoli_page {
    font-size: 2.2rem;
  }

  .shujaa .findio {
    height: 60vh;
  }

  .babeli {
    height: 60vh;
  }
}
.masoshi {
  margin-top: 35px;
  /* background: #d97706; */
  text-decoration: underline;
  text-align: start;
  /* border-radius: 15px; */
  /* padding: 5px; */
  display: flex;
}
.mahoteli_list {
  padding: 50px 50px 20px 50px;
  margin: 100px 100px 0 100px;
}
.mahoteli {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}
.btshelf {
  padding: 20px 8px;
}

@media screen and (max-width: 580px) {
  .mahoteli_list {
    padding: 20px;
    margin: 20px;
  }
}
.mapakeji {
}
.mapakeji .titile {
  font-size: 27px;
  font-weight: 450;
  font-family: "Poppins", sans-serif;
}
.mapakeji .subtitile {
  font-size: 14px;
}

.filter_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.filter_buttons .filbtn {
  padding: 8px 20px;
  border: 1px solid #5f5e5ec2;
  border-radius: 22px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

.filter_buttons .active {
  background-color: #d97706;
  color: #fff;
  border-color: #d97706;
}

.filter_buttons .filbtn:hover {
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width: 480px) {
  .filter_buttons {
    /* justify-content: center;      */
    gap: 10px;
  }

  /* .filter_buttons .filbtn {
    font-size: 12px;
    padding: 6px 16px;
  } */
}

/* @media (max-width: 768px) {
  .filter_buttons {
    justify-content: center;
  }

  .filter_buttons .filbtn {
    font-size: 13px;
    padding: 7px 18px;
  }
}

@media (min-width: 1200px) {
  .filter_buttons .filbtn {
    font-size: 14px;
    padding: 8px 22px;
  }
} */

.tvlpkg {
  border: 0.65px solid #5f5e5e50;
  margin-bottom: 20px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.tvlpkg .imegi {
  flex-basis: 38%;
  width: 100%;
}
.imegi .imegiyote {
  height: 100%;
  width: 100%;
  color: #000;
  display: none;
}
.tvlpkg .contentet {
  flex-basis: 62%;
  width: 100%;
}
.tvlpkg .contentet .contitop {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.4px solid #5f5e5e50;
}
.tvlpkg .contentet p {
  font-size: 13px;
}
.contitop .fashaf h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.fashaf .pambabamba p {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  color: #fff;
  background-color: #d97706;
  border-radius: 4px;
  width: max-content;
}
.fashaf .rating p {
  color: #d97706;
}
.fashaf .accomodeti {
  margin-top: 20px;
}
.fashaf .accomodeti h3 {
  font-size: 15px;
  font-weight: 550;
  font-family: "Poppins", sans-serif;
}
.sehaf p {
  text-align: end;
}
.sehaf .madola p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
}
.sehaf .papason p {
  font-size: 13px;
}
.tvlpkg .contentet .contibot {
  padding: 18px;
}
.contibot span {
  font-weight: 600;
}
.contibot .revdate {
  margin-top: 20px;
  font-size: 9px;
  color: #1d1c1cbd;
}
.zingam {
  margin-top: 10px;
}

@media screen and (max-width: 870px) {
  .tvlpkg {
    border: none;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .tvlpkg .imegi {
    flex-basis: 100%;
    width: 100%;
  }
  .imegi .imegiyote {
    display: block;
  }
  .imegiyote img {
    object-fit: cover;
    width: 100%;
    height: 210px;
  }
}

@media screen and (max-width: 445px) {
  .tvlpkg .contentet .contitop,
  .tvlpkg .contentet .contibot {
    padding: 1px;
    margin-top: 20px;
  }
  .tvlpkg .contentet .contitop {
    padding-bottom: 20px;
  }
}

#details-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#details-table th,
#details-table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

.supplement-row td {
  background: #fff7e6;
  font-style: italic;
  color: #d97706;
}

@media (max-width: 720px) {
  #details-table th,
  #details-table td {
    font-size: 12px;
    padding: 6px;
  }
}

.summary .right h2 {
  font-family: CircularBlack, Arial, sans-serif;
  font-weight: 570;
  margin-bottom: 10px;
}
.smallpackages {
  height: 10px;
}
.poppack {
  display: flex;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.poppack .imegi {
  flex-basis: 42%;
  width: 100%;
  height: 100px;
}
.poppack .contentname {
  /* flex-basis: 58%; */
  width: 100%;
  padding: 9px;
}
.contentname p {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
.contentname .zimo {
  font-size: 11px;
  color: #313131ad;
}
.poppack:hover {
  transform: scale(1.04);
}
@media screen and (max-width: 900px) {
  .summary {
    flex-direction: column;
  }

  .summary .left,
  .summary .right {
    flex-basis: 100%;
    width: 100%;
    padding: 0 !important;
  }

  .summary .right {
    margin-top: 25px;
  }
}

.right .popdestiny {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  transition: all 0.2s ease-in-out;
}

.right .popdestiny .popdesa {
  position: relative;
  height: 100px;
  width: 140px;
  border-radius: 5px;
  overflow: hidden;
}
.popdesa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.popdesa .inpopdesa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #00000000 50%, #000000ad 100%);
}
.inpopdesa p {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 550;
}
.poppack:hover,
.popdesa:hover {
  transform: scale(1.04);
}

.zanzibar .left {
  display: none;
}
.zanzibar .active {
  display: block;
}
.shujaa_pages .midiro{
  object-position: center 35%;
}
.shujaa_pages .sidiro{
  object-position: center 20%;
}