.banner__section {
  position: relative;
}

.banner__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 25px;
}

.banner__text .odt-grid > div {
  background: #fff;
  padding: 0;
  margin: 0;
}

.banner__text .odt-select {
  background: 0 0;
  height: auto !important;
  border: none;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 43px;
  cursor: pointer;
}

.banner__text button {
  cursor: pointer;
  height: 45px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
}

.search-term-wrapper {
  height: 100%;
}

.banner__text h1 {
  color: #fff;
  letter-spacing: 1px;
  padding: 0;
  font-family: "Calligraffitti", sans-serif;
  text-transform: none;
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
}

.banner__img img {
  width: 100%;
  max-height: 100%;
}

.featured__section {
  background: #f8f8f8;
}

.featured__card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
}

.featured__card__image > a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
}

.featured__card__image > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: #fa68065e;
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0);
  z-index: 1;
}

.featured__card__image > a:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 100%, 0);
}

.featured__card__image > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.featured__card__image > a:hover img {
  transform: scale(1.1);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.featured__card__content {
  padding: 16px 17px;
  background: #fff;
  height: 100%;
}

.featured__card__content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: barlow, sans-serif;
}
.card__facts > div {
  margin-bottom: 5px;
}

.featured__card__content h3 a {
  color: #333;
}

.featured__card__content h3 a:hover {
  color: var(--primary);
}

.card__facts i {
  vertical-align: middle;
  display: inline-block;
  color: var(--primary);
  margin-right: 5px;
}

.card__facts span {
  color: #666;
  margin-right: 5px;
}

.card__facts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.each-activitiy {
  text-align: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.img-wrap {
  border-radius: 100%;
  height: 60px;
  margin-bottom: 17px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.each-activitiy h3 {
  font-size: 20px;
}

.each-activitiy h3 a {
  color: #333;
}

.each-activitiy h3 a:hover {
  color: var(--primary);
}

.each-activitiy:hover {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  margin-top: -9px;
}

.popular__section {
  background-size: cover;
  background-attachment: fixed;
}

.popular__section .heading-wrap h2 {
  color: #fff;
}

.destination-item {
  position: relative;
}

.trip__avail {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.trip__avail i {
  fill: #fff;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
  stroke-width: 2px;
}

.dest-content {
  position: absolute;
  left: 0;
  bottom: 0;

  padding: 20px 20px 20px 25px;
  color: #fff;
  font-family: "goudy bookletter 1911", serif;
  width: 100%;
  background: linear-gradient(to bottom, #0000 30%, #0000008c 100%);
}

.dest-content h3 {
  font-size: 35px;
  font-family: "goudy bookletter 1911", serif;
  text-transform: uppercase;
}
.dest-content h3 a {
  color: #fff;
}

.destination-item > a {
  display: block;
  width: 100%;
  height: 375px;
}

.destination-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore__destination .uk-dotnav > * > * {
  width: 60px;
  height: 2px;
  background: #333;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.destination__slider .owl-dot {
  width: 60px;
  height: 2px;
  background: #333 !important;
  margin-right: 12px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.destination__slider .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.destination__slider .owl-dot.active {
  background: var(--primary) !important;
}

.bg-light {
  background: #fff8ec;
}

.about__content p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.about__us--img {
  position: relative;
}
.about__us--img img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.23);
}

.bottom-images {
  position: absolute;
  top: 230px;
  left: -140px;
  height: 320px;
  max-width: 350px;
  z-index: 1;
}

.bottom-images img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.about__content {
  padding-right: 150px;
}

.about__content .btn {
  margin-top: 20px;
}

.trip__planner--expert {
  padding: 50px 0;
  position: relative;
  background-color: var(--secondary);
  padding-top: 75px;
}
.trip__planner--expert::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  /* background: url(image/hero.png) 0 0 no-repeat; */
  background-size: cover;
  z-index: -1;
}
.trip__planner--expert h2 {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.trip__planner--expert p {
  color: #fff;
  margin: 0;
}
.expert-image-contact {
  text-align: center;
}
.expert-image-contact img {
  margin: auto;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 5px solid var(--primary);
}
.expert-image-contact h3 {
  margin: 8px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.expert-image-contact a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-right: 12px;
}
.expert-image-contact a span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.expert-image-contact a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.trip__month--img > a {
  display: block;
  width: 100%;
  height: 575px;
}

.trip__month--img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip__month__content {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  height: 100%;
  padding: 40px 30px;
}

.trip__month__content h3 {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 0;
  text-shadow: none;
  font-weight: 700;
  margin-bottom: 10px;
}

.trip__month__content h3 a {
  color: var(--primary);
}

.trip__facts__month {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.trip__facts__month > div {
  flex: 0 0 50%;
  padding-bottom: 20px;
  padding-right: 20px;
  color: #444;
  font-size: 17px;
}

.trip__facts__month > div span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 4px;
}

.trip__table {
  overflow-x: auto;
}
.trip__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  border: 1px solid #eee;
}
.trip__table table thead {
  background: rgba(255, 255, 255, 0.5);
}
.trip__table table thead th {
  padding: 16px 12px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  min-width: 100px;
}
.trip__table table tbody tr td {
  font-size: 15px;
  padding: 6px 12px;
  vertical-align: middle;
  color: #333333d0;
  font-weight: 600;
  position: relative;
  min-height: 36px;
  min-width: 100px;
}
.trip__table table tbody tr td::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.23;
  left: 10px;
  color: #000;
  display: none;
  text-align: left;
}
.trip__table table tbody tr {
  background: #fff;
}
.trip__table table tbody tr:nth-child(even),
.trip__table table thead tr {
  background: #f1f1f1;
}
.trip__table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #77777783;
}
.trip__table table tbody tr:first-child {
  border-top: 1px solid #77777783;
}
.trip__table table tbody tr td:not(:last-child),
.trip__table table thead th:not(:last-child) {
  border-right: 1px solid #77777783;
}
.trip__table table td .btn {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
.trip__table table td .btn span {
  padding: 8px 22px 6px;
}
.trip__table table td .disable-btn {
  pointer-events: none;
  background: rgba(51, 51, 51, 0.2);
}
.trip__table table tbody tr td > a {
  color: #000;
}
.trip__table table tbody tr td > a:hover {
  color: var(--primary);
}
.trip__table table tbody tr td > a.btn {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.review__wrapper {
  display: flex;
}

.review__wrapper > a {
  display: block;
  height: 220px;
  padding: 10px;
  width: 220px;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  margin-right: 30px;
}

.review__wrapper > a img {
  height: 200px;
  width: 200px;
  margin-bottom: 12px;
  border: 2px solid var(--primary);
}

.review__content {
  flex: 1;
}

.review__content p {
  font-size: 18px;
  font-style: italic;
}

.review__content h3 {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}

.review__loc {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

.review__rating i {
  color: var(--primary);
}

.clients__section .odt-grid > div {
  position: relative;
  padding-left: 60px;
}
.clients__section .odt-grid > div:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #bdbdbd;
  left: 30px;
}

.experience__section .heading-wrap h2 {
  margin-bottom: 20px;
}

.video__wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  padding: 10px;
}

.video__wrapper iframe {
  aspect-ratio: 4/3;
  height: auto;
}

.exp__videos {
  margin-top: 30px;
}

.banner__text .odt-grid {
  margin: 0;
}

.blog__wrapper {
  border: 1px solid var(--primary);
  padding: 15px;
}

.blog__wrapper h3 {
  font-size: 20px;
  line-height: 1.2;
}

.tripadvisior__choice a {
  float: left;
  max-width: 500px;
  margin-right: 30px;
}

.tripadvisior__choice h2,
.tripadvisior__choice h3 {
  color: var(--primary);
  margin-bottom: 12px;
}

.tripadvisior__choice p {
  margin-bottom: 12px;
}

.tripadvisior__choice h2 {
  margin-top: 0;
}

.tripadvisior__choice h3 {
  font-size: 20px;
}
