*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

*::selection {
  background: #291c1b;
  color: #ffffff;
  text-shadow: none;
}

img,
video {
  user-select: none;
}

img {
  width: 100%;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #15a14a;
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}

html::-webkit-scrollbar {
  width: 0.4rem;
}

html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #15a14a;
}

:root {
  --green: #922003;
  --dark-color: #219150;
  --black: #444;
  --light-color: #666;
  --border: 0.1rem solid rgba(0, 0, 0, 0.1);
  --border-hover: 0.1rem solid var(--black);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* global classes */

body {
  background-color: #f5f3ec;
  background-attachment: fixed;
  font-family: "Lexend Deca", sans-serif;
  opacity: 1;
  -webkit-animation: fadein 0.8s !important;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.8s !important;
  /* Firefox < 16 */
  -ms-animation: fadein 0.8s !important;
  /* Internet Explorer */
  -o-animation: fadein 0.8s !important;
  /* Opera < 12.1 */
  animation: fadein 0.8s !important;
}

body::before {
  content: "";
  display: block;
  background-image: url(https://goodearthtours.com/wp-content/plugins/uicore-framework/assets/img/noise.webp);
  background-image: url(../images/noise.webp);
  opacity: 0.4;
  background-repeat: repeat;
  background-size: 257px auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 99999998;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

section {
  padding: 3rem 9%;
}

@media only screen and (max-width: 991px) {
  section {
    padding: 2.5rem 6.5%;
  }

  .section--title h4 {
    padding: 0.5rem 0rem !important;
  }
}

.section--title {
  display: block;
  max-width: 50%;
  margin: 0 auto 40px;
  text-align: center;
}

.section--title.our-services {
  margin: 0 auto 20px;
}

.services {
  padding-top: 1rem !important;
}

.our-services .intro-content-header {
  font-size: 20px !important;
}

@media screen and (min-width: 1200px) {
  .section--title {
    max-width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .section--title {
    max-width: none;
    text-align: left;
  }
}

.section--title h4 {
  color: #920803;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  font-family: "Verlag";
  font-weight: 600;
}

.section--title p {
  color: #453e38;
  color: #a64c0f !important;
  line-height: 1.1;
  font-weight: 600;
  font-size: 35px;
  font-family: "Work Sans Regular";
  padding-top: 1rem !important;
}

.title--container {
  padding-bottom: 2rem;
  line-height: 1.2;
  text-align: center;
}

.title--container h2 {
  font-family: "Dosis", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #2b1103;
}

.underline {
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 750px) {
  .underline {
    text-align: left;
  }
}

.underline .line {
  width: 5rem;
  height: 2px;
  background-color: #444444;
  display: inline-block;
}

.title--container h3 {
  font-family: "Dosis", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 300;
}

.title--container p {
  font-family: "Dosis", sans-serif;
  padding-bottom: 0.8rem;
  color: #444444;
  font-size: 2rem;
  letter-spacing: 3px;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.title--container p i {
  font-size: 1.4rem !important;
}

.read--more-about {
  display: inline-block;
  padding: 0.7rem;
  border: 1px solid #f0f7dd;
  background: #6b0400;
  box-shadow:
    rgba(255, 255, 255, 0.5) 0px 2px 0px,
    rgba(255, 255, 255, 0.5) 0px 1px 0px inset;
}

.read--more-about a {
  padding-bottom: 2px;
  font-weight: 600;
  color: #fff;
  font-family: "Lexend Deca";
  /* font-size: 1.65rem; */
  font-size: 1.4rem;
  text-align: center !important;
}

.read--more-about a i {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  border-radius: 9999px;
  /* background-color: #fdfdff; */
  color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* inquery */

.inquery--container {
  position: fixed;
  display: none;
  opacity: 0;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.inquery--container.inquery--is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  opacity: 1;
}

.inquery--Content {
  display: flex;
  position: relative;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.6) 100%
    ),
    url(../images/map-2.png) center / cover;
  background-attachment: scroll, scroll;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
  background-color: #fcfaf2;
  max-height: 80vh;
}

.inquery--top-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 24px;
  z-index: 2;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.inquery--top-content p {
  font-family: "Abel";
  font-size: 1.6rem;
  font-weight: 600;
  color: #611801;
}

.inquery--top-content i {
  background: #f7fff7;
  color: #878787;
  font-size: 2.4rem;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.inquery--details {
  display: block;
  padding-top: 40px;
  overflow-y: scroll;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .inquery--details {
    scroll-behavior: smooth;
  }
}

.inquery--details-parts {
  max-width: 1024px;
}

.inquery--part-one {
  display: flex;
  flex-direction: column;
}

.part--one-content {
  display: flex;
}

@media screen and (min-width: 992px) {
  .part--one-content {
    width: 50%;
  }

  .inquery--part-one {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 576px) {
  .part--one-content {
    width: 100%;
  }
}

.part--one-inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.part--one-inner h2 {
  margin: -14px 0px 20px;
  color: rgb(66, 66, 66);
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.2;
}

.default {
  padding-bottom: 2rem;
}

.default p {
  margin-bottom: 16px;
  font-family: "Lexend Deca";
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #424242;
  font-style: normal;
}

.default p a {
  cursor: pointer;
  opacity: 1;
  text-decoration: underline !important;
  -moz-box-align: center;
  align-items: center;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lexend Deca";
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

.default a {
  cursor: pointer;
  opacity: 1;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: "Lexend Deca";
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

.default a.whatsapp {
  display: inline-block;
  padding: 14px 40px;
  color: #38231a !important;
  border: 1px solid #d7d3cc6c;
  background-color: #f6f3ee8f;
}

.part--two-content {
  display: flex;
}

@media screen and (min-width: 576px) {
  .part--two-content {
    width: 100%;
  }
}

.part--two-inner-content {
  display: flex;
  flex-direction: column;
  margin: auto auto 20px;
  padding: 0 20px;
  width: 100%;
}

.form--container {
  margin: 0px;
  min-width: 0px;
  width: 100%;
}

.form--itself {
  width: 100%;
}

.form--contents {
  display: flex;
  flex-flow: column wrap;
  flex-direction: column;
  margin: 0px -15px;
}

@media screen and (min-width: 576px) {
  .form--contents {
    flex-direction: row;
  }
}

.form--title {
  margin: 0px 0px 12px;
  width: 100%;
  padding-left: 15px;
  flex: 0 1 auto;
}

.form--title h2 {
  color: #424242;
  font-family: "Abel";
  font-size: 20px;
  font-size: 18px;
}

.form-field {
  margin: 0px 0px 16px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 1 auto;
}

.input--field {
  position: relative;
  margin: 0px 0px 16px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 1 auto;
}

@media screen and (min-width: 576px) {
  .input--field {
    width: 50%;
  }
}

.input--field label {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-size: 12px;
  line-height: 1.625;
  color: #424242;
}

.input--field input {
  position: relative;
  appearance: none;
  width: 100%;
  font-size: 13px;
  padding: 8px;
  font-family: "Lexend Deca";
  background-color: #f7fafc;
  border: 1px solid rgb(215, 211, 204);
  background-color: #faf1e5;
  /* border-top: 1px solid #d7d3cc33; */
  opacity: 0.7;
}

.default--div-prefer {
  padding-bottom: 0.4rem;
}

.default--div-prefer span {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-size: 12px;
  color: #424242;
}

.form-field .prefered--check-box {
  display: inline-block;
  margin: 0px 16px 0px 0px;
}

.prefered--check-box label {
  display: flex;
  position: relative;
  font-family: "Lexend Deca";
  font-size: 12px;
  color: #424242;
  margin-bottom: 1px;
  caret-color: transparent;
  cursor: pointer;
  text-transform: none;
  cursor: pointer;
}

.prefered--check-box input {
  position: absolute;
  border: 0px none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
  width: 1px;
}

.prefered--check-box span {
  position: relative;
  border: 2px solid #d6d6d6;
  background: #ffffff;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 8px;
}

.prefered--check-box .success span {
  border: 2px solid #2ecc71 !important;
}

.prefered--check-box .error span {
  border: 2px solid #e74c3c !important;
}

.input-checkbox:checked + .input--indicator::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(44, 44, 44);
  border-radius: 50%;
  margin: 4px;
}

.input--field span {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-size: 12px;
  line-height: 1.625;
  color: #424242;
}

.input--field .default--select {
  width: 100%;
  color: #011c01;
}

.selection-contaner {
  position: relative;
  width: 100%;
}

.destination--field {
  margin: 0px 0px 16px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 1 auto;
}

@media screen and (max-width: 576px) {
  .destination--field {
    width: 100%;
  }
}

.destination--field span {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-size: 12px;
  line-height: 1.625;
  color: #424242;
}

.input--field textarea {
  text-align: left !important;
  border-radius: 0px;
  appearance: none;
  position: relative;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 100;
  font-size: 14px;
  padding: 8px;
  background-color: #f6f3ee;
  color: black;
  border: 1px solid #d7d3cc;
  opacity: 0.6;
}

.input--field.success textarea {
  border: 1px solid #2ecc71 !important;
}

.input--field.error textarea {
  border: 1px solid #e74c3c !important;
}

.selection-container--outer,
.hear--container-outer,
.destinations--container-outer,
.purposes-contaner--outer {
  display: flex;
  position: relative;
  justify-content: space-between;
  -moz-box-pack: justify;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  border: 1px solid #d7d3cc;
  background: #f7fafc;
  border: 1px solid rgb(215, 211, 204);
  background-color: #faf1e5;
  min-height: 38px;
  min-height: 34px;
  font-family: sofia-pro, sans-serif;
  cursor: point;
  transition: all 100ms ease 0s;
}

.success .selection-container--outer,
.success .hear--container-outer,
.success .destinations--container-outer,
.success .purposes-contaner--outer {
  border-color: #2ecc71;
}

.error .selection-container--outer,
.error .hear--container-outer,
.error .destinations--container-outer,
.error .purposes-contaner--outer {
  border: 1px solid #e74c3c;
}

.container--outer-one {
  position: relative;
  display: grid;
  flex: 1 1 0%;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
  padding: 2px 8px;
}

.selection--placeholder {
  color: #808080;
  grid-area: 1 / 1 / 2 / 3;
  margin-left: 2px;
  margin-right: 2px;
}

.form--itself .selection--placeholder {
  font-family: "Lexend Deca";
  font-size: 13px;
}

.container--outer-two {
  margin: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  visibility: visible;
  color: rgb(51, 51, 51);
  flex: 1 1 auto;
  display: inline-grid;
  grid-area: 1 / 1 / 2 / 3;
  grid-template-columns: 0px min-content;
  box-sizing: border-box;
}

.selection-contaner input {
  color: inherit;
  background: 0px center;
  opacity: 0;
  width: 100%;
  grid-area: 1 / 2;
  font: inherit;
  min-width: 2px;
  border: 0px none;
  padding: 0px;
}

.mshale--container {
  -moz-box-align: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
}

.mshale--container span {
  align-self: stretch;
  background-color: #cccccc;
  margin-bottom: 8px;
  margin-top: 8px;
  width: 1px;
}

.mshale--icon {
  color: #cccccc;
  display: flex;
  padding: 8px;
  transition: color 150ms ease 0s;
  box-sizing: border-box;
}

.mshale--icon i {
  position: relative !important;
  top: initial !important;
  right: initial !important;
  visibility: visible !important;
  font-size: 14px !important;
}

.is--active-icon .mshale--icon i {
  transform: rotate(180deg);
}

.btn--container {
  min-width: 0px;
  margin-top: 1.2rem;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 1 auto;
}

.btn--container-inner {
  appearance: none;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: none;
  font-family: "Dosis", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  padding: 8px 25px;
  margin-bottom: 0.8rem;
  margin-right: 0.5rem;
  color: #922003 !important;
  background-color: #f6f3ee;
  border: 1px solid #d7d3cc54;
  letter-spacing: 3px;
  font-size: 1.2rem;
  font-weight: 800;
}

.btn--container-inner:hover {
  opacity: 0.9;
}

.inquery--part-two {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -moz-box-pack: center;
  -moz-box-align: center;
  text-align: center;
  margin: 0px;
  padding: 9px;
  background-color: #f6f3eedc;
  border-top: 1px solid #d7d3cc33;
}

.inquery-part-two-image-co {
  /* width: 70px; */
  height: 60px;
}

.inquery-part-two-image-co img {
  height: 40px;
}

.tragez--social-icons {
  display: flex;
  margin: 7px 0px 0px;
  margin-top: 7px;
}

.tragez--social-icons a i {
  line-height: 4rem;
  text-align: center;
  color: #922003;
  margin: 0 0.25rem;
  padding: 0.5rem;
  border-radius: 50%;
  border-bottom: 1px solid #50394c42;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.tragez--social-icons a i:hover {
  transform: scale(0.9);
}

.share--icons {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 20px;
}

.default--bottom-text {
  padding: 2rem 0.4rem 0;
}

.default--bottom-text span {
  font-size: 14px;
  font-family: "DM Sans Medium", sans-serif;
  line-height: 1.45;
  color: #424242;
}

.default--bottom-text span a {
  color: inherit;
}

.options-container,
.hear--about-container {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.purposes--container,
.destinations--inquery-container {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.options-container ul,
.hear--about-container ul,
.destinations--inquery-container ul,
.purposes--container ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  min-height: 100%;
  flex-wrap: wrap;
  min-height: auto;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform: translate3d(0, -62.5rem, 0);
  pointer-events: none;
  transition: all 0.4s ease;
}

.options-container ul.options-items,
.hear--about-container ul.hear-items,
.destinations--inquery-container ul.destination-items,
.purposes--container ul.purpose-items {
  left: 0;
  margin-top: 0.5rem;
  height: auto;
  background: #f7fafc;
  box-shadow: 0 4px 20px #1a1a1a1a;
  opacity: 0;
  display: none;
}

.options-container ul li,
.hear--about-container ul li,
.destinations--inquery-container ul li,
.purposes--container ul li {
  align-items: center;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
  transition: all 0.4s ease;
  width: 100%;
}

.options-items li a,
.hear-items li a .destination-items li a,
.purpose-items li a {
  color: #5f5f5f !important;
  font-size: 1.5rem;
  font-family: "Lexend Deca";
  font-weight: 600;
}

.options-container ul.options-items.is--active-options-container,
.hear--about-container ul.hear-items.is--active-hear-container,
.destinations--inquery-container
  ul.destination-items.is--active-destinations-container,
.purposes--container ul.purpose-items.is--active-purpose-container {
  transform: translateZ(0);
  display: block;
  transform: none;
  opacity: 1;
  pointer-events: all;
  transition: all 0.4s ease;
}

.options-container
  ul.options-items.is--active-options-container
  li:not(:first-child),
.hear--about-container
  ul.hear-items.is--active-hear-container
  li:not(:first-child),
.destinations--inquery-container
  ul.destination-items.is--active-destinations-container
  li:not(:first-child),
.purposes--container
  ul.purpose-items.is--active-purpose-container
  li:not(:first-child) {
  border-top: 1px solid #eee;
}

.options-container ul.options-items.is--active-options-container li:first-child,
.hear--about-container ul.hear-items.is--active-hear-container li:first-child,
.destinations--inquery-container
  ul.destination-items.is--active-destinations-container
  li:first-child,
.purposes--container
  ul.purpose-items.is--active-purpose-container
  li:first-child {
  border-top: 2px solid #2e2e2e0e;
}

/* header */

.header .header-1 {
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) center center / cover;
  background-attachment: fixed;
  background-color: #f6f5f1;
  padding: 1.1rem 9%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand--logo {
  display: inline-block;
  height: 4.4rem;
  width: 13rem;
}

.brand--logo img {
  width: 100%;
}

.top--nav {
  position: relative;
}

.top--mashale {
  display: none;
  position: absolute;
  top: 25%;
  left: 50%;
  text-align: center;
  cursor: pointer;
}

.top--mashale span i {
  background-color: #fdfdff;
  border: #e4e6fc 1px solid;
  font-weight: 800;
  text-align: center;
  padding: 0.6rem;
  position: relative;
  color: var(--green);
  cursor: pointer;
  font-size: 2rem;
  border-radius: 50%;
}

.top--list {
  display: flex;
  position: relative;
}

.top--list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 1px solid #00000011;
  padding-left: 0.9rem;
}

.top--list .top--list-item a {
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  color: #a64c0f;
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.top--list .top--list-item i {
  background-color: #fdfdff;
  border: #e4e6fc 1px solid;
  text-align: center;
  padding: 0.3rem;
  position: relative;
  color: var(--green);
  cursor: pointer;
  font-size: 16px;
  border-radius: 30%;
  flex-shrink: 0;
}

.header .header-1 .logo {
  font-size: 2.5rem;
  font-weight: bolder;
}

.header .header-1 .logo i {
  color: var(--green);
}

.header .header-1 .search-form {
  width: 50rem;
  height: 5rem;
  border: var(--border);
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
}

.header .header-1 .search-form input {
  font-size: 1.6rem;
  padding: 0 1.2rem;
  height: 100%;
  width: 100%;
  text-transform: none;
  color: var(--black);
}

.header .header-1 .search-form label {
  font-size: 2.5rem;
  padding-right: 1.5rem;
  color: var(--black);
  cursor: pointer;
}

.header .header-1 .search-form label:hover {
  color: var(--green);
}

.header .header-1 .icons {
  display: flex;
  flex-direction: row;
}

.header .header-1 .icons div,
.header .header-1 .icons a {
  font-size: 2.2rem;
  margin-left: 1rem;
  color: #a64c0f;
  cursor: pointer;
}

.header .header-1 .icons a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-1 .icons a i {
  background-color: #fdfdff;
  border: #e4e6fc 1px solid;
  text-align: center;
  padding: 0.4rem;
  position: relative;
  color: var(--green);
  cursor: pointer;
  font-size: 18px;
  border-radius: 30%;
  flex-shrink: 0;
}

.header .header-1 .icons a span {
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: underline;
}

@media onyl screen and (max-width: 520px) {
  .header .header-1 .icons a span {
    font-size: 1.15rem;
  }
}

.top--navcloser {
  display: none;
  position: absolute;
  top: 8%;
  right: 10%;
  text-align: center;
  cursor: pointer;
}

.top--navcloser span {
  font-size: 2rem;
}

.top--navcloser span i {
  position: relative;
  background-color: #fdfdff;
  border: #e4e6fc 1px solid;
  padding: 0.5rem;
  color: #922003;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}

.header .header-1 .icons a span {
  line-height: 1.5;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 1.35rem;
  text-transform: uppercase;
  text-decoration: underline;
}

@media screen and (max-width: 380px) {
  .header .header-1 .icons a span {
    font-size: 1.25rem;
  }

  .header .header-1 .icons a i {
    padding: 0.5rem;
    font-size: 15px;
  }
}

.header .header-1 .icons div:hover,
.header .header-1 .icons a:hover {
  color: var(--green);
}

#search-btn {
  display: none;
}

.header .header-2 {
  width: 100%;
  background-color: #fff;
  border-bottom: 3px solid #f0f2f9;
  border-top: 2px solid #f0f2f9;
}

.header .header-2 {
  padding: 0 8%;
}

@media screen and (max-width: 768px) {
  .header .header-2 {
    padding: 0 !important;
  }
  .header .header-1 .icons a i {
    font-size: 13px;
  }
}

@media screen and (max-width: 650px) {
  .header .header-1 .icons a i {
    font-size: 13px;
  }
  .header .header-1 .icons a span {
    font-size: 1.1rem;
  }
}

.header .header-2 .navbar {
  text-align: center;
}

.header-2 .work--time span {
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--dark-color);
  color: #a64c0f;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.header .header-2 .navbar a {
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  color: #922003;
  /* color: rgb(75, 22, 1); */
  display: inline-block;
  padding: 1.2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.social--icons .item--icon a {
  font-weight: 600;
  margin-left: 1rem;
  color: #a64c0f;
  display: inline-block;
  font-size: 1.3rem;
}

.social--icons .item--icon a span {
  font-size: 1.2rem !important;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
  display: inline-block;
  text-transform: uppercase;
  display: none;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1239px) {
  .social--icons .item--icon a span {
    display: none;
  }
}

/* why--us */

.why--us-container {
  background-attachment: fixed;
  background-image: url(../assets/images/chat-bg-pattern.png);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* padding: 0px 0 96px 0; */
  max-width: 1248px;
  margin: 0 auto;
}

.why--contents {
  /* align-items: flex-start; */
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 792px;
}

.us--contents {
  position: relative;
  align-items: flex-start;
  display: flex;
  gap: 3px;
  flex-direction: column;
}

.us--contents h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.55rem;
  margin: 0;
  text-align: start;
  color: #0d3c00;
  color: rgb(77, 24, 3);
  font-size: 16px;
  line-height: 1.8;
}

.us--contents p {
  font-family: "Abel";
  font-weight: 800;
  text-transform: capitalize;
  color: #474747;
  color: #593817;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

.why--us--images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 2rem 0px;
}

.why--us--images .img--card {
  flex: 1 1 16rem;
  position: relative;
  width: 100%;
  height: 16rem;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 5px;
  cursor: pointer;
}

@media screen and (max-width: 677px) {
  .why--us--images {
    flex-direction: column;
  }

  .why--us--images .img--card {
    flex: 1 1 18rem;
    height: 16rem;
  }
}

.img--card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img--card .img--overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 114, 53, 0.2);
}

.img--overlay i {
  font-size: 2.5rem;
  color: #f7fff7;
}

.us--descriptions {
  padding-bottom: 2rem;
}

/* join processes*/

.services .services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.services-container .services-box {
  /* flex: 1 0 25rem; */
  /* max-width: 25%; */
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  border-radius: 0.2rem;
  box-shadow:
    rgba(255, 255, 255, 0.5) 0px 2px 0px,
    rgba(255, 255, 255, 0.5) 0px 1px 0px inset;
}

@media screen and (max-width: 860px) {
  .services-container .services-box {
    flex: 1 1 auto;
    max-width: 100% !important;
    width: 100%;
  }
}

.services-container .services-box:hover {
  transform: translateY(4px);
}

.services-container .services-box .services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 5%;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border-bottom: 1px solid #50394c42;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.services-container .services-box i {
  font-size: 3rem;
  color: #920803;
}

.services-container .services-box h3 {
  font-size: 2rem;
  margin-top: 2rem;
  /* margin-bottom: 1rem; */
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #920803;
}

.services-container .services-box p {
  font-size: 1.5rem;
  padding: 0.2rem 0.2rem;
  /* text-indent: 2rem; */
  line-height: 1.5;
  text-align: start;
  font-family: "Dosis", sans-serif;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #283618;
}

.services-box p strong {
  color: #920803;
}

.social--icons .item--icon a i {
  background-color: #fdfdff;
  border: #f8d29c 1px solid;
  text-align: center;
  padding: 0.3rem;
  position: relative;
  color: var(--green);
  cursor: pointer;
  font-size: 13px;
  border-radius: 30%;
  flex-shrink: 0;
}

@media screen and (max-width: 1150px) {
  .social--icons,
  .work--time {
    display: none;
  }
}

.header .header-2 .navbar .plus--sign::after {
  position: relative;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.65rem;
  color: var(--dark-color);
  font-size: 10px;
  line-height: 1;
}

.header .header-2 .navbar a:hover {
  /* background-color:var(--dark-color); */
  color: var(--green);
}

.header .header-2.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.bottom-navbar {
  text-align: center;
  background: var(--green);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.bottom-navbar a {
  font-size: 2.5rem;
  padding: 2rem;
  color: #fff;
}

.bottom-navbar a:hover {
  color: var(--green);
  /* background:var(--dark-color); */
}

.brand--logo span {
  display: none;
}

.header-1 .brand--logo a {
  display: block;
}

.header--2-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header--2-navbar .brand--logo {
  display: none;
}

.header-2.isActive {
  position: fixed !important;
  top: 0;
  z-index: 9999;
}

.nav-open-btn {
  display: none;
  padding: 12px;
  padding-inline-end: 0;
  cursor: pointer;
  background: none;
  border: none;
  font: inherit;
}

.nav-open-btn {
  padding: 12px;
  padding-inline-end: 0;
}

@keyframes menuBtn {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.5);
  }
}

.nav-open-btn .line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #922003;
  margin-block: 4px;
  transform-origin: left;
  animation: menuBtn 400ms ease-in-out alternate infinite;
}

.nav-open-btn .line-2 {
  animation-delay: 150ms;
}

.nav-open-btn .line-3 {
  animation-delay: 300ms;
}

@media screen and (max-width: 1150px) {
  .header .header-1 {
    padding: 1.6rem 9%;
    align-items: center !important;
  }

  .header-1 .brand--logo {
    display: inline-block;
    height: initial !important;
    width: initial !important;
  }

  .header--2-navbar .navbar {
    display: none;
  }

  .header--2-navbar .brand--logo {
    display: block;
  }

  .header-1 .brand--logo a {
    display: none;
  }

  .brand--logo span {
    display: inline-block;
    line-height: 1.5;
    font-family: "Dosis", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--green);
    padding: 0 1.2rem;
    font-size: 1.35rem;
    text-transform: uppercase;
  }

  .header .header--2-navbar {
    padding: 0.1rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-open-btn {
    display: block !important;
  }
}

@media screen and (max-width: 1150px) {
  .header-1 .brand--logo,
  .header-1 .top--nav,
  .header-1 .icons {
    display: none !important;
  }

  .header-1 {
    padding: 2.2rem 9% !important;
  }

  .top--mashale.show {
    display: block !important;
  }

  .header-1.show--header-1 .top--nav,
  .header-1.show--header-1 .brand--logo,
  .header-1.show--header-1 .top--navcloser {
    display: block !important;
  }

  .header-1.show--header-1 .icons {
    display: flex !important;
  }

  .header-1.show--header-1 .top--nav {
    padding: 1.5rem 0rem;
  }

  .header-1.show--header-1 .brand--logo {
    padding-bottom: 1.5rem;
  }

  .header-1.show--header-1 .icons a {
    padding-bottom: 1.5rem;
  }

  .header .header-1 {
    position: relative;
    background:
      linear-gradient(
        180deg,
        rgba(245, 246, 246, 0.1) 0%,
        rgba(245, 246, 246, 0.1) 100%
      ),
      url(../images/drop-back-5.png) center center / cover;
    background-attachment: fixed;
    background-color: #f6f5f1;
    padding: 1.1rem 9%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: space-between;
    padding-top: 3.5rem !important;
  }

  .header-1.show--header-1 {
    padding-top: 4rem !important;
  }
}

/* mobile */

.mobile--container {
  display: none;
}

@media (min-width: 100px) {
  body {
    position: relative;
  }

  body.body-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99998;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .mobile--container {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    /* max-width: 0px; */
    background: #ffffff;
    z-index: 99999;
  }

  .mobile--navbar {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    text-rendering: optimizespeed;
    width: 100%;
    height: 100%;
    border-left: 1px solid #cccccc;
    /* border-right: 1px solid #cccccc; */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .open.mobile--container {
    width: 32rem;
    /* width: 100%; */
    /* left: inherit; */
  }

  .close--nav {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .close--nav {
    display: none;
    background-color: #fff;
    background: #f7fff7;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -40px;
    top: 122px;
    z-index: 20;
    -webkit-appearance: button;
    cursor: pointer;
  }

  .open .close--nav {
    display: block;
  }

  .close--nav i {
    position: relative;
    color: var(--green);
    font-size: 2.2rem;
    font-weight: 800;
    top: 1px;
  }

  .mobile--nav-items {
    position: relative;
    height: 100%;
    width: 100%;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    /* overflow: auto; */
    /* margin: 15px 0px; */
  }

  .nav {
    padding-left: 0;
    margin-bottom: 0;
  }

  .mobile--nav-items > li.mobile--link a {
    position: relative;
    border-bottom: 1px solid #e6e4e4;
  }

  .mobile--nav-items .mobile--link:first-child {
    border-top: 1px solid #e6e4e4;
  }

  .mobile--nav-items > li a {
    width: 100%;
  }

  .mobile--nav-items > li a span::before {
    position: relative;
    content: "\ea54";
    font-family: remixicon !important;
    font-style: normal;
    font-weight: 900;
    padding-right: 0rem;
    color: #0d3c00;
    font-size: 14px;
    line-height: 1;
  }

  .mobile--nav-items > li a i {
    position: relative;
    content: "\ea54";
    font-family: remixicon !important;
    font-style: normal;
    font-weight: 900;
    color: #0d3c00;
    font-size: 20px;
    line-height: 1;
  }

  .mobile--link .more-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile--link .sub-menu {
    max-height: 0;
    overflow: hidden;
  }

  .mobile--nav-items > li a i {
    border: 1px solid #e6e6e6;
    background: #f6e8e4;
    -webkit-transition:
      background 0.2s,
      color 0.2s,
      border-color 0.2s;
    -moz-transition:
      background 0.2s,
      color 0.2s,
      border-color 0.2s;
    transition:
      background 0.2s,
      color 0.2s,
      border-color 0.2s;
    border-radius: 0.1875rem;
    margin: -0.2rem 0 -0.2rem 0.5rem;
    padding: 0.1rem;
  }

  .open--it .more-menu i {
    transform: rotate(-0.25turn);
  }

  .sub-menu-nav .list-item > a {
    padding: 15px 15px 15px 30px;
    display: block;
    line-height: 1.5;
    font-family: "Dosis", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    display: inline-block;
    font-size: 1.45rem;
    text-transform: uppercase;
    color: var(--green);
  }

  .sub-menu-nav > .list-item a::before {
    position: relative;
    content: "\f2e4";
    font-family: remixicon !important;
    font-style: normal;
    font-weight: 900;
    padding-right: 0.8rem;
    color: #0d3c00;
    font-size: 11px;
    line-height: 1;
  }

  .mobile--nav-items > li.mobile--link:hover {
    background: #fbf5f3;
  }

  .mobile--nav-items > li.open--it > a {
    color: #453e38 !important;
    background: #fbf5f3;
  }

  .mobile--nav-items > li > a {
    padding: 15px 15px 15px 10px;
    display: block;
    line-height: 1.5;
    font-family: "Dosis", sans-serif;
    font-weight: 800;
    text-transform: capitalize;
    display: inline-block;
    font-size: 1.45rem;
    text-transform: uppercase;
    color: var(--green);
  }
}

@media screen and (max-width: 450px) {
  .open.mobile--container {
    max-width: 580px;
  }
}

/* home */

.home {
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/package-card-slider-bg.png) no-repeat center / cover;
  background-attachment: fixed;
  overflow: hidden;
  padding: 0% !important;
}

.background--container {
  display: flex !important;
  align-items: center !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start !important;
  width: 100%;
  min-height: 65vh;
  padding: 0rem 9%;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  position: relative;
}

.home .item {
  position: relative;
}

.elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(170deg, #d07235 0%, #d07235 100%);
  opacity: 0.55;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}

.video-one-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  width: 14.29%;
  /* z-index: -1; */
}

.video-one-border-two {
  left: 14.29%;
}

.video-one-border-three {
  left: 28.59%;
}

.video-one-border-four {
  left: 42.88%;
}

.video-one-border-five {
  left: 57.17%;
}

.video-one-border-six {
  left: 71.46%;
}

.alternative .background--container {
  min-height: 45vh !important;
}

@media (min-width: 1024px) {
  .background--container {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 768px) {
  .background--container {
    min-height: 450px;
  }
}

.home--title {
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.25))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
  color: #fff !important;
  text-transform: capitalize;
  /* font-family: "Nunito", sans-serif !important; */
  color: rgb(0, 128, 0);
  color: rgb(1, 69, 27);
}

.home--title {
  font-size: calc(1.25rem + 2.4vw);
  text-align: left;
  color: #fff;
  font-family: "Work Sans Regular";
  text-transform: capitalize;
  margin: 0 0 1rem auto;
  font-weight: bolder;
}

.slide--contents {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.home--contents {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  flex: 1 1 42rem;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .home--contents {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home--contents {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .home--contents {
    width: 50%;
  }
}

.slide--details p {
  font-size: 1.65rem;
  padding: 0.2rem 0.2rem;
  text-indent: 2rem;
  line-height: 1.5;
  text-align: start;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.slide--details {
  margin: 0px 0px 0px 0px;
  padding: 0px 75px 0px 15px;
}

@media (max-width: 1024px) {
  .slide--details {
    padding: 0px 15px 0px 0px;
  }
}

.home--articles {
  display: flex;
  flex-direction: column;
  flex: 1 1 42rem;
  position: relative;
  min-height: 1px;
}

@media (max-width: 767px) {
  .home--articles {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .home--articles {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .home--articles {
    width: 50%;
  }
}

.home--articles .articles--details {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin: 0px 0px 0px 0px;
  /* padding: 0px 100px 0px 100px; */
}

.articles {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  /* .articles {
          margin: 25px;
          width: 50%;
          max-width: 50%;
          flex: 1 0 50%;
      } */
}

@media (max-width: 782px) {
  .articles {
    /* margin: 15px; */
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
}

.articles:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.article--box {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
}

@media (min-width: 768px) {
  .article--box {
    align-items: center;
  }
}

.icon--container {
  padding: 1.8rem;
  text-align: center;
  margin-right: 2.5rem;
}

@media screen and (max-width: 1043px) {
  .icon--container {
    padding-left: 0 !important;
  }
}

.article--descriptions h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.55rem;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 450px) {
  .article--descriptions h4 {
    letter-spacing: 1px;
  }
}

.article--descriptions p {
  font-size: 1.5rem;
  padding: 0.2rem 0rem;
  line-height: 1.5;
  text-align: start;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.article--icon {
  height: 8.5rem;
  width: 8.5rem;
}

.article--icon img {
  object-fit: contain;
  filter: drop-shadow(0 0 3px #e7e7e7d5);
}

.owl-carousel .owl-item {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-item {
  opacity: 0;
}

/* top boxes */

.top-boxes {
  position: relative !important;
}

.top-box-a-title {
  font-size: 28px !important;
}

.top-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto;
  width: 100%;
  max-width: min(100%, 1280px);
  text-align: center;
  gap: 1.5rem;
}

.a-single-box {
  position: relative !important;
  text-align: center;
  padding: 2rem;
  border-radius: 0.1rem;
  border-left: 1px solid #00000011;
  flex: 1 0 30rem;
  max-width: 30rem;
}

@media screen and (max-width: 991px) {
  .a-single-box {
    flex: 1 0 40%;
    max-width: 40%;
  }
}

.a-single-box {
  text-align: start;
}

.top-box-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.top-box-content {
  width: auto;
  max-width: 150px;
  background-color: #ece5dc;
  padding: 14px 14px 9px 12px;
  border-radius: 8px 8px 8px 8px;
  text-align: start;
}

.top-box-content .top-box-value {
  font-size: 23px;
  font-family: "Work Sans Regular";
  color: #a64c0f;
  color: #453e38;
  padding-left: 5px;
}

/*  */

/* our services */

/* .services {
  background: linear-gradient(180deg, rgba(245, 246, 246, 0.5) 0%, rgba(245, 246, 246, 0.9) 100%), url(../images/home4-banner-bg.png) no-repeat center / cover;
    background-attachment: scroll, scroll;
  background-attachment: fixed;
} */

.trgs-service-co {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.trgs-service-card {
  position: relative;
  text-align: start;
  padding: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.trgs-service-card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  /* background-color: rgb(236, 232, 225); */
  /* border: 1px solid #e2e2e2; */
  color: #fff;
  margin-bottom: 25px;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.trgs-service-card-image {
  position: relative;
  width: 100%;
  display: block;
  max-width: 70px;
  overflow: hidden;
}

.trgs-service-card-image img {
  width: 100%;
  object-fit: cover;
}

.trgs-service-number-stroke {
  font-family: "Lexend Deca", sans-serif;
  /* font-family: "Nunito", sans-serif; */
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke: 1px rgb(114, 134, 134);
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgs-service-number-stroke {
  position: absolute;
  left: -14px;
  top: -46px;
  font-size: 72px;
}

.trgs-service-card-heading h3 {
  font-family: "Dosis", sans-serif;
  font-family: "Josefin Sans", sans-serif;
  /* letter-spacing: 3px; */
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 800;

  font-size: 1.3rem;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  text-transform: uppercase;
  /* font-family: "Abel"; */
  color: #922003;
}

.trgs-service-card-text {
  text-indent: 2rem;
  text-align: justify;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0rem 0.3rem;
  margin-top: 0.5rem;
  font-family: "Abel";
}

.trgs-service-card-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
  /* text-align: center; */
}

.trgs-service-card-read-more {
  background: rgb(240, 237, 236);
  background: #f2e9de;
}

.trgs-service-card-read-more::after {
  width: 1px;
  height: 0;
  top: 10px;
  right: -11px;
}

.trgs-service-card-read-more::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgs-service-card-link {
  position: relative;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  color: #613b02;
  /* color:#89241e; */
  /* color: #67430c; */
  text-transform: uppercase;
  z-index: 0;
  letter-spacing: 0.5px;
}

.trgs-service-card-arrow svg {
  width: 23px;
  fill: #67430c;
}

.trgs-service-card-icon-link {
  position: relative;
  top: 2px;
}

.trgs-service-card-link::before {
  position: absolute;
  content: "";
  background: #ddd;
  background: rgb(202, 201, 201);
  bottom: -3px;
  left: -7px;
  width: 20px;
  height: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

/*  */

.intro-content-header {
  color: #a64c0f !important;
  font-size: 30px !important;
}

.top-box-value span {
  color: #a64c0f;
  font-weight: 800;
}

.top-box-icon i {
  font-size: 21px;
}

.top-box-title p {
  color: #922003fc;
  font-size: 13px;
  padding-top: 20px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: start;
}

.top-boxes {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  background-attachment: fixed;
}

.intro-content {
  background-attachment: fixed;
  background-image: url(../images/package-card-slider-bg.png);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 0 40px 0;
  max-width: 1248px;
  margin: 0 auto;
}

.intro-description {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.intro-description .intro-top-header {
  flex: 1;
  width: 50%;
  border-right: 1px dotted rgba(102, 102, 102, 0.363);
  border-right: 1px dotted #e2e2e2;
  padding-right: 2rem;
}

.intro-top-header h4:first-child {
  margin-bottom: 0.5rem;
}

.intro-top-header h4 {
  color: #0d3c00;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.intro-description .intro-top-description {
  flex: 1;
  width: 50%;
  padding-bottom: 0rem;
  padding-left: 2rem;
}

.intro-top-description p {
  font-family: "Abel";
  font-weight: 800;
  text-transform: capitalize;
  color: rgb(71, 71, 71);
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

.intro-content-co {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  max-width: 792px;
}

.intro-paragraph-title h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.55rem;
  margin: 0;
  text-align: start;
  color: #922003;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.intro-paragraph-details p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

/* about us */

.about-us {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/home4-banner-bg.png) no-repeat center / cover;
  background-attachment: fixed;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.about-container .about-content {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1 1 30rem;
  -ms-flex: 1 1 30rem;
  flex: 1 1 30rem;
  width: 100%;
}

.about-container .about-tabs {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 1 1 35rem;
  -ms-flex: 1 1 35rem;
  flex: 1 1 35rem;
}

.about-btn {
  align-self: flex-start;
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}

.about-btn-wrap a {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #922003;
  background-color: #faecdb;
  border: 1px solid #d6cdc8;
  font-weight: 800;
  border-radius: 100px;
  padding: 11px 15px;
}

.about-btn .signature-co {
  margin: 0 !important;
}

.about-btn .signature-co a img {
  max-width: 190px !important;
}

.about-header {
  max-width: 670px;
  flex-grow: 0;
  text-align: left;
}

.about-header h2 {
  color: #453e38;
  font-family: "Work Sans Regular";
  font-size: 48px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .about-header h2 {
    font-size: 40px;
  }
}

.about-header h2 span {
  color: #a64c0f;
}

@media only screen and (max-width: 1400px) {
  .about-header h2 {
    font-size: 35px;
  }
}

.about-links {
  display: flex;
  flex-direction: row;
  width: initial;
  height: 100%;
  flex-grow: 1;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.about-tabs {
  display: flex;
  align-self: last baseline;
  justify-content: flex-end;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  flex: 0 1 auto;
}

@media (min-width: 768px) {
  .about-tabs {
    width: 40%;
  }
}

.about-tabs-co {
  max-width: 100%;
}

.about-tabs-co {
  direction: column;
  direction: row;
  width: initial;
  flex-basis: content;
  flex-shrink: 0;
  justify-content: flex-start;
  width: initial;
  height: initial;
  align-items: center;
  flex-grow: 0;
  flex-wrap: wrap;
  overflow-x: initial;
  white-space: initial;
  transition: 0.6s;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 0px;
  font-size: 14px;
  color: #7e7e7e;
}

.about-tabs-co .active {
  color: #19443c;
}

.tabs-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  text-align: start;
}

.tabs-heading {
  display: flex;
  flex-basis: initial;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  overflow-x: initial;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tabs-heading .tab-btn-title {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #0000001a;
  background: #ffffff00;
  cursor: pointer;
}

.tabs-heading .tab-btn-title.active-tab {
  border-color: #920803;
}

.tabs-heading .tab-btn-title {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #7e7e7e;
  font-size: 2rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.tabs-heading .tab-btn-title.active-tab {
  color: #920803;
}

.tabs-heading .tab-btn-title {
  display: flex;
  position: relative;
  align-items: center;
  background: #ffffff00;
  flex-basis: content;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  gap: 5px;
  justify-content: center;
  padding-block-end: 5px;
  padding-block-start: 5px;
  padding-inline-end: 20px;
  padding-inline-start: 0px;
  transition:
    background var(--n-tabs-title-transition),
    color var(--n-tabs-title-transition),
    border var(--n-tabs-title-transition),
    box-shadow var(--n-tabs-title-transition),
    text-shadow var(--n-tabs-title-transition),
    stroke var(--n-tabs-title-transition),
    stroke-width var(--n-tabs-title-transition),
    -webkit-text-stroke-width var(--n-tabs-title-transition),
    -webkit-text-stroke-color var(--n-tabs-title-transition),
    transform var(--n-tabs-title-transition);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: initial;
  width: initial;
}

.tabs-content {
  display: flex;
  flex-grow: 1;
  min-width: 0;
  text-align: start;
}

.tabs-content {
  direction: column;
  flex-direction: row;
  width: initial;
  flex-basis: content;
  flex-shrink: 0;
  justify-content: flex-start;
  width: initial;
  height: initial;
  align-items: center;
  flex-grow: 0;
  flex-wrap: wrap;
  overflow-x: initial;
  white-space: initial;
  transition: 0.6s;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #7e7e7e;
}

.about-us-tabs .about-us-tab:not(:first-child) {
  display: none;
}

.tabs-content p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #291c1b;
  color: #593817;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

@media only screen and (max-width: 1150px) {
  .about-container {
    flex-direction: column;
  }
  .about-tabs {
    align-self: initial;
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .about-content {
    -webkit-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .about-header {
    max-width: 100%;
    flex-grow: 0;
    text-align: left;
  }
  .about-container {
    padding: 0;
  }
}

.about-links .about-btn-wrap a:firs-child {
  margin-left: 0rem;
}

/* about-page */

.sub-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 50;
  /* padding: .1rem 0; */
}

.sub-nav.addEl {
  top: 79px;
}

.sub-nav__bg {
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #561712;
  border-top: 2px solid #855900;
  height: 100%;
  max-width: calc((100% - 1160px) / 2 + 1160px - 15px);
  width: 100%;
}

.sub-nav__navbar {
  padding: 0;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.sub-nav__inner {
  width: 100%;
}

.about--nav-container {
  display: flex !important;
  align-items: center !important;
}

.about--nav-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .about--nav-container {
    max-width: 520px;
  }
}

@media (min-width: 768px) {
  .about--nav-container {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .about--nav-container {
    max-width: 920px;
  }
}

@media (min-width: 1280px) {
  .about--nav-container {
    max-width: 1160px;
  }
}

.about--nav-items {
  flex-direction: row !important;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.about--nav-items .nav--item {
  font-size: 2rem;
  font-family: "Abel", sans-serif !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  font-weight: 600 !important;
  display: block;
  padding: 0.4rem 2.2rem;
}

.nav--item a {
  color: #fff;
  text-decoration: underline !important;
}

.nav--item.active {
  background: #11813b;
}

/* rent home */
.rent-car {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  background-attachment: fixed;
}

.rent-car .rent-car-co {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 0;
  flex-wrap: wrap;
  gap: 0px 0px;
  max-width: 100%;
  height: 100%;
  max-width: min(100%, 1280px);
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5vh;
}

.rent-car-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 1vh;
}

.rent-car-head {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.rent-car-head-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1351px) {
  /* .rent-car-head-content, */
  .rent-car-head {
    flex: 1 0 60%;
    max-width: 80%;
  }
}

@media (max-width: 1350px) {
  .rent-car-head-content,
  .rent-car-head {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}

.rent-car-head-content-highlight {
  align-self: flex-start;
  max-width: 100%;
  width: auto;
}

.highlight-widget {
  padding: 6px 10px 6px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0000001a;
  border-radius: 16px 16px 16px 16px;
}

.highlight-widget {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #922003;
  background-color: #faecdb;
  border: 1px solid #d6cdc8;
  font-weight: 800;
  border-radius: 100px;
  /* padding: 15px 24px; */
}

.rent-car-main-title {
  height: 100%;
  text-align: left;
}

.rent-car-main-title h2 {
  color: #a64c0f !important;
  line-height: 1.1;
  font-weight: 600;
  font-size: 35px;
  font-family: "Work Sans Regular";
  padding-top: 1rem !important;
}

.rent-car-main-title h2 span {
  color: #453e38;
}

.rent-car-btn-side {
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (min-width: 1351px) {
  .rent-car-btn-side {
    flex: 1 0 40%;
    width: 40%;
  }
}

@media (max-width: 1350px) {
  .rent-car-btn-side {
    margin-top: 1rem;
    justify-content: flex-start;
    flex: 1 0 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}

.car-btn-side-rent-a-car a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.car-btn-side-rent-a-car a {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #922003;
  font-weight: 800;
}

.car-btn-side-rent-a-car span:first-child {
  text-decoration: underline !important;
  opacity: 0.7;
  padding: 0.7rem;
}

.rent-btn-car .rent-car-btn-icon {
  display: inline-flex;
  background-color: #f2e9de;
  border: 1px solid #922003;
  color: #922003;
  font-size: 15px;
  padding: 5px;
  border-radius: 50%;
}

.rent-car-btn-view-all-cars span {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #922003;
  font-weight: 800;
  border-radius: 100px;
  padding: 15px 24px;
  padding: 11px 15px;
}

.rent-car-articles {
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.rent-car-articles-row {
  position: relative;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1rem;
  text-align: center;
  margin-top: 2rem;
  width: 100%;
}

@media screen and (min-width: 991px) {
  .rent-car-articles-row {
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit] !important;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)) !important;
  }
}

.rent-car-article {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: #faf5ee;
  border: 1px solid #dbdbdb;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 991px) {
  .rent-car-article {
    text-align: center;
    position: relative;
    width: 100%;
  }
}

/*  */

.rent-car-co-title {
  margin: 0.5rem 0 2rem;
}

.rent-car-co-title h4 {
  color: #453e38;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  font-size: 35px;
  font-family: "Dosis", sans-serif;
  font-family: "Work Sans Regular";
  padding-top: 1rem !important;
}

.rent-car-co-title p {
  font-family: "Abel";
  font-weight: 800;
  text-transform: capitalize;
  color: #474747;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

.rent-car-article .article--image {
  position: relative;
  height: 22rem;
  overflow: hidden;
  width: 100%;
}

.rent-car-article .article--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width: 768px) {
  .rent-car-article .article--image {
    height: 25rem;
  }

  .rent-car-article .article--image img {
    min-height: 25rem;
  }
}

/* .rent-car-article .article-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181723;
    opacity: 0.4;
} */

.rent-car-article-info {
  text-align: center !important;
  /* padding: 15px 5px 10px 5px !important; */
}

.article-content {
  padding: 0.6rem;
  border-bottom: 1px solid #dbdbdb81;
}

.article-content-title {
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  font-size: 1.45rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #a64c0f;
}

.car-rating,
.car-rating-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-rating {
  padding: 0.5rem 0rem;
}

.car-rating-number p {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #7e7e7e;
  font-size: 1.55rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 1.5rem;
}

.car-rating-number span {
  padding: 0 1rem 0;
}

.car-rating-number .star {
  color: #eb5e28;
}

.car-rating span {
  font-family: "Verlag";
  font-weight: 800;
  color: #474747;
  color: #206e00;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
}

.article-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-top: none;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.discount-save {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 8px;
}

.discount-save .discount-icon {
  margin-right: 0.5rem;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #206e00;
}

.discount-text p {
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #206e00;
}

.car-rent-price {
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  padding: 0 8px;
}

.car-rent-price .actual-price {
  margin-right: 0.5rem;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #383232;
  text-decoration: line-through;
}

.car-rent-price .discount-price {
  /* margin-right: .5rem; */
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #920803;
}

/* rent vehicle */

.trgs-page-fleets-single {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.4) 100%
    ),
    url(../images/map-2.png) center / cover;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
  border: 1px solid #e6e5e5;
  padding: 100px 0;
  padding-top: 30px;
}

.trgs-vehicle-co {
  padding-right: 15px;
  padding-left: 15px;
}

.trgs-vehicle-co {
  max-width: 1300px;
}

.trgs-vehicle-co {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .trgs-vehicle-co {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .trgs-vehicle-co {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .trgs-vehicle-co {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .trgs-vehicle-co {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .trgs-vehicle-co {
    max-width: 1320px;
  }
}

.trgs-vehicle-co-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

.trgs-vehicle-co-row {
  margin-top: 30px;
}

.trgs-vehicle-co-row > * {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .trgs-vehicle-right-side {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .trgs-vehicle-right-side {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.vehicle-single-sidebar {
  position: sticky;
  top: 85px;
  margin-right: 30px;
  z-index: 9;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .vehicle-single-sidebar {
    position: inherit;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.fleets-single-sidebar {
  background-color: #fff8f6;
  border: 1px solid #e3e1e18c;
  border-radius: 30px;
  padding: 40px;
}

.fleets-single-sidebar-box {
  position: relative;
}

.fleets-single-sidebar-pricing {
  border-bottom: 1px solid #e3e1e1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.fleets-single-sidebar-pricing h3 {
  color: #040401;
  color: #453e38;
  font-size: 45px !important;
  font-family: "Work Sans Regular";
}

.fleets-single-sidebar-pricing h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  font-family: "Work Sans Regular";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}

.fleets-single-sidebar-list {
  border-bottom: 1px solid #e3e1e1;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.fleets-single-sidebar-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleets-single-sidebar-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-family: "Lexend Deca";
  font-size: 12px;
  font-weight: 600;
  color: #453e38;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
  margin-left: 0.5rem;
}

.fleets-single-sidebar-list-item label {
  display: flex;
  align-items: center;
}

.fleets-single-sidebar-list-item img {
  height: 25px;
  width: 25px;
  text-align: center;
  max-width: 100%;
}

.fleets-single-sidebar-list-item .feature-label {
  margin-left: 10px;
}

.fleets-single-sidebar-list-item .feature-value {
  margin-left: 10px;
}

.fleets-single-sidebar-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fleets-single-sidebar-btn .trgs-contact-btn {
  display: flex;
  align-items: center;
}

.trgs-whatsapp-btn {
  position: relative;
}

.fleets-single-sidebar-btn .trgs-or {
  font-size: 16px;
  font-weight: 500;
}

.fleets-single-sidebar-btn .trgs-wp-btn {
  background-color: #8f2206;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.fleets-single-sidebar-btn .trgs-wp-btn i {
  font-size: 24px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .trgs-vehicle-left-side {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .trgs-vehicle-left-side {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.fleets-single-content {
  position: relative;
  width: 100%;
}

.trgs-fleets-single-content {
  position: relative;
  width: 100%;
}

.trgs-fleets-single-content-co {
  display: flex;
  max-width: min(100%, var(--width));
  /* flex-direction: column; */
  margin-left: auto;
  margin-right: aut;
}

.trgs-fleets-single-content-co > .trgs-fleets-single-content-inner-co {
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  max-width: min(100%, 1300px);
  flex-direction: column;
  gap: 20px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.trgs-fleets-single-content-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  flex: 0 1 auto;
  overflow: visible;
}

.trgs-fleets-single-content-gallery {
  height: 100%;
  width: 100%;
}

.swiper-slide-inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.swiper-slide-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(43, 9, 0, 0) 74.81%,
    rgba(43, 9, 0, 0.4) 92.46%
  );
  z-index: 1;
}

.swiper-slide-image {
  overflow: hidden;
  aspect-ratio: 1 / 0.67;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
}

/* singe vehicle */

.trgs-vehicle-right-side-co {
  width: 100%;
}

@media (min-width: 768px) {
  .trgs-vehicle-right-side-co {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .trgs-vehicle-right-side-co {
    flex: 0 0 auto;
    width: 25%;
    width: 33.33333333%;
  }
}

.trgs-vehicle-left-side-co {
  position: relative;
}

@media (min-width: 768px) {
  .trgs-vehicle-left-side-co {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .trgs-vehicle-left-side-co {
    flex: 0 0 auto;
    width: 75%;
    width: 66.66666667%;
  }
}

.trgs-fleets-single-content-co {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: -15px;
  margin-left: -15px;
}

.trgs-fleets-single-content-co > * {
  padding-right: 15px;
  padding-left: 15px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.trgs-fleets-single-vehicle {
  position: relative;
}

@media (min-width: 768px) {
  .trgs-fleets-single-vehicle {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .trgs-fleets-single-vehicle {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.perfect-fleet-item {
  border: 1px solid #ececec;
  background-color: #fff8f6;
  border-radius: 30px;
  padding: 20px;
}

.perfect-fleet-item.fleets-collection-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  margin-bottom: 20px;
}

.trgs-image-box {
  height: 15rem;
  text-align: center;
  margin-bottom: 25px;
}

.trgs-image-box img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .trgs-image-box {
    height: initial;
  }

  .trgs-image-box img {
    height: auto;
  }
}

.perfect-fleet-item {
  border: 1px solid #ececec;
  background-color: #fff8f6;
  border-radius: 30px;
  padding: 20px;
}

.perfect-fleet-title {
  margin-bottom: 20px;
}

.perfect-fleet-title h3 {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  display: inline-block;
  background-color: #ececec;
  border-radius: 100px;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.perfect-fleet-title h3 a {
  line-height: 1.2em;
  color: #6d1d09ff;
  font-size: 1.15rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.perfect-fleet-title h2 a {
  font-size: 13px !important;
  font-size: 12px !important;
  text-align: left;
  color: #453e38;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: 800;
}

.perfect-fleet-body {
  border-bottom: 1px solid #ececec;
  /* margin-bottom: 25px;
  padding-bottom: 25px; */
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.perfect-fleet-body-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.perfect-fleet-body-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #616161;
}

.perfect-fleet-body-list-item label {
  display: flex;
  align-items: center;
}

.perfect-fleet-body-list-item label img {
  height: 20px;
  width: 20px;
  text-align: center;
  max-width: 100%;
}

.perfect-fleet-body-list-item span {
  margin-left: 5px;
  font-family: "Lexend Deca";
  font-size: 12px;
  font-weight: 600;
  color: #453e38;
}

.perfect-fleet-footer {
  display: flex;
  align-items: center;
}

.perfect-fleet-pricing {
  width: calc(100% - 40px);
}

.perfect-fleet-pricing h3 {
  color: #040401;
  color: #453e38;
  font-size: 20px !important;
  font-family: "Work Sans Regular";
}

.perfect-fleet-pricing h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  font-family: "Work Sans Regular";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}

.perfect-fleet-btn .section-icon-btn {
  background-color: #8f2207;
  border-radius: 100%;
  /* width: 40px;
  height: 40px; */
  width: 35px;
  height: 35px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.perfect-fleet-btn .section-icon-btn img {
  height: auto;
  max-width: 12px;
  transition: all 0.3s ease-in-out;
}

.current--post-title {
  text-align: center;
}

.current--post-title h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.55rem;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.current--post-title h4::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  height: 3px;
  width: 30px;
  background-color: #922003;
}

.current--post-title h4::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  height: 3px;
  width: 30px;
  background-color: #922003;
}

.fleets-single-sidebar-list .sub--text {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

.fleets-single-sidebar-list span {
  font-weight: 800;
  font-family: "Abel";
  font-size: 16px;
  color: #4d1a00;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.form--newsletter {
  margin-top: 25px;
}

.search--input-field {
  margin-bottom: 1.5rem;
}

.search--input {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem !important;
}

.search--input input {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-family: "Lexend Deca";
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ececec;
  height: 35px;
  padding-left: 20px;
}

.search--input-append {
  display: flex;
}

.search--input-append button {
  position: relative;
  display: inline-block;
  color: #495057;
  color: #160647;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(206, 212, 218);
  padding: 4px 15px;
  border-left: 0;
  z-index: 2;
}

.search--form-btn {
  display: inline-block;
  color: White;
  background-color: #922003;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

.newsletter--privacy {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  text-align: center;
}

.newsletter--privacy p {
  font-family: "Abel";
  font-weight: 800;
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
  color: #203656;
}

.newsletter--privacy p a {
  color: #922003;
  text-decoration: underline !important;
  font-weight: 800;
}

.trgs-rental-conditions-accordion .itinerary-accordion-content {
  padding: 0 14px !important;
}

.trgs-rental-conditions-accordion .itinerary-accordion-content p {
  font-size: 1.5rem !important;
}

/* partners */

.partners {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/home4-banner-bg.png) no-repeat center / cover;
  background-attachment: fixed;
}

.main--partner-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1400px) {
  .main--partner-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .main--partner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.partners--list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0;
  justify-content: center;
}

.partners--list li {
  padding: 30px;
  width: 16.66%;
  list-style: none;
  border-right: 1px solid rgba(69, 62, 56, 0.1);
  border-bottom: 1px solid rgba(69, 62, 56, 0.1);
  transition: all 0.5s;
}

@media only screen and (max-width: 1280px) {
  .partners--list li {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

@media only screen and (max-width: 991px) {
  .partners--list li {
    width: 33.33%;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

@media only screen and (max-width: 591px) {
  .partners--list li {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

.partner--img {
  text-align: center;
  width: 100%;
  height: 8rem;
  cursor: pointer;
}

.partner--img:hover {
  scale: 1.1;
}

.partner--img img {
  object-fit: cover;
  border-style: none;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important;
}

@media only screen and (max-width: 591px) {
  .partners--list li:nth-child(2n + 2) {
    border-right: 0 !important;
  }
}

.partners--list li:nth-child(6) {
  border-right: 0 !important;
}

.partners--list li:nth-child(11) {
  border-bottom: 0 !important;
}

.partners--list li:nth-child(12) {
  border-right: 0 !important;
  border-bottom: 0 !important;
}

@media only screen and (min-width: 591px) {
  .partners--list li:nth-child(7) {
    border-bottom: 0 !important;
  }

  .partners--list li:nth-child(8) {
    border-bottom: 0 !important;
  }

  .partners--list li:nth-child(9) {
    border-bottom: 0 !important;
  }

  .partners--list li:nth-child(10) {
    border-bottom: 0 !important;
  }
}

.partner--name h3 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-top: 20px;
  text-align: center;
  color: #0d3c00;
  position: relative;
}

.trgs-fleets-single-vehicle-content-top {
  display: flex;
  flex-direction: row;
  gap: 20px 20px;
  border: 1px solid #e3e1e1;
  border-radius: 30px 30px 30px 30px;
  flex: 0 1 auto;
  margin-bottom: 20px;
}

.vehicle-content-top-box {
  --container-widget-width: calc(50% - 10px);
  --container-widget-flex-grow: 0;
  --icon-box-icon-margin: 15px;

  width: var(--container-widget-width, calc(50% - 10px));
  max-width: calc(50% - 10px);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.vehicle-content-top-box-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: start;
}

@media (min-width: 768px) {
  .vehicle-content-top-box-content {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .vehicle-content-top-box-content {
    flex-direction: row;
    text-align: start;
  }
}

.vehicle-content-top-box-content-icon {
  margin-bottom: unset;
  margin-left: 0;
  margin-right: var(--icon-box-icon-margin, 15px);
  display: inline-flex;
  flex: 0 0 auto;
}

.content-top-box-content-icon {
  font-size: 40px;
  position: relative;
  padding: 5px 0px 0px 5px;
}

.content-top-box-content-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff3600;
  opacity: 10%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.vehicle-icon-box-content {
  flex-grow: 1;
}

.vehicle-icon-box-title {
  font-size: 1.25rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #4d1a00;
  margin-bottom: 5px;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.vehicle-icon-box-description {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.55rem;
  text-align: justify;
  line-height: 1.5;
}

.trgs-general-info {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  text-align: start;
  gap: 20px 20px;
  border-bottom: 1px solid#e3e1e1;
  padding-bottom: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.trgs-general-info-highlight-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: start !important;
}

.trgs-general-info-highlight-title h3 {
  line-height: 1.2em;
  color: #8f2206;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 25px;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.trgs-general-info-highlight-title::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: url("https://demo.awaikenthemes.com/novaride/wp-content/themes/novaride/assets/images/icon-sub-heading.svg")
    no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: left center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.trgs-general-info-main-title {
  display: block;
  text-align: start;
  position: relative;
  margin: -5px 0px 0px 0px;
  height: 100%;
}

.trgs-general-info-main-title h4 {
  font-size: 40px;
  color: #453e38;
  font-family: "Work Sans Regular";
}

.trgs-general-info-text {
  margin: 0px 0px 20px 0px;
}

.trgs-general-info-text p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.5;
}

.trgs-general-info-highlight-co {
  --e-icon-list-icon-size: 20px;
  --e-icon-list-icon-align: left;
  --e-icon-list-icon-margin: 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0
    0;
  --icon-vertical-align: flex-start;
  --icon-vertical-offset: 1px;
}

.trgs-general-info-highlight-list {
  position: relative;
}

.trgs-general-info-highlight-item {
  padding-bottom: calc(20px / 2);
  align-items: center;
  display: flex;
  font-size: inherit;
}

.trgs-general-info-highlight-item .icon-list-icon {
  font-size: 25px;
  width: 1.25em;
  color: #8f2206;
}

.icon-list-icon-text {
  line-height: 1.2em;
  color: #6d1d09ff;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.trgs-amenities {
  position: relative;
  height: 100%;
  gap: 20px 20px;
  border-bottom: 1px solid #e3e1e1;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.trgs-amenities .trgs-general-info-main-title {
  margin: -5px 0px 20px 0px;
}

.trgs-amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.trgs-amenities-list-item {
  position: relative;
  align-items: center;
  display: flex;
  font-size: inherit;
}

.trgs-amenities-list-item {
  width: calc(25% - 15px);
  padding-bottom: calc(0px / 2);
}

.trgs-amenities-list-item-icon {
  display: flex;
  position: relative;
  font-size: 18px;
  width: 1.25em;
  color: #8f2206;
}

.trgs-amenities-list-item-text {
  line-height: 1.2em;
  color: #6d1d09ff;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.trgs-rental-conditions .trgs-general-info-main-title {
  margin: -5px 0px 20px 0px;
}

.trgs-rental-conditions .itinerary-accordion-title h5 {
  color: #581302ff;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
  font-family: "Josefin Sans", sans-serif;
  font-family: "Work Sans Regular";
  font-size: 1.3rem !important;
}

/* packages */

.packages {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/home4-banner-bg.png) no-repeat center / cover;
  background-attachment: fixed;
}

.packages-container {
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 0.5rem;
}

.packages-container .package-card {
  position: relative;
  flex: 1 1 15rem;
  width: 100%;
  padding: 2px;
  border: 1px solid #cce7d0;
  /* border: 1px solid hsl(0, 0%, 94%); */
  border: 1px solid #fffbfb;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.packages-container .package-card {
  max-width: 400px;
  max-width: 30rem;
}

@media screen and (max-width: 510px) {
  .packages-container .package-card {
    max-width: 100%;
    position: relative;
  }
}

.packages-container .package-card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(2px);
}

.package-card .package-image {
  height: 20rem;
  overflow: hidden;
  padding: 0.2rem 0.2rem 0.8rem 0.2rem;
}

.package-card .package-image img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
}

.package-card .package-contents {
  position: relative;
  padding: 0 1rem;
}

.package-contents .package-title {
  text-align: center !important;
  line-height: 1.5;
  padding: 0.4rem 0;
}

.package-title h3 {
  font-weight: bold;
  /* padding: .5rem; */
  line-height: 1.2;
  font-size: 1.5rem;
  color: #4d1803;
  font-family: "Dosis", sans-serif;
  padding: 0.6rem 0;
  text-transform: uppercase;
}

.package-contents .suitable-for {
  font-size: 1.3rem;
  color: #920803;
  color: #996701;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "Abel";
}

.package-contents .visited h6 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-decoration: underline !important;
  color: #920803;
}

.package-contents ul {
  padding: 0 !important;
  margin-bottom: 1rem;
}

.package-contents .destinations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.destinations-list li {
  font-size: 1.25rem;
  font-family: "Abel";
  color: #453e38;
  font-weight: 600;
}

.package-card .package-snippet {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  /* height: 100%; */
  font-family: "Lexend Deca";
  font-weight: 600;
  border-top: 1px solid #d7d3cccd !important;
}

.package-snippet .attrib-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 33.33%;
  line-height: 25px;
  color: #684b2f;
  font-size: 1.12rem;
  font-family: "Lexend Deca";
}

.package-snippet .attrib-items:not(:first-child) {
  border-left: 1px solid #d7d3cccd;
}

@media only screen and (max-width: 600px) {
  .package-snippet .attrib-items {
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 500px) {
  .package-snippet .attrib-items {
    font-size: 1.4rem;
  }
}

.attrib-items .fa-award {
  color: #daa112;
  font-size: 1.4rem;
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.062))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.06))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.06));
}

.attrib-items .fa-award.silver {
  color: #7f7f7f !important;
}

.attrib-items p i,
.attrib-items i {
  color: #920803;
}

.attrib-items a {
  color: #684b2f;
}

.attrib-items a i {
  color: #684b2f;
}

/* package page */

.blog--banner {
  position: relative;
  background:
    linear-gradient(
      170deg,
      rgba(208, 114, 53, 0.5) 0%,
      rgba(208, 114, 53, 0.5) 100%
    ),
    url(../images/accreditations-banner.jpg) no-repeat top / cover;
  background-attachment: fixed;
  padding: 1% 5%;
  width: 100%;
}

.banner--contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 20rem;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .banner--contents {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 349px) {
  .banner--contents {
    min-height: 25rem;
    justify-content: center;
    padding: auto;
  }
}

@media screen and (max-width: 349px) {
  .banner--contents {
    flex-direction: column;
    -ms-flex-direction: column;
    flex-flow: column;
    align-items: flex-start;
    -ms-flex-flow: column;
    -ms-flex-item-align: start;
    row-gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .banner--contents {
    min-height: 40rem;
  }
}

.banner--details {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .banner--details {
    width: 50%;
  }
}

.ngenda--brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}

.ngenda--brand .brand--image {
  display: inline-block !important;
  height: 5rem;
  width: 5rem;
}

.ngenda--brand img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.ngenda--title h2 {
  font-family: "Abel";
  font-size: 20px;
  color: #fff;
  margin-left: 0.5rem;
}

.banner--header {
  max-width: 50rem;
  margin-top: 1.2rem;
  margin-bottom: 1.1rem;
}

.banner--header h3 {
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.19))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.19))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.19));
}

.banner--header h3 {
  font-size: calc(1.65rem + 0.55vw);
  text-align: left;
  color: #fff;
  font-family: "Nunito";
  text-transform: uppercase;
  margin: 0 0 1rem auto;
  font-weight: bolder;
}

.banner--navigation {
  width: 100%;
}

.banner--navigation ul {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  min-height: 100%;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}

.banner--navigation li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.8rem 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-right: 0.925rem;
}

.banner--navigation li a {
  position: relative;
  display: flex;
  align-items: center;
}

.banner--navigation li a {
  color: #ffffff;
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.19))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.19))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.19));
  font-weight: 500;
  font-family: "Sen";
  font-size: 1.65rem;
  text-decoration: underline;
  font-weight: 400;
}

.banner--navigation-list .banner--navigation-list-item {
  position: relative;
  display: flex;
  align-items: center;
}

.banner--navigation-list .banner--navigation-list-item::after {
  content: "\f2e5";
  font-weight: bolder;
  font-family: remixicon !important;
  font-style: normal;
  margin-left: 7px;
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none !important;
}

.banner--navigation-list .banner--navigation-list-item:last-child::after {
  content: "";
}

.banner-end-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 2rem;
}

.banner-end-side {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .banner-end-side {
    width: 50%;
  }
}

.ngand-banner-reviews {
  position: relative;
}

.ngand-banner-reviews .trip-advisor-rating-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-area-icon,
.g-rating-area-icon {
  width: 46px;
}

.g-rating-area-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.g-rating-area-icon img {
  display: inline-flex;
  background-color: #f2e9de;
  border: 1px solid #dbdbdb;
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
}

.g-rating-area-icon img {
  height: 46px;
  width: 46px;
}

@media only screen and (max-width: 500px) {
  .ngand-banner-reviews .rating-area-icon svg {
    height: 35px;
  }

  .ngand-banner-reviews .rating-area-content-icon svg {
    fill: white;
    width: 90px;
  }
  .ngand-banner-reviews .rating-area-stars .rating-list i {
    font-size: 12px !important;
  }
  .ngand-banner-reviews .g-rating-area-icon img {
    height: 35px;
    width: 35px;
  }
}

.google-rating-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.g-rating-area-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 5px;
}

.g-rating-area-content-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 5px;
}

.g-rating-area-content-icon h6 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  text-transform: capitalize;
  letter-spacing: initial;
  font-size: 1.75rem;
  text-align: start;
  color: #ffddd5;
  font-weight: 800;
  border-radius: 100px;
}

.g-rating-area-content-icon span {
  font-family: "Lexend Deca", sans-serif;
  font-family: "Work Sans Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 0.5rem;
  text-align: center;
}

.rating-area-content-icon svg {
  fill: white;
  width: 110px;
}

.rating-area-stars .rating-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.rating-area-stars .rating-list i {
  color: #00aa6c;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.534);
  border-radius: 50%;
}

.rating-area-stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-shrink: 0;
}

.rating-area-stars p {
  padding-left: 0.5rem;
  font-size: 13px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.sandc--contact-btn {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}

.sandc--contact-btn a {
  padding: 0.9rem 1.5rem;
  font-family: "Lexend Deca";
  color: #6a961f;
  text-align: center;
  line-height: 35px;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
  border-radius: 4px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .banner--navigation li a {
    font-size: 2rem;
  }

  .banner--navigation li {
    line-height: initial;
  }

  .banner--header {
    max-width: 100%;
  }

  .banner--header h3 {
    font-size: calc(1.85rem + 0.55vw);
  }

  .banner-end-side {
    justify-content: flex-start;
    gap: 2rem;
  }

  .blog--banner {
    padding: 3% 5%;
  }
}

@media screen and (max-width: 349px) {
  .banner--contents {
    flex-direction: column;
    -ms-flex-direction: column;
    flex-flow: column;
    align-items: flex-start;
    -ms-flex-flow: column;
    -ms-flex-item-align: start;
    row-gap: 3rem;
  }

  .banner--contents {
    min-height: 40rem;
    justify-content: center;
    padding: auto;
  }
}

/* itinerary subnav */

.itinerary-sub-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  width: 100%;
  z-index: 99;
}

.itinerary-sub-nav-bg {
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #922003;
  border-top: 2px solid #faecdb;
  height: 100%;
  max-width: calc((100% - 1160px) / 2 + 1160px - 15px);
  width: 100%;
}

.itinerary-sub-nav-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding: 0.65rem 1rem;
  /* overflow-y: scroll; */
}

@media (min-width: 768px) {
  .itinerary-sub-nav-wrap {
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.itinerary-sub-nav-co {
  position: relative;
  width: 100%;
}

.itinerary-sub-nav-widget {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.itinerary-sub-nav-widget {
  position: relative;
  display: flex !important;
  align-items: center !important;
}

@media screen and (max-width: 1280px) {
  .itinerary-sub-nav-bg {
    max-width: 100%;
  }

  .itinerary-sub-nav-list .itinerary-sub-nav-list-item {
    padding: 0.8rem 2rem;
  }
}

@media (min-width: 576px) {
  .itinerary-sub-nav-widget {
    max-width: 520px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .itinerary-sub-nav-widget {
    max-width: 700px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .itinerary-sub-nav-widget {
    max-width: 920px;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .itinerary-sub-nav-widget {
    max-width: 1160px;
  }
}

.itinerary-sub-nav-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.itinerary-sub-nav-list .itinerary-sub-nav-list-item {
  text-transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0.6rem 1.2rem;
}

.itinerary-sub-nav-list-item a {
  font-size: 13px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.itinerary-sub-nav-list-item.active-tab a {
  color: #fbb03b;
  border-bottom: 1px dashed #fbb03b;
}

.itinerary-sub-nav-list-item i {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding-right: 0.5rem;
}

.itinerary-sub-nav-list-item.active-tab i {
  color: #fbb03b;
  /* border-bottom: 1px dashed #fbb03b; */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "\ea5b" !important;
  font-size: 24px !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-family: remixicon !important;
  font-style: normal;
  color: #ffffff !important;
}

.swiper-button-next::after {
  transform: rotate(180deg);
}

@media (min-width: 1280px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none !important;
  }
}

/* itinerary details */

.itinerary-co {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
}

.itinerary-intro-breadcrumbs-co {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-top: 15px;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.itinerary-intro-breadcrumbs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}

.itinerary-intro-breadcrumbs .signature-co {
  margin: 0 !important;
}

.itinerary-intro-breadcrumbs .signature-co a img {
  max-width: 180px !important;
}

@media screen and (max-width: 1024px) {
  .itinerary-intro-breadcrumbs {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.itinerary-breadcrumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 7px;
  gap: 7px;
}

.itinerary-breadcrumbs-item {
  align-items: center;
  display: flex;
  align-items: center;
}

.itinerary-breadcrumbs-item a {
  font-size: 14px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a64c0f;
  text-decoration: underline !important;
}

.itinerary-breadcrumbs-item::after {
  background-color: #922003;
  border-radius: 50px;
  content: "";
  height: 5px;
  width: 5px;
  margin-left: 7px;
}

.itinerary-breadcrumbs-item:last-child:after {
  background-color: transparent;
}

.itinerary-content-tabs-co {
  position: relative;
  width: 100%;
}

.itinerary-content-tabs {
  padding-top: 2.4rem;
  padding-top: 1rem;
}

.itinerary-content-tabs .itinerary-tab:not(:first-child) {
  display: none;
}

.itinerary-tab-main-title h3 {
  color: #a64c0f !important;
  line-height: 1.2;
  font-weight: 600;
  font-size: 23px;
  font-family: "Work Sans Regular";
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .itinerary-tab-main-title h3 {
    font-size: 18px;
  }
}

.itinerary-tab-main-title span {
  color: #442e03 !important;
  text-decoration: underline !important;
}

.itinerary-tab-descriptions-co {
  width: 100%;
  position: relative;
}

.itinerary-tab-descriptions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.itinerary-tab-description-aside {
  flex: 1;
  width: 50%;
  border-right: 1px dotted rgba(102, 102, 102, 0.363);
  padding-right: 2rem;
}

.tab-day-by-day .itinerary-tab-description-aside {
  border: none;
}

.itinerary-tab-description-beside {
  flex: 1;
  width: 50%;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

.itinerary-tab-description-aside,
.itinerary-tab-description-beside {
  flex: 1;
  width: 50%;
  padding-bottom: 3rem;
}

.itinerary-tab-description-beside {
  align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .itinerary-tab-descriptions {
    flex-direction: column;
  }

  .itinerary-tab-description-aside,
  .itinerary-tab-description-beside {
    flex: 0;
    width: 100%;
    border-right: none;
    padding: 0 !important;
  }
}

.tab-description-intro-title h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  font-size: 13px;
  line-height: 1.8;
}

.tab-description-intro-title h5 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  color: #411002;
  font-size: 14px;
  line-height: 1.5;
}

.tab-description-intro-title span {
  color: #442e03 !important;
}

.itinerary-tab-included {
  display: inline-flex;
  align-items: center;
  color: rgb(0, 128, 0) !important;
  filter: drop-shadow(0 0 1px rgba(0, 128, 0, 0.4));
}

.itinerary-tab-excluded {
  display: inline-flex;
  align-items: center;
  color: rgb(255, 0, 0);
  filter: drop-shadow(0 0 1px rgba(55, 0, 0, 0.4));
}

.itinerary-tab-included span i,
.itinerary-tab-excluded span i {
  font-size: 3rem;
}

.best-time-to-visit {
  margin: 0 auto;
  max-width: 886px;
  padding: 0 15px;
  width: 100%;
}

.best-time-to-visit h3 {
  font-size: 22px !important;
  gap: 5px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.best-time-to-visit h3::before {
  background-color: #684b2f;
  text-align: center;
  content: "";
  display: block;
  height: 4px;
  width: 30px;
}

.trgs-best-time-to-visit-co {
  margin: 0 auto;
  max-width: 886px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.travel-seasons-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.travel-seasons-head-title span {
  font-family: "Dosis", sans-serif;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  text-transform: uppercase;
  color: #0d3c00;
}

.travel-seasons-head-arrow img {
  max-width: 129px;
  height: auto;
}

.travel-seasons-list {
  position: relative;
  width: 100%;
}

.travel-seasons-list-co {
  position: relative;
  gap: 11px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 18px;
  /* overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden; */
  /* padding: 5px 49px; */
  width: 100%;
}

@media (max-width: 860px) {
  .travel-seasons-list::after {
    background-image: url(https://altezzatravel.com/local/templates/altezza.travel/assets/images/bt-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    width: 12px;
  }
}

.travel-seasons-list-item {
  align-items: center;
  background-color: #2c3300;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-family: "Work Sans Regular";
  font-feature-settings:
    "salt" on,
    lining-nums proportional-nums;
  font-size: 1.5rem;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  padding: 5px;
  position: relative;
  text-decoration: none;
  width: 54px;
  width: 50px;
}

.travel-seasons-list-item span {
  font-family: "Dosis", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
}

.travel-seasons-list-item::before {
  border: 2px solid #4e5525;
  border-radius: 30px;
  content: "";
  height: 48px;
  left: -4px;
  opacity: 0;
  position: absolute;
  top: -4px;
  /* top: 2px; */
  transition: opacity 0.3s;
  width: 62px;
  width: 58px;
}

.travel-seasons-list-item.active-tab::before {
  opacity: 1;
}

@media only screen and (max-width: 860px) {
  .travel-seasons-list-co {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(232, 232, 232);
    border-radius: 0 0 10px 10px;
    border-top: none;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 34px;
    transition:
      opacity 0.3s,
      visibility 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
  .travel-seasons-list-item::before {
    top: 2px;
  }
}

@media (max-width: 860px) {
  .travel-seasons-list.trgs-show .travel-seasons-list-co {
    opacity: 1;
    visibility: visible;
  }
}

.travel-seasons-current {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  display: none;
  font-size: 1.5rem;
  padding: 9px 15px;
}

.travel-seasons-current::before {
  background-color: #4d1a00;
  border: none;
  border-radius: 30px;
  content: "";
  display: block;
  height: 12px;
  margin-top: -2px;
  opacity: 1;
  width: 12px;
}

@media (max-width: 860px) {
  .travel-seasons-current {
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
    display: flex;
  }
}

.travel-seasons-list-item-mobile {
  display: none;
}

@media (max-width: 860px) {
  .travel-seasons-list-item-mobile {
    display: block;
  }
}

.travel-seasons-list-item:hover::before {
  opacity: 1;
}

.travel-seasons-seasons {
  grid-gap: 25px;
  gap: 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.travel-seasons-season {
  align-items: center;
  color: grey;
  display: flex;
  font-family: var(--font-second);
  font-feature-settings:
    "salt" on,
    lining-nums proportional-nums;
  font-size: 1.2rem;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 500;
  text-transform: uppercase;
}

.travel-seasons-season::before {
  background-color: #2c3300;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 12px;
  margin-right: 8px;
  width: 12px;
}

.high-season::before {
  background-color: #4d1a00;
}

.medium-season::before {
  background-color: #872d00;
}

.lower-season::before {
  background-color: #af3b00;
}

.trgs-high-season {
  background-color: #4d1a00;
}

.trgs-medium-season {
  background-color: #872d00;
}

.trgs-lower-season {
  background-color: #af3b00;
}

.travel-seasons-content {
  display: none;
}

.travel-seasons-content:first-child {
  display: block;
}

.travel-seasons-content.trgs-show {
  display: block;
}

.travel-season-name {
  grid-gap: 5px;
  gap: 5px;
  color: #202020;
  display: flex;
  flex-direction: column;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-feature-settings:
    "pnum" on,
    "lnum" on,
    "salt" on;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 17px;
  text-align: center;
}

.travel-season-name h3 {
  color: #4d1a00;
}

.travel-season-name h4 {
  color: #872d00;
}

.travel-seasons-desc p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

@media (max-width: 860px) {
  .travel-seasons-list-item {
    grid-gap: 8px;
    gap: 8px;
    align-items: center;
    background-color: transparent;
    color: var(--color-text-base);
    height: auto;
    justify-content: left;
    width: auto;
  }
  .travel-seasons-list-item::before {
    background-color: #2c3300;
    border: none;
    height: 12px;
    margin-top: -2px;
    opacity: 1;
    position: static;
    width: 12px;
  }
  .travel-seasons-list-item.active-tab::before {
    /* opacity: 0; */
    color: #a64c0f;
  }
  .travel-seasons-list-item.active-tab {
    color: #2c3300;
    color: #a64c0f;
  }
  .travel-seasons-list-item .trgs-short-text {
    display: none;
  }
  .trgs-high-season::before {
    background-color: #4d1a00;
  }

  .trgs-medium-season::before {
    background-color: #872d00;
  }

  .travel-seasons-seasons {
    display: none;
  }

  .travel-seasons-list {
    margin-bottom: 30px;
  }

  .trgs-lower-season::before {
    background-color: #af3b00;
  }
}

/*  */

.itinerary-tab-activities-co-title h3 {
  font-size: 1.25rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #4d1a00;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.tab-description-paragraph-title h4 {
  font-size: 1.25rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #4d1a00;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.tab-description-paragraph-details p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.55rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}

.overview-short-summary {
  padding-bottom: 1rem;
}

.trgs-tab-description-paragraph .tab-description-paragraph-details p {
  padding-top: 0.3rem !important;
}

.destination-activities {
  margin-top: 1.3rem;
}

.itinerary-accordion-con {
  position: relative;
  width: 100%;
}

.itinerary-accordion-body-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 1.2rem;
  background-color: #f8f3ef;
  border: 1px solid #d3c6c03b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  font-weight: 800;
  margin: 1rem 0;
}

.itinerary-accordion-title-co {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 6px !important;
  border-bottom: 1px solid #d6cdc813;
}

.acc-open--it .itinerary-accordion-title-co {
  border-bottom: 1px solid #d6cdc89f;
}

.itinerary-accordion-icon-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 2rem;
  padding: 0.4rem;
}

.accordion-icon-title-bar-one {
  position: absolute;
  background-color: #922003;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.accordion-icon-title-bar-two {
  position: absolute;
  transform: rotate(90deg);
  background: #922003;
  transition: all 0.3s ease;
  opacity: 1;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.acc-open--it .accordion-icon-title-bar-two {
  visibility: hidden;
  opacity: 0;
}

.itinerary-accordion-title h5 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.4rem 0;
  color: #922003;
  font-size: 1.65rem;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: justify !important;
}

.itinerary-accordion-title strong {
  color: #922003 !important;
  filter: drop-shadow(0 0 1px rgba(69, 62, 56, 0.4));
}

.itinerary-accordion-title p a,
.itinerary-accordion-title strong {
  font-weight: 600;
  color: #922003;
}

.itinerary-accordion-title strong {
  font-size: 1.5rem !important;
  text-indent: 0rem !important;
}

.itinerary-accordion-title span {
  text-transform: capitalize;
  color: #922003 !important;
  filter: drop-shadow(0 0 1px rgba(146, 32, 3, 0.4)) !important;
}

.itinerary-accordion-content-co {
  position: relative;
}

.itinerary-accordion-content-co {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
  opacity: 0;
}

.itinerary-accordion-content {
  padding: 14px;
}

.itinerary-accordion-content-sub-title {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.45rem;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  line-height: 1.8;
}

.itinerary-accordion-content-sub-title strong {
  color: #a64c0f;
}

.itinerary-accordion-content-sub-title a {
  color: #a64c0f;
  text-decoration: underline !important;
}

.itinerary-accordion-content p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

.itinerary-accommodation-co {
  position: relative;
  height: 100%;
  width: 100%;
}

.itinerary-accommodation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.itinerary-accommodation-list {
  width: 100%;
  padding-left: 2rem;
}

.itinerary-accommodation-list-item {
  width: 100%;
}

.itinerary-accommodation-list-item:not(:last-child)::before {
  position: relative;
  left: 0.5%;
  font-weight: bolder;
  content: "\ea54";
  font-family: remixicon !important;
  font-style: normal;
  color: #a64c0f;
  font-size: 2rem;
  text-decoration: none !important;
}

.itinerary-accommodation-list-item:not(:last-child) {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.5rem;
  padding: 0.8rem;
}

.itinerary-accommodation-list-item strong {
  position: relative;
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #773001;
  color: #3b1700;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.gallery-preview-co {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  position: relative;
}

.gallery-preview-card {
  position: relative;
  width: 33.3333333333%;
  /* float: left; */
}

@media (min-width: 744px) {
  .gallery-preview-card {
    position: relative;
    width: 25%;
  }
}

.gallery-preview-card .image-gallery {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.gallery-preview-card .image-gallery::before {
  content: "";
  display: block;
  padding-top: 50%;
  background-color: #f2f2f2;
}

@media (min-width: 744px) {
  .gallery-preview-card .image-gallery::before {
    padding-top: 58.25%;
  }
}

.gallery-preview-card .image-gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #fff;
}

.gallery-preview-card .image-gallery img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.gallery-preview-card .image-gallery img {
  max-width: 100%;
}

.itinerary-meal-and-drinks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.itinerary-meal-and-drinks-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.itinerary-meal-and-drinks-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.itinerary-meal-and-drinks-list-item {
  text-transform: uppercase;
}

.itinerary-meal-and-drinks-list-item {
  position: relative;
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  color: #773001;
  font-size: 1.2rem;
}

.itinerary-meal-and-drinks-list-item::before {
  position: relative;
  left: 1.5%;
  font-weight: bolder;
  content: "\ea54";
  font-family: remixicon !important;
  font-style: normal;
  color: #a64c0f;
  font-size: 2.5rem;
  text-decoration: none !important;
}

.itinerary-tab-description-gallery-co {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

.itinerary-tab-description-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  position: relative;
}

@media (min-width: 744px) {
  .gallery-preview-article {
    position: relative;
    width: 25%;
  }
}

.gallery-preview-article {
  position: relative;
  width: 33.3333333333%;
  float: left;
}

.gallery-preview-article .experience-image-gallery {
  overflow: hidden;
  width: 100%;
  position: relative;
}

@media (min-width: 744px) {
  .gallery-preview-article .image-gallery::before {
    padding-top: 58.25%;
  }
}

.gallery-preview-article .experience-image-gallery::before {
  content: "";
  display: block;
  padding-top: 50%;
  background-color: #f2f2f2;
}

.experience-image-gallery img {
  max-width: 100%;
}

.experience-image-gallery img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.gallery-preview-article .experience-image-gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #fff;
}

.itinerary-tab-rate-co {
  position: relative;
  letter-spacing: 0.05em;
  border: 0 solid;
  border: 1px solid #dbdbdb;
  /* padding: 15px 20px 20px; */
  margin-bottom: 20px;
}

.table-container {
  position: relative;
  width: 100%;
  background-color: #f8f3ef;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.itinerary-tab-rate-co .table-container {
  padding-bottom: 30px !important;
  word-wrap: break-word;
}

.itinerary-tab-rate-co .table {
  display: table;
  margin-bottom: 0;
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #dee2e6;
  border-color: #dbdbdb;
  font-size: 0.9rem;
  margin-top: 0rem;
}

.itinerary-tab-rate-co .table > thead {
  vertical-align: bottom;
  font-weight: bold;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

.table > :not(caption) > * > * {
  padding: 1.2rem 1.4rem;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  /* background-image: none;
    background-color: transparent; */
}

.table > :not(caption) > * > * {
  padding: 1.2rem 0.5rem;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}

.th-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
}

.th-content i {
  font-size: 16px;
  font-weight: 800;
  color: #593817;
  padding-right: 0.3rem;
}

.table thead .th-content span {
  color: #920803;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table tbody {
  font-weight: 300;
}

.table tbody tr:nth-child(even) {
  background-color: #f2e9de;
}

tbody .tr-text {
  display: none;
  color: #920803;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
}

.td-content-price small {
  display: none;
}

tbody .td-content-price {
  /* color: #442e03; */
  /* color: #cc4b25; */
  color: #3d1f17;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
}

.de-table tbody tr td {
  position: relative;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 1660px) {
  .table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
  }

  .de-table tbody tr td {
    position: relative;
    font-weight: bold;
    width: 50%;
    float: left;
    text-align: left;
  }

  .de-table thead {
    display: none !important;
  }

  .td-content-price small {
    display: initial !important;
  }

  .de-table .tr-text {
    display: initial !important;
  }

  .td-content-price {
    margin-top: 0.5rem;
  }
}

.itinerary-tab-note-co {
  position: relative;
  width: 100%;
}

.itinerary-tab-note-co .itinerary-tab-note-included-list {
  padding: 1rem 0;
}

.itinerary-tab-note-co .itinerary-tab-note-included-list {
  counter-reset: item;
  line-height: 1.69em !important;
  list-style-type: none;
  letter-spacing: 1px;
  text-align: justify !important;
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  font-size: 1.7rem;
  text-align: justify;
}

.itinerary-tab-note-included-list-item {
  position: relative;
  display: block;
  margin-bottom: 3px;
  padding-left: 25px !important;
  list-style: none !important;
}

.excluded-list .itinerary-tab-note-included-list-item::after,
.included-list .itinerary-tab-note-included-list-item::after {
  content: counter(item) " ";
  counter-increment: item;
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Dosis", sans-serif !important;
  font-weight: 800;
  filter: drop-shadow(0 0 1px rgba(0, 82, 0, 0.4));
  background-color: #004700;
  left: 0px;
  top: 4.2px;
}

.excluded-list .itinerary-tab-note-included-list-item::after {
  color: #fff;
  filter: drop-shadow(0 0 1px rgba(0, 82, 0, 0.4));
  background-color: #922003;
}

.rental-car-co {
  display: block;
  min-width: 320px;
  /* padding: 0 16px;
    padding-right: 16px;
    padding-left: 16px; */
}

@media (min-width: 768px) {
  .rental-car-co {
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 32px;
        padding-right: 32px; */
  }
}

@media (min-width: 1024px) {
  .rental-car-co {
    max-width: 1400px;
    /* padding-left: 32px;
        padding-right: 32px; */
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .rental-car-co {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (min-width: 1440px) {
  .rental-car-co {
    padding-left: 96px;
    padding-right: 96px;
  }
}

.rental-car-co-header {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-top: 16px;
}

.rental-car-co-title {
  width: 100%;
  height: 100%;
}

.rental-car-co-title h1 {
  color: #410a01 !important;
  font-family: "Work Sans Regular";
  font-size: 2.85rem;
  line-height: 2.75rem;
}

.car-specifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.car-specifications-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  /* flex-shrink: 0; */
}

.rent-activity-rating-co {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}

.rent-activity-rating-co .activity-left-row-rating-stars {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.activity-left-row-rating-stars span {
  align-self: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 100;
  line-height: normal;
  color: #dfb602;
  color: #e1560f;
}

.rent-activity-rating-co .activity-left-row-rating-content {
  margin-left: 5px;
}

.activity-left-row-rating-content span {
  display: inline-block;
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #410a01;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

.rent-activity-status-co p {
  display: inline-block;
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #410a01;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.5;
}

.rent-activity-status-co span {
  color: rgb(0, 128, 0) !important;
  filter: drop-shadow(0 0 1px rgba(0, 128, 0, 0.4));
  text-decoration: underline;
}

.rental-car-co-activity {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .rental-car-co-activity {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .rental-car-co-activity {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1402px) {
  .rental-car-co-activity {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .rent-car-co-activity-left {
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .rent-car-co-activity-left {
    align-items: center;
    display: flex;
  }
}

.rent-car-co-activity-left-row > * {
  display: flex;
}

.activity-left-row-co {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  align-items: center;
}

.rent-car-co-activity-right {
  position: relative;
  display: flex;
  align-items: center;
}

.car-specifications-card {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
  background-color: #fcf0e3;
  border: 1px solid #d6cdc8;
  padding: 7px 10px;
  gap: 8px;
  border-radius: 12px;
}

.car-specifications-card p {
  font-size: 13px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #531202;
}

.rental-car-gallery-co {
  margin-top: 0;
  position: relative;
  display: inline-block;
  height: auto;
  margin: 16px 0 0;
  margin-top: 16px;
  width: 100%;
  padding: 16px 0 0;
  user-select: none;
}

.rental-car-gallery-wrap {
  width: 100%;
  position: relative;
}

.media-gallery__overlay-layout {
  display: block;
  height: 100%;
  justify-content: space-between;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.media-gallery__overlay-layout--bottom-right.media-gallery__overlay-layout__slot {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 10;
}

.media-gallery__overlay-layout--bottom-right .button-more-pictures {
  display: inline-flex;
  align-items: center;
  backdrop-filter: blur(2px);
  background: #191b2066;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  pointer-events: auto;
  height: fit-content;
  overflow: visible;
  white-space: nowrap;
  width: fit-content;
  transition: all 0.2s ease-out;
  cursor: pointer;
  padding: 9px 24px;
  outline: 0;
  border-radius: 5rem;
}

.media-gallery-image-icon {
  display: inline-flex;
  align-self: center;
  font-size: 15px;
  margin-right: 6px;
  font-weight: 100;
  line-height: normal;
  color: #fff;
}

.media-gallery-image-icon-span::before {
  content: "\ee4a";
  font-weight: bolder;
  font-family: remixicon !important;
  font-style: normal;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none !important;
}

.button-more-pictures .media-gallery-total-images {
  font-size: 14px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

.media-gallery__overlay-layout--top-left.media-gallery__overlay-layout__slot {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 10;
}

.media-gallery__overlay-layout--top-right.media-gallery__overlay-layout__slot {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 10;
}

.media-gallery--mosaic-view {
  position: relative;
}

@media (max-width: 767px) {
  .media-gallery--mosaic-view {
    display: none;
  }
}

.photo-gallery.photo-gallery--has-collage.media-gallery__mosaic-desktop-container {
  background-color: var(--surface-secondary);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  width: auto;
}

@media (min-width: 768px) {
  .photo-gallery.photo-gallery--has-collage.media-gallery__mosaic-desktop-container {
    border-radius: 4px;
    height: 50vw;
    margin-left: 0;
    margin-right: 0;
    max-height: 400px;
    min-height: 380px;
    width: 100%;
  }
}

.media-mosaic-desktop-grid.photo-gallery-collage {
  display: none;
  cursor: pointer;
  position: relative;
  grid-gap: 8px;
  background-color: #fcf9f6;
  border: 1px solid #cac0bb3b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  padding: 0.2rem;
  border-radius: 0.5rem;
  border-radius: 2px;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .media-mosaic-desktop-grid.photo-gallery-collage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
  }
}

.media-item.media-mosaic-desktop-grid__item--photos-only--0 {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  grid-column: 1/3;
  grid-row: 1/3;
  border-radius: 0.5rem 0px 0px 0.5rem;
  max-width: 620px;
  max-height: 400px;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--0 picture {
  height: 400px;
  width: 620px;
}

.c-image.c-image--loaded.c-image--radius-none.media-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  pointer-events: all;
  width: 100%;
}

.c-image__img.c-image__img--cover {
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--1 {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  max-height: 400px;
  grid-column: 3/4;
  grid-row: 1/3;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--1 picture {
  height: 400px;
  width: 300px;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--2 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  grid-column: 4/5;
  grid-row: 1/2;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--2 picture {
  height: 200px;
  width: 300px;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--3 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  grid-column: 4/5;
  grid-row: 2/3;
}

.media-item.media-mosaic-desktop-grid__item--photos-only--3 picture {
  width: 300px;
  height: 200px;
}

/* rent car mobile gallery */

.media-gallery__mobile--no-video {
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  .media-gallery__mobile--no-video {
    display: flex;
  }
}

.photo-swiper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 640px;
  max-width: 960px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .photo-swiper {
    height: 250px;
  }
}

.photo-swiper-image img {
  display: block;
  object-fit: cover !important;
}

#gallery-focus-image {
  display: flex;
  height: 100%;
  width: 100%;
}

.rent-car-content-co {
  display: inline-block;
  height: auto;
  margin: 16px 0 0;
  width: 100%;
}

.rent-car-content-co-row {
  width: 100%;
}

@media (min-width: 768px) {
  .rent-car-content-co-row {
    display: flex;
    flex-direction: row;
  }
}

/* .rent-car-content-co-details {} */

@media (min-width: 768px) {
  .rent-car-content-co-details {
    padding-right: 16px;
    width: 66.6%;
  }
}

.rent-car-content-article {
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ddd9d5;
  /* padding: 1rem; */
  border-radius: 5px;
}

.rent-car-content-article h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  font-size: 16px;
  line-height: 1.8;
}

.rental-car-details-paragrap-co .rental-car-details-paragrap {
  font-family: "Work Sans Regular";
  font-weight: 600;
  color: #593817;
  display: inline-block;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

.rent-car-features-co {
  margin-top: 1.5rem;
}

.rent-car-features-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  grid-gap: 0px;
  gap: 0px;
}

.rent-car-features-card-head span {
  position: relative;
}

.rent-car-features-card-head span i {
  font-weight: 800;
  padding: 0.3rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  background-color: #fcf0e3;
  border: 1px solid #d6cdc8af;
  font-size: 1.4rem;
  color: #444343;
}

.rent-car-features-card-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 7px;
  gap: 7px;
}

.rent-car-features-card:not(:last-child) {
  padding-bottom: 1rem;
}

.rent-car-features-card-head h6 {
  font-size: 13px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #531202;
}

.rent-car-features-card-description p {
  font-family: "Work Sans Regular";
  font-weight: 600;
  color: #593817;
  display: inline-block;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}

.rent-car-content-co-aside {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 0;
}

@media (min-width: 768px) {
  .rent-car-content-co-aside {
    padding-left: 16px;
  }
}

.rent-car-content-co-aside-price-artilce {
  /* display: none; */
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .rent-car-content-co-aside-price-artilce {
    display: block;
    width: 100%;
  }
}

.rent-car-content-aside-price-artilce {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  grid-gap: 0px;
  gap: 0px;
}

.rent-car-content-aside-price-artilce {
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ddd9d5;
  padding: 1rem;
  border-radius: 5px;
}

.price-block-display-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  /* padding-left: 16px; */
  padding-top: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
}

.price-block-display-price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  grid-gap: 0px;
  gap: 0px;
}

.price-block-display-price {
  font-family: "Work Sans Regular";
  font-weight: 600;
  color: #741801;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

.price-block-display-price strong {
  color: #5f1401;
  font-weight: 800;
  text-decoration: underline;
}

.price-block-button .price-block-btn-booking {
  position: relative;
  display: inline-block;
  margin: 1.8rem 0rem 0rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(146, 32, 3);
  font-weight: 800;
  border-radius: 100px;
  padding: 15px 24px;
}

.price-block-contact-for-support {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

@media (min-width: 768px) {
  .price-block-contact-for-support-details {
    flex-grow: 1;
  }
}

.price-block-contact-for-support-icon span i {
  font-weight: 800;
  padding: 0.3rem;
  /* border-radius: 50%; */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  background-color: #fcf0e3;
  border: 1px solid #d6cdc8af;
  font-size: 3.5rem;
  font-weight: 800;
  color: #444343;
}

.price-block-contact-for-support-details p {
  display: inline-block;
  font-family: "Work Sans Regular";
  font-weight: 600;
  color: #593817;
  font-size: 1.3rem;
  text-align: justify;
  margin-bottom: 0.5rem;
}

.price-block-contact-for-support-details p a {
  color: #472400;
  text-decoration: underline !important;
}

/* safaris */

.safari {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  background-attachment: fixed;
}

.safari {
  text-align: center;
}

.safari--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.2rem;
}

.safari--box-one {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-width: 430px;
  height: 40vh;
  padding: 30px;
}

.safari--box-two {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: start !important;
  justify-content: center;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 30%;
  height: 40vh;
  padding: 30px;
}

@media screen and (max-width: 1052px) {
  .safari--box-two {
    min-width: 100%;
    height: 100%;
    height: 70vh;
  }

  .safari--container {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .safari--box-one {
    min-width: 100%;
    padding: 50px;
    height: 40vh;
  }

  .safari--box-two {
    min-width: 100%;
    padding: 50px;
    height: 40vh;
  }
}

.safari--box-one h4,
.safari--box-two h4 {
  font-size: 1.75rem;
  color: #2b1103;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
}

.safari--box-one h2,
.safari--box-two h2 {
  color: #fff;
  font-size: 3rem;
  padding: 5px 0;
  text-transform: capitalize;
  font-family: "Abril Fatface";
}

.safari--box-one span,
.safari--box-two span {
  color: #ffecec;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Abel";
  margin-bottom: 0.4rem;
}

.safari--box-one h4,
.safari--box-two h4,
.safari--box-one h2,
.safari--box-two h2,
.safari--box-one span,
.safari--box-two span {
  filter: drop-shadow(0 0 1px rgba(2, 27, 27, 0.5));
}

a.safari--btn {
  display: inline-block;
  position: relative;
  font-family: "Lexend Deca";
  text-align: center;
  font-size: 1.6rem;
}

.safari--btn {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0.3125rem 0.9375rem 0.3125rem 0;
  background: #0000004b;
  border: 1px solid #cccccc4f;
  color: #fff;
  padding: 8px 9px;
  line-height: 2rem;
  border-radius: 0.15rem;
}

.safari--btn {
  width: auto;
  color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  text-shadow: 1px 1px 1px #444;
  white-space: nowrap;
  transition:
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    background 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.safari--btn::after {
  content: "›";
  display: block;
  position: absolute;
  top: 0.8375rem;
  right: 0.525rem;
  font-size: 2.25rem;
}

.safari--btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #444;
  text-shadow: none;
}

/* all blog page */

.all-blogs {
  position: relative;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  background-attachment: fixed;
}

.all-blogs-co {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}

.all-blogs-co-wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.all-blogs-co-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}

.page-main-content {
  position: relative;
  min-height: 1px;
  /* padding-left: 15px;
    padding-right: 15px; */
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-main-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    /* padding-right: 15px; */
  }
}

.all-blog-article-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 0.8rem;
  width: 100%;
}

.all-blog-article-co:first-child {
  margin-top: 0 !important;
}

.all-blog-article-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #fcf9f3;
  border: 1px solid #dbdbdb;
  border-radius: 0.4rem;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  padding: 0.2rem;
}

.all-blog-article-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.all-blog-article-card {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .all-blog-article-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 0.8rem);
    -ms-flex: 0 0 calc(50% - 0.8rem);
    flex: 0 0 calc(50% - 0.8rem);
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
}

.all-blog-article-card-image {
  position: relative;
  overflow: hidden;
  height: 23.37rem;
  width: 100%;
}

.all-blog-article-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.all-blog-article-card-contents {
  position: relative;
  align-self: flex-start !important;
  padding: 10px;
}

.all-blog-article-card-category {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Dosis", sans-serif;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  color: #4d1803;
  font-weight: 800;
  width: max-content;
  margin-bottom: 10px;
  line-height: 30px;
  z-index: 5;
}

.all-blog-article-card-category span {
  text-decoration: underline;
}

.all-blog-article-card-metadata {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.all-blog-article-card-metadata-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-blog-article-card-metadata-list-item {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  font-family: "Abel";
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

.all-blog-article-card-metadata-list-item i {
  margin-right: 5px;
  color: #531202;
}

.all-blog-article-card-metadata-list-item:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #1e282f !important;
  font-weight: 300 !important;
}

.all-blog-article-card-title h3 {
  font-size: 16px;
  padding-bottom: 5px;
  color: #470e00;
  font-family: "Dosis", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.all-blog-article-card-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}

.all-blog-article-card-bottom {
  padding: 10px;
}

.all-blog-article-card-bottom-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
}

.all-blog-article-card-bottom-author-thumb {
  height: 3.5rem;
  width: 3.5rem;
}

.all-blog-article-card-bottom-author-thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding: 2px;
  border: 3px solid #f8b9a985;
}

.all-blog-article-card-bottom-author-title {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}

.all-blog-article-card-bottom-author-title-seperator {
  position: relative;
  display: inline-block;
}

.all-blog-article-card-bottom-author-title-seperator::after {
  content: "|";
  margin: 0 4px;
  color: #037e02;
}

.all-blog-article-card-bottom-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #4d1803;
  font-weight: 800;
  border-radius: 100px;
  padding: 8px 10px;
}

.all-blog-article-card-bottom-author-title strong {
  font-size: 1.3rem;
  color: #3d2713;
  font-weight: 800;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
}

.page-aside-bar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .page-aside-bar {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
  }

  .page-aside-bar {
  }
}

@media (max-width: 991px) {
  .page-aside-bar {
    padding-left: 0px !important;
  }
}

.page-aside-bar-co {
  position: relative;
  margin-top: 0px;
}

.page-aside-bar-single-article {
  background-color: #fdfbf683;
  /* border: 1px solid #dbdbdbb7; */
  border-radius: 0.4rem;
  /* box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); */
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid #ddd9d5;
  padding: 20px;
  margin-bottom: 30px;
}

.page-aside-bar-single-article-search {
  margin-bottom: 1.5rem;
}

.page-aside-bar-single-article-search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem !important;
}

.page-aside-bar-single-article-search input {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-family: "Verlag";
  font-weight: 400;
  line-height: 1.5;
  color: #3b1201;
  background-color: #fdfaf3;
  border: 1px solid #ced4daa6;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  height: 50px;
  padding-left: 20px;
}

.search--input-append {
  display: flex;
  /* align-items: center; */
}

.search--input-append button {
  position: relative;
  display: inline-block;
  color: #4d1803;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ced4daa6;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(206, 212, 218);
  padding: 4px 15px;
  border-left: 0;
  z-index: 2;
}

.page-aside-bar-single-article-search-submit {
  margin: 1.55rem 0rem 0rem;
}

.page-aside-bar-single-article-search-submit button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(146, 32, 3);
  font-weight: 800;
  /* border-radius: 100px; */
  padding: 15px 24px;
  width: 100%;
}

.page-aside-bar-single-article-recent-post-title {
  text-align: center;
}

.page-aside-bar-single-article-recent-post-title h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.55rem;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #470e00;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.page-aside-bar-single-article-recent-post-title h4::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  height: 3px;
  width: 30px;
  background: #fdfbf6;
  background-color: #470e00;
}

.page-aside-bar-single-article-recent-post-title h4::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  height: 3px;
  width: 30px;
  background: #fdfbf6;
  background-color: #470e00;
}

.page-aside-bar-single-article-recent-post-co {
  margin-top: 25px;
}

.page-aside-bar-single-article-recent-post-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-aside-bar-single-article-recent-post-list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  -ms-flex-pack: start;
  width: 100%;
}

.page-aside-bar-single-article-recent-post-list-item-co:not(
    :first-child
  )::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin: 15px 0;
  width: 100%;
  background: linear-gradient(to left, #e0e0e0 0%, transparent 100%);
}

.page-aside-bar-single-article-recent-post-thumb-image {
  flex-shrink: 0;
  height: 60px;
  width: 80px;
}

.page-aside-bar-single-article-recent-post-thumb-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
  padding: 2px;
  border: solid 1px #eee;
}

.page-aside-bar-single-article-recent-post-content {
  margin-left: 1.2rem;
}

.page-aside-bar-single-article-recent-post-sub-title h4 {
  font-size: 13px;
  padding-bottom: 5px;
  color: #410a01;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.page-aside-bar-single-article-recent-post-time {
  display: inline-flex;
}

.page-aside-bar-single-article-recent-post-time span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #a64c0f;
  font-weight: 800;
}

.page-aside-bar-single-article-category-post-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 25px;
}

.page-aside-bar-single-article-category-post-list-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 10px;
  /* padding-top: 15px; */
}

.page-aside-bar-single-article-category-post-co a {
  font-size: 15px;
  line-height: 20px;
  color: #922003;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
}

.page-aside-bar-single-article-category-post-list-item p::before {
  position: relative;
  content: "\ea81";
  font-family: remixicon !important;
  font-style: normal;
  font-weight: 900;
  padding-right: 0rem;
  color: #0d3c00;
  font-size: 14px;
  line-height: 1;
  margin-right: 0.5rem;
}

.page-aside-bar-single-article-category-post-list-item span::before {
  position: relative;
  content: "\edfc";
  font-family: remixicon !important;
  font-style: normal;
  font-weight: 900;
  padding-right: 0rem;
  color: #0d3c00;
  font-size: 14px;
  line-height: 1;
  margin-right: 0.5rem;
}

.page-aside-bar-single-article-category-post-co:not(:first-child)::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to left, #e0e0e0 0%, transparent 100%);
  margin-top: -1px;
  margin-top: 15px;
}

.newsletter-post-aside-sub-text {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

.newsletter-post-aside-sub-text span {
  font-weight: 800;
  font-family: "Abel";
  font-size: 18px;
  font-weight: bold;
  color: #922003;
}

.newsletter-post-aside-form {
  margin-top: 25px;
}

.newsletter-post-aside-bottom-text {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  text-align: center;
}

.newsletter-post-aside-bottom-text p {
  font-family: "Abel";
  font-weight: 800;
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
  color: #922003;
}

.newsletter-post-aside-bottom-text p a {
  color: #350b01;
  text-decoration: underline !important;
  font-weight: 800;
}

/* post */

.asingle-blog-article-co {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fdfbf683;
  border: 1px solid #dbdbdb5b;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.009);
  border-radius: 0.4rem;
  padding: 0.3rem;
}

.asingle-blog-article-co-content-feature-image {
  position: relative;
  height: 40rem;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.asingle-blog-article-co-content {
  padding: 2rem;
  padding-top: 0;
}

.asingle-blog-article-category {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  gap: 0.8rem;
}

.asingle-blog-article-category span {
  white-space: nowrap;
  font-size: 1.5rem;
  text-align: center;
  color: #4d1803;
  font-weight: 800;
  width: max-content;
  line-height: 30px;
}

.asingle-blog-article-category strong {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  color: #4d1803;
  font-weight: 600;
  width: max-content;
  line-height: 30px;
  z-index: 5;
}

.asingle-blog-article-metadata {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  gap: 2rem;
}

.asingle-blog-article-metadata-author-thumb-co {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}

.asingle-blog-article-metadata-author-thumb {
  height: 3.5rem;
  width: 3.5rem;
}

.asingle-blog-article-metadata-author-thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding: 2px;
  border: 3px solid #836d5a46;
}

.asingle-blog-article-metadata-author-title {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.asingle-blog-article-metadata-author-title strong {
  font-size: 13px;
  color: #3d2713;
  font-weight: 800;
  color: #920803;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
}

.asingle-blog-article-metadata-author-title-seperator {
  position: relative;
  display: inline-block;
}

.asingle-blog-article-metadata-author-title-seperator::after {
  content: "|";
  margin: 0 4px;
  color: #3d2713;
}

.asingle-blog-article-metadata-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.asingle-blog-article-metadata-list-item {
  display: inline-block;
  font-size: 13px;
  color: #922003;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

.asingle-blog-article-metadata-list-item i {
  margin-right: 5px;
  color: #533f19;
}

.asingle-blog-article-metadata-list-item:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #1e282f !important;
  font-weight: 300 !important;
}

.asingle-blog-article-feature-title h1 {
  font-family: "prata", sans-serif;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 15px;
  color: #410a01;
  color: #920803;
  word-wrap: break-word;
}

.asingle-blog-article-paragraph {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #410a01;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

.asingle-blog-article-paragraph-title h4 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #922003;
  font-size: 16px;
  line-height: 1.8;
}

.asingle-blog-article-paragraph-block-quote-co {
  position: relative;
  margin: 30px 0;
  border: none;
  padding: 40px 30px 35px 80px;
  /* background-color: #faecdbb7; */
  /* border: 1px solid rgba(236, 228, 224, 0.651); */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ddd9d5be;
  color: #222;
  border-radius: 20px;
  overflow-wrap: break-word;
}

.asingle-blog-article-paragraph-block-quote::before {
  content: "\ec51";
  display: block;
  position: absolute;
  left: 40px;
  font-family: remixicon !important;
  font-style: normal;
  margin-left: 7px;
  color: #ffffff;
  font-size: 3rem;
  color: #c6783e;
  font-weight: 900;
  line-height: 1;
}

.asingle-blog-article-paragraph-block-quote-paragraph {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #555555;
  display: inline-block;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.asingle-blog-article-paragraph-block-quote cite {
  position: relative;
  padding-left: 50px;
  color: #410a01;
  font-weight: 800;
  font-family: "Abel", sans-serif;
  font-size: 1.5rem;
}

.asingle-blog-article-paragraph-block-quote cite::before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #410a01;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.asingle-blog-article-image-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0px;
  gap: 0.8rem;
  width: 100%;
}

.asingle-blog-article-image-co {
  max-width: 100%;
}

.asingle-blog-article-image-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.asingle-blog-article-image-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  /* background-color: #fcf9f3; */
  border: 1px solid #dbdbdbc7;
  border-radius: 0.4rem;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  padding: 0.2rem;
}

@media screen and (min-width: 1024px) {
  .asingle-blog-article-image-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 0.8rem);
    -ms-flex: 0 0 calc(50% - 0.8rem);
    flex: 0 0 calc(50% - 0.8rem);
    max-width: 50%;
  }
}

.asingle-blog-article-image-card {
  position: relative;
  overflow: hidden;
  height: 23.37rem;
  width: 100%;
}

.asingle-blog-article-image-card img {
  object-fit: cover;
  border-radius: 0.4rem;
  width: 100%;
  height: 100%;
}

.asingle-blog-article-navigation-co {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.asingle-blog-article-navigation-prev,
.asingle-blog-article-navigation-next {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #ddd9d5;
  padding: 1rem;
  transition: 0.35s;
}

.asingle-blog-article-navigation-next {
  text-align: right;
}

.asingle-blog-article-navigation-prev-arrow span,
.asingle-blog-article-navigation-next-arrow span {
  width: 40px;
  height: 60px;
  border-radius: 0.4rem;
  border: 1px solid #dbdbdbc7;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
  background-color: #faecdb;
  border: 1px solid #d6cdc8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.asingle-blog-article-navigation-prev-arrow,
.asingle-blog-article-navigation-next-arrow {
  font-size: 3rem;
  color: rgba(13, 23, 32, 0.16);
}

.asingle-blog-article-navigation-prev-content,
.asingle-blog-article-navigation-next-content {
  max-width: 301px;
  width: 100%;
  line-height: 1;
  transition: 0.35s;
}

.asingle-blog-article-navigation-prev-content span,
.asingle-blog-article-navigation-next-content span {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #922003;
  font-weight: 800;
  transition: 0.35s;
  margin-bottom: 5px;
  display: inline-block;
}

.asingle-blog-article-navigation-prev-content h6,
.asingle-blog-article-navigation-next-content h6 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #410a01;
  font-weight: 800;
  line-height: 1.3;
}

/* blogs */

.sandc--blogs {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/home4-banner-bg.png) no-repeat center / cover;
  background-attachment: fixed;
}

.sandc--blogs {
  position: relative;
  width: 100%;
  background-attachment: fixed;
}

.blogs-slider .box {
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
  height: auto;
  border: 1px solid #dcdcdc;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
}

.blogs-slider .box:hover {
  transform: translateY(-0.8%);
}

.blogs-slider .box .image {
  position: relative;
  height: 25rem;
  width: 100%;
  padding: 0.4rem;
  overflow: hidden;
}

span.safari-tag {
  text-align: center;
  padding: 0.5rem 0.4rem;
  color: #fff;
  font-family: "Lexend Deca";
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 800;
}

span.safari-tag.trgs-silver {
  color: #fff;
}

span.safari-tag.trgs-gold {
  color: #ffd700;
}

.safari-tag {
  background-color: #6b0400;
  width: 10rem;
  height: 3rem;
  height: 4rem;
  border-bottom: 3px solid #fff;
  position: absolute;
  transform: rotate(-90deg);
  left: -3.1rem;
  top: 5rem;
}

.blogs-slider .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogs-slider .box .content {
  padding: 1.5rem;
}

.blogs-slider .box .content strong a {
  font-size: 1.45rem;
  color: #25282c;
  color: #999999;
  text-transform: uppercase;
  font-family: "Abel";
}

.blogs-slider .box .content h3 {
  font-size: 1.65rem;
  text-transform: capitalize;

  padding: 0.8rem 0 0.4rem;
  font-family: "Prata";
  font-weight: bold;
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.2;
  color: #920803;
  font-family: "Dosis", sans-serif;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.blogs-slider .box .content p {
  padding-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: justify;
  font-family: "Abel";
  color: #453e38;
}

.seperator {
  display: inline-block;
}

.seperator::after {
  content: "|";
  margin: 0 4px;
  color: #037e02;
}

.blogs-slider .box .btn {
  margin: 0.5rem 0 0;
  box-shadow: none;
  border: none;
  padding: 0.9rem 0 0rem;
}

.blogs-slider .box .btn:hover {
  background: none;
}

.blog--bottom {
  position: relative;
  background-color: #fbf5f3;
  overflow: hidden;
  width: 100%;
}

.blog--bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.blog--bottom ul li {
  display: inline-block;
}

.blog--bottom li a {
  display: inline-block;
  font-weight: 700;
  padding: 10px 15px;
  color: #303655;
  text-transform: capitalize;
  font-family: "Abel" !important;
  font-size: 1.7rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.blog--bottom li i {
  display: inline-block;
  font-size: 1.6rem;
  color: #303655;
  font-weight: 800;
}

.blog--bottom li.blog-button {
  float: right;
}

.blog-button a {
  background-color: #561712;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.blog-button a i {
  color: #fafafa;
}

.blogs--partners {
  text-align: center;
}

.blogs--partners a {
  position: relative;
  display: inline-block;
  margin: 1.8rem 0rem 0rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #922003;
  font-weight: 800;
  border-radius: 100px;
  padding: 11px 15px;
}

/* reviews */

.reviews {
  border: 1px solid #e6e5e5;
  background-image: url("../images/map-2.png");
  background-attachment: fixed;
}

.reviews-row {
  display: flex;
  flex-wrap: wrap;
}

.reviews-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.reviews-co-row {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  flex-wrap: wrap;
  max-width: 100%;
}

@media (min-width: 992px) {
  .reviews-co-row {
    flex: 0 0 auto;
    width: 100%;
  }
}

.tripadvisor-reviews,
.google-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
}

.google-reviews-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  column-gap: 5px;
}

.google-icon a {
  display: inline-flex;
  background-color: #f2e9de;
  border: 1px solid #dbdbdb;
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
}

.google-icon img {
  height: 30px;
  width: 30px;
}

.google-reviews-content h6 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: start;
  color: #922003;
  font-weight: 800;
  border-radius: 100px;
}

.google-reviews-content h6 {
  text-transform: capitalize;
  letter-spacing: initial;
}

.google-reviews-content span {
  font-family: "Lexend Deca", sans-serif;
  font-family: "Work Sans Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0d3c00;
  text-align: center;
}

.tripadvisor-reviews strong {
  font-family: "sen", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #a64c0f;
}

.tripadvisor-reviews-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-top: 7px;
  margin-bottom: 5px;
}

.tripadvisor-reviews-rating .circle i {
  color: #00aa6c;
  font-size: 16px;
}

.rating-context {
  font-family: "Lexend Deca", sans-serif;
  /* jost,sans-serif */
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #0d3c00;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.rating-context a {
  text-decoration: underline !important;
  color: #11813b;
}

.tripadvisor-reviews-rating-image {
  max-width: 100px;
}

@media (max-width: 991px) {
  .tripadvisor-reviews {
    padding-top: 20px;
  }
}

.review-btn a {
  position: relative;
  display: inline-block;
  margin: 1rem;
  cursor: pointer;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #922003;
  font-weight: 800;
  border-radius: 100px;
  padding: 12px 24px;
}

/* footer */

.footer {
  position: sticky;
  color: rgb(14, 57, 2);
  background:
    linear-gradient(
      180deg,
      rgba(86, 23, 18, 0.8) 0%,
      rgba(86, 23, 18, 0.3) 100%
    ),
    url(../images/elephant-sunset.jpeg) no-repeat center / cover;
  background-position-x: 0%, center;
  background-position-y: 0%, center;
  background-attachment: scroll, scroll;
  width: 100%;
}

#footer .footer--top {
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

.footer--top-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.flex--top-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.flex--top-container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  .footer--top-box {
    flex: 1 1 25rem;
    width: 50%;
  }
}

.footer--details {
  margin-bottom: 30px;
}

.footer--icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.foot--details h3 {
  display: inline-block;
  font-size: 20px;
  padding-left: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.footer--logo {
  display: inline-block !important;
  height: 5rem;
  width: 5rem;
}

.foot--details img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.foot--details p {
  margin-bottom: 0.8em;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  /* font-size: 15px; */
  text-align: justify !important;
}

.footer--details h3 span {
  color: #f47425 !important;
}

.footer--details p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
}

.social--media {
  margin-top: 1rem !important;
}

.social--media a {
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
  color: #920803;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 30%;
  transition: 0.3s;
}

.social--media a:hover {
  background-color: #922003;
  border: 1px solid #f7f1eaa9;
  color: #151515;
  text-decoration: none;
}

.flex--top-container .footer--links {
  margin-bottom: 30px;
}

.footer--items li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer--items li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.footer--items li::before {
  position: relative;
  content: "\f2e5";
  font-family: remixicon !important;
  font-style: normal;
  font-weight: 900;
  padding-right: 0.8rem;
  color: #ffc451;
  font-size: 16px;
  line-height: 1;
}

/* contact */

.contact {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/drop-back-5.png) no-repeat center / cover;
  background-attachment: fixed;
}

.contact-co {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 4vh;
  padding-bottom: 4vh;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contact-co-inner {
  display: flex;
  align-content: normal;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
}

.contact-content,
.contact-info-co {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: initial;
  flex-grow: 0;
  align-self: auto;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.contact-content,
.contact-info-co {
  position: relative;
  flex-direction: column;
  flex: 1 0 50%;
  max-width: 50%;
}

.contact-info-co {
  align-self: flex-end;
  flex-direction: row;
}

.signature-co {
  max-width: 100%;
  text-align: left;
  margin-block-end: 0;
  margin-bottom: 20px;
}

.signature-co a {
  display: inline-block;
}

.signature-co a img {
  width: 100%;
  max-width: 150px;
}

.signature-co a img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.contact-sub-title h2 {
  color: #453e38;
  font-family: "Work Sans Regular";
  font-size: 45px;
  font-weight: 500;
}

.contact-sub-title h2 span {
  color: #a64c0f;
}

@media only screen and (max-width: 768px) {
  .contact-sub-title h2 {
    font-size: 30px;
  }
}

.contact-content p {
  padding-top: 20px;
  color: #453e38;
  font-family: "Work Sans Regular";
  font-size: 18px;
}

.a-contact-space {
  max-width: 100%;
  height: 5vh;
}

.contact-us-send {
  position: relative;
  margin: 3.5rem auto;
  margin-left: 0 !important;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.contact-us-send .btn-icon-wrap {
  top: 10px;
}

.contant-buttons {
  padding-inline-end: 48px;
  -webkit-padding-end: 48px;
  max-width: 100%;
  margin-block-end: 0;
  min-width: 0;
  position: relative;
}

.contant-buttons a {
  position: relative;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  background-color: #922003;
  font-weight: 800;
  border-radius: 100px;
  padding: 16px 24px;
  padding: 11px 15px;
}

.wrapper-btn .button-text {
  display: inline-block;
}

.btn-icon-wrap {
  position: absolute;
  right: -53px;
}

.btn-icon-wrap i {
  background-color: #922003;
  border-radius: 100px 100px 100px 100px;
  padding: 18px 18px 18px 18px;
  padding: 13px 15px;
  font-size: 1.2rem;
  color: #ffffff;
}

.contact-info {
  display: flex;
  flex: 1 0 25%;
  width: 25%;
}

.contact-info {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}

.contact-info:last-child {
  align-self: self-end;
}

.contact-content > .contact-info {
  padding-block-end: 0px;
  padding-block-start: 0px;
  text-align: initial;
}

.contact-info {
  align-content: stretch;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px 20px;
}

@media (min-width: 768px) {
  .contact-info {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .contact-info-co {
    flex: 1 0 100%;
    max-width: 100%;
  }

  .contact-co-inner {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .contact-content {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .contact-info {
    padding-right: 0px;
    padding-left: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}

.contact-info-title {
  margin: 0px 0px 10px 0px;
  height: 100%;
}

.contact-info-title span {
  font-family: "Work Sans Regular";
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-card {
  font-family: "Work Sans Regular";
  font-size: 16px;
  font-weight: 800;
  margin-block-end: 0;
  min-width: 0;
}

.contact-info-card p {
  padding-bottom: 0.5rem;
  font-family: "Dosis", sans-serif;
  color: #453e38;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-info-card a {
  font-family: "Work Sans Regular";
  letter-spacing: 3px;
  /* text-transform: uppercase; */
  text-align: start;
  color: #a64c0f;
  font-weight: 800;
  font-size: 16px;
}

@media only screen and (min-width: 1500px) {
  .contact-sub-title h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1310px) {
  .contact-co-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-content,
  .contact-info-co {
    position: relative;
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .contact-info {
    padding: 0px;
  }
  .contact-info-co {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact-info-co {
    flex-direction: column !important;
  }
  .contact-info:last-child {
    align-self: initial;
    margin-top: 2rem;
  }
  .contact-info {
    flex: 1 0 100%;
    width: 100%;
  }
}

/* footer */

.footer {
  /* background-color: #440301; */
  padding-bottom: 2.5rem !important;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.8rem;
  gap: 2rem;
}

.footer-container .footer-box {
  flex: 1 1 25rem;
}

.footer .our-slogan {
  text-align: center;
  margin-bottom: 2rem;
}

.our-slogan h4 {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.4rem;
  font-size: 2.4rem;
  color: #ffc451 !important;
  font-family: "Abel";
  font-family: "Abril Fatface";
}

.our-slogan .slogan-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  top: 65%;
  left: -48px;
  margin-top: -8px;
  background: #ffc451;
}

.our-slogan .slogan-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  top: 65%;
  right: -48px;
  margin-top: -8px;
  background: #ffc451;
}

.our-slogan p {
  font-family: "sulphur point";
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-size: 2.3rem;
  color: #fff;
  font-family: "Abel";
}

.footer .section--title h4 {
  color: #fff;
}

.footer .underline .line {
  background-color: #fff;
}

.footer .section--title p {
  color: #fff !important;
  font-size: 30px !important;
}

.pakua--app {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
}

.pakua--app .app--icons {
  display: inline-block !important;
  font-size: 0pt;
  line-height: 0pt;
  font-weight: normal;
  height: 5rem;
  width: 12rem;
}

.pakua--app .app--icons:last-child {
  margin-left: 1.5rem;
}

.app--icons img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer-container .footer-box h4 {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-bottom: 1.4rem;
  font-size: 2.2rem;
  color: #fff;
  font-family: "Abel";
  padding-left: 1rem;
}

.footer-box h4::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 20px;
  z-index: 1;
}

.footer-container .footer-box a i {
  color: #922003;
  font-size: 18px;
}

.footer-container .footer-box a:hover {
  color: #fff;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer-container .footer-box a:hover i {
  color: #fff;
}

.footer-container .footer-box a:hover i {
  padding-right: 1rem;
}

.newsletter--container {
  position: relative !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 400px;
}

@media screen and (max-width: 1292px) {
  .newsletter--container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 557px) {
  .newsletter--container {
    max-width: 100% !important;
  }
}

.newsletter--container input {
  display: block;
  padding: 0.375rem 0rem;
  font-size: 1.35rem;
  font-family: "Lexend Deca";
  line-height: 24px;
  color: #fff;
  background-color: #fff;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100% !important;
  appearance: none;
  border-radius: 0px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.newsletter--container input::placeholder {
  color: #fff;
  font-weight: 400;
}

.newsletter p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  padding: 0.4rem 0;
  margin-bottom: 1.5rem;
}

.newsletter--container button {
  display: inline-block;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-family: "Abel";
  text-transform: uppercase;
  padding: 0.375rem 0rem;
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: transparent;
}

.bottom--logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 2rem auto;
  margin-top: 2rem;
  margin-top: 4rem;
}

.logo--bottom {
  text-align: center;
  display: inline-block !important;
  height: 5rem;
  width: 5rem;
}

.logo--bottom img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.bottom--logo h3 {
  display: inline-block;
  font-size: 20px;
  padding-left: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}

.footer--bottom {
  margin-top: 1.5rem;
}

.footer--bottom .credity {
  position: relative;
  padding-top: 1rem;
  font-size: 1.55rem;
  color: #b2b2b2;
  line-height: 2.5rem;
  font-family: "a_FuturaRound";
  text-align: center;
}

.footer--bottom .credity a {
  font-size: 1.5rem;
  font-family: "Abel";
  color: #ffc451 !important;
  font-weight: bolder;
}

.sandc--footer-bottom {
  position: relative;
  text-align: center;
  padding-top: 2.5rem;
  color: #fff;
}

.footer--bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer--bottom-links a {
  text-decoration: underline !important;
  color: #aef8f6;
  border-right: 1px solid #464556;
  /* color: #cbcbcb; */
  display: inline-block;
  font-family: "Abel";
  font-size: 1.6rem;
  line-height: 9px;
  padding: 0 15px;
  font-weight: 300;
}

.footer--bottom-links a:first-child {
  padding-left: 0;
}

.credity p {
  font-family: "Abel";
  color: #fff;
  font-size: 1.75rem;
  /* padding-bottom: 1.5rem; */
  color: #b2b2b2;
  text-align: center;
}

.credity a {
  text-decoration: underline;
  font-size: 1.65rem;
  font-family: "Abel" !important;
  color: #aef8f6;
}

@media screen and (max-width: 930px) {
  .footer--bottom-flex {
    flex-direction: column !important;
    row-gap: 2rem;
  }

  .credity p {
    padding-bottom: 0.725rem;
    text-align: center;
  }
}

.bottom--arrows {
  text-align: center;
  margin: 2rem auto;
  margin-top: 4rem;
}

.bottom--arrows i {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  cursor: pointe;
}

/* About */

.about {
  padding-top: 1rem !important;
}

.about h2 {
  font-family: "IBM Selectric Manifold";
  font-family: "Prata";
  font-size: 2.95rem;
  margin: 0.4rem;
  text-align: center;
  color: #674d3c;
}

.tragelaphus-picture {
  text-align: center;
}

.about .small-title {
  text-align: center;
  padding: 1rem 0;
}

.about .small-title strong {
  color: #473320;
  font-size: 2.4rem;
  font-family: "Lexend Deca";
}

.about .about-content {
  text-align: center;
  padding-right: 8%;
  padding-left: 8%;
  width: 100%;
}

.about-content:not(:last-child) {
  padding-bottom: 2rem;
}

.about .about-content a {
  padding-bottom: 2px;
  font-weight: 600;
  color: #9a7121;
  font-family: "Lexend Deca";
  font-size: 1.65rem;
  font-weight: 400;
  text-align: center !important;
}

.about .about-content a {
  transition: all 0.4s ease;
}

.about .about-content a:hover i {
  transform: translateX(5px);
}

.about .about-content .brief {
  font-family: "Lexend Deca";
  font-size: 1.65rem;
  font-weight: 400;
  color: #283618;
  text-align: justify;
  padding: 0.4rem 0;
}

.about-content .tragelaphus-title {
  text-align: center;
  font-family: "Abel";
  font-size: 2rem;
  font-weight: 600;
  color: #053130;
  padding: 1rem;
}

@media only screen and (max-width: 768px) {
  .about .about-content {
    padding-right: 5%;
    padding-left: 5%;
  }

  .about-content:not(:last-child) {
    padding-bottom: 1rem;
  }
}

/* about--page */

.accordion--container-body {
  margin: 2rem;
}

.accordion--container-body:not(:last-child) {
  border-bottom: 1px solid #c5c5c52d;
}

@media (min-width: 981px) {
  .accordion--container-body {
    margin-bottom: 3%;
  }
}

@media (max-width: 980px) {
  .accordion--container-body {
    margin-bottom: 25px;
    margin: 2rem 0rem;
  }
}

.accordion--container-body {
  position: relative;
  height: 100%;
  padding: 10px;
}

.accordion--container-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.accordion--container-title h5 {
  color: #333 !important;
  /* font-weight: 600 !important; */
  font-size: 1.6rem !important;
  font-family: "Prata" !important;
  padding: 0 !important;
}

.icon--title {
  position: relative;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 2rem;
  padding: 0.4rem;
  background: #fff;
  background: #f2e9de;
}

.icon--title .accordin--bar-one {
  position: absolute;
  background: #bababa;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.icon--title .accordin--bar-two {
  position: absolute;
  transform: rotate(90deg);
  background: #bababa;
  opacity: 1;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.open--it .icon--title .accordin--bar-two {
  visibility: hidden;
  opacity: 0;
}

.accordion--container-content {
  position: relative;
}

.accordion--container-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.accordion--container-content p {
  padding-bottom: 1em;
}

.accordion--container-content .paddleft {
  padding-left: 2rem;
}

.testimonial--container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .testimonial--container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .testimonial--container {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .testimonial--container {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .testimonial--container {
    max-width: 540px;
  }
}

.testimonial-item p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Lexend Deca";
  font-size: 1.5rem;
  line-height: 1.5;
  text-indent: 2rem;
  text-align: justify;
  color: #655d56;
}

.testimonial-item p a {
  color: #f48941;
  text-transform: uppercase;
}

.star--rate {
  text-align: center;
  margin: 1rem 0;
}

.star--rate .starIcon {
  display: inline-block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  margin: 0 0.125rem;
  background-position: 50%;
  background-repeat: no-repeat;
}

.star--rate .starIcon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.star--rate .starIcon::after {
  background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2013%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6.487%200a.294.294%200%200%200-.269.198L4.826%204.373l-4.53-.008a.295.295%200%200%200-.282.197.281.281%200%200%200%20.108.32l3.671%202.572-1.41%204.171a.281.281%200%200%200%20.108.32.303.303%200%200%200%20.348%200l3.66-2.586%203.662%202.586a.303.303%200%200%200%20.348%200%20.281.281%200%200%200%20.107-.32l-1.41-4.17%203.672-2.573a.281.281%200%200%200%20.108-.32.295.295%200%200%200-.282-.197l-4.53.008L6.78.198A.295.295%200%200%200%206.487%200z%22%20fill%3D%22%23f48941%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
}

.client--info {
  text-align: center !important;
}

.testimonial-item h3 {
  font-size: 2rem;
  font-family: "Prata";
  color: #1e1c2a;
  font-weight: 600;
}

.testimonial-item span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "sulphur point";
  font-weight: 600;
  color: #283618;
}

.testimonial-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-carousel .owl-dots {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\eb6a";
  font-family: remixicon !important;
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  color: #655d56;
  background: #ffffff;
  border-bottom: 1px solid #50394c42;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  border-radius: 40px;
  transition: 0.5s;
  opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
  opacity: 0.4;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

.main--activities h3 {
  font-weight: 600;
  color: #062e20;
  font-size: 1.8rem;
  font-family: "Lexend Deca";
  padding: 0.35rem 0rem;
}

.main--activities h5 {
  color: #333;
  font-weight: 600;
  font-size: 1.75rem;
  padding-top: 0.5rem;
  font-family: "Prata";
}

.single--activite p {
  padding: 0.5rem 0;
  font-size: 1.55rem;
  text-indent: 1rem;
  text-align: justify;
  color: #232719e3;
  font-family: "Lexend Deca";
  color: #33421c;
}

.single--activite p a {
  font-weight: 600;
  color: #9a7121;
}

.single--activite b,
.single--activite strong {
  font-size: 1.4rem !important;
}

.tab-note .justify--div,
.accommodation--contents .justify--div,
.more--details .justify--div,
.sub-tab .justify--div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.justify--div .included {
  flex: 1;
  width: 50%;
  border-right: 1px dotted rgba(102, 102, 102, 0.363);
  border-right: 1px dotted #e2e2e2;
  padding-right: 2rem;
}

.justify--div .excluded {
  flex: 1;
  width: 50%;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

/* services */

.services .title h1,
.contact .title h1 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-family: "Prata";
  color: #1e1c2a;
  font-weight: 600;
}

.services .services-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.services-container .services-box {
  position: relative;
  cursor: pointer;
  text-align: start;
  padding: 1rem;
  border-radius: 0.2rem;
  box-shadow:
    rgba(27, 31, 35, 0.06) 0px 2px 0px,
    rgba(255, 255, 255, 0.65) 0px 1px 0px inset;
  /* box-shadow: rgba(255, 255, 255, 0.9) 0px 3px 0px, rgba(255, 255, 255, 0.9) 0px 3px 0px inset; */
}

.services-container .services-box:hover {
  transform: translateY(4px);
}

.services-container .services-box .services-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 15%;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border-bottom: 1px solid #50394c42;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.services-container .services-box i {
  font-size: 2.4rem;
  color: #444343;
}

.services-container .services-box h3 {
  font-size: 2rem;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
  text-transform: uppercase;
  font-family: "Abel";
  color: #10221b;
}

.services-container .services-box p {
  /* font-size: 1.6rem; */
  padding: 0.2rem 0.2rem;
  text-indent: 2rem;
  line-height: 1.5;
  text-align: start;
  font-family: "sulphur point";
  font-weight: 600;
  color: #283618;
}

.service--title-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto 4rem;
  max-width: 792px;
}

.why--us-container .justify--div,
.service--title-container .justify--div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .why--us-container .justify--div,
  .service--title-container .justify--div {
    flex-direction: column;
  }
}

.justify--div .part--one {
  flex: 1;
  width: 50%;
  border-right: 1px dotted rgba(102, 102, 102, 0.363);
  border-right: 1px dotted #e2e2e2;
  padding-right: 2rem;
}

@media screen and (max-width: 1024px) {
  .justify--div .part--one {
    flex: 0;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.part--one h4 {
  color: #0d3c00;
  color: rgb(71, 71, 71);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Cerebri Sans";
  /* font-family: "Dosis", sans-serif; */
  text-transform: uppercase;
}

.part--one h4:first-child {
  margin-bottom: 0.5rem;
}

.justify--div .part--two {
  flex: 1;
  width: 50%;
  padding-bottom: 0rem;
  padding-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .justify--div .part--two {
    flex: 0;
    width: 100%;
    padding-bottom: 0rem;
    padding-top: 2rem;
    padding-left: 0;
  }
}

.part--two .about--description {
  font-family: "Abel";
  font-weight: 800;
  text-transform: capitalize;
  color: rgb(71, 71, 71);
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
}

.about--description a {
  color: #4d1803;
  text-decoration: underline;
}

.about--description:first-letter {
  color: #4d1803;
  font-family: "Dosis", sans-serif;
  font-family: "Work Sans Regular";
  text-transform: uppercase;
  float: left;
  /* color: #01451b; */
  font-size: 3rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

/* offers */

.offers {
  padding-top: 0rem;
}

@media screen and (max-width: 750px) {
  .section--title {
    max-width: none;
    text-align: left;
  }
}

.offers .intro-content {
  padding: 0px 0 0px 0;
}

.underline {
  text-align: center;
  margin-top: -0.5em;
  margin-bottom: -0.5rem;
}

.underline .line {
  display: inline-block;
  width: 5rem;
  height: 2px;
  background-color: #444444;
}

@media screen and (max-width: 749px) {
  .underline {
    text-align: start !important;
  }
  .section--title h4 {
    padding: 0.5rem 0rem !important;
  }
  .section--title p {
    font-size: 30px;
  }
}

.offer--containers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.offers--card {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  /* text-align: start; */
  padding: 1rem;
  border-radius: 0.2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(1, 57, 3, 0.04);
  /* box-shadow: rgba(27, 31, 35, 0.06) 0px 2px 0px, rgba(255, 255, 255, 0.65) 0px 1px 0px inset; */
}

.contact .offers--card {
  border: none !important;
  box-shadow:
    rgba(255, 255, 255, 0.5) 0px 2px 0px,
    rgba(255, 255, 255, 0.5) 0px 1px 0px inset;
}

.contact .card--icon i {
  font-size: 1.8rem !important;
}

/* .offers--card * {
    position: relative;
    margin: 0 0 15px 0;
} */

.card--icon {
  flex-shrink: 0 !important;
  background-color: rgba(255, 255, 255, 0.2);
}

.card--icon {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  /* line-height: 48px; */
  margin: 0;
  border: 1px solid #15ad72;
  background-color: rgba(1, 57, 3, 0.8);
  /* background-color: rgba(21, 161, 74, 0.8); */
  text-align: center;
  font-size: 20px;
}

.contact .card--icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
}

.card--icon i {
  font-size: 3rem;
  padding: 0.5rem;
  color: #15a14a;
  font-weight: 600;
  color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

.card--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card--title h4 {
  color: #0d3c00;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1.5rem;
}

.card--title h4 {
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.card-contents {
  padding-left: 6.5rem;
}

.card-contents p {
  font-family: "Abel";
  font-weight: 800;
  text-transform: capitalize;
  color: #3a3a3a;
  display: inline-block;
  font-size: 1.5rem;
  text-align: justify;
}

.contact .contents--list {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  flex-direction: column;
}

.contents--list span {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Lexend Deca", sans-serif;
  color: #474747;
}

.contents--list li,
.contents--list a {
  display: flex;
  align-items: center;
  text-align: center;
}

.contents--list li i {
  font-size: 1.5rem !important;
  line-height: 2;
  margin-right: 1rem;
  color: #013903cc;
}

.offers--read-more a {
  display: inline-block;
  padding: 8px 18px 10px;
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 1.65rem;
  font-family: "Abel";
  /* text-transform: uppercase; */
  color: #0d3c00;
}

.contact .card-contents {
  padding-top: 1rem;
  padding-left: 1.5rem;
}

.contact .card-contents p strong {
  font-size: 1.2rem;
}

.contact--buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  gap: 2rem;
}

.contact--buttons {
  margin: 3rem auto;
}

.contact--us-btn button,
.our--service-btn button {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  border-radius: 0.2rem;
  cursor: pointer;
  background-color: #6a961f;
  border: 1px solid #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
}

.contact--us-btn a button,
.our--service-btn a button {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  font-family: "Dosis", sans-serif;
  /* letter-spacing: 3px; */
  text-transform: uppercase;
  font-weight: 600;
}

/* contact--page */

.contact--container {
  --bs-gutter-x: var(--bs-gutter-x);
  --bs-gutter-y: var(--bs-gutter-y);
  display: flex;
  flex-wrap: wrap;
  /* margin-top: calc(-1 * var(--bs-gutter-y)); */
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.contact--container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.container--container-cards {
  margin-top: 0.6rem;
}
/* .contact--container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
} */

@media (min-width: 992px) {
  .contact--container-part {
    flex: 0 0 auto;
    width: 50%;
  }
}

.container--container-cards input {
  margin-top: 1.1rem;
}

@media (max-width: 768px) {
  .container--container-cards input {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .container--container-cards {
    flex: 0 0 auto;
    width: 50%;
  }
}
.contact--container-card-in {
  background: color-mix(in srgb, #212529, transparent 98%);
  padding: 30px;
}

.contact--container-icon span {
  font-size: 38px;
  line-height: 0;
  color: rgba(1, 57, 3, 0.8);
  color: rgb(71, 71, 71);
}

.contact--card-details h3 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 1rem;
  /* text-align: center; */
  color: rgb(13, 60, 0);
  font-size: 16px;
}

.contact--card-details p {
  font-size: 1.5rem;
  padding: 0.2rem 0rem;
  /* text-indent: 2rem; */
  line-height: 1.5;
  text-align: start;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #283618;
}

.contact--form {
  /* background: color-mix(in srgb, #212529, transparent 96%); */
  padding: 0px 10px;
  height: 100%;
}

.margin--no {
  padding: 0 !important;
}

.contact--container input,
.container--container-form-card textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #ccf2db;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  /* border: 1px solid #e4e6fc; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
}

.contact--container input,
.container--container-form-card textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #01451b;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  font-family: "sen";
  background-color: color-mix(in srgb, #ffffff, transparent 50%);
  /* border-color: color-mix(in srgb, var(--default-color), transparent 80%); */
}

.container--container-form-card {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .container--container-form-card {
    flex: 0 0 auto;
    width: 100%;
  }
}

.container--container-form-card textarea {
  resize: vertical;
  min-height: 8rem;
}

.container--container-form-card input[type="submit"] {
  background: #01451b;
  color: #ffffff;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  cursor: pointer;
  width: auto;
}

.form--btn {
  width: 100%;
  text-align: center;
}

/* contact--page */

.contact--title h2 {
  font-family: "IBM Selectric Manifold";
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #3a3225;
  color: rgb(71, 71, 71);
  font-family: "Cerebri Sans";
  /* font-family: "Dosis", sans-serif; */
  text-transform: uppercase;
}

.contact--details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  column-gap: 1rem;
  row-gap: 2rem;
}

.location--container,
.whatsapp--container,
.email--container {
  position: relative;
  border-radius: 0.15rem;
  border: 1px solid #e5e5e53d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  padding-bottom: 1.2rem;
}

.contact--details h3 {
  font-size: 2rem;
  margin-bottom: 0.4rem;
  line-height: 140%;
  color: #684b2f;
  font-weight: 700;
  font-family: "Prata";
}

.contact--details p {
  display: block;
  font-size: 1.45rem;
  color: #424242;
  font-family: "Lexend Deca";
}

.contact--details p a {
  display: block;
  font-size: 1.45rem;
  padding: 0.3rem 0;
  color: #424242;
  font-family: "Lexend Deca";
}

.contact--form {
  margin-top: 5rem;
  /* background: color-mix(in srgb, #212529, transparent 98%); */
}

.contact--form h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 140%;
  color: #684b2f;
  font-weight: 700;
  font-family: "Prata";
}

.contant--content {
  position: relative;
  height: 7rem;
  border-bottom: 1px solid #bfbfbf86;
  /* background: color-mix(in srgb, #212529, transparent 98%); */
}

.input--field i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.55rem;
  visibility: hidden;
}

.input--field i,
.container--outer-two i {
  position: absolute;
  top: 34px;
  right: 21px;
  font-size: 1.55rem;
  visibility: hidden;
}

.contant--content i {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 1.55rem;
  visibility: hidden;
}

.default--select i {
  position: absolute;
  top: 13px !important;
  right: 7px;
  font-size: 1.55rem;
  visibility: hidden;
}

.input--field.success input,
.container--outer-two input,
.contant--content.success {
  border-color: #2ecc71;
}

.input--field.success i.fa-check-circle,
.container--outer-two i.fa-check-circle,
.contant--content.success i.fa-check-circle {
  visibility: visible;
  color: #2ecc71;
}

.input--field.error input,
.contant--content.error {
  border-color: #e74c3c;
}

.input--field.error i.fa-exclamation-circle,
.container--outer-two i.fa-exclamation-circle,
.contant--content.error i.fa-exclamation-circle {
  visibility: visible;
  color: #e74c3c;
}

.input--field small {
  position: absolute;
  bottom: -17px;
  left: 14px;
  font-size: 11px;
  font-family: "Lexend Deca";
  visibility: hidden;
}

.default--select small {
  left: 0 !important;
}

.container--outer-two small {
  position: absolute;
  bottom: -14px;
  left: 14px;
  font-size: 11px;
  font-family: "Lexend Deca";
  visibility: hidden;
}

.contant--content small {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 11px;
  font-family: "Lexend Deca";
  visibility: hidden;
}

.input--field.error small,
.contant--content.error small {
  visibility: visible;
  color: #e74c3c;
}

.form--fields-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(40rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  column-gap: 3rem;
  row-gap: 2rem;
}

@media screen and (max-width: 360px) {
  .form--fields-input {
    -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  }
}

/* sending-email */

.send--contents {
  position: relative;
  padding: 0 0 60px 0;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.send-form label {
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(95, 55, 18);
  display: block;
  font-family: "Lexend Deca";
  margin-bottom: 0.5em;
}

.send-form label small {
  color: #b4bcc0;
  font-size: 14px;
  font-weight: normal;
}

.send-form input.total-subscribers {
  padding: 12.5px 20px;
  color: #5f3712;
  font-size: 1.45em;
  font-family: "Lexend Deca";
  display: block;
  border: 2px solid rgba(95, 55, 18, 0.6);
  background-color: transparent;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.send-form--part {
  padding-bottom: 15px;
  position: relative;
}

.send-form--part::after {
  content: "";
  display: table;
  clear: both;
}

.send-form input.total-subscribers {
  -webkit-border-radius: 1px;
  border-radius: 2px;
  background-clip: padding-box;
  float: left;
  width: 74%;
  margin-right: 2%;
}

.send-form .add-btn {
  width: 24%;
  float: left;
  background-color: #5f3712;
  margin-right: 0;
  font-family: "Lexend Deca";
  text-align: center;
  border-radius: 2px;
}

.send-form .add-btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 13.8px 20px;
  color: #fff;
  font-size: 1.55em;
  border: 0;
}

@media screen and (max-width: 625px) {
  .send-form input.total-subscribers {
    width: 100%;
  }

  .send-form .add-btn {
    width: 100%;
    margin-top: 25px;
  }
}

.send-form--part #subject {
  width: 100%;
}

/* new */
.contact--icon {
  font-size: 16px;
  height: 3rem;
  width: 3rem;
  line-height: 3rem !important;
  text-align: center;
  color: #684b2f;
  border-radius: 50%;
  border-bottom: 1px solid #50394c42;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
}

.contact--inputs {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}

.contact--input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.55rem;
  font-family: "Lexend Deca";
  padding: 1rem 1rem 1rem 0;
  background: none;
  border: none;
  outline: none;
  z-index: 1;
}

.contact--input {
  color: #684b2f;
}

.contact--label {
  position: absolute;
  top: 0.75rem;
  font-size: 1.5rem;
  font-family: "Lexend Deca";
  font-family: "Cerebri Sans";
  width: 100%;
  color: #818181d2;
  color: rgb(71, 71, 71);
}

.contact--input:focus + .contact--label {
  top: -1.5rem;
  left: 0;
  font-size: 1.25rem;
  z-index: 5;
  transition: all 0.4s ease;
}

.contact--input:not(:placeholder-shown).contact--input:not(:focus)
  + .contact--label {
  top: -1.5rem;
  font-size: 1.25rem;
  z-index: 5;
}

.contact--text-area {
  min-height: 7rem;
}

.contact--text-area textarea {
  resize: none;
}

.contact--btn {
  margin-top: 2.5rem;
  margin-left: 0 !important;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
}

/* Destinations */

.destinations {
  justify-content: center;
  text-align: center;
}

.destinations .title h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-family: "IBM Selectric Manifold";
  font-family: "Prata";
  color: #1e1c2a;
  font-weight: 600;
}

.destinations .destinations-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  /* display: flex; */
  justify-content: center;
  /* flex-wrap: wrap; */
  /* row-gap: 1.5rem;
  column-gap: 1rem; */
  gap: 1rem;
}

.destinations .destinations-card {
  position: relative;
  /* flex: 1 1 30rem; */
  border-radius: 0.2rem;
  max-width: 400px;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
}

@media only screen and (max-width: 616px) {
  max-width: 400px;
}

.destinations-card .destinations-image {
  height: 20rem;
  overflow: hidden;
  padding: 0.2rem 0.2rem 0.6rem 0.2rem;
}

.destinations-card .destinations-image img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  cursor: pointer;
  border-radius: 0.2rem 0.2rem 0 0;
  object-fit: cover;
}

.destinations .destinations-card:hover {
  transform: translateY(-0.4%);
}

.destinations-card .content h3 {
  font-size: 1.45rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #4d1a00;
  padding: 0.8rem 2rem 0rem;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.destinations-card.content h3 i {
  color: #eb5e28;
  margin-right: 0.8rem;
}

.destinations-card .content p {
  font-size: 1.65rem;
  text-align: justify;
  font-weight: 600;
  line-height: 1.7rem;
  text-indent: 1.5rem;
  font-family: "Abel";
  color: #3c3c3c;
  padding: 0.5rem 2rem 1rem;
}

.destinations-card .content .stars i {
  font-size: 1.6rem;
  color: #eb5e28;
}

.destinations-card .content .readIt {
  position: relative;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #eeebe4;
  padding: 1rem 2.5rem;
  color: #7e5545 !important;
  font-family: "Lexend Deca";
  text-transform: uppercase;
  font-size: 1.8rem;
}

.destinations-card .content .readIt:hover {
  color: #54595f;
}

.destinations .more_btn {
  margin-top: 3rem;
  background: transparent !important;
}

.destinations .more_btn .btn {
  margin: 0 !important;
}

/* destination--page */

.destinations--page .title h2 {
  font-family: "IBM Selectric Manifold";
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #3a3225;
}

.destination--tabs .desktop--tabs {
  position: relative;
  margin: 0 auto;
}

.destination--tabs .desktop--tabs {
  line-height: 40px;
  padding-bottom: 2rem;
}

.destination--tabs .desktop--tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.8rem;
}

.destination--tabs .desktop--tabs li {
  position: relative;
  width: 100%;
  text-align: center;
  cursor: pointer;
  caret-color: transparent;
}

.destination--tabs .desktop--tabs li .drop--down {
  position: relative;
  padding: 0px 22px !important;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Abel";
}

.pin--direct {
  position: absolute;
  top: 1.4rem;
  left: 1.35rem;
  font-size: 1.25rem !important;
}

.destination--tabs .desktop--tabs li a {
  display: inline-block;
  text-align: center;
  background: #f5fffa;
  color: #7e5545 !important;
  border-radius: 2px 2px 0px 0px;
  background-image: url(../_assets/earmark-2.png);
  background-repeat: no-repeat;
  background-position: 340px -100px;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border: 1px solid #eeebe4;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
}

.destination--tabs .desktop--tabs li.is--active-tab a,
.destination--tabs .desktop--tabs a:hover {
  background: #9d6a48;
  background: #f7fff7;
  color: #fff !important;
  background-image: url(../_assets/earmark-2.png);
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 3rem;
  color: #7e5545 !important;
  text-transform: uppercase;
  border: 1px solid #eeebe4;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
}

.content--pointer i {
  position: absolute;
  top: 2.5rem;
  font-size: 2rem;
  color: #495662;
  opacity: 0;
}

.is--active-tab .content--pointer i {
  opacity: 1;
  top: 5rem;
}

.destination--tabs-mobile {
  display: none;
}

@media only screen and (max-width: 829px) {
  .destination--tabs .desktop--tabs {
    display: none;
  }

  .destination--tabs-mobile {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 100%;
    height: 100%;
    /* box-shadow: 0 0.125rem 0.5625rem 0 #cccccc80; */
    margin-bottom: 1.4rem;
  }

  .destination--tabs-mobile .mobile--nav-wrap {
    caret-color: transparent;
    flex-grow: 1;
    padding: 1.75rem;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    color: #7e5545 !important;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border: 1px solid #eeebe4;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 5px;
  }

  .mobile--nav-wrap .current--text {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 100%;
    cursor: pointer;
    background: inherit;
    z-index: 3;
  }

  .mobile--nav-wrap .current--text span {
    color: #5f5f5f !important;
    font-size: 2rem;
    font-family: "Lexend Deca";
    font-weight: 600;
  }

  .mobile--nav-wrap .current--text i {
    color: #666;
    font-size: 2rem;
  }

  .mobile--nav-wrap.is--rotate .current--text i {
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }

  .mobile--nav-wrap.is--rotate .current--text i {
    color: #666;
    font-size: 2rem;
  }

  ul.mobile--tabs {
    position: absolute;
    left: 0;
    margin-top: 2.5rem;
    height: auto;
    width: 100%;
    background: #f7fff7;
    box-shadow: 0 0.125rem 0.5625rem 0 #cccccc80;
    transition: all 0.4s ease;
    transform: translate3d(0, -2.5rem, 0);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s ease;
  }

  ul.mobile--tabs {
    position: absolute;
    left: 0;
    margin-top: 2rem;
    height: auto;
    width: 100%;
    background: #f7fff7;
    box-shadow: 0 0.125rem 0.5625rem 0 #cccccc80;
    transition: all 0.4s ease;
    transform: translate3d(0, -2.5rem, 0);
  }

  ul.mobile--tabs.active-tabs-mobile {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile--tabs li {
    width: 100%;
    display: block;
    color: #666;
    padding: 1rem;
    cursor: pointer;
    transition: 0.4s ease;
  }

  .mobile--tabs li:not(:last-child) {
    border-bottom: 1px dotted #708090;
  }

  .mobile--tabs li a {
    color: #5f5f5f !important;
    font-size: 1.8rem;
    font-family: "Lexend Deca";
    font-weight: 600;
  }
}

.package-contents .sub-tab:not(:first-child) {
  display: none;
}

.animals--images {
  position: relative;
  width: 80%;
  text-align: center !important;
  margin: 0 auto;
  margin-top: 3rem !important;
}

/* toprated */

.promo--toprated {
  z-index: 2;
  top: 2rem;
  left: 0.175rem;
  height: 2.8rem;
  border: 1px solid #c7f8f6af;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  position: absolute;
}

.promo--toprated div {
  width: 2.5625rem;
  height: 2.5625rem;
  background: #501f06;
  border-right: 1px solid #c7f8f6b9;
  display: inline-block;
  position: relative;
}

.promo--toprated div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-64%);
}

.promo--toprated strong {
  background-color: #501f06;
  font-size: 1.5rem;
  font-family: "Sofia Pro";
  padding: 0 0.625rem;
  display: block;
  height: 2.5625rem;
  color: #fff;
  top: 0;
  position: relative;
  float: right;
  line-height: 2.79rem;
  text-shadow: 1px 1px #0b4d4b;
}

.promo--toprated .trgs-gold {
  color: #ffd700;
}

.trgs-gold svg {
  fill: #ffd700;
}

.promo--toprated .trgs-silver {
  color: #fff;
}

.trgs-silver svg {
  fill: #c0c0c0;
}

.destinations .section--title p {
  font-size: 27px !important;
}

.destinations .section--title h4 {
  font-size: 1.3rem !important;
}
