/* Banner section  */
.banner__section {
  position: relative;
  overflow: hidden;
}
.banner__section::after {
  content: "";
  background-image: url(../img/top-destination-bg.png);
  background-size: auto;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -4px;
  left: 0;
  z-index: 2;
  right: 0;
}
.banner-slider img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.banner-content {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: absolute;
  top: 30%;
  transform: translateY(-20px);
  left: 0;
  right: 0;
  z-index: 9;
}
.banner-content form {
  position: relative;
  margin: 22px 0 0;
  z-index: 1;
}
.banner-content form input {
  width: 100%;
  background-color: #ffffff14;
  border: 0.86px solid #ffffff69;
  border-radius: 50px;
  padding: 14px 60px 14px 18px;
  backdrop-filter: blur(38.400001525878906px);
  color: var(--light);
}
.banner-content form input::placeholder {
  color: var(--light);
}
.banner-content form button {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  background-color: var(--light);
  border: unset;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  cursor: pointer;
}
.banner-content form button svg {
  position: relative;
}
.banner-wrapper {
  max-width: 1620px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.about-us-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 460px;
}
.about-us-wrapper > div {
  display: flex;
  align-items: start;
  gap: 10px;
}
.about-us-wrapper img {
  max-width: 31px;
  min-width: 31px;
}
.about-us-wrapper p {
  font-size: 14px;
  font-weight: 600;
  color: var(--light);
}
.banner-wrapper .entry-container {
  max-width: 370px;
}
.banner-wrapper .entry-container p {
  font-size: 14px;
  color: var(--light);
  font-weight: 500;
}
.blur-layer {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0));
  z-index: 1;
}
.tripadvisor-logo {
  position: absolute;
  right: 30px;
  bottom: 8%;
  z-index: 9;
}
@media (max-width: 1600px) {
  .tripadvisor-logo {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .banner-slider img {
    height: 90vh;
  }
  .banner-wrapper .entry-container {
    display: none;
  }
  .about-us-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 989px) {
  .banner-slider img {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .banner-slider img {
    height: 70vh;
  }
}
@media (max-width: 567px) {
  .banner__section {
    overflow: visible;
  }
  .banner__section::after {
    content: unset;
  }
  .banner-slider img {
    height: 60vh;
  }
  .blur-layer {
    display: none;
  }
  .banner-wrapper {
    position: static;
    margin-top: 30px;
  }
  .about-us-wrapper p {
    color: var(--text-2);
  }
  .about-us-wrapper {
    max-width: 100%;
  }
  .about-us-wrapper img {
    filter: brightness(0);
    opacity: 0.8;
  }
  .tripadvisor-logo {
    bottom: 28%;
  }
}
@media (max-width: 460px) {
  .tripadvisor-logo {
    bottom: 32%;
  }
}
@media (max-width: 400px) {
  .about-us-wrapper {
    grid-template-columns: 1fr;
  }
  .about-us-wrapper > div {
    align-items: center;
  }
  .tripadvisor-logo {
    bottom: 34%;
  }
}
@media (max-width: 370px) {
  .tripadvisor-logo {
    bottom: 36%;
  }
}
/* Banner section  */

/* Top Destination section  */
.top-destination__section {
  position: relative;
  overflow: visible;
}
.top-destination__section::before {
  /* content: "";
  background-image: url(../img/top-destination-bg.png);
  background-size: auto;
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -170px;
  left: 0;
  z-index: 2;
  right: 0; */
}
.top-destination__section .wrapper {
  max-width: 1020px;
  position: relative;
  z-index: 4;
}
.top-destination__section .best-selling__section .wrapper {
  max-width: 1640px;
}
.top-destination-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-rows: repeat(4, 1fr); */
  gap: 20px;
}
.top-destination-container:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 4 / span 4;
}
.top-destination-container:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
}
.top-destination-container:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
.top-destination-container a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-destination-container a::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.5%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
}
.top-destination-container img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: var(--transition);
}
.top-destination-container:hover img {
  transform: scale(1.1);
}
.top-destination-container:first-child img {
  height: 600px;
}
.top-destination-container .entry-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  max-width: 188px;
  z-index: 2;
}
.top-destination-container h3 {
  color: var(--light);
  margin: 0 0 5px;
}
.top-destination-container p {
  color: #dadada;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.top-destination-container span {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 8px;
  background-color: #dbffda;
  font-size: 14px;
  font-weight: 500;
  color: #5a665a;
  padding: 8px 12px;
  width: fit-content;
  letter-spacing: -1%;
  z-index: 2;
}
@media (max-width: 989px) {
  .top-destination-wrapper {
    gap: 15px;
  }
  .top-destination-container span {
    top: 20px;
    left: 20px;
  }
  .top-destination-container .entry-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .top-destination-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .top-destination-container {
    width: calc(50% - 7.5px);
  }
  .top-destination-container img {
    height: 290px !important;
  }
}
@media (max-width: 567px) {
  .top-destination-container {
    width: 100%;
  }
}
/* Top Destination section  */

/* Best Selling section  */
.best-selling__section .section-wrap.center {
  max-width: 410px;
}
.best-selling-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
}
.best-selling-container {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 55.62%, #d0eae9 100%);
  border: 1px solid #0000001a;
  transition: var(--transition);
}
.best-selling-container:hover {
  box-shadow:
    0px 1px 3px 0px #00696b1a,
    0px 5px 5px 0px #00696b17,
    0px 11px 7px 0px #00696b0d,
    0px 20px 8px 0px #00696b03,
    0px 31px 9px 0px #00696b00;
}
.best-selling-container .featured-image {
  position: relative;
  overflow: hidden;
}
.best-selling-container .featured-image a img {
  width: 100%;
  height: 296px;
  object-fit: cover;
  transition: var(--transition);
}
.best-selling-container:hover .featured-image a img {
  transform: scale(1.1);
}
.best-selling-container .featured-image .days {
  position: absolute;
  top: 20px;
  right: 20px;
}
.best-selling-container .days img {
  max-height: 64px;
}
.best-selling-container .days div {
  position: absolute;
  bottom: 10px;
  left: 18px;
  text-align: center;
}
.best-selling-container .days span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3%;
  color: var(--light);
  line-height: 1;
}
.best-selling-container .days p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -1%;
  color: var(--light);
  line-height: 1;
}
.best-selling-container .entry-container {
  padding: 25px 20px;
}
.best-selling-container .entry-container > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.best-selling-container .entry-container > div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0000000d;
  box-shadow: 0px 1px 0px 0px #ffffff59;
}
.reviews {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--text-3);
}
.reviews i {
  color: #06a600;
  margin-right: 2px;
}
.pricing p {
  font-size: 14px;
  margin: 0;
  color: var(--text-3);
}
.pricing span {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3%;
  line-height: 1;
}
@media (max-width: 767px) {
  .best-selling-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (max-width: 567px) {
  .best-selling-container .entry-container {
    padding: 20px;
  }
  .best-selling-container .featured-image a img {
    height: 240px;
  }
  .best-selling-container .entry-container > div:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* Best Selling section  */

/* Why us section  */
.why-us__section {
  background-color: #e8f3f2;
}
.why-us__section .section-wrap.center {
  max-width: 715px;
}
.why-us-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 962px;
  margin: 0 auto;
}
.why-us-wrapper > div {
  width: calc(50% - 10px);
  background-color: var(--light);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: start;
  border: 1px solid #1e38341a;
  box-shadow:
    -4px 0px 0.1px 0px #1e3834cc,
    0px 0px 0px 0px #1e383440;
}
.why-us-container .entry-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(25px, 3vw, 40px);
}
.why-us-container .icon {
  width: 46px;
  height: 47px;
  border-radius: 8px;
  background-color: #f4f9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 1px 1px 2px 0px #00000040;
}
.why-us-container .icon img {
  max-width: 32px;
}
.why-us-container h3 {
  margin-bottom: 8px;
}
.why-us__section .outline-btn {
  margin: clamp(30px, 3vw, 45px) auto 0;
}
@media (max-width: 989px) {
  .why-us-container .icon {
    margin-bottom: 16px;
    width: 38px;
    height: 39px;
  }
  .why-us-container .icon img {
    max-width: 24px;
  }
  .trending-tour-slider .slick-arrow {
    top: 36%;
    transform: translate(0, -36%);
  }
}
@media (max-width: 567px) {
  .why-us-wrapper > div {
    width: 100%;
  }
}
/* Why us section  */

/* Trending Tours section  */
.trending-tours__section .section-wrap.center {
  max-width: 550px;
}
.trending-tour-slider {
  position: relative;
}
/* .trending-tour-slider::after {
  content: "";
  width: 25%;
  height: 100%;
  position: absolute;
  right: -7%;
  top: 0;
  background: linear-gradient(270deg, #fff 28.37%, rgba(255, 255, 255, 0) 100%);
} */
/* .trending-tour-slider .slick-arrow.slick-disabled {
  display: none !important;
} */
.trending-tour-container .featured-image {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.trending-tour-container .featured-image img {
  height: 342px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.trending-tour-container:hover .featured-image img {
  transform: scale(1.1);
}
.trending-tour-container .entry-container > div:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.trending-tour-container .entry-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.trending-tour-container .entry-content > div:first-child {
  max-width: 336px;
}
.tour-facts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tour-item {
  display: flex;
  align-items: start;
  gap: 10px;
  position: relative;
}
.tour-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 23px;
  background-color: #e5e5e5;
  margin: 6px 20px 0 10px;
}
.tour-item img {
  max-height: 22px;
  margin-top: 3px;
}
.tour-item span {
  color: var(--text-3);
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}
.tour-item p {
  color: #869491;
  line-height: 1.2;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .trending-tour-slider::after {
    content: unset;
  }
}
@media (max-width: 567px) {
  .trending-tour-container .entry-content {
    flex-direction: column;
    align-items: start;
  }
  .trending-tour-container .entry-content > div:first-child {
    max-width: 100%;
  }
}
/* Trending Tours section  */

/* Things to do section  */
.things-to-do__section {
  position: relative;
}
.things-to-do__section .wrapper-small {
  position: relative;
  z-index: 1;
}
.things-to-do__section::before {
  content: url(../img/things-left.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.things-to-do__section::after {
  content: url(../img/things-right.png);
  position: absolute;
  right: 0;
  top: 0;
}
.things-to-do__section .section-wrap.center {
  max-width: 478px;
}
.things-to-do-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}
.things-to-do-container:nth-child(1) {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
}
.things-to-do-container:nth-child(2) {
  grid-column: span 3 / span 3;
  grid-row: span 4 / span 4;
  grid-column-start: 5;
}
.things-to-do-container:nth-child(3) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 8;
}
.things-to-do-container:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.things-to-do-container:nth-child(5) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
.things-to-do-container:nth-child(6) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 8;
  grid-row-start: 3;
}
.things-to-do-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.things-to-do-container:hover img {
  transform: scale(1.1);
}
.things-to-do-container a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.things-to-do-container a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 57.77%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}
.things-to-do-container h3 {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 20px;
  z-index: 2;
  color: var(--light);
}
@media (max-width: 1200px) {
  .things-to-do-wrapper {
    gap: 15px;
  }
  .things-to-do-container h3 {
    left: 20px;
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .things-to-do-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .things-to-do-wrapper > div {
    width: calc(50% - 7.5px);
  }
  .things-to-do-container img {
    height: 240px;
  }
}
@media (max-width: 567px) {
  .things-to-do-container img {
    height: 180px;
  }
  .things-to-do-wrapper > div {
    width: 100%;
  }
}

/* Things to do section  */

/* CTA section  */
.cta-wrapper {
  position: relative;
  overflow: hidden;
}
.cta-wrapper::before {
  content: url(../img/cta-bg.png);
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateX(-20%);
}
.cta-wrapper img {
  width: 100%;
  border-radius: 12px;
  height: 511px;
  object-fit: cover;
}
.cta-wrapper .section-wrap {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-28%, -50%);
  max-width: 355px;
  width: 100%;
}
.cta-wrapper span.subtitle {
  font-size: clamp(24px, 3vw, 32px);
}
.cta-wrapper .section-wrap h2 {
  font-size: clamp(28px, 3vw, 38px);
}
.cta-wrapper .btn {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .cta-wrapper .section-wrap {
    left: 32%;
    transform: translate(-32%, -50%);
  }
  .cta-wrapper img {
    height: 430px;
  }
}
@media (max-width: 1024px) {
  .cta-wrapper .section-wrap {
    left: 38%;
    transform: translate(-38%, -50%);
  }
  .cta-wrapper img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper::before {
    content: unset;
  }
  .cta-wrapper::after {
    content: "";
    background: var(--light);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cta-wrapper .section-wrap {
    z-index: 1;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 430px;
    padding: 0 25px;
  }
  .cta-wrapper .btn {
    margin: 20px auto 0;
  }
  .cta-wrapper img {
    height: 360px;
  }
}
/* CTA section  */

/* Traveler Review section  */
.traveler-review__section {
  background-color: #f5f1ec;
  position: relative;
  overflow: hidden;
}
.traveler-review__section::after {
  content: "";
  background-image: url(../img/review-bg.png);
  background-repeat: repeat;
  position: absolute;
  inset: 0;
}
.traveler-review__section .wrapper {
  position: relative;
  z-index: 1;
}
.review-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 16px;
}
.review-form > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-form > div > div {
  box-shadow: 0px 0px 6px 0px #aa9b8733;
  background-color: var(--light);
  border-radius: 12px;
}
.review-form a {
  padding: 6px 12px;
  display: block;
}
.review-form span {
  font-size: 14px;
  color: var(--text-3);
}
.traveler-review-slider .slick-list {
  padding-top: 48px;
}
.traveler-review-slider .slick-prev,
.traveler-review-slider .slick-next {
  top: 58%;
}
.traveler-review-slider .slick-track {
  display: flex;
}
.traveler-review-container {
  box-shadow: 0px 0px 6px 0px #aa9b8733;
  background-color: var(--light);
  border-radius: 12px;
  padding: 30px 35px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.traveler-review-container img {
  width: 84px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--light);
  margin-top: -75px;
  margin-bottom: 12px;
}
.traveler-review__section .traveler-review-container .entry-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.traveler-review-container .entry-content p {
  color: var(--text-3);
}
.reviewer-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px;
}
.reviewer-details span {
  font-weight: 500;
  color: var(--text-1);
}
.reviewer-details p {
  color: #869491;
}
.rating {
  white-space: nowrap;
}
.rating i {
  color: #fcbf02;
}
.traveler-review__section .btn {
  margin: clamp(30px, 3vw, 45px) auto 0;
}
@media (max-width: 567px) {
  .traveler-review-container {
    padding: 20px 24px;
  }
  .reviewer-details {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
  }
}
/* Traveler Review section  */

/* Blog Article section  */
.blog-article-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 25px;
}
.blog-article-container {
  background-color: #f7f5ee;
  padding: 12px;
  border-radius: 10px;
}
.blog-article-container img {
  width: 100%;
  height: 297px;
  object-fit: cover;
  border-radius: 8px;
}
.blog-article-container .entry-container {
  padding: 22px 15px 20px;
}
.blog-article-container .entry-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.blog-article-container .entry-container span {
  color: #75847e;
  font-size: 14px;
  font-weight: 500;
}
.blog-article-container h3 {
  margin-bottom: 8px;
}
.blog-article-container p {
  color: #5b6d69;
}
@media (max-width: 767px) {
  .blog-article-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
@media (max-width: 567px) {
  .blog-article-container img {
    height: 240px;
  }
  .blog-article-container .entry-container {
    padding: 20px 15px 15px;
  }
}
/* Blog Article section  */

/* Subscribe section  */
.subscribe-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  overflow: hidden;
  background-color: #f7f5ee;
  border: 1px solid #1e383426;
  border-radius: 12px;
  padding: clamp(20px, 2vw, 25px);
}
.subscribe-wrapper::before {
  content: "";
  background-image: url(../img/subscribe-bg.png);
  background-repeat: repeat;
  position: absolute;
  inset: 0;
}
.subscribe-wrapper > div {
  flex: 1;
  position: relative;
  z-index: 1;
  border: 1px solid #1e383426;
  background-color: var(--light);
  border-radius: 8px;
  padding: clamp(15px, 2vw, 25px);
}
.subscribe-wrapper > div.subscribe-left {
  flex: 2.5;
}
.subscribe-left form {
  position: relative;
  border: 1px solid #e9e9e9;
  background-color: var(--light);
  border-radius: 12px;
  margin: 14px 0;
  overflow: hidden;
}
.subscribe-left form p {
  margin: 0;
}
.subscribe-left form input {
  border: unset;
  border-radius: 0;
  background-color: unset;
  padding: 18px;
}
.subscribe-left form p:has(.wpcf7-submit) {
  position: relative;
  background-color: #06a600;
  transition: var(--transition);
  position: absolute;
  right: 6px;
  top: 6.5px;
  cursor: pointer;
  width: 55px;
  height: 44px;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
/* .subscribe-left form p:has(.wpcf7-submit)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    294.5deg,
    rgba(29, 88, 35, 0.9) 54.65%,
    rgba(29, 88, 35, 0) 116.14%
  );
  top: 0;
  transition: var(--transition);
} */
.subscribe-left form p:has(.wpcf7-submit)::after {
  content: url(../img/subscribe-arrow.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.subscribe-left form p:has(.wpcf7-submit) input {
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.subscribe-left form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 16px;
  top: 8px;
  z-index: 9;
}
.subscribe-left > p,
.subscribe-left > p a {
  color: #8e9994;
  font-size: 16px;
}
.subscribe-left > p a {
  text-decoration: underline;
}
.traveller-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: var(--light);
  border: 1px solid #00000033;
  border-radius: 12px;
  padding: 14px;
}
.traveller-rating p {
  font-size: 14px;
  color: #919e9c;
  margin: 0;
}
.traveller-rating > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.traveller-rating > div > div {
  display: flex;
  align-items: center;
  gap: 2px;
}
.traveller-rating span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #37aa6c;
}
.reviews-button {
  display: flex;
  gap: 6px;
}
.reviews-button a {
  font-size: 14px !important;
  flex: 1;
}
.subscribe-right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .subscribe-left {
    padding-right: 20px;
  }
  .subscribe-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .reviews-button {
    flex-direction: column;
  }
  .reviews-button a {
    width: 100% !important;
  }
}
@media (max-width: 989px) {
  /* .subscribe-wrapper > div {
    flex-direction: column;
    align-items: start;
  } */
  /* .subscribe-right > div {
    width: 100%;
  } */
}
@media (max-width: 767px) {
  .subscribe-wrapper {
    flex-wrap: wrap;
  }
  .subscribe-wrapper > div.subscribe-left {
    width: 100%;
    flex: unset;
  }
  .subscribe-wrapper > div {
    flex: unset;
    width: calc(50% - 15px);
  }
  .reviews-button {
    flex-direction: row;
  }
  .subscribe-left {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .reviews-button {
    flex-direction: column;
  }
  .subscribe-right {
    flex-direction: column;
    align-items: start;
  }
}
/* Subscribe section  */

/* Tripadvisor review section  */
.tripadvisor-reviews-section {
  display: block;
}
/* Tripadvisor review section  */
