:root {
  --trevlo-size-15xl: 100px;
  --trevlo-size-14xl: 80px;
  --trevlo-size-13xl: 71px;
  --trevlo-size-12xl: 65px;
  --trevlo-size-11xl: 60px;
  --trevlo-size-10xl: 50px;
  --trevlo-size-9xl: 45px;
  --trevlo-size-8xl: 40px;
  --trevlo-size-7xl: 30px;
  --trevlo-size-6xl: 29px;
  --trevlo-size-5xl: 24px;
  --trevlo-size-4xl: 20px;
  --trevlo-size-3xl: 18px;
  --trevlo-size-2xl: 16px;
  --trevlo-size-xl: 14px;
  --trevlo-size-lg: 13px;
  --trevlo-size-md: 12px;
  --trevlo-size-sm: 11px;
  --trevlo-body-size: 16px;
  --trevlo-body-line-height: 1.875;
  --trevlo-sec-space: 120px;
  --trevlo-font: "DM Sans", sans-serif;
  --trevlo-font2: "Urbanist", sans-serif;
  --trevlo-font3: "Manrope", sans-serif;
  --trevlo-special-font: "Covered By Your Grace", cursive;
  --trevlo-base: #BB8F52;
  --trevlo-base-rgb: 255, 89, 86;
  --trevlo-primary: #2D2330;
  --trevlo-primary-rgb: 45, 35, 48;
  --trevlo-secondary: #736D75;
  --trevlo-secondary-rgb: 115, 109, 117;
  --trevlo-gray: #928496;
  --trevlo-gray-rgb: 146, 132, 150;
  --trevlo-white: #ffffff;
  --trevlo-white-rgb: 255, 255, 255;
  --trevlo-white2: #FAF5EE;
  --trevlo-white2-rgb: 250, 245, 238;
  --trevlo-white3: #EBE6DE;
  --trevlo-white3-rgb: 235, 230, 222;
  --trevlo-white4: #EBEBEB;
  --trevlo-white4-rgb: 235, 235, 235;
  --trevlo-black: #000000;
  --trevlo-black-rgb: 0, 0, 0;
  --trevlo-black2: #4A3E4E;
  --trevlo-black2-rgb: 74, 62, 78;
  --trevlo-black3: #403344;
  --trevlo-black3-rgb: 64, 51, 68;
  --trevlo-black4: #241C26;
  --trevlo-black4-rgb: 36, 28, 38;
  --trevlo-black5: #273034;
  --trevlo-black5-rgb: 39, 48, 52;
  --trevlo-shadow-one: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  --trevlo-shadow-two: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.sec-title {
  margin-bottom: 49px;
}

.sec-title__tagline {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-base, #FF5956);
  line-height: 0.9;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.sec-title__title, .sec-title__heading {
  font-size: var(--trevlo-size-8xl, 40px);
  line-height: 1.25;
  margin-bottom: 0;
}
body {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-secondary, #736D75);
  font-size: var(--trevlo-body-size, 16px);
  line-height: var(--trevlo-body-line-height, 1.875);
  font-weight: 400;
}

a {
  color: var(--trevlo-base, #FF5956);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  font-weight: 500;
  color: var(--trevlo-secondary, #736D75);
  line-height: 1;
}

input,
textarea {
  color: var(--trevlo-secondary, #736D75);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-primary, #2D2330);
  font-weight: 700;
}

p {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.875;
  font-weight: 500;
}

.text-small {
  font-size: var(--trevlo-size-xl, 14px);
  line-height: 1.714;
}

a,
button,
img,
svg,
path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

.trevlo-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  font-size: var(--trevlo-size-2xl, 16px);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.trevlo-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.trevlo-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.trevlo-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.trevlo-btn--primary::after {
  background-color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--primary::before {
  background-color: var(--trevlo-primary, #2D2330);
}

.trevlo-btn--base::after {
  background-color: var(--trevlo-primary, #2D2330);
}
.trevlo-btn--base::before {
  background-color: var(--trevlo-base, #FF5956);
}

.trevlo-btn--white-two {
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
}

.trevlo-btn--white-two::after {
  background-color: var(--trevlo-base, #FF5956);
}
.trevlo-btn--white-two::before {
  background-color: var(--trevlo-white2, #FAF5EE);
}
.preloader {
  position: fixed;
  background-color: var(--trevlo-white, #ffffff);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--trevlo-base, #FF5956);
  position: relative;
  overflow: hidden;
  top: -1px;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-black, #000000);
}

.trevlo-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.trevlo-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.trevlo-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.trevlo-owl__carousel--basic-nav .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.trevlo-owl__carousel--basic-nav .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot {
  margin: 0;
  padding: 0;
}
.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trevlo-white3, #EBE6DE);
  margin: 0;
  padding: 0;
  display: block;
  transition: all 0.4s ease-in-out;
}
.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot:hover span, .trevlo-owl__carousel--basic-nav .owl-dots .owl-dot.active span {
  background-color: var(--trevlo-base, #FF5956);
}
.trevlo-owl__carousel--basic-nav .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.testimonial-two {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
  overflow: hidden;
  padding: 120px 0 150px;
}

.testimonial-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: luminosity;
}

.testimonials-card-two {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 60px 52px 51px;
  min-height: 332px;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.05));
}

.testimonials-card-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-white, #ffffff);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.testimonials-card-two__meta {
  position: relative;
  min-height: 118px;
  padding: 49px 0 0 134px;
  margin: -10px 0 17px -5px;
  z-index: 2;
}
.testimonials-card-two__meta__name {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 5px;
  transition: all 400ms ease;
}
.testimonials-card-two__meta__designation {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  transition: all 400ms ease;
}
.testimonials-card-two__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid var(--trevlo-base, #FF5956);
  overflow: hidden;
}
.testimonials-card-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-card-two__ratings {
  position: absolute;
  right: 42px;
  top: 51px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 19px;
  color: var(--trevlo-base, #FF5956);
  transition: all 0.4s ease-in-out;
}

.testimonials-card-two__quote {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.testimonials-card-two svg {
  position: absolute;
  left: 78px;
  bottom: -19px;
  width: 54px;
  height: 46px;
  fill: var(--trevlo-base, #FF5956);
}

.tour-listing__card {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background-color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
}

.tour-listing__card-image-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  margin: -1px -1px 0;
}
.tour-listing__card-image {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
}

.tour-listing__card-btn-group {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 11;
}

.tour-listing__card-discount {
  min-width: 66px;
  padding: 3px 5px;
  display: table;
  background-color: var(--trevlo-base, #FF5956);
  font-size: var(--trevlo-size-md, 12px);
  color: var(--trevlo-white, #ffffff);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
}

.tour-listing__card-image-overlay {
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.7);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
}

.footer-widget--contact .footer-widget__logo {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: -28px;
}
.tour-listing__card-content {
  padding: 25px;
  position: relative;
  z-index: 1;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 10px;
}

.tour-listing__card-title {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1.4;
  margin-bottom: 1px;
}

.tour-listing__card-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.tour-listing__card-text {
  line-height: 24px;
  margin-bottom: 18px;
}
.tour-listing__card-inner-content {
  position: relative;
  padding: 17px 20px 15px;
  margin-top: 18px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 10px;
  transition: all 400ms ease-in-out;
  z-index: 1;
}
.tour-listing__card-inner-content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
}

.tour-listing__card-review-box {
  display: flex;
  margin-bottom: 5px;
}
.tour-listing__card-review-box span {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}

.tour-listing__card-review-text {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.tour-listing__card-divider {
  margin-top: 7px;
  margin-bottom: 13px;
  height: 1px;
  background-color: var(--trevlo-white3, #EBE6DE);
  transition: all 0.4s ease-in-out;
}

.tour-listing__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.tour-listing__card-bottom-left {
  display: flex;
  align-items: center;
}
.tour-listing__card-day {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.tour-listing__card-day span {
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 9px;
  transition: all 0.4s ease-in-out;
}

.tour-listing__card-day-text {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.tour-listing__card-price {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.destination-one__card {
  position: relative;
}
.destination-one__card-img-box {
  position: relative;
  overflow: hidden;
}
.destination-one__card-img-box--round {
  border-radius: 10px;
}
.destination-one__card-img-box--circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.destination-one__card-img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
}
.destination-one__card-img--round {
  border-radius: 10px;
}
.destination-one__card-img--circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
.destination-one__card-overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.5);
}
.destination-one__card-overlay--round {
  border-radius: 10px;
}
.destination-one__card-overlay--circle {
  border-radius: 50%;
}
.destination-one__card-content {
  display: table;
  text-align: left;
  position: absolute;
  bottom: 25px;
}
.destination-one__card-content--round {
  left: 0;
  right: 0;
  width: 100%;
}

.destination-one__card-content--circle {
  left: 10px;
  right: 50px;
  margin: auto;
}
.destination-one__card-title {
  font-size: var(--trevlo-size-7xl, 30px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-left: 25px;
}
.destination-one__card-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}
.blog-card__image-link {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.blog-card__image {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.blog-card__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.8);
  transition: all 0.5s ease;
  border-radius: 10px;
}
.blog-card__plus {
  margin-top: -100px;
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  display: inline-block;
  opacity: 0;
  transition: opacity 500ms ease;
}
.blog-card__content {
  padding: 26px 30px 14px;
  position: relative;
  position: absolute;
  background-color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  border-radius: 10px;
  z-index: 11;
  transition: all 500ms ease;
}

.blog-card__date {
  position: absolute;
  top: -44px;
  right: 0;
  display: table;
  padding: 11.5px 17px;
  background-color: var(--trevlo-base, #FF5956);
  text-align: center;
  border-radius: 8px;
}
.blog-card__date-number {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin-bottom: 5px;
}
.blog-card__date-month {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.blog-card__meta li {
  display: flex;
  align-items: center;
}
.blog-card__meta-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 5px;
}
.blog-card__meta-author {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  letter-spacing: 0.196px;
  line-height: 1.714;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-card__title {
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-primary, #2D2330);
  line-height: 1.25;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 22px;
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__link {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.714;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__link i {
  font-size: 12px;
  margin-left: 9px;
  transition: all 0ms ease;
  color: var(--trevlo-base, #FF5956);
}

.blog-one {
  position: relative;
  padding: 12px 0 120px;
  background-color: var(--trevlo-white, #ffffff);
}
.blog-one--home-two {
  padding-top: 120px;
}
.topbar-one {
  position: relative;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 1;
}
.topbar-one::after {
  content: "";
  width: calc(100% - 247px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(45 35 48 / 93%);
  z-index: -1;
  border-radius: 0 0 10px 0;
}

.topbar-one .container-fluid {
  padding-left: 50px;
  padding-right: 60px;
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}
.topbar-one__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 197px);
  padding-right: 40px;
}
.topbar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.topbar-one__info-item {
  display: flex;
  align-items: center;
}
.topbar-one__info-item + .topbar-one__info-item {
  margin-left: 34px;
}
.topbar-one__info-icon {
  font-size: 12px;
  color: var(--trevlo-base, #FF5956);
  position: relative;
  top: 0;
  margin-right: 3px;
}
.topbar-one__info-icon.icon-envelope {
  top: 1px;
  margin-right: 4px;
}
.topbar-one__info-icon.icon-clock-1 {
  margin-right: 5px;
}
.topbar-one__info-text {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.topbar-one__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 197px;
}
@media (min-width: 992px) {
  .topbar-one__right {
    margin-top: 0;
    margin-left: auto;
  }
}
.topbar-one__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 3.5px 0;
  padding-left: 30px;
  margin-left: 30px;
  line-height: 1em;
}
.topbar-one__social-item + .topbar-one__social-item {
  margin-left: 24px;
}
.topbar-one__social-link {
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
}

.main-header {
  background-color: var(--trevlo-primary, #2D2330);
  position: relative;
  z-index: 9;
}
.main-header::after {
  content: "";
  width: 418px;
  height: 100%;
  background-color: var(--trevlo-base, #FF5956);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .main-header .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__left {
  display: flex;
  align-items: center;
}
.main-header__logo {
  margin-right: 177px;
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__booking-btn {
  padding: 14px 29px;
  font-size: 12px;
  color: var(--trevlo-secondary, #736D75);
  text-transform: capitalize;
  background-color: var(--trevlo-white2, #FAF5EE);
}
.main-header__right-right {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.main-header__phone {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.main-header__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  margin-right: 18px;
  z-index: 1;
}
.main-header__phone-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-primary, #2D2330);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.main-header__phone-icon span {
  font-size: 20px;
  color: var(--trevlo-base, #FF5956);
  transition: all 0.3s ease-in-out;
}
.main-header__phone-title {
  font-size: var(--trevlo-size-lg, 13px);
  line-height: 1;
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 5px;
}
.main-header__phone-number {
  font-size: var(--trevlo-size-3xl, 18px);
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.main-header__phone-number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__divider {
  width: 1px;
  height: 44px;
  background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  margin-left: 34px;
  margin-right: 29px;
}
.main-header__search-user {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-header__user, .main-header__search {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  transition: all 0.3s ease-in-out;
}
.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--trevlo-primary, #2D2330);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.mobile-nav__btn {
  width: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 38px;
}
.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 325px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.07);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--trevlo-secondary, #736D75);
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 6px 20px;
  border-radius: 6px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: var(--trevlo-base, #FF5956);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--trevlo-primary, #2D2330);
  opacity: 0.7;
  cursor: url(../images/close.svg), auto;
}
.mobile-nav__content {
  width: 300px;
  background-color: var(--trevlo-primary, #2D2330);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--trevlo-white, #ffffff);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--trevlo-white, #ffffff);
  font-size: var(--trevlo-size-2xl, 16px);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--trevlo-base, #FF5956);
  border: none;
  outline: none;
  color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--trevlo-white, #ffffff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--trevlo-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--trevlo-white, #ffffff);
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.svg), auto;
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: calc(100% - 66px);
  background-color: var(--trevlo-white, #ffffff);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  padding: 0;
  background-color: var(--trevlo-base, #FF5956);
}
.search-popup__btn span {
  font-size: 22px;
  color: var(--trevlo-white, #ffffff);
}

.why-choose-three {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
}
.why-choose-three__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: zumpRight 3s infinite linear;
}
.why-choose-three__content {
  position: relative;
  z-index: 1;
  padding: 89px 0 120px;
}

.why-choose-three__content .sec-title {
  margin-bottom: 20px;
}
.why-choose-three__content__text {
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
  opacity: 0.6;
  max-width: 505px;
  margin: 0 0 30px;
}
.why-choose-three__box-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -300px;
  gap: 30px;
}
.why-choose-three__box {
  position: relative;
  border-radius: 13px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 17px 29px 28px;
  margin-top: 30px;
}

.why-choose-three__box__icon {
  width: 82px;
  height: 82px;
  background-color: var(--trevlo-base, #FF5956);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  margin: -45px 0 16px;
  overflow: hidden;
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
}
.why-choose-three__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.why-choose-three__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.why-choose-three__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.why-choose-three__box__title {
  font-size: 20px;
  margin: 0 0 9px;
}
.why-choose-three__box__text {
  font-weight: 700;
  margin: 0;
}
.why-choose-three__image {
  position: relative;
  text-align: right;
  margin-top: -105px;
}
.why-choose-three__image img {
  border-radius: 50px 0px 0px 0px;
  max-width: 100%;
  height: auto;
  min-height: 800px;
  object-fit: cover;
}
.counter-two {
  position: relative;
  padding: 120px 0;
  background-color: var(--trevlo-base, #FF5956);
}
.counter-two__shape {
  position: absolute;
  left: 0;
  bottom: -51px;
  width: 100%;
  height: 84px;
  background-color: var(--trevlo-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M1922.5 17.8963C1921.48 26.1494 1886.73 25.7401 1880.89 25.6378C1866.08 23.2506 1849.4 27.9228 1835.06 24.2396C1824.44 21.2726 1815.05 17.5553 1804 17.8963C1794.75 24.8875 1784.72 16.5322 1775.85 19.0218C1769.7 20.3518 1763.86 26.3199 1757.58 23.7962C1755.45 24.2055 1754.77 24.0009 1752.89 24.8875C1751.65 24.6147 1751.06 23.8986 1749.48 27.5476C1745.34 24.376 1735.53 27.7522 1731.26 27.684C1725.2 28.9118 1720.47 27.8545 1715.09 24.717C1709.8 22.1252 1707.45 17.0097 1700.8 21.7841C1696.4 18.2033 1679.55 18.6466 1675.2 22.5344C1672.77 27.8886 1674.17 26.1153 1673.06 27.8204C1671.7 29.4233 1668.76 29.5949 1665.68 29.3562C1657.15 33.8919 1642.56 34.6422 1633 30.4475C1620.25 34.0284 1604.97 36.7566 1592.51 31.0273C1588.25 31.1978 1588.03 29.1175 1583.55 23.4222C1580.18 16.9426 1576.13 26.8655 1572.5 25.706C1566.36 26.3199 1555.44 25.4673 1549.98 24.9216C1544.56 20.8974 1544.26 21.9547 1537.69 19.8402C1523.78 17.8281 1509.61 20.4882 1496.39 18.3738C1487.68 16.3958 1477.1 20.0108 1468.1 17.9305C1456.75 6.4035 1440.07 34.2396 1431.45 24.0427C1428.34 20.7346 1426.59 15.1417 1422.15 18.4497C1419.55 19.2682 1417.03 16.233 1414.43 15.244C1404.62 14.3573 1399.11 21.8941 1389.77 18.3133C1385.29 25.0658 1380.72 20.0185 1376.24 18.211C1370.27 16.6763 1362.21 17.7676 1356.45 17.8699C1352.01 14.0504 1349.49 16.1307 1344.5 12.7885C1340.57 10.8105 1336.65 14.4596 1332.68 12.3793C1321.42 11.7313 1309.73 19.7115 1298.25 14.4255C1288.91 10.8446 1278.84 8.01406 1269.11 8.73023C1270.48 18.7566 1234.34 7.12737 1226.7 14.3573C1214.97 19.3023 1203.53 9.92385 1192.01 9.95795C1182.16 0.81824 1172.69 12.0042 1162.53 8.49151C1155.28 6.75223 1150.5 6.82044 1144.02 10.4354C1140.35 13.266 1142.35 12.6862 1138.21 12.4134C1137.06 21.4849 1134.89 13.5047 1133.56 12.3793C1127.29 16.7445 1120.04 10.0944 1113.89 12.5157C1109.41 9.68513 1105.92 11.7313 1102.12 7.50251C1095.21 9.07127 1088.12 3.78524 1079.98 2.65982C1068.5 2.86444 1057.06 5.14937 1046.27 1.09107C1037.23 -2.48979 1027.24 4.16037 1018.41 4.56962C1013.59 8.28689 1012.44 6.17248 1008.38 7.33199C1006.12 6.75223 1004.33 12.5157 1001.77 8.55971C995.669 6.51351 989.44 5.66092 983.296 8.4574C977.409 14.3232 971.137 5.83144 965.292 8.25278C958.508 -1.94414 952.961 11.8336 946.391 12.4475C934.359 10.299 921.347 8.76433 909.187 12.3452C904.28 11.1516 898.35 12.7885 893.614 12.7544C888.494 12.8567 887.897 16.9492 883.972 19.3705C875.865 25.3045 861.53 14.9371 852.4 20.0526C847.792 17.563 845.232 25.2363 840.197 22.0647C831.622 24.486 832.432 23.0537 826.032 27.112C818.907 33.6939 804.742 28.4761 797.489 26.464C791.772 20.2572 789.084 23.5652 786.482 21.6554C783.794 20.8369 783.581 17.0856 778.546 13.1978C774.322 12.4816 770.866 4.53551 765.149 6.47941C758.664 2.76213 754.44 8.3892 749.534 8.32099C741.769 15.3804 729.95 9.4123 721.759 8.49151C710.452 6.54761 699.146 9.71923 687.797 8.49151C679.776 12.6521 671.755 8.76433 663.734 8.49151C659.254 9.00306 650.977 6.64992 651.148 12.0724C642.956 14.9712 633.442 13.4024 625.079 12.6862C624.439 16.7445 625.805 20.7346 624.781 21.7577C616.93 18.6543 609.506 28.5102 601.357 26.0889C595.64 27.112 589.838 20.871 584.121 25.9866C571.065 27.6235 557.967 22.8831 544.911 25.9866C539.749 26.6345 536.421 26.8732 531.984 28.101C525.243 30.3518 521.019 36.2517 513.126 31.8182C505.915 33.2165 498.748 29.8061 491.75 30.8292C483.26 30.761 486.076 33.6939 480.06 33.8985C475.794 38.5707 467.133 31.5454 462.525 33.7621C454.589 26.9415 446.525 37.8545 438.59 33.7962C431.763 31.6818 431.294 32.1252 426.131 28.0328C420.926 30.8633 413.545 25.9866 407.273 24.0427C400.404 20.2572 394.901 25.3386 388.031 21.6895C383.424 22.8831 381.632 16.574 377.066 21.4508C373.824 21.0416 372.544 22.9514 369.771 26.6686C366.741 34.2737 365.675 30.3177 361.792 27.9987C357.27 29.7379 352.705 26.0889 348.139 27.9646C343.02 23.9745 337.9 33.4552 332.78 27.9646C327.831 30.8292 320.151 27.6576 315.714 27.7599C311.49 25.9866 308.759 27.0779 304.28 32.3639C298.989 34.6488 296.6 38.7753 290.968 32.398C279.747 27.9305 272.921 25.6455 259.566 22.0988C250.564 24.4178 241.562 18.8248 232.517 22.0988C224.709 23.8721 218.693 15.0735 211.184 20.1208C205.126 19.4728 198.769 21.2121 192.497 20.0867C186.481 20.9393 180.465 24.3837 174.492 20.1208C170.481 20.2231 163.996 22.2693 160.54 18.2792C150.983 10.4354 144.84 9.61692 134.045 8.4233C128.67 7.94585 123.208 4.09217 117.961 7.97996C113.694 11.7995 109.385 6.4453 105.033 4.4332C94.6227 1.53441 82.0791 3.27369 75.85 10.3331C67.9143 18.9613 57.0773 18.5179 44.2778 18.1428C38.1766 14.8006 33.2275 20.2572 27.425 20.1208C26.0171 16.4717 23.6705 18.3133 22.4332 19.9162C20.0866 20.2231 20.5133 20.5982 18.7213 22.7467C9.20697 28.4761 -0.563364 29.5333 -8.88308 20.0867C-8.88308 20.2913 -11.9123 32.7049 -14.9415 40.4805C-17.9708 50.0977 -21 60.0218 -21 60.9085C-13.7469 57.123 -6.53649 49.7566 1.14324 49.0064C5.45243 50.4728 15.1801 45.5278 19.4466 49.1087C26.2304 50.1659 30.5396 56.2363 36.7687 52.0075C43.3391 54.838 49.9949 56.7137 56.3947 51.7687C63.3491 49.4497 68.085 36.5927 75.6794 43.3452C86.9003 43.1747 93.8121 42.1857 102.686 35.9448C111.859 29.6015 126.11 36.1835 136.52 40.2418C146.034 41.2308 156.103 46.2781 166.044 41.1626C176.028 43.2088 185.884 42.5267 194.971 44.1296C205.595 51.7005 215.963 55.145 228.08 52.6895C239.13 50.9503 248.857 47.0625 260.206 53.1329C265.454 47.4717 269.422 52.86 274.67 54.9062C286.19 56.5432 296.728 58.2825 307.693 61.0108C316.482 63.1593 321.388 73.1857 329.751 72.2649C335.98 81.7115 343.062 68.1384 349.419 72.3672C355.99 69.673 360.982 73.4244 367.851 76.6642C373.696 71.5487 379.968 78.6081 385.855 76.4596C397.247 77.1417 414.1 79.2561 424.211 74.1406C427.411 76.7665 429.331 76.3914 433.043 68.991C437.566 69.0251 443.411 73.5608 448.104 68.7522C453.992 68.7522 456.338 61.7951 461.928 64.728C464.615 61.1813 467.09 64.4211 469.778 64.4552C470.973 64.3188 473.362 67.4563 475.282 60.3628C480.018 60.1241 486.503 63.8413 491.58 57.4981C495.804 55.0086 499.601 50.3364 503.995 55.6224C509.201 59.8512 510.609 65.6488 516.88 62.8182C520.763 61.9998 523.152 60.2946 525.925 56.8501C532.112 49.1769 541.199 56.0999 548.623 55.0427C563.385 52.3485 578.276 48.8358 593.038 55.0427C596.792 53.8831 599.736 55.3155 603.32 54.2924C608.738 49.211 608.44 51.871 614.498 49.0064C624.653 49.5179 635.319 55.6906 645.687 51.2231C651.404 44.1637 656.225 50.6092 662.027 49.1769C665.526 52.0416 669.963 51.7005 673.163 48.563C677.174 45.3573 675.424 43.1065 677.643 39.7643C681.483 36.1494 695.05 35.3309 702.133 37.5817C708.447 44.8116 714.762 41.7423 721.119 37.5476C730.334 34.5124 737.161 36.4904 744.883 41.8446C749.448 52.7236 751.582 44.7434 756.445 47.3353C760.968 45.1527 763.954 52.9624 768.008 51.7005C775.005 56.3727 783.965 51.4277 793.223 57.5663C802.524 59.4761 812.166 62.1703 820.571 57.0207C831.067 58.6576 841.776 55.7929 851.802 55.0768C856.879 49.5179 856.623 51.0526 862.17 53.2352C867.546 52.2803 869.85 51.6323 874.287 49.5861C881.711 56.3727 891.14 54.4288 898.947 49.2451C906.456 51.5641 914.093 49.5179 921.56 49.1428C931.629 46.4145 942.594 52.0757 953.516 52.9624C964.438 48.4607 975.275 46.2781 985.174 49.2792C988.246 45.1186 990.336 47.6081 993.067 43.8567C993.664 47.1989 997.973 40.5487 998.315 39.8666C1004.46 35.6378 1010.39 41.5036 1016.06 41.299C1023.74 43.2088 1030.01 37.6158 1036.93 45.3573C1042.05 47.1648 1047.08 49.8248 1053.48 54.7357C1060.52 55.486 1066.62 54.7357 1072.89 52.5531C1079.29 52.1098 1082.49 52.2803 1087.66 56.3386C1090.68 61.2836 1090.68 63.0911 1095.08 58.3848C1099.6 61.5905 1104.21 47.5058 1108.69 50.9844C1114.83 47.9151 1122.26 50.7797 1128.96 49.6543C1138.04 51.4959 1147.43 59.4761 1156.9 51.4959C1166.37 49.5179 1175.89 53.9172 1185.15 51.1549C1188.9 56.6796 1196.92 46.2099 1200.04 50.9503C1203.15 48.6994 1202.98 48.6653 1206.22 43.1065C1209.46 33.9668 1216.08 34.1032 1220.09 41.2649C1225.68 41.3672 1229.18 41.299 1235.11 43.3452C1242.06 50.8138 1249.23 43.7544 1256.14 43.5498C1263.27 44.1296 1267.66 43.1065 1274.32 39.7643C1284.17 36.2176 1289.85 41.6059 1297.35 45.8688C1301.79 51.1208 1302.43 48.2902 1307.59 50.0636C1310.97 54.4629 1313.82 50.2682 1317.28 54.6334C1323.21 52.8259 1330.93 59.8853 1337.16 54.9745C1343.31 56.7819 1347.02 53.6103 1352.48 52.86C1356.36 53.9514 1358.45 48.6312 1361.44 55.4178C1366.3 62.409 1366.34 50.3364 1372.19 58.9646C1379.53 52.4849 1387.25 58.9646 1394.63 58.8964C1398.34 62.6136 1402.61 57.464 1406.28 58.9646C1412.12 59.6466 1409.39 57.7027 1413.96 55.4178C1419.46 50.5069 1424.8 46.0735 1431.92 53.0306C1437.17 48.7676 1442.42 51.4277 1447.66 53.0306C1451.76 53.9855 1456.07 52.5872 1460.08 53.3716C1463.88 50.8479 1467.55 55.7929 1471.6 57.4981C1475.61 62.2726 1479.92 56.6114 1483.93 59.5784C1491.1 57.6345 1496.47 65.8534 1503.6 68.2407C1510.72 77.1076 1518.62 68.5817 1525.91 68.8886C1531.67 72.9128 1535.9 58.9338 1541.7 65.0724C1545.28 55.6257 1548.82 67.1527 1552.24 66.3683C1554.46 65.9249 1556.84 74.3485 1559.36 69.5399C1561.54 72.3705 1564.14 64.1857 1566.4 69.233C1573.44 68.5168 1575.7 69.0625 1581.04 75.2352C1592.34 80.7599 1605.57 88.0922 1619.56 80.9987C1626.86 82.2946 1634.11 80.5212 1641.41 80.9987C1651.35 84.4772 1661.29 79.8391 1671.19 80.9305C1681.13 83.9657 1691.07 80.9987 1700.97 80.9646C1706.86 79.5663 1710.87 77.4178 1716.2 78.9866C1720.25 77.4519 1724.86 82.1241 1728.96 79.1571C1736.51 81.1351 1747 82.8061 1753.32 73.5982C1756.09 70.2902 1756.86 66.266 1759.25 68.9943C1760.78 71.1428 1762.32 69.1307 1763.81 65.3793C1766.37 60.4684 1767.53 57.5014 1767.18 59.3771C1775.25 52.9315 1797.6 67.8314 1810.06 64.2506C1819.07 63.0229 1827.94 60.6697 1837.58 62.8864C1842.96 65.8876 1845.73 60.1241 1850.64 59.1692C1857.63 58.0097 1866.21 61.8633 1873.34 58.8281C1883.15 57.2253 1892.83 63.1252 1902.52 59.783C1912.2 59.5102 1921.89 57.8391 1931.74 60.772C1932 59.2374 1922.5 19.2946 1922.5 17.8963Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M1922.5 17.8963C1921.48 26.1494 1886.73 25.7401 1880.89 25.6378C1866.08 23.2506 1849.4 27.9228 1835.06 24.2396C1824.44 21.2726 1815.05 17.5553 1804 17.8963C1794.75 24.8875 1784.72 16.5322 1775.85 19.0218C1769.7 20.3518 1763.86 26.3199 1757.58 23.7962C1755.45 24.2055 1754.77 24.0009 1752.89 24.8875C1751.65 24.6147 1751.06 23.8986 1749.48 27.5476C1745.34 24.376 1735.53 27.7522 1731.26 27.684C1725.2 28.9118 1720.47 27.8545 1715.09 24.717C1709.8 22.1252 1707.45 17.0097 1700.8 21.7841C1696.4 18.2033 1679.55 18.6466 1675.2 22.5344C1672.77 27.8886 1674.17 26.1153 1673.06 27.8204C1671.7 29.4233 1668.76 29.5949 1665.68 29.3562C1657.15 33.8919 1642.56 34.6422 1633 30.4475C1620.25 34.0284 1604.97 36.7566 1592.51 31.0273C1588.25 31.1978 1588.03 29.1175 1583.55 23.4222C1580.18 16.9426 1576.13 26.8655 1572.5 25.706C1566.36 26.3199 1555.44 25.4673 1549.98 24.9216C1544.56 20.8974 1544.26 21.9547 1537.69 19.8402C1523.78 17.8281 1509.61 20.4882 1496.39 18.3738C1487.68 16.3958 1477.1 20.0108 1468.1 17.9305C1456.75 6.4035 1440.07 34.2396 1431.45 24.0427C1428.34 20.7346 1426.59 15.1417 1422.15 18.4497C1419.55 19.2682 1417.03 16.233 1414.43 15.244C1404.62 14.3573 1399.11 21.8941 1389.77 18.3133C1385.29 25.0658 1380.72 20.0185 1376.24 18.211C1370.27 16.6763 1362.21 17.7676 1356.45 17.8699C1352.01 14.0504 1349.49 16.1307 1344.5 12.7885C1340.57 10.8105 1336.65 14.4596 1332.68 12.3793C1321.42 11.7313 1309.73 19.7115 1298.25 14.4255C1288.91 10.8446 1278.84 8.01406 1269.11 8.73023C1270.48 18.7566 1234.34 7.12737 1226.7 14.3573C1214.97 19.3023 1203.53 9.92385 1192.01 9.95795C1182.16 0.81824 1172.69 12.0042 1162.53 8.49151C1155.28 6.75223 1150.5 6.82044 1144.02 10.4354C1140.35 13.266 1142.35 12.6862 1138.21 12.4134C1137.06 21.4849 1134.89 13.5047 1133.56 12.3793C1127.29 16.7445 1120.04 10.0944 1113.89 12.5157C1109.41 9.68513 1105.92 11.7313 1102.12 7.50251C1095.21 9.07127 1088.12 3.78524 1079.98 2.65982C1068.5 2.86444 1057.06 5.14937 1046.27 1.09107C1037.23 -2.48979 1027.24 4.16037 1018.41 4.56962C1013.59 8.28689 1012.44 6.17248 1008.38 7.33199C1006.12 6.75223 1004.33 12.5157 1001.77 8.55971C995.669 6.51351 989.44 5.66092 983.296 8.4574C977.409 14.3232 971.137 5.83144 965.292 8.25278C958.508 -1.94414 952.961 11.8336 946.391 12.4475C934.359 10.299 921.347 8.76433 909.187 12.3452C904.28 11.1516 898.35 12.7885 893.614 12.7544C888.494 12.8567 887.897 16.9492 883.972 19.3705C875.865 25.3045 861.53 14.9371 852.4 20.0526C847.792 17.563 845.232 25.2363 840.197 22.0647C831.622 24.486 832.432 23.0537 826.032 27.112C818.907 33.6939 804.742 28.4761 797.489 26.464C791.772 20.2572 789.084 23.5652 786.482 21.6554C783.794 20.8369 783.581 17.0856 778.546 13.1978C774.322 12.4816 770.866 4.53551 765.149 6.47941C758.664 2.76213 754.44 8.3892 749.534 8.32099C741.769 15.3804 729.95 9.4123 721.759 8.49151C710.452 6.54761 699.146 9.71923 687.797 8.49151C679.776 12.6521 671.755 8.76433 663.734 8.49151C659.254 9.00306 650.977 6.64992 651.148 12.0724C642.956 14.9712 633.442 13.4024 625.079 12.6862C624.439 16.7445 625.805 20.7346 624.781 21.7577C616.93 18.6543 609.506 28.5102 601.357 26.0889C595.64 27.112 589.838 20.871 584.121 25.9866C571.065 27.6235 557.967 22.8831 544.911 25.9866C539.749 26.6345 536.421 26.8732 531.984 28.101C525.243 30.3518 521.019 36.2517 513.126 31.8182C505.915 33.2165 498.748 29.8061 491.75 30.8292C483.26 30.761 486.076 33.6939 480.06 33.8985C475.794 38.5707 467.133 31.5454 462.525 33.7621C454.589 26.9415 446.525 37.8545 438.59 33.7962C431.763 31.6818 431.294 32.1252 426.131 28.0328C420.926 30.8633 413.545 25.9866 407.273 24.0427C400.404 20.2572 394.901 25.3386 388.031 21.6895C383.424 22.8831 381.632 16.574 377.066 21.4508C373.824 21.0416 372.544 22.9514 369.771 26.6686C366.741 34.2737 365.675 30.3177 361.792 27.9987C357.27 29.7379 352.705 26.0889 348.139 27.9646C343.02 23.9745 337.9 33.4552 332.78 27.9646C327.831 30.8292 320.151 27.6576 315.714 27.7599C311.49 25.9866 308.759 27.0779 304.28 32.3639C298.989 34.6488 296.6 38.7753 290.968 32.398C279.747 27.9305 272.921 25.6455 259.566 22.0988C250.564 24.4178 241.562 18.8248 232.517 22.0988C224.709 23.8721 218.693 15.0735 211.184 20.1208C205.126 19.4728 198.769 21.2121 192.497 20.0867C186.481 20.9393 180.465 24.3837 174.492 20.1208C170.481 20.2231 163.996 22.2693 160.54 18.2792C150.983 10.4354 144.84 9.61692 134.045 8.4233C128.67 7.94585 123.208 4.09217 117.961 7.97996C113.694 11.7995 109.385 6.4453 105.033 4.4332C94.6227 1.53441 82.0791 3.27369 75.85 10.3331C67.9143 18.9613 57.0773 18.5179 44.2778 18.1428C38.1766 14.8006 33.2275 20.2572 27.425 20.1208C26.0171 16.4717 23.6705 18.3133 22.4332 19.9162C20.0866 20.2231 20.5133 20.5982 18.7213 22.7467C9.20697 28.4761 -0.563364 29.5333 -8.88308 20.0867C-8.88308 20.2913 -11.9123 32.7049 -14.9415 40.4805C-17.9708 50.0977 -21 60.0218 -21 60.9085C-13.7469 57.123 -6.53649 49.7566 1.14324 49.0064C5.45243 50.4728 15.1801 45.5278 19.4466 49.1087C26.2304 50.1659 30.5396 56.2363 36.7687 52.0075C43.3391 54.838 49.9949 56.7137 56.3947 51.7687C63.3491 49.4497 68.085 36.5927 75.6794 43.3452C86.9003 43.1747 93.8121 42.1857 102.686 35.9448C111.859 29.6015 126.11 36.1835 136.52 40.2418C146.034 41.2308 156.103 46.2781 166.044 41.1626C176.028 43.2088 185.884 42.5267 194.971 44.1296C205.595 51.7005 215.963 55.145 228.08 52.6895C239.13 50.9503 248.857 47.0625 260.206 53.1329C265.454 47.4717 269.422 52.86 274.67 54.9062C286.19 56.5432 296.728 58.2825 307.693 61.0108C316.482 63.1593 321.388 73.1857 329.751 72.2649C335.98 81.7115 343.062 68.1384 349.419 72.3672C355.99 69.673 360.982 73.4244 367.851 76.6642C373.696 71.5487 379.968 78.6081 385.855 76.4596C397.247 77.1417 414.1 79.2561 424.211 74.1406C427.411 76.7665 429.331 76.3914 433.043 68.991C437.566 69.0251 443.411 73.5608 448.104 68.7522C453.992 68.7522 456.338 61.7951 461.928 64.728C464.615 61.1813 467.09 64.4211 469.778 64.4552C470.973 64.3188 473.362 67.4563 475.282 60.3628C480.018 60.1241 486.503 63.8413 491.58 57.4981C495.804 55.0086 499.601 50.3364 503.995 55.6224C509.201 59.8512 510.609 65.6488 516.88 62.8182C520.763 61.9998 523.152 60.2946 525.925 56.8501C532.112 49.1769 541.199 56.0999 548.623 55.0427C563.385 52.3485 578.276 48.8358 593.038 55.0427C596.792 53.8831 599.736 55.3155 603.32 54.2924C608.738 49.211 608.44 51.871 614.498 49.0064C624.653 49.5179 635.319 55.6906 645.687 51.2231C651.404 44.1637 656.225 50.6092 662.027 49.1769C665.526 52.0416 669.963 51.7005 673.163 48.563C677.174 45.3573 675.424 43.1065 677.643 39.7643C681.483 36.1494 695.05 35.3309 702.133 37.5817C708.447 44.8116 714.762 41.7423 721.119 37.5476C730.334 34.5124 737.161 36.4904 744.883 41.8446C749.448 52.7236 751.582 44.7434 756.445 47.3353C760.968 45.1527 763.954 52.9624 768.008 51.7005C775.005 56.3727 783.965 51.4277 793.223 57.5663C802.524 59.4761 812.166 62.1703 820.571 57.0207C831.067 58.6576 841.776 55.7929 851.802 55.0768C856.879 49.5179 856.623 51.0526 862.17 53.2352C867.546 52.2803 869.85 51.6323 874.287 49.5861C881.711 56.3727 891.14 54.4288 898.947 49.2451C906.456 51.5641 914.093 49.5179 921.56 49.1428C931.629 46.4145 942.594 52.0757 953.516 52.9624C964.438 48.4607 975.275 46.2781 985.174 49.2792C988.246 45.1186 990.336 47.6081 993.067 43.8567C993.664 47.1989 997.973 40.5487 998.315 39.8666C1004.46 35.6378 1010.39 41.5036 1016.06 41.299C1023.74 43.2088 1030.01 37.6158 1036.93 45.3573C1042.05 47.1648 1047.08 49.8248 1053.48 54.7357C1060.52 55.486 1066.62 54.7357 1072.89 52.5531C1079.29 52.1098 1082.49 52.2803 1087.66 56.3386C1090.68 61.2836 1090.68 63.0911 1095.08 58.3848C1099.6 61.5905 1104.21 47.5058 1108.69 50.9844C1114.83 47.9151 1122.26 50.7797 1128.96 49.6543C1138.04 51.4959 1147.43 59.4761 1156.9 51.4959C1166.37 49.5179 1175.89 53.9172 1185.15 51.1549C1188.9 56.6796 1196.92 46.2099 1200.04 50.9503C1203.15 48.6994 1202.98 48.6653 1206.22 43.1065C1209.46 33.9668 1216.08 34.1032 1220.09 41.2649C1225.68 41.3672 1229.18 41.299 1235.11 43.3452C1242.06 50.8138 1249.23 43.7544 1256.14 43.5498C1263.27 44.1296 1267.66 43.1065 1274.32 39.7643C1284.17 36.2176 1289.85 41.6059 1297.35 45.8688C1301.79 51.1208 1302.43 48.2902 1307.59 50.0636C1310.97 54.4629 1313.82 50.2682 1317.28 54.6334C1323.21 52.8259 1330.93 59.8853 1337.16 54.9745C1343.31 56.7819 1347.02 53.6103 1352.48 52.86C1356.36 53.9514 1358.45 48.6312 1361.44 55.4178C1366.3 62.409 1366.34 50.3364 1372.19 58.9646C1379.53 52.4849 1387.25 58.9646 1394.63 58.8964C1398.34 62.6136 1402.61 57.464 1406.28 58.9646C1412.12 59.6466 1409.39 57.7027 1413.96 55.4178C1419.46 50.5069 1424.8 46.0735 1431.92 53.0306C1437.17 48.7676 1442.42 51.4277 1447.66 53.0306C1451.76 53.9855 1456.07 52.5872 1460.08 53.3716C1463.88 50.8479 1467.55 55.7929 1471.6 57.4981C1475.61 62.2726 1479.92 56.6114 1483.93 59.5784C1491.1 57.6345 1496.47 65.8534 1503.6 68.2407C1510.72 77.1076 1518.62 68.5817 1525.91 68.8886C1531.67 72.9128 1535.9 58.9338 1541.7 65.0724C1545.28 55.6257 1548.82 67.1527 1552.24 66.3683C1554.46 65.9249 1556.84 74.3485 1559.36 69.5399C1561.54 72.3705 1564.14 64.1857 1566.4 69.233C1573.44 68.5168 1575.7 69.0625 1581.04 75.2352C1592.34 80.7599 1605.57 88.0922 1619.56 80.9987C1626.86 82.2946 1634.11 80.5212 1641.41 80.9987C1651.35 84.4772 1661.29 79.8391 1671.19 80.9305C1681.13 83.9657 1691.07 80.9987 1700.97 80.9646C1706.86 79.5663 1710.87 77.4178 1716.2 78.9866C1720.25 77.4519 1724.86 82.1241 1728.96 79.1571C1736.51 81.1351 1747 82.8061 1753.32 73.5982C1756.09 70.2902 1756.86 66.266 1759.25 68.9943C1760.78 71.1428 1762.32 69.1307 1763.81 65.3793C1766.37 60.4684 1767.53 57.5014 1767.18 59.3771C1775.25 52.9315 1797.6 67.8314 1810.06 64.2506C1819.07 63.0229 1827.94 60.6697 1837.58 62.8864C1842.96 65.8876 1845.73 60.1241 1850.64 59.1692C1857.63 58.0097 1866.21 61.8633 1873.34 58.8281C1883.15 57.2253 1892.83 63.1252 1902.52 59.783C1912.2 59.5102 1921.89 57.8391 1931.74 60.772C1932 59.2374 1922.5 19.2946 1922.5 17.8963Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.counter-two__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
}

.counter-two__box {
  position: relative;
  z-index: 2;
  padding: 5px 0 0 121px;
  min-height: 100px;
}
.counter-two__box__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--trevlo-white, #ffffff);
  font-size: 48px;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.22);
  transition: all 0.4s ease;
}
.counter-two__box__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.counter-two__box__title {
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 6px;
}
.counter-two__box__number {
  font-size: 45px;
  color: var(--trevlo-white, #ffffff);
  margin: 0;
  display: flex;
}

.cta-one {
  position: relative;
  padding-bottom: 10px;
}
.cta-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #382b3c;
  height: 50px;
  content: "";
}
.cta-one__wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 30px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}
.cta-one__wrapper svg {
  position: absolute;
  left: 0;
  right: -84px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 100%;
  fill: var(--trevlo-white, #ffffff);
}
.cta-one__shape-one {
  position: absolute;
  left: 35%;
  top: 10%;
}
.cta-one__shape-one img {
  max-width: 100%;
  height: auto;
  -webkit-animation: airTree 5s ease-in infinite;
  animation: airTree 5s ease-in infinite;
}
.cta-one__shape-two {
  position: absolute;
  left: 0;
  top: 0;
}
.cta-one__shape-two img {
  max-width: 100%;
  height: auto;
  animation: carMove 4s linear 0s infinite;
}

.cta-one__shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta-one__shape-three img {
  max-width: 100%;
  height: auto;
  animation: carMove2 4s linear 0s infinite;
}

.cta-one__content {
  position: relative;
  padding: 82px 0 80px 80px;
}
.cta-one__sub-title {
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 3px;
}
.cta-one__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 39px;
}
.cta-one__counter {
  position: absolute;
  z-index: 2;
  left: 0;
  right: -42px;
  top: auto;
  bottom: 55px;
  margin: auto;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: zumpTop 3s infinite linear;
}
.cta-one__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 -6px;
}
.cta-one__counter__number .count-text {
  font-size: 30px;
}
.cta-one__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  font-size: 31px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}
.cta-one__thumb {
  position: relative;
  text-align: right;
}
.tour-listing-one {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  padding: 120px 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.tour-listing-one--home-two {
  position: relative;
  padding: 120px 0 150px;
}
.tour-listing-one--home-two .container {
  max-width: 1600px;
}
.destination-page__row {
  align-items: center;
}
.destination-one {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 120px 0;
}
@media (min-width: 1200px) {
  .destination-one .sec-title {
    margin-right: -16px;
  }
}
.destination-one__offer {
  position: relative;
  background-color: var(--trevlo-base, #FF5956);
  width: 100%;
  height: auto;
  padding: 49px 40px 48px;
  min-height: 270px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.destination-one__offer::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}
.destination-one__offer::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.destination-one__offer__sub-title {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin: 0 0 5px;
}
.destination-one__offer__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 16px;
}
.destination-one__offer__title br {
  display: inherit;
}
.destination-one__offer .trevlo-btn {
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  background-color: var(--trevlo-black, #000000);
  padding: 13px 24px;
}
.destination-one__offer .trevlo-btn::before {
  background-color: var(--trevlo-white, #ffffff);
}
.destination-one__offer .trevlo-btn::after {
  background-color: var(--trevlo-black, #000000);
}
.post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--trevlo-white2, #FAF5EE);
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
  margin-bottom: 47px;
}
.post-info .post-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-info .post-category__btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.post-info .post-category__btn {
  padding: 12px 20px;
}
.main-footer {
  position: relative;
  padding-top: 70px;
  background-color: #382b3c;
  z-index: 1;
}
.main-footer__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  min-height: 276px;
  z-index: -1;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}
.main-footer__top {
  margin-bottom: 73px;
}
.main-footer__logo {
  max-width: 100%;
}
.main-footer__social-item + .main-footer__social-item {
  margin-left: 19.05px;
}
.main-footer__social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.714px;
  height: 35.714px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  background-color: rgba(157, 157, 157, 0.14);
  z-index: 1;
}
.main-footer__social-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #FF5956);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: transform 300ms ease, opacity 300ms ease;
}
.main-footer__bottom {
  margin-top: 125px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--trevlo-black4, #241C26);
}
.main-footer__bottom-inner {
  text-align: center;
}
.main-footer__copyright {
  font-weight: 400;
  color: var(--trevlo-gray, #928496);
  margin-bottom: 0;
}
.main-footer__social-page {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-widget--contact {
  padding-right: 0;
  padding-left: 0;
}

.footer-widget__title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.611;
  margin-bottom: 12px;
}
.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__links li + li {
  margin-top: 4px;
}
.footer-widget__links a {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-gray, #928496);
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__info li {
  display: flex;
  line-height: 1;
  align-items: center;
  margin: 0;
}
.footer-widget__info li a {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-gray, #928496);
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.footer-widget__address {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-gray, #928496);
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  margin-bottom: 11px;
}
.footer-widget__info li a {
  position: relative;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.footer-widget__info li + li {
  margin-top: 3px;
}
.footer-widget__info span {
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 15px;
}
.main-slider-one {
  position: relative;
}
.main-slider-one__carousel {
  position: relative;
  margin: 0 auto;
}
.main-slider-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: right;
  position: absolute;
  outline: none;
  top: 46%;
  transform: translateY(-50%);
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 4;
  left: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  background-color: transparent;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
    left: 49px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 4;
  right: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
    right: 49px;
  }
}
.main-slider-one__carousel .active .main-slider-one__image {
  transform: scale(1.12);
}
.main-slider-one__carousel .active .main-slider-one__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-one__carousel .active .main-slider-one__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-one__carousel .container {
  padding-top: 195px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.main-slider-one__content {
  position: relative;
}
.main-slider-one__sub-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 3px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(50px);
}
.main-slider-one__sub-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  width: 63px !important;
}
.main-slider-one__title {
  font-size: 100px;
  letter-spacing: -1.4px;
  display: inline-block;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(30px);
}
.main-slider-one__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 668px;
  width: 100%;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
  background-color: var(--trevlo-black, #000000);
}
.main-slider-one__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.6);
  display: none;
}
.point-review {
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #2db300;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 5px;
  font-weight: bolder;
  font-size: 12px;
}
.icon-location-1 {
  color: var(--trevlo-base, #FF5956);
}