/* Destination page start  */
.destination-banner__section img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.destination__section .section-wrap h2 {
  color: var(--secondary);
}
.activities__section {
  background-color: #fffbee;
}
.activities__container {
  background-color: #fff;
}
.activities__container a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.activities__container h3 {
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
.destination-content__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.destination-content__wrapper h2 {
  color: var(--secondary);
  margin-bottom: clamp(12px, 3vw, 28px);
}
.destination-content__wrapper P:not(:last-child) {
  margin-bottom: clamp(8px, 2vw, 16px);
}
.discover__section .experience-container h2 {
  position: relative;
  color: var(--secondary);
}
/* Destination page end  */

/* Blog page start  */
.blog-banner__section {
  background-color: transparent;
  background-image: radial-gradient(at top center, #983025 9%, #008133 100%);
}
.blog-banner__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 50px);
}
.blog-banner__wrapper > div {
  flex: 1;
}
.blog-banner__wrapper .entry-content {
  max-width: 530px;
}
.blog-banner__wrapper h3 {
  font-weight: 300;
  color: #fff;
  margin-bottom: clamp(8px, 2vw, 14px);
}
.blog-banner__wrapper h1 {
  color: #fff;
  margin-bottom: clamp(15px, 2vw, 30px);
}
.blog-banner__wrapper p {
  color: #fff;
}
.blog-banner__wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blogs__section ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 15px;
  margin-bottom: clamp(25px, 3vw, 50px);
}
.blogs__section ul.tabs li {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  text-transform: uppercase;
}
.blogs__section ul.tabs li:hover {
  color: var(--secondary);
}
.blogs__section ul.tabs li.active {
  background-color: var(--secondary);
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.blogs__section .three-grid {
  gap: clamp(20px, 3vw, 50px);
}
.blog-cta__wrapper {
  background-color: transparent;
  background-image: linear-gradient(130deg, #008133 0%, #8ab51d 100%);
  padding: clamp(35px, 4vw, 50px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 30px);
  border-radius: 16px;
}
.blog-cta__wrapper h2 {
  color: #fff;
}
.blog-cta__wrapper .btn {
  font-size: clamp(18px, 2vw, 20px);
  padding: 12px 20px;
  border: 2px solid #fff;
}
.blog-cta__wrapper .btn:hover {
  border-color: var(--primary);
}
@media (max-width: 767px) {
  .blog-banner__wrapper {
    flex-direction: column;
    align-items: start;
  }
  .blog-banner__wrapper img {
    height: 350px;
  }
  .blog-banner__wrapper > div {
    width: 100%;
  }
  .blog-banner__wrapper .entry-content {
    max-width: 100%;
  }
  .blog-cta__wrapper {
    flex-direction: column;
    text-align: center;
  }
}
/* Blog page end */

/* Single blog page start */
.single-blog__section .section-wrap div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single-blog__section .section-wrap span {
  background-color: var(--primary);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  color: var(--light);
  text-transform: uppercase;
  white-space: nowrap;
}
.single-blog__section .section-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: rgb(167, 163, 151);
  text-transform: uppercase;
  margin: 0;
}
.single-blog__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(30px, 3vw, 55px);
}
.single-blog__sidebar {
  min-width: 320px;
  position: sticky;
  top: 120px;
}
.single-blog__sidebar .recomendation__container .featured-image img {
  height: 190px;
}
.sidebar-row .row-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
.sidebar-row .row-item img {
  width: 90px;
  min-width: 90px;
  height: 75px;
  object-fit: cover;
  border-radius: 6px;
}
.sidebar-row .row-item h3 {
  font-size: 18px;
  text-transform: none;
}
.sidebar-row .row-item h3 a {
  color: var(--primary);
}
.related-blog__section {
  background-color: #eef5df;
}
@media (max-width: 1200px) {
  .single-blog__sidebar {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .single-blog__wrapper {
    flex-direction: column;
  }
  .single-blog__sidebar {
    position: unset;
    display: flex;
    align-items: start;
    gap: 25px;
  }
  .single-blog__sidebar > div {
    flex: 1;
  }
  .sidebar-row .row-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 567px) {
  .single-blog__sidebar {
    flex-direction: column;
  }
}
/* Single blog page end */

/* Team page start */
.team-banner__section,
.our-team__section,
.our-team-cta__section {
  background-color: #eef5df;
  position: relative;
}
.team-banner__section > svg,
.our-team__section > svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(60px, 5vw, 90px);
  width: 100%;
  transform: rotate(180deg);
}
.team-banner__section .elementor-shape-fill,
.our-team__section .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.team-banner__wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 45px);
  margin-bottom: 40px;
}
.team-banner__wrapper .entry-container {
  padding: 10px 0;
  max-width: 520px;
  width: 100%;
}
.team-banner__wrapper h1 {
  position: relative;
  font-size: clamp(34px, 4vw, 52px);
}
.team-banner__wrapper h1::after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: var(--primary);
  display: block;
  margin-top: clamp(18px, 3vw, 34px);
}
.team-banner__wrapper .entry-content {
  margin-top: clamp(14px, 3vw, 30px);
}
.team-banner__wrapper .featured-image {
  max-width: 580px;
}
.team-banner__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.team-leader__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(15px, 3vw, 45px);
  justify-content: space-between;
}
.team-leader__wrapper:not(:last-child) {
  margin-bottom: clamp(50px, 5vw, 90px);
}
.team-leader__wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.team-leader__wrapper .featured-image {
  max-width: 360px;
}
.team-leader__wrapper .featured-image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.team-leader__wrapper .entry-container {
  max-width: 735px;
  width: 100%;
}
.team-leader__wrapper h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  text-transform: none;
  margin-bottom: 4px;
}
.team-leader__wrapper span {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--secondary);
  font-family: var(--primary-font);
  font-weight: 400;
  margin-bottom: clamp(12px, 2vw, 18px);
  display: block;
}
.team-leader__wrapper a {
  color: var(--primary);
}
.team-leader__wrapper a:hover {
  color: var(--text-2);
}

.our-team__section > svg {
  bottom: auto;
  top: 0;
  transform: unset;
}
.our-team__section .section-wrap {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.our-team__section .section-wrap h2 {
  color: var(--secondary);
}
.our-team__section .our-team__wrapper {
  gap: 35px;
}
.our-team__container > h3 {
  text-transform: none;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 4px;
}
.our-team__container span {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  font-family: var(--primary-font);
  padding: 0 8px;
}
.our-team__container .featured-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}
.our-team__container .featured-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.our-team__container .entry-content {
  background-color: #983025ad;
  padding: 20px;
  position: absolute;
  inset: 0;
  transform: translateY(100%);
  transition: var(--transition);
}
.our-team__container:hover .entry-content {
  transform: translateY(0);
}
.our-team__container .entry-content h3 {
  font-size: 20px;
  color: var(--light);
  margin-bottom: 18px;
}
.our-team__container .entry-content p {
  color: var(--light);
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 989px) {
  .team-banner__wrapper {
    flex-direction: column;
  }
  .team-banner__wrapper .entry-container,
  .team-banner__wrapper .featured-image {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .team-leader__wrapper {
    flex-direction: column !important;
    margin-bottom: 35px !important;
  }
  .team-leader__wrapper .featured-image {
    max-width: 100%;
    width: 100%;
  }
  .our-team__container .featured-image img {
    height: 320px;
  }
}
/* Team page end */

/* All Trip page start */
.all-trip-form form {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: clamp(20px, 2vw, 25px);
  border-radius: 8px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.19);
  margin-bottom: clamp(35px, 4vw, 65px);
}
.all-trip-form form select {
  flex: 2;
}
.all-trip-form form input {
  flex: 1;
  cursor: pointer;
  background-color: #983025;
  border-color: #983025;
  color: var(--light);
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .all-trip-form form {
    flex-direction: column;
  }
}
/* All Trip page end */

/* About us page start */
.about-us__page h3.entry-title {
  font-weight: 300;
  color: var(--primary);
  text-transform: uppercase;
}
.about-us__page h1 {
  margin-bottom: clamp(20px, 3vw, 34px) !important;
}
.about-us__page .content__area {
  max-width: 1024px;
}
.founder-review__section {
  background-color: #008133;
}
.founder-reivew__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
.founder-reivew__wrapper svg {
  height: clamp(28px, 3vw, 42px);
  width: clamp(28px, 3vw, 42px);
  fill: var(--light);
  margin-bottom: 16px;
}
.founder-review__container > p {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
}
.founder-content {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.founder-content img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.founder-content p {
  font-weight: 400;
  font-size: 18px;
  color: var(--light);
  margin: 0;
  line-height: 1;
}
.founder-content span {
  font-style: italic;
  color: #cbc5b5;
  font-size: 16px;
  font-weight: 600;
}
.what-we-do__section .section-wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.what-we-do__section .section-wrap span {
  color: var(--secondary);
  display: block;
}
.what-we-do__wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
.what-we-do__wrapper > div {
  width: calc(50% - 20px);
  text-align: center;
  display: flex;
  justify-content: center;
}
.what-we-do__wrapper > div > div {
  max-width: 460px;
}
.what-we-do__container svg {
  fill: var(--primary);
  width: clamp(34px, 3vw, 56px);
  height: clamp(34px, 3vw, 56px);
  margin-bottom: clamp(10px, 2vw, 20px);
}
.what-we-do__container h3 {
  margin-bottom: 10px;
}
.what-we-do__section .btn {
  margin: clamp(35px, 3vw, 60px) auto 0;
}
@media (max-width: 767px) {
  .founder-reivew__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .founder-review__container:not(:last-child) {
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 25px;
  }
  .what-we-do__wrapper {
    flex-direction: column;
    gap: 26px;
  }
  .what-we-do__wrapper > div {
    width: 100%;
  }
  .what-we-do__wrapper > div:not(:last-child) {
    border-bottom: 1px solid #00813363;
    padding-bottom: 26px;
  }
  .what-we-do__wrapper > div > div {
    max-width: 100%;
  }
}
/* About us page end */

/* Contact us page start */
.contact-us__section .section-wrap {
  max-width: 895px;
}
.contact-us__section .section-wrap h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 2vw, 22px);
}
.contact-us__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(30px, 3vw, 45px);
  padding-top: 20px;
  max-width: 1150px;
}
.contact-us__container {
  max-width: 385px;
  width: 100%;
}
.contact-us__container > div:not(:last-child) {
  margin-bottom: clamp(20px, 3vw, 35px);
}
.contact-us__container span {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary);
  font-family: var(--primary-font);
  display: block;
  margin-bottom: clamp(8px, 2vw, 12px);
}
.contact-us__container p a,
.contact-us__container p {
  font-family: var(--primary-font);
  color: var(--text-1);
  font-weight: 500;
}
.contact-us__container .social-media {
  margin: 0;
}
.contact-us__container .social-media > a {
  background-color: var(--secondary);
  font-size: 18px;
  width: 40px;
  height: 40px;
}
.contact-us__from {
  width: 100%;
}
.contact-us__from input,
.contact-us__from textarea {
  padding: 12px 16px;
  border-color: #cecece;
}
.contact-us__from textarea {
  height: 120px;
}
.contact-us__from form p {
  margin: 0;
}
.contact-us__from form p:not(:last-of-type) {
  margin-bottom: 18px;
}
.contact-us__from form input.wpcf7-submit {
  background-color: var(--primary);
  border-color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  color: var(--light);
}
@media (max-width: 767px) {
  .contact-us__wrapper {
    flex-direction: column;
  }
  .contact-us__container {
    max-width: 100%;
  }
}
/* Contact us page end */
