/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Custom Cursor
# Topbar
# Navigations
# Home Showcase
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Showing Result
# Tour Search
# About
# Why Choose
# Offer
# Counter
# Guide
# Gallery
# CTA
# FAQS
# Login
# Pricing
# Tour Listing
# Contact
# Products
# Cart
# Checkout
# Destination
# Blog
# Footer
# 404 Error
# Client Carousel
# Benefit
# Boxed Home
# Tab Section
# Feature
# Video
# Tour Type
--------------------------------------------------------------*/
:root {
  --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-size-15xl: 100px;
  --trevlo-size-14xl: 75px;
  --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-1xl: 15px;
  --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: 100px;
  --trevlo-base: #ffa633;
  --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);
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

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

.sec-title-feature {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec-title {
    margin-bottom: 35px;
  }

  .sec-title-feature {
    margin-bottom: 20px;
  }

  .page-header__title {
    font-size: 35px !important;
  }
}



.sec-title__title,
.sec-title__heading {
  font-size: var(--trevlo-size-8xl, 40px);
  line-height: 1.25;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
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;
}

body.locked {
  overflow: hidden;
}

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

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);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

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

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

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;
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

.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;
}

@media (max-width: 575px) {
  :root {
    --trevlo-sec-space: 80px;
  }
}

.section-space {
  padding-top: var(--trevlo-sec-space, 120px);
  padding-bottom: var(--trevlo-sec-space, 120px);
}

.section-space-top {
  padding-top: var(--trevlo-sec-space, 120px);
}

.section-space-bottom {
  padding-bottom: var(--trevlo-sec-space, 120px);
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-20 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

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

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.trevlo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base, #ffa633);
  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;
  z-index: 1;
}

.trevlo-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.trevlo-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}

.trevlo-btn i {
  position: relative;
  z-index: 2;
  font-size: 11px;
  color: inherit;
  transition: all 200ms ease;
}

.trevlo-btn:hover i {
  transform: rotate(45deg);
}

.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, #ffa633);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.trevlo-btn:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn:hover::before {
  top: 100%;
}

.trevlo-btn:hover::after {
  bottom: -50%;
}

.trevlo-btn--primary:hover {
  color: var(--trevlo-primary, #2D2330);
}

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

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

.trevlo-btn--secondary:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--secondary::after {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--secondary::before {
  background-color: var(--trevlo-secondary, #736D75);
}

.trevlo-btn--black:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--black::after {
  background-color: var(--trevlo-base, #ffa633);
}

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

.trevlo-btn--base:hover {
  color: var(--trevlo-white, #ffffff);
}

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

.trevlo-btn--base::before {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--base-two:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--base-two::after {
  background-color: var(--trevlo-black4, #241C26);
}

.trevlo-btn--base-two::before {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--base-three:hover {
  color: var(--trevlo-primary, #2D2330);
}

.trevlo-btn--base-three::after {
  background-color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--base-three::before {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--white {
  color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--white:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--white::after {
  background-color: var(--trevlo-base, #ffa633);
}

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

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

.trevlo-btn--white-two:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--white-two::after {
  background-color: var(--trevlo-base, #ffa633);
}

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

.trevlo-btn--gray:hover {
  color: var(--trevlo-white, #ffffff);
}

.trevlo-btn--gray::after {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--gray::before {
  background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.14);
}

.trevlo-btn--border {
  color: var(--trevlo-base, #ffa633);
  background-color: transparent;
  border: 1px solid var(--trevlo-base, #ffa633);
}

.trevlo-btn--border::after {
  background-color: var(--trevlo-base, #ffa633);
}

.trevlo-btn--border::before {
  background-color: transparent;
}

.trevlo-btn--border,
.trevlo-btn--two {
  padding: 17px 20px;
  font-family: var(--trevlo-font2);
  font-size: 15px;
  font-weight: 700;
}

.trevlo-btn--border:hover,
.trevlo-btn--two:hover {
  color: var(--trevlo-white, #ffffff);
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  border-radius: 50%;
  font-size: 18px;
  color: var(--trevlo-base);
}

.video-btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid rgba(var(--trevlo-white-rgb), 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}

.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

.trevlo-ratings {
  display: flex;
  align-items: center;
  gap: 4px;
}

.trevlo-ratings i {
  font-size: 15px;
  color: var(--trevlo-base, #ffa633);
}

.trevlo-ratings-two {
  display: flex;
  align-items: center;
  gap: 2px;
}

.trevlo-ratings-two i {
  font-size: 16px;
  color: var(--trevlo-white2, #FAF5EE);
  transition: all 500ms ease;
}

.trevlo-ratings-two i.hover,
.trevlo-ratings-two i.active {
  color: var(--trevlo-base, #ffa633);
}

.trevlo-progress {
  position: relative;
}

.trevlo-progress__title {
  font-size: var(--trevlo-size-2xl, 16px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
}

.trevlo-progress__bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 30px;
  display: block;
  background-color: var(--trevlo-white3, #EBE6DE);
}

.trevlo-progress__inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  border-radius: 30px;
  background-color: var(--trevlo-base, #ffa633);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.trevlo-progress__number {
  position: absolute;
  right: -8px;
  bottom: 29px;
  text-align: center;
  opacity: 0;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.trevlo-progress .counted .count-text {
  opacity: 1;
}



.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-gray);
  border-radius: 50%;
  border: 1px solid var(--trevlo-border-color);
}

.social-links a:hover {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base);
  border-color: var(--trevlo-base);
}



.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--trevlo-base, #ffa633);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--trevlo-black, #000000);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--trevlo-black, #000000);
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--trevlo-base, #ffa633);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}



/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -7px;
  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, #ffa633);
  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);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 126px;
}


.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: 10px;
  margin-top: 50px;
}

.trevlo-owl__carousel--basic-nav .owl-nav button:hover {
  background-color: transparent !important;
}

.trevlo-owl__carousel--basic-nav .owl-nav button span {
  border: none;
  outline: none;
  width: 56px;
  height: 56px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 19px;
  color: var(--trevlo-gray, #928496);
  border: 1px solid var(--trevlo-gray, #928496);
  transition: all 500ms ease;
}

@media (max-width: 1399px) {
  .trevlo-owl__carousel--basic-nav .owl-nav button span {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
}

.trevlo-owl__carousel--basic-nav .owl-nav button span:hover {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #ffa633);
  border-color: var(--trevlo-base, #ffa633);
}

.trevlo-owl__carousel--basic-nav .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}


.trevlo-owl__carousel--basic-nav .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}



@media (max-width: 1399px) {
  :root {
    --trevlo-size-14xl: 65px;
  }
}

@media (max-width: 991px) {
  :root {
    --trevlo-size-14xl: 60px;
  }
}

@media (max-width: 767px) {
  :root {
    --trevlo-size-14xl: 50px;
  }
}

@media (max-width: 575px) {
  :root {
    --trevlo-size-14xl: 45px;
    --trevlo-size-10xl: 40px;
    --trevlo-size-8xl: 35px;
    --trevlo-size-7xl: 28px;
    --trevlo-size-5xl: 20px;
    --trevlo-size-3xl: 16px;
  }
}

@media (max-width: 425px) {
  :root {
    --trevlo-size-10xl: 35px;
    --trevlo-size-7xl: 26px;
    --trevlo-size-4xl: 18px;
  }
}

@media (max-width: 393px) {
  :root {
    --trevlo-size-8xl: 33px;
    --trevlo-size-5xl: 19px;
  }
}

@media (max-width: 375px) {
  :root {
    --trevlo-size-14xl: 40px;
    --trevlo-size-8xl: 33px;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/



.testimonials-card {
  position: relative;
  padding: 49px 40px 40px;
  border-radius: 10px 10px 10px 0px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--trevlo-white, #ffffff);
  margin-top: 32px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .testimonials-card {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.testimonials-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 58px 0 0;
  border-color: var(--trevlo-white3, #EBE6DE) transparent transparent transparent;
  transition: all 0.4s ease-in-out;
}

.testimonials-card:hover {
  background-color: var(--trevlo-base, #ffa633);
}

.testimonials-card:hover::after {
  border-color: var(--trevlo-base, #ffa633) transparent transparent transparent;
}

.testimonials-card:hover .testimonials-card__quote,
.testimonials-card:hover .testimonials-card__ratings {
  color: var(--trevlo-white, #ffffff);
}

.testimonials-card:hover .testimonials-card__meta {
  background-color: var(--trevlo-primary, #2D2330);
}

.testimonials-card:hover .testimonials-card__meta::after {
  border-color: transparent transparent transparent var(--trevlo-primary, #2D2330);
}

.testimonials-card__ratings {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 37px;
  font-size: 19px;
  color: var(--trevlo-base, #ffa633);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .testimonials-card__ratings {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .testimonials-card__ratings {
    font-size: 16px;
  }
}

.testimonials-card__image {
  position: absolute;
  top: -32px;
  right: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

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

.testimonials-card__meta {
  position: relative;
  position: absolute;
  top: 33px;
  right: -13px;
  text-align: center;
  padding: 5px 31px 10px 20px;
  background-color: var(--trevlo-base, #ffa633);
  border-radius: 6px 0px 0px 6px;
  transition: all 400ms ease;
}

.testimonials-card__meta__name {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.625;
  margin-bottom: 0;
  transition: all 400ms ease;
}

.testimonials-card__meta__designation {
  font-size: var(--trevlo-size-md, 12px);
  color: var(--trevlo-white, #ffffff);
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 400ms ease;
}

.testimonials-card__meta::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 13px;
  border-color: transparent transparent transparent var(--trevlo-base, #ffa633);
  transition: all 0.4s ease-in-out;
}

.testimonials-card__quote {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}


.testimonials-card-four {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  border-radius: 30px;
  transition: all 500ms ease;
}

.testimonials-card-four:hover {
  border-color: var(--trevlo-base, #ffa633);
}


@media (max-width: 390px) {
  .testimonials-card-four {
    padding: 25px;
  }
}

.testimonials-card-four .trevlo-ratings {
  margin-bottom: 24px;
  gap: 5px;
}

.testimonials-card-four .trevlo-ratings i {
  font-size: 16px;
  transition: all 500ms ease;
}

.testimonials-card-four__quote {
  margin-bottom: 25px;
  /* font-weight: 500; */
  font-size: 16px;
  color: var(--trevlo-white, #ffffff);
  /* text-transform: capitalize; */
  line-height: 1.5;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .testimonials-card-four__quote {
    font-size: 18px;
  }
}

.testimonials-card-four__quote span {
  font-weight: 800;
  color: var(--trevlo-base, #ffa633);
}

.testimonials-card-four__image {
  width: 100%;
  max-width: 234px;
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media (max-width: 390px) {
  .testimonials-card-four__image {
    max-width: 200px;
  }
}

.testimonials-card-four__image img {
  border-radius: 130px 130px 0 0;
}

.testimonials-card-four__identity {
  margin-bottom: 32px;
}

.testimonials-card-four__identity__name {
  margin-bottom: 0;
  font-size: 17px;
  color: var(--trevlo-white, #ffffff);
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.testimonials-card-four__identity__designation {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.testimonials-card-four__quote-icon {
  display: inline-flex;
  font-size: 45px;
  color: var(--trevlo-base, #ffa633);
  transition: all 500ms ease;
}

.testimonials-card-four__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}


.testimonials-card-four:hover .testimonials-card-four__quote-icon,
.testimonials-card-four:hover .trevlo-ratings i {
  color: var(--trevlo-white, #ffffff);
}

.testimonial-four {
  position: relative;
  background-color: var(--trevlo-primary, #2D2330);
}

.testimonial-four__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.testimonial-four__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.75);
}

.testimonial-four .container {
  position: relative;
  z-index: 1;
}

.testimonial-four .sec-title__title {
  color: var(--trevlo-white, #ffffff);
  /* text-transform: capitalize; */
}

.testimonial-four__carousel .owl-stage-outer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1350px) {
  .testimonial-four__carousel.owl-carousel .owl-nav {
    margin-top: 0;
    width: 100%;
    display: block;
    position: relative;
    position: absolute;
    top: calc(50% - 33px);
    left: 0;
    transform: translateY(-50%);
  }
}

.testimonial-four__carousel.owl-carousel .owl-nav button span {
  color: var(--trevlo-base, #ffa633);
  border: 1px solid var(--trevlo-base, #ffa633);
}

.testimonial-four__carousel.owl-carousel .owl-nav button span:hover {
  color: var(--trevlo-white, #ffffff);
}

@media (min-width: 1350px) {
  .testimonial-four__carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -85px;
  }
}

@media (min-width: 1400px) {
  .testimonial-four__carousel.owl-carousel .owl-nav .owl-prev {
    left: -90px;
  }
}

@media (min-width: 1350px) {
  .testimonial-four__carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -85px;
  }
}

@media (min-width: 1400px) {
  .testimonial-four__carousel.owl-carousel .owl-nav .owl-next {
    right: -90px;
  }
}

@media (max-width: 1200px) {
  .pricing-card {
    padding-top: 230px !important;
  }
}

.pricing-card {
  padding: 200px 30px 50px;
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background-color: var(--trevlo-white, #ffffff);
  z-index: 1;
}

@media (max-width: 767px) {
  .pricing-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pricing-card__image-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 2;
  /* background-color: var(--trevlo-primary, #2D2330); */
  transform: translateY(0);
  transition: transform 600ms ease;
}

@media (max-width: 1199px) {
  .pricing-card__image-wrapper {
    width: 230px;
    height: 230px;
  }
}

.pricing-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: var(--trevlo-primary, #2D2330);
  mix-blend-mode: luminosity;
  opacity: 0.2; */
}

.pricing-card:hover .pricing-card__image-wrapper {
  transform: translateY(-15px);
}

.pricing-card__content {
  position: relative;
  z-index: 11;
  text-align: center;
}

.pricing-card__title {
  /* font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive); */
  font-weight: 400;
  /* font-size: var(--trevlo-size-5xl, 24px); */
  font-size: 20px;
  line-height: 1;
  color: #000000;
  margin-top: 4px;
  margin-bottom: 0;
}

.pricing-card__price {
  font-size: var(--trevlo-size-8xl, 40px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin-bottom: 0;
}

.pricing-card__list {
  position: relative;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .pricing-card__list li+li {
  margin-top: 7px;
} */

.pricing-card__list li {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}

.pricing-card__list li span {
  font-size: 16px;
  color: var(--trevlo-base, #ffa633);
  transition: all 0.6s ease;
}

.pricing-card__list li:first-child {
  margin-bottom: 7px;
}

.pricing-card__list li:first-child p {
  font-weight: 700;
}

.pricing-card__list li:nth-child(3) p {
  font-weight: 700;
  font-size: 18px;
  color: #030509;
}

.pricing-card hr {
  background-color: #bfc9d9;
  width: 80%;
  margin: 5px auto;
  height: 1.7px;
  border-top: none !important;
}

.pricing-card__list li p {
  margin-bottom: 0;
  transition: all 0.6s ease;
  line-height: 1.4;
  color: #182438;
}

.pricing-card:hover .pricing-card__list li span {
  color: var(--trevlo-white, #ffffff);
}

/* .pricing-card:hover .pricing-card__list li p {
  color: var(--trevlo-white, #ffffff);
} */

.pricing-card__btn-box {
  position: relative;
  z-index: 11;
  margin-top: 15px;
  text-align: center;
}

.pricing-card__btn {
  padding: 16px 40.5px;
}

.pricing-card__btn span {
  transition: all 0.3s ease-in-out;
}

.pricing-card:hover .pricing-card__btn {
  background-color: var(--trevlo-white, #ffffff);
}

.pricing-card:hover .pricing-card__btn span {
  color: var(--trevlo-primary, #2D2330);
}

.pricing-card:hover .pricing-card__btn::before {
  background-color: var(--trevlo-white, #ffffff);
}

.pricing-card:hover .pricing-card__btn:hover span {
  color: var(--trevlo-white, #ffffff);
}

.pricing-card__overlay {
  position: relative;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2.3px);
  height: 85%;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 30px 30px;
  background-color: var(--trevlo-white2, #FAF5EE);
  z-index: -1;
}

.pricing-card__overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 0 0 30px 30px;
  background-color: #e1eafa;
  transition: all 0.6s ease;
}

.pricing-card:hover .pricing-card__overlay::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--trevlo-base, #ffa633);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--trevlo-base, #ffa633);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--trevlo-base, #ffa633);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

@media (max-width: 1199px) {
  .topbar-two {
    display: none;
  }
}

@media (min-width: 1200px) {
  .topbar-two .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .topbar-two .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1800px) {
  .topbar-two .container {
    padding-left: 191.5px;
    padding-right: 191.5px;
  }
}



/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  z-index: 9;
}

.main-header::after {
  content: "";
  width: 418px;
  height: 100%;
  background-color: var(--trevlo-base, #ffa633);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1799px) {
  .main-header::after {
    width: 394px;
  }
}

@media (max-width: 1599px) {
  .main-header::after {
    width: 370px;
  }
}

@media (max-width: 1399px) {
  .main-header::after {
    display: none;
  }
}

@media (min-width: 992px) {
  .main-header .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-header__left {
  display: flex;
  align-items: center;
}

.main-header__logo {
  margin-right: 177px;
}

@media (max-width: 1799px) {
  .main-header__logo {
    margin-right: 100px;
  }
}

@media (max-width: 1399px) {
  .main-header__logo {
    margin-right: 150px;
  }
}

@media (max-width: 1199px) {
  .main-header__logo {
    margin-right: 0px;
  }
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.main-header__right-right {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

@media (max-width: 1799px) {
  .main-header__right-right {
    margin-left: 38px;
  }
}

@media (max-width: 1599px) {
  .main-header__right-right {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .main-header__right-right {
    display: none;
  }
}

.main-header__phone {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

@media (max-width: 1799px) {
  .main-header__phone {
    padding-left: 38px;
  }
}

@media (max-width: 1599px) {
  .main-header__phone {
    padding-left: 0;
  }
}

@media (max-width: 1399px) {
  .main-header__phone {
    display: none;
  }
}

.main-header__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  margin-right: 18px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-header__phone-icon {
    margin-right: 13px;
  }
}

.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, #ffa633);
  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__phone-number a:hover {
  background-size: 100% 1px;
}

.main-header__phone-number a:hover {
  color: var(--trevlo-primary, #2D2330);
}

.main-header__phone:hover .main-header__phone-icon::after {
  transform: scale(1);
  opacity: 1;
}

.main-header__phone:hover .main-header__phone-icon span {
  color: var(--trevlo-white, #ffffff);
}

.main-header__phone:hover .main-header__phone-number h4 {
  color: var(--trevlo-primary, #2D2330);
}

.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;
}

@media (max-width: 1799px) {
  .main-header__divider {
    margin-left: 29px;
  }
}

@media (max-width: 1599px) {
  .main-header__divider {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 1399px) {
  .main-header__divider {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-header__divider {
    display: block;
    background-color: RGBA(var(--trevlo-black-rgb, 0, 0, 0), 0.2);
    height: 30px;
  }
}



.main-header--five {
  width: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.15);
}

.main-header--five::after {
  display: none;
}

@media (min-width: 1200px) {

  .main-header--five .container,
  .page-header .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {

  .main-header--five .container,
  .page-header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {

  .main-header--five .container,
  .page-header .container {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (min-width: 1800px) {

  .main-header--five .container,
  .page-header .container {
    padding-left: 191.5px;
    padding-right: 191.5px;
  }
}

.main-header--five .main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header--five .main-header__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.main-header--five .main-header__logo {
  margin: 0;
}

.main-header--five .main-header__logo__2 {
  display: none;
}

/* .main-header--five .main-header__nav {
  margin-right: 60px;
} */
.main-header--five .main-menu .main-menu__list>li+li {
  margin-left: 42px;
}

@media (max-width: 1599px) {
  .main-header--five .main-menu .main-menu__list>li+li {
    margin-left: 38px;
  }
}

.main-header--five .main-menu .main-menu__list>li {
  padding-top: 34px;
  padding-bottom: 34px;
}

.main-header--five .main-menu .main-menu__list>li>a {
  color: var(--trevlo-white, #ffffff);
}

.main-header--five .main-menu .main-menu__list>li:hover>a {
  color: var(--trevlo-base, #ffa633);
}

.main-header--five .mobile-nav__btn {
  position: relative;
  /* margin-right: 50px; */
}


@media (max-width: 390px) {
  .main-header--five .mobile-nav__btn::after {
    right: -20px;
  }
}

.main-header--five .mobile-nav__btn span {
  background-color: var(--trevlo-white, #ffffff);
}


.main-header--five .main-header__cart {
  margin-left: 40px;
}

@media (max-width: 1599px) {
  .main-header--five .main-header__cart {
    margin-left: 30px;
  }
}

@media (max-width: 390px) {
  .main-header--five .main-header__cart {
    margin-left: 25px;
  }
}

.main-header--five .main-header__button {
  margin-left: 60px;
  padding: 16.5px 19.5px;
}

.main-header--five .main-header__button:hover {
  color: #ffffff;
}

.main-header--five .main-header__button::after {
  background-color: #f07203;
}

@media (max-width: 1599px) {
  .main-header--five .main-header__button {
    margin-left: 40px;
  }
}

@media (max-width: 1350px) {
  .main-header--five .main-header__button {
    display: none;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--trevlo-white, #ffffff);
  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;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.sticky-header--cloned.sticky-header--four {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.sticky-header--cloned.sticky-header--four .topbar-two,
.sticky-header--cloned.sticky-header--four .main-header__shape {
  display: none;
}

.sticky-header--cloned.sticky-header--five {
  background-color: var(--trevlo-white, #ffffff);
  border: 0;
}

.sticky-header--cloned.sticky-header--five .main-header__logo__1 {
  display: none;
}

.sticky-header--cloned.sticky-header--five .main-header__logo__2 {
  display: inline-block;
}

.sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li>a,
.sticky-header--cloned.sticky-header--five .main-header__search,
.sticky-header--cloned.sticky-header--five .main-header__cart {
  color: var(--trevlo-primary, #2D2330);
}

.sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li.current>a,
.sticky-header--cloned.sticky-header--five .main-menu .main-menu__list>li:hover>a,
.sticky-header--cloned.sticky-header--five .main-header__search:hover,
.sticky-header--cloned.sticky-header--five .main-header__cart:hover {
  color: var(--trevlo-base, #ffa633);
}

.sticky-header--cloned.sticky-header--five .mobile-nav__btn span {
  background-color: var(--trevlo-primary, #2D2330);
}

.sticky-header--cloned.sticky-header--five .mobile-nav__btn:hover span {
  background-color: var(--trevlo-base, #ffa633);
}

.sticky-header--cloned.sticky-header--five .trevlo-btn:hover {
  color: var(--trevlo-white, #ffffff);
}

.sticky-header--cloned.sticky-header--five .trevlo-btn::after {
  background-color: var(--trevlo-primary, #2D2330);
}

.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;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--trevlo-primary, #2D2330);
  transition: all 0.3s ease-in-out;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
  background-color: var(--trevlo-base, #ffa633);
}



.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: var(--trevlo-secondary, #736D75);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li:hover>a {
  color: var(--trevlo-primary, #2D2330);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 265px;
  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:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.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 15px;
  border-radius: 6px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
  position: absolute;
  right: 15px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: var(--trevlo-base, #ffa633);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--trevlo-base, #ffa633);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--trevlo-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}


.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zumpTop {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes cloudMove2 {
  0% {
    background-position: 100% -1000px;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes rightToLeft {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes zumpRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes zumpLeft {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(13px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bannerShake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes rectMove {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.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__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--trevlo-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.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 .main-menu__nav {
  display: block;
  padding: 0;
}

.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;
  transition: all 500ms ease;
}

.mobile-nav__close:hover {
  color: var(--trevlo-base, #ffa633);
}

.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 ul li>a {
  padding-left: 1em;
  font-size: var(--trevlo-size-xl, 14px);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--trevlo-base, #ffa633);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--trevlo-base, #ffa633);
  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__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-black, #000000);
}

.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__social a:hover {
  color: var(--trevlo-base, #ffa633);
}

.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 a:hover {
  color: var(--trevlo-base, #ffa633);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--trevlo-base, #ffa633);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--trevlo-white, #ffffff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
/* .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: #000000;
  opacity: 0.7;
  cursor: url(../images/close.svg), auto;
} */

/* @media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.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, #ffa633);
}

.search-popup__btn span {
  font-size: 22px;
  color: var(--trevlo-white, #ffffff);
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
} */

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
/*-----------------------------------------
# Page Header
-----------------------------------------*/
.page-header {
  /* background-color: var(--trevlo-primary, #2D2330); */
  position: relative;
  padding: 30px 0;
  z-index: 1;
  /* margin-top: 114px; */
}

@media (max-width: 767px) {
  .page-header {
    padding: 50px 0;
  }
}

.glider-header {
  background-color: #ffffff !important;
}

.glider-header .mobile-nav__btn span {
  background-color: #2D2330 !important
}

.glider-header ul li a {
  color: #2D2330 !important;
}

.glider-button::before {
  background-color: #015e93 !important;
}

.page-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #EEDD14;
}

@media (max-width: 991px) {
  .sec-title br {
    display: none;
  }
}

.page-header .container {
  position: relative;
  z-index: 11;
}

.page-header__title {
  font-size: var(--trevlo-size-8xl, 40px);
  color: #000000;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.page-header__breadcrumb-box {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.trevlo-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 575px) {
  .trevlo-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.trevlo-breadcrumb li {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-1xl, 15px);
  color: #464646;
  line-height: 1.875;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.trevlo-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  color: inherit;
  position: relative;
  top: 0px;
  margin-left: 4px;
  margin-right: 4px;
}

.trevlo-breadcrumb li a {
  color: #414141;
  display: inline-flex;
}

.trevlo-breadcrumb li a:hover {
  color: #015e93;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
}

.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 540px;
  width: 100%;
  background-color: var(--trevlo-white2, #FAF5EE);
  /* mix-blend-mode: luminosity; */
}

.google-map__contact {
  overflow: hidden;
  background-color: var(--trevlo-black, #000000);
}

.contact-map {
  position: relative;
}

.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



.about-six {
  position: relative;
}

.about-six .container {
  position: relative;
  z-index: 1;
}

.about-six__image {
  position: relative;
  padding-left: 85px;
}

@media (max-width: 1199px) {
  .about-six__image {
    padding-left: 10px;
  }
}

@media (max-width: 575px) {
  .about-six__image {
    padding-left: 20px;
  }
}

.about-six__image img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.about-six__image__one {
  position: relative;
  width: 100%;
  max-width: 485px;
}

.about-six__image__one::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -40px;
  width: 347px;
  height: 391px;
  background-color: var(--trevlo-base, #ffa633);
  z-index: -1;
  border-radius: 46px;
  animation: zumpBottom 2500ms infinite linear;
}

@media (max-width: 1199px) {
  .about-six__image__one::before {
    left: -30px;
  }
}

@media (max-width: 575px) {
  .about-six__image__one::before {
    display: none;
  }
}

.about-six__image__two {
  width: 100%;
  max-width: 298px;
  margin-top: -250px;
  position: relative;
  margin-left: -85px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-six__image__two {
    margin-top: -150px;
    margin-left: 30px;
  }
}

@media (max-width: 575px) {
  .about-six__image__two {
    margin-left: -20px;
  }
}

.about-six__image__two img {
  border: 10px solid var(--trevlo-white, #ffffff);
}

.about-six__image__two .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-six__experience {
  padding-right: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 4%;
  bottom: 25px;
  background-color: #fea633;
  border: 5px solid var(--trevlo-white, #ffffff);
  border-radius: 69px;
  z-index: 2;
}


.about-six__experience__year {
  position: relative;
  margin: 0 0 0 -4px;
  padding: 16px 11px 17px;
  font-weight: 800;
  font-size: 20px;
  color: #000000;
  line-height: 1;
  /* transform: rotate(90deg); */
  border: 3px solid var(--trevlo-white, #ffffff);
  border-radius: 69px;
  z-index: 1;
}

.about-six__experience__text {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 1.44;
  text-transform: uppercase;
}

.about-six__content {
  padding-left: 48px;
}

@media (max-width: 1199px) {
  .about-six__content {
    padding-left: 0;
  }
}

.about-six .sec-title {
  margin-bottom: 21px;
}

/* .about-six .sec-title__title {
  text-transform: capitalize;
} */

.about-six__text {
  margin-bottom: 41px;
  font-weight: normal;
  line-height: 1.75;
}

.about-six__inner {
  margin-bottom: 51px;
  padding-bottom: 25px;
  /* border-bottom: 1px solid var(--trevlo-border-color); */
}

.about-six__box+.about-six__box {
  margin-top: 30px;
}

.about-six__box {
  display: flex;
  gap: 57px;
}

@media (max-width: 390px) {
  .about-six__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.about-six__box__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  font-size: 44px;
  color: var(--trevlo-base, #ffa633);
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  border: 1px solid #e5e1e1;
}

.about-six__box__icon img {
  width: 40px;
  height: 40px;
}

.about-six__box:hover .about-six__box__icon img {
  filter: invert(1) brightness(22);
}

.about-six__box__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-six__box__icon::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -28.5px;
  transform: translateY(-50%);
  background-color: var(--trevlo-border-color);
}

@media (max-width: 390px) {
  .about-six__box__icon::after {
    display: none;
  }
}

.about-six__box:hover .about-six__box__icon {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #ffa633);
}

.about-six__box__content {
  position: relative;
  top: -6px;
}

.about-six__box__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.about-six__box__text {
  margin: 0;
  font-weight: normal;
  line-height: 1.75;
}

.about-six__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}

.about-six__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-six__phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  color: var(--trevlo-base, #ffa633);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.15);
}

.about-six__phone__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.about-six__phone__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
}

.about-six__phone__title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  color: rgba(var(--trevlo-black-rgb), 0.8);
}

.about-six__phone__number {
  margin: 0;
  font-size: 18px;
  color: var(--trevlo-black);
  line-height: 1.44;
}

.about-six__phone__number:hover {
  color: var(--trevlo-base);
}

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

.about-six__phone__number a:hover {
  background-size: 100% 1px;
}

.about-six__mountain {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  animation: leftToRight 2500ms linear infinite;
}

.about-six__parashoot {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 56px;
  bottom: 110px;
  opacity: 0.15;
  animation: zumpTop 2500ms infinite linear;
}

@media (max-width: 1799px) {
  .about-six__parashoot {
    max-width: 150px;
    right: 30px;
  }
}

@media (max-width: 1599px) {
  .about-six__parashoot {
    max-width: 130px;
    right: 20px;
    bottom: 40px;
  }
}

@media (max-width: 1350px) {
  .about-six__parashoot {
    display: none;
  }
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-single {
  position: relative;
}

.gallery-single__img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-single__img {
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: transform 0.7s ease;
}

.gallery-single:hover .gallery-single__img {
  transform: scale(1.1);
}

.gallery-single__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(var(--trevlo-black5-rgb, 39, 48, 52), 0.85);
  transition: all 0.5s ease;
  border-radius: 10px;
}

.gallery-single:hover .gallery-single__overlay {
  top: 0;
  height: 100%;
}

.gallery-single__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 11px;
  font-size: 28px;
  background-color: var(--trevlo-base, #ffa633);
  opacity: 0;
  transition: all 500ms ease;
}

@media (max-width: 1399px) {
  .gallery-single__btn {
    width: 50px;
    height: 50px;
  }
}

.gallery-single__btn:hover {
  background-color: var(--trevlo-white, #ffffff);
}

.gallery-single:hover .gallery-single__btn {
  opacity: 1;
}



/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta-two {
  position: relative;
  background-color: var(--trevlo-base, #ffa633);
  padding: 76px 0 84px;
}

.cta-two__sub-title {
  color: var(--trevlo-white2, #FAF5EE);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 3px;
}

.cta-two__title {
  color: var(--trevlo-white2, #FAF5EE);
  font-size: 50px;
  line-height: 50px;
  margin: 0;
}

@media (max-width: 1199px) {
  .cta-two__title {
    font-size: 45px;
  }
}

.cta-two__btn {
  text-align: right;
  margin-top: 51px;
}

@media (max-width: 991px) {
  .cta-two__btn {
    text-align: left;
    margin-top: 31px;
  }
}

.cta-two .trevlo-btn::after {
  background-color: var(--trevlo-white, #ffffff);
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*-----------------------------------------
# Pricing Page
-----------------------------------------*/
.pricing-page {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
}

.pricing-page .sec-title {
  margin-bottom: 29px;
}

.pricing-page.pricing-page-slider {
  padding-top: 100px;
}

@media (max-width: 575px) {
  .pricing-page.pricing-page-slider {
    padding-top: 60px;
  }
}

.pricing-page.pricing-page-slider .owl-stage-outer {
  padding-top: 70px;
}

.pricing-page__row {
  justify-content: center;
  --bs-gutter-y: 77px;
}

@media (max-width: 991px) {

  .pricing-page__row>div:nth-child(1),
  .pricing-page__row>div:nth-child(2) {
    margin-bottom: 50px;
  }
}

.pricing-page .solution-one__main-tab-box {
  position: relative;
  display: block;
}

.pricing-page .pricing-page__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  z-index: 11;
}

@media (max-width: 375px) {
  .pricing-page .pricing-page__main-tab-box .tab-buttons {
    gap: 20px;
  }
}

@media (max-width: 340px) {
  .pricing-page .pricing-page__main-tab-box .tab-buttons {
    gap: 17px;
  }
}

.pricing-page .pricing-page__main-tab-box .tab-buttons .tab-btn {
  cursor: pointer;
}

.pricing-page .pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn::before {
  background-color: var(--trevlo-base, #ffa633);
}

.pricing-page .pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--trevlo-white, #ffffff);
}

.pricing-page .pricing-page__main-tab-box .tabs-content {
  margin-top: 109px;
  position: relative;
  display: block;
}

.pricing-page .pricing-page__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.pricing-page .pricing-page__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

/*--------------------------------------------------------------
# Tour Listing
--------------------------------------------------------------*/


.tour-listing__card-day {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.tour-listing__card-day span {
  position: relative;
  top: -1px;
  color: var(--trevlo-base, #ffa633);
  transition: all 0.4s ease-in-out;
  border: 1.7px solid #d7e1f0;
  border-radius: 50%;
  padding: 7px 9px;
}

.package-button a::before {
  background-color: #f07203 !important;
}

.tour-listing__card-day img {
  width: 25px;
  height: 25px;
}

.tour-listing__card:hover .tour-listing__card-day span {
  color: var(--trevlo-white, #ffffff);
}

.tour-listing__card-day-text {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  line-height: 1;
}

.tour-listing__card:hover .tour-listing__card-day-text {
  color: var(--trevlo-white, #ffffff);
}

.tour-listing__card-people {
  display: flex;
  align-items: center;
}

.tour-listing__card-people span {
  position: relative;
  top: -1px;
  font-size: 18px;
  color: var(--trevlo-base, #ffa633);
  margin-right: 9px;
  transition: all 0.4s ease-in-out;
}

.tour-listing__card:hover .tour-listing__card-people span {
  color: var(--trevlo-white, #ffffff);
}

.pricing-card:hover .tour-listing__card-people-text,
.pricing-card:hover .tour-listing__card-people span,
.pricing-card:hover .tour-listing__card-day-text {
  color: var(--trevlo-white, #ffffff);
}

.pricing-card:hover .tour-listing__card-day span {
  border-color: #030509;
}

.pricing-card:hover .tour-listing__card-people span img {
  filter: invert(0) brightness(5);
}

.tour-listing__card-people-text {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}

.tour-listing__card:hover .tour-listing__card-people-text {
  color: var(--trevlo-white, #ffffff);
}

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

.tour-listing__card:hover .tour-listing__card-price {
  color: var(--trevlo-white, #ffffff);
}

.tour-listing-two__card {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 0;
}

.tour-listing-two .tour-listing__card-image-box {
  border-radius: 20px;
  margin: 0;
}

.tour-listing-two .tour-listing__card-image {
  border-radius: 20px;
}

.tour-listing-two__card-show-content {
  padding: 133px 30px 25px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(0deg, #2D2330 0%, rgba(0, 0, 0, 0) 98.58%);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(1);
}

@media (max-width: 991px) {
  .tour-listing-two__card-show-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tour-listing-two__card-show-content {
    padding: 133px 30px 25px;
  }
}

@media (max-width: 425px) {
  .tour-listing-two__card-show-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.tour-listing-two__card:hover .tour-listing-two__card-show-content {
  transform: scaleY(0);
}

.tour-listing-two__card-show-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tour-listing-two__card-show-title {
  color: var(--trevlo-white, #ffffff);
  line-height: 30px;
}

.tour-listing-two__card-show-camera-btn {
  border: 0;
}

.tour-listing-two__card-show-divider {
  margin-top: 21px;
  margin-bottom: 12px;
  height: 1px;
  background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
}

.tour-listing-two__card-show-day-text {
  color: var(--trevlo-white, #ffffff);
}

.tour-listing-two__card-show-price {
  color: var(--trevlo-white, #ffffff);
}

.tour-listing-two__card-hover-content {
  border-radius: 20px;
  padding: 23px 30px 25px;
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

@media (max-width: 991px) {
  .tour-listing-two__card-hover-content {
    padding: 18px 20px 20px;
  }
}

@media (max-width: 767px) {
  .tour-listing-two__card-hover-content {
    padding: 23px 30px 25px;
  }
}

@media (max-width: 425px) {
  .tour-listing-two__card-hover-content {
    padding: 18px 20px 20px;
  }
}

.tour-listing-two__card-hover-content .tour-listing__card-text {
  font-weight: 700;
}

.tour-listing-two__card:hover .tour-listing-two__card-hover-content {
  transform: scaleY(1);
}

.tour-listing-two__card-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
}

.tour-listing-two__card:hover .tour-listing__card-review-box span {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-two .tour-listing__card-review-text {
  font-weight: 700;
}

.tour-listing-two__card:hover .tour-listing__card-review-text {
  color: var(--trevlo-primary, #2D2330);
}

.tour-listing-two__card:hover .tour-listing__card-location-box span {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-two .tour-listing__card-location-text {
  font-weight: 700;
}

.tour-listing-two__card:hover .tour-listing__card-location-text {
  color: var(--trevlo-primary, #2D2330);
}

.tour-listing-two .tour-listing__card-camera-group {
  position: static;
  padding-top: 11px;
}

.tour-listing-two .tour-listing__card-camera-btn {
  width: 24px;
  height: 24px;
}

.tour-listing-two .tour-listing__card-camera-btn span {
  font-size: 11px;
}

.tour-listing-two .tour-listing__card-divider {
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.1);
}

.tour-listing-two__card:hover .tour-listing__card-divider {
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.1);
}

.tour-listing-two__card:hover .tour-listing__card-day span {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-two .tour-listing__card-day-text {
  font-weight: 700;
}

.tour-listing-two__card:hover .tour-listing__card-day-text {
  color: var(--trevlo-primary, #2D2330);
}



.tour-listing__card-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.tour-listing__card-bottom-left {
  display: flex;
  align-items: center;
}


/*-----------------------------------------
# Tour Listing Five
-----------------------------------------*/
.tour-listing-five {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}

.tour-listing-five .container {
  position: relative;
  z-index: 1;
}

.tour-listing-five .trevlo-stretch-element-inside-column {
  margin-left: auto !important;
}

.tour-listing-five__top {
  margin-bottom: 49px;
}

.tour-listing-five .sec-title {
  margin-bottom: 0;
}

/* .tour-listing-five .sec-title__title {
  text-transform: capitalize;
} */

.tour-listing-five__custom-navs {
  position: relative;
  top: 5px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991px) {
  .tour-listing-five__custom-navs {
    top: 0;
  }
}

.tour-listing-five__custom-navs button {
  outline: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: 1px solid var(--trevlo-base);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--trevlo-base);
  border-radius: 50%;
  transition: all 500ms ease;
}

@media (max-width: 1399px) {
  .tour-listing-five__custom-navs button {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
}

.tour-listing-five__custom-navs button:hover {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base);
  border-color: var(--trevlo-base);
}

@media (max-width: 575px) {
  .tour-listing-five__carousel {
    padding-right: 15px;
  }
}

.tour-listing-five__card {
  position: relative;
  background-color: var(--trevlo-white4);
  border-radius: 30px;
  transition: all 500ms ease;
}

.tour-listing-five__card:hover {
  box-shadow: 0px 3px 18px rgba(var(--trevlo-black3-rgb, 64, 51, 68), 0.07);
}

.tour-listing-five__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 30px;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.tour-listing-five__card__inner {
  padding: 23px 23px 27px;
  position: relative;
  z-index: 1;
}

.tour-listing-five__card__image {
  position: relative;
  display: block;
  border-radius: 30px;
  margin-bottom: 25px;
  overflow: hidden;
}

.tour-listing-five__card__image img {
  width: 100%;
  display: block;
  border-radius: 30px;
  transition: all 500ms ease;
}

.tour-listing-five__card:hover .tour-listing-five__card__image img {
  transform: scale(1.1);
}

.tour-listing-five__card__featured,
.tour-listing-five__card__discount {
  position: absolute;
  left: 23px;
  bottom: 23px;
  padding: 8px 10.5px;
  font-weight: 600;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--trevlo-base, #ffa633);
  border-radius: 10px;
  z-index: 2;
}

.tour-listing-five__card__discount {
  background-color: var(--trevlo-yellow);
}

.tour-listing-five__card__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.6);
  transition: all 0.5s ease;
  border-radius: 30px;
}

.tour-listing-five__card__plus {
  font-size: 22px;
  color: var(--trevlo-white, #ffffff);
  display: inline-flex;
  opacity: 0;
  transition: opacity 500ms ease;
}

.tour-listing-five__card__plus svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.tour-listing-five__card:hover .tour-listing-five__card__overlay {
  top: 0;
  height: 100%;
}

.tour-listing-five__card:hover .tour-listing-five__card__plus {
  opacity: 1;
}

.tour-listing-five__card__ratings {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour-listing-five__card__ratings .trevlo-ratings {
  gap: 5px;
}

.tour-listing-five__card__ratings .trevlo-ratings i:last-child {
  color: var(--trevlo-gray);
}

.tour-listing-five__card__ratings__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--trevlo-primary, #2D2330);
}

.rupees-title {
  position: absolute;
  right: 85px;
  font-weight: 500 !important;
}

.rupees-title-1 {
  position: absolute;
  right: 93px;
  font-weight: 500 !important;
}

.tour-listing-five__card__title {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.25;
  text-transform: capitalize;
}

.tour-listing-five__card__title:hover {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-five__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-five__card__title a:hover {
  background-size: 100% 1px;
}

.tour-listing-five__card__location {
  padding-bottom: 29px;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--trevlo-border-color);
  position: relative;
}

.tour-listing-five__card__location__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-five__card__location__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.tour-listing-five__card__location__text {
  position: relative;
  top: 1px;
  margin: 0;
  font-family: var(--trevlo-font2, "Urbanist", sans-serif);
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: var(--trevlo-primary, #2D2330);
}

.tour-listing-five__card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tour-listing-five__card__price-title {
  margin-bottom: -2px;
  font-family: var(--trevlo-font2, "Urbanist", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--trevlo-gray);
  text-transform: capitalize;
  line-height: auto;
}

.tour-listing-five__card__price {
  margin: 0;
  font-family: var(--trevlo-font2, "Urbanist", sans-serif);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: auto;
}

.tour-listing-five__card__btn-group {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 9px 20px;
  background-color: var(--trevlo-white4);
  border-radius: 24px;
}

.tour-listing-five__card__popup-btn {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  color: var(--trevlo-gray2);
}

.tour-listing-five__card__popup-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.tour-listing-five__card__popup-btn--camera::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--trevlo-border-color);
}

.tour-listing-five__card__popup-btn:hover {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-five__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  animation: leftToRight 2500ms linear infinite;
}


.tour-listing-sidebar-post {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tour-listing-sidebar-post__item {
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 360px) {
  .tour-listing-sidebar-post__item {
    gap: 15px;
  }
}

.tour-listing-sidebar-post__item+.tour-listing-sidebar-post__item {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}

.tour-listing-sidebar-post__image {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.tour-listing-sidebar-post__image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.5);
  transform: scaleX(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.tour-listing-sidebar-post__image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.tour-listing-sidebar-post__item:hover .tour-listing-sidebar-post__image::after {
  transform: scaleX(1);
}

.tour-listing-sidebar-post__price {
  line-height: 1;
  color: var(--trevlo-base, #ffa633);
  margin-bottom: 0;
}

.tour-listing-sidebar-post__link {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #2D2330);
  line-height: 1.4;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 3px;
}

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

.tour-listing-sidebar-post__link a:hover {
  background-size: 100% 1px;
}

.tour-listing-sidebar-post__link:hover {
  color: var(--trevlo-base, #ffa633);
}

.tour-listing-sidebar-post__location {
  display: flex;
  align-items: flex-start;
}

.tour-listing-sidebar-post__location span {
  position: relative;
  top: 4px;
  font-size: 14px;
  color: var(--trevlo-base, #ffa633);
  margin-right: 8px;
}

.tour-listing-sidebar-post__location-text {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Destination
--------------------------------------------------------------*/

.destination-three {
  position: relative;
  padding: 120px 0 225px;
}

@media (max-width: 1199px) {
  .destination-three {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .destination-three {
    padding: 80px 0 120px;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-widget--contact {
  padding-right: 104px;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .footer-widget--contact {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .footer-widget--contact {
    padding-right: 0;
  }
}

.footer-widget__title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.611;
  text-transform: capitalize;
  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;
  text-transform: capitalize;
  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__links a:hover {
  background-size: 100% 1px;
}

.footer-widget__links a:hover {
  color: var(--trevlo-base, #ffa633);
}

.footer-widget__info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget__info li+li {
  margin-top: 3px;
}

.footer-widget__info li {
  display: flex;
  line-height: 1;
  margin: 0;
}

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

.footer-widget__info li a:hover {
  background-size: 100% 1px;
}

.footer-widget__info li a:hover {
  color: var(--trevlo-base, #ffa633);
}

.footer-widget__info li i {
  position: relative;
  top: 6px;
  font-size: 14px;
  color: var(--trevlo-base, #ffa633);
  margin-right: 15px;
}

.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--newsletter {
  position: relative;
}

.footer-widget--newsletter .footer-widget__title {
  margin-bottom: 21px;
}

.footer-widget__newsletter-input,
.footer-widget__newsletter-input::placeholder {
  font-size: var(--trevlo-size-xl, 14px);
  font-weight: 400;
  color: var(--trevlo-gray, #928496);
  line-height: 1;
}

.footer-widget__newsletter-input {
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 30px;
  width: 100%;
  height: 60px;
  background-color: var(--trevlo-black4, #241C26);
  color: var(--trevlo-gray, #928496);
  border-radius: 6px;
  margin-bottom: 11px;
}

.footer-two .footer-widget__title,
.footer-three .footer-widget__title {
  line-height: 1.222;
  margin-bottom: 17px;
}

.footer-two .footer-widget__about-text,
.footer-three .footer-widget__about-text {
  margin-bottom: 22px;
  color: var(--trevlo-gray2);
  line-height: 1.75;
}

.footer-two .footer-widget__links li+li,
.footer-three .footer-widget__links li+li {
  margin-top: 9px;
}

.footer-two .footer-widget__links a,
.footer-three .footer-widget__links a {
  color: var(--trevlo-gray2);
}

.footer-two .footer-widget__links a:hover,
.footer-three .footer-widget__links a:hover {
  color: var(--trevlo-base);
}

.footer-two .footer-widget__info li a,
.footer-two .footer-widget__info li span,
.footer-three .footer-widget__info li a,
.footer-three .footer-widget__info li span {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-gray2);
  font-weight: 500;
  line-height: 1.5;
}

.footer-two .footer-widget__info li+li,
.footer-three .footer-widget__info li+li {
  margin-top: 15px;
}

.footer-two .footer-widget__info li a,
.footer-two .footer-widget__info li span,
.footer-three .footer-widget__info li a,
.footer-three .footer-widget__info li span {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-gray2);
  font-weight: 500;
  line-height: 1.5;
}

.footer-two .footer-widget__info li a:hover,
.footer-three .footer-widget__info li a:hover {
  color: var(--trevlo-base);
}

.footer-two .footer-widget__info li i,
.footer-three .footer-widget__info li i {
  font-size: 16px;
  top: 3px;
  margin-right: 10px;
}



.footer-three {
  position: relative;
}

.footer-three__bg {
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}

.footer-three__inner {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

.footer-three .container {
  position: relative;
  z-index: 1;
}

.footer-three__top {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}


.footer-three__contact {
  display: flex;
  align-items: center;
  gap: 40px 60px;
}

@media (max-width: 991px) {
  .footer-three__contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-three__contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

@media (max-width: 991px) {
  .footer-three__contact__list {
    flex-wrap: wrap;
  }
}

.footer-three__contact__list li {
  font-weight: 500;
  font-size: 14px;
  color: var(--trevlo-gray2);
  line-height: 20px;
}



.footer-three__contact__list li a {
  color: inherit;
}

.footer-three__contact__list li a:hover {
  color: var(--trevlo-base, #ffa633);
}

.footer-three__contact__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--trevlo-base, #ffa633);
  border: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
  border-radius: 50%;
  transition: all 500ms ease;
}

.footer-three__contact__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

li:hover .footer-three__contact__list__icon {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #ffa633);
  border-color: var(--trevlo-base, #ffa633);
}

.footer-three__newsletter {
  width: 100%;
  max-width: 370px;
}

@media (max-width: 991px) {
  .footer-three__newsletter {
    max-width: 100%;
  }
}

.footer-three__newsletter__form {
  position: relative;
}

.footer-three__newsletter__input {
  border: 0;
  outline: 0;
  padding: 20px;
  width: 100%;
  height: 61px;
  font-size: 14px;
  color: var(--trevlo-gray2);
  background-color: var(--trevlo-black4, #241C26);
  border-radius: 6px;
  transition: all 500ms ease;
}

.footer-three__newsletter__input:focus,
.footer-three__newsletter__input:focus::placeholder {
  color: var(--trevlo-white, #ffffff);
}

.footer-three__newsletter__btn {
  padding: 15px 20px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.footer-three__newsletter__btn::after {
  background-color: var(--trevlo-white, #ffffff);
}

.footer-three__newsletter__btn:hover {
  color: var(--trevlo-primary, #2D2330);
}

.footer-three .footer-widget--links-1 {
  padding-left: 59px;
}

@media (max-width: 1199px) {
  .footer-three .footer-widget--links-1 {
    padding-left: 0;
  }
}

.footer-three .footer-widget--links-2 {
  padding-left: 16px;
}

@media (max-width: 1199px) {
  .footer-three .footer-widget--links-2 {
    padding-left: 0;
  }
}

.footer-three .footer-widget--gallery {
  padding-left: 74px;
}

@media (max-width: 1199px) {
  .footer-three .footer-widget--gallery {
    padding-left: 0;
  }
}

.footer-three .footer-widget__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 13px;
}

.footer-three .footer-widget__gallery__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.footer-three .footer-widget__gallery__link img {
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .footer-three .footer-widget__gallery__link img {
    width: 100%;
    display: block;
  }
}

.footer-three .footer-widget__gallery__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: var(--trevlo-white, #ffffff);
  background-color: rgba(var(--trevlo-base-rgb, 255, 89, 86), 0.8);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transition: all 400ms ease-in-out;
  border-radius: 10px;
}

.footer-three .footer-widget__gallery__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.footer-three .footer-widget__gallery__link:hover .footer-widget__gallery__icon {
  transform: scaleY(1);
}

.footer-three .social-links a {
  border-color: rgba(var(--trevlo-border-color-rgb), 0.15);
}

.footer-three .social-links a:hover {
  border-color: var(--trevlo-base);
}

.footer-three__bottom {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d2d2d2;
}

.footer-three__bottom__inner {
  text-align: center;
}

.footer-three__copyright {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--trevlo-gray2);
  margin-bottom: 0;
}

.footer-three__shape-one,
.footer-three__shape-two {
  max-width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.15;
}

@media (max-width: 1799px) {

  .footer-three__shape-one,
  .footer-three__shape-two {
    max-width: 200px;
  }
}

@media (max-width: 1599px) {

  .footer-three__shape-one,
  .footer-three__shape-two {
    max-width: 105px;
  }
}

@media (max-width: 1399px) {

  .footer-three__shape-one,
  .footer-three__shape-two {
    max-width: 80px;
  }
}

@media (max-width: 1350px) {

  .footer-three__shape-one,
  .footer-three__shape-two {
    display: none;
  }
}

.footer-three__shape-one {
  left: 0;
  bottom: 21px;
  animation: leftToRight 2500ms linear infinite;
}

.footer-three__shape-two {
  top: 30px;
  right: 0;
  animation: rightToLeft 2500ms linear infinite;
}


/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/


.main-slider-five {
  position: relative;
}

.main-slider-five__carousel {
  position: relative;
  margin: 0 auto;
}

.main-slider-five__carousel.owl-carousel .owl-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: calc(50% + 23px);
  right: 33px;
  text-align: right;
  position: absolute;
  outline: none;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .main-slider-five__carousel.owl-carousel .owl-nav {
    width: auto;
    height: auto;
    top: 120px;
    left: auto;
    right: 20px;
    bottom: 100px;
    transform: translateY(0%);
  }
}

.main-slider-five__carousel.owl-carousel .owl-nav .owl-prev,
.main-slider-five__carousel.owl-carousel .owl-nav .owl-next {

  margin: 0;
  width: 46px;
  height: 46px;
  background-color: transparent;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 16px;
  display: none;
  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;
}

.main-slider-five__carousel.owl-carousel .owl-nav .owl-prev:hover,
.main-slider-five__carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--trevlo-base, #ffa633);
  border-color: var(--trevlo-base, #ffa633);
  color: var(--trevlo-white, #ffffff);
}

@media (max-width: 1800px) {
  .main-slider-five {
    height: 100vh;
  }

  .main-slider-five__image video {
    height: 100vh;
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .main-slider-five__image video {
    height: 100vh;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .main-slider-five {
    height: 56vh;
  }

  .main-slider-five__image video {
    height: 56vh;
    object-fit: cover;
  }

  .main-slider-five__carousel .item {
    padding-top: 146px !important;
    padding-bottom: 62px !important;
  }

  .main-slider-five__title {
    font-size: 39px !important;
    margin-bottom: 15px !important;
  }

}

.main-slider-five__carousel .item {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 1399px) {
  .main-slider-five__carousel .item {
    padding-top: 300px;
  }
}

@media (max-width: 991px) {
  .main-slider-five__carousel .item {
    padding-top: 232px;
    padding-bottom: 232px;
  }

  .main-slider-five__carousel .active .main-slider-five__title br {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-slider-five {
    height: 56vh;
  }

  .main-slider-five__image video {
    height: 56vh;
    object-fit: cover;
  }

  .main-slider-five__carousel .item {
    padding-top: 146px !important;
    padding-bottom: 62px !important;
  }

  .main-slider-five__title {
    font-size: 39px !important;
    margin-bottom: 15px !important;
  }

}


.main-slider-five__carousel .item::before,
.main-slider-five__carousel .item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.15);
  z-index: 1;
}

@media (max-width: 1599px) {

  .main-slider-five__carousel .item::before,
  .main-slider-five__carousel .item::after {
    display: none;
  }
}

.main-slider-five__carousel .item::before {
  left: 120px;
}

.main-slider-five__carousel .item::after {
  right: 120px;
}

/* .main-slider-five__carousel .active .main-slider-five__image {
  transform: scale(1.2);
} */

.main-slider-five__carousel .active .main-slider-five__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 200ms;
}

.main-slider-five__carousel .active .main-slider-five__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 400ms;
}

.main-slider-five__carousel .active .main-slider-five__button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 600ms;
}

.main-slider-five__carousel .active .main-slider-five__cloud {
  bottom: 25px;
  opacity: 0.15;
  transition-delay: 800ms;
}

.main-slider-five__carousel .container {
  position: relative;
  z-index: 3;
}

.main-slider-five__image {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease; */
  overflow: hidden;
  background-color: var(--trevlo-black, #000000);
}

.main-slider-five__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--trevlo-black-rgb), 0.4);
}

.main-slider-five .social-links {
  position: absolute;
  top: calc(50% + 31px);
  left: 47px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  transition: all 1000ms ease;
}

@media (max-width: 991px) {
  .main-slider-five .social-links {
    display: none;
  }
}

.main-slider-five .social-links a {
  color: var(--trevlo-white, #ffffff);
  border-color: rgba(var(--trevlo-border-color-rgb), 0.1);
}

.main-slider-five__content {
  text-align: center;
}

.main-slider-five__sub-title {
  position: relative;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.208;
  color: var(--trevlo-white, #ffffff);
  /* text-transform: capitalize; */
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1000ms ease, opacity 1000ms ease;
}

.main-slider-five__title {
  position: relative;
  display: inline-block;
  font-size: var(--trevlo-size-14xl, 80px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.2125;
  letter-spacing: -0.03em;
  /* text-transform: capitalize; */
  margin-bottom: 31px;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1000ms ease, opacity 1000ms ease;
}

.main-slider-five__button {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1000ms ease, opacity 1000ms ease;
}

.main-slider-five__button .trevlo-btn::after {
  background-color: var(--trevlo-white, #ffffff);
}

.main-slider-five__button .trevlo-btn:hover {
  color: var(--trevlo-primary, #2D2330);
}

.main-slider-five__cloud {
  width: auto !important;
  position: absolute;
  left: 337px;
  bottom: -25px;
  z-index: 1;
  animation: leftToRight 2500ms linear infinite;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
}

@media (max-width: 1599px) {
  .main-slider-five__cloud {
    left: 200px;
  }
}

@media (max-width: 1399px) {
  .main-slider-five__cloud {
    left: 150px;
  }
}

@media (max-width: 1199px) {
  .main-slider-five__cloud {
    left: 100px;
  }
}

@media (max-width: 991px) {
  .main-slider-five__cloud {
    display: none;
  }
}



.main-slider-five__shape {
  width: 100%;
  max-width: 284px;
  position: relative;
  position: absolute;
  right: 78px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1699px) {
  .main-slider-five__shape {
    right: 40px;
  }
}

@media (max-width: 1599px) {
  .main-slider-five__shape {
    right: 20px;
  }
}

@media (max-width: 1399px) {
  .main-slider-five__shape {
    display: none;
  }
}

.main-slider-five__shape img {
  width: auto !important;
}

.main-slider-five__shape__one {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main-slider-five__shape__two {
  position: absolute;
  left: calc(50% + 5px);
  bottom: 14px;
  transform: translateX(-50%);
  animation: rotateShape 10s infinite linear;
  z-index: 2;
}

@keyframes rotateShape {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(359deg);
  }
}


@keyframes rotateShape {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    transform: translateX(-50%) rotate(359deg);
  }
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .main-header__booking-btn {
  display: none;
}



/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/

.feature-two {
  background-color: var(--trevlo-white, #ffffff);
}

.feature-two__inner {
  position: relative;
  padding: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .feature-two__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .feature-two__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 430px) {
  .feature-two__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 375px) {
  .feature-two__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 360px) {
  .feature-two__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-two__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fea633;
  border-radius: 30px;
}

.feature-two__wrapper {
  position: relative;
  z-index: 1;
}

.feature-two .sec-title__title {
  color: #030509;
  /* text-transform: capitalize; */
}

.feature-two__item {
  padding: 14.5px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
  /* border: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.15); */
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .feature-two__item {
    text-align: center;
    flex-direction: column;
  }
}

.feature-two__item:hover {
  border-color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-white, #ffffff);
}

.feature-two__item .feature-two__icon {
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  /* color: var(--trevlo-base, #ffa633); */
  border-radius: 10px;
  /* background-color: var(--trevlo-white, #ffffff); */
  transition: all 500ms ease;
  border: 1.7px solid #030509;
}

.feature-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.feature-two__item:hover .feature-two__icon {
  color: var(--trevlo-white, #ffffff);
  /* background-color: var(--trevlo-base, #ffa633); */
}

.feature-two__item .feature-two__icon img {
  width: 26px;
  height: 26px;
}

/* .feature-two__item:hover .feature-two__icon img {
  filter: invert(0) brightness(8);
} */

.feature-two__title {
  margin: 0;
  font-size: 18px;
  color: #030509;
  line-height: 1.56;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-weight: 500;
}

.feature-two__item:hover .feature-two__title {
  color: var(--trevlo-primary, #2D2330);
}

.feature-two__bottom {
  margin-top: 60px;
  padding: 26.5px 60px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px 30px;
  justify-content: space-between;
  background-color: var(--trevlo-base);
}

@media (max-width: 1199px) {
  .feature-two__bottom {
    padding: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .feature-two__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 430px) {
  .feature-two__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 500px) {
  .feature-two__bottom .container {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 360px) {
  .feature-two__bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.feature-two__bottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.6;
}

.feature-two__author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .feature-two__author {
    flex-direction: column;
  }
}

.feature-two__author__image {
  display: flex;
  align-items: center;
}

.feature-two__author__image img:not(:first-child) {
  margin-left: -17px;
}

.feature-two__author__image img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid var(--trevlo-base);
  object-fit: cover;
}

.feature-two__author__total {
  margin-bottom: 8px;
  font-size: var(--trevlo-size-8xl, 40px);
  line-height: 1;
  color: var(--trevlo-base, #ffa633);
  text-shadow: 1px 1px 0 var(--trevlo-white, #ffffff), -1px -1px 0 var(--trevlo-white, #ffffff), 1px -1px 0 var(--trevlo-white, #ffffff), -1px 1px 0 var(--trevlo-white, #ffffff), 1px 1px 0 var(--trevlo-white, #ffffff);
}

.feature-two__author__title {
  margin: 0;
  font-weight: 600;
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1;
  text-transform: capitalize;
  color: var(--trevlo-white, #ffffff);
}

.feature-two__button {
  display: flex;
  align-items: center;
  gap: 100px;
}

@media (max-width: 991px) {
  .feature-two__button {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .feature-two__button {
    flex-direction: column;
  }
}

.feature-two__button .trevlo-btn::after {
  background-color: var(--trevlo-primary, #2D2330);
}

.feature-two__image {
  position: relative;
  display: inline-block;
}

.feature-two__image::after {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/shapes/feature-author-border-2-1.png) no-repeat, center center/100% 100%;
  opacity: 0.3;
}

@media (max-width: 360px) {
  .feature-two__image::after {
    width: calc(100% + 15px);
  }
}

.feature-two__image__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 193px;
  min-height: 121px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 579.000000 363.000000"><g transform="translate(0.000000,363.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3587 3616 c-3 -8 -25 -17 -49 -21 -112 -17 -293 -100 -409 -187 -42 -31 -113 -97 -159 -147 l-82 -90 -57 42 c-116 86 -196 123 -394 181 -44 13 -97 17 -215 17 -156 0 -249 -13 -330 -47 -18 -8 -37 -14 -42 -14 -10 0 -141 -62 -175 -83 -50 -31 -174 -129 -206 -163 -66 -72 -159 -196 -159 -212 0 -5 -7 -15 -15 -22 -8 -7 -15 -20 -15 -29 0 -9 -5 -22 -12 -29 -11 -11 -33 -64 -45 -107 -3 -11 -11 -34 -19 -52 -8 -17 -14 -45 -14 -62 0 -16 -5 -40 -10 -53 -6 -13 -14 -57 -18 -98 l-7 -75 -95 -6 c-90 -5 -158 -18 -225 -41 -16 -6 -42 -13 -57 -15 -15 -3 -33 -11 -39 -19 -6 -8 -19 -14 -29 -14 -19 0 -125 -54 -151 -76 -8 -8 -19 -14 -23 -14 -14 0 -169 -126 -206 -166 -74 -82 -128 -151 -156 -199 -16 -27 -34 -59 -41 -70 -7 -11 -15 -27 -19 -35 -4 -8 -19 -43 -35 -78 -16 -34 -29 -68 -29 -74 0 -7 -6 -30 -14 -53 -29 -83 -38 -178 -33 -360 5 -184 14 -263 35 -302 7 -12 12 -29 12 -38 0 -16 8 -37 45 -120 7 -16 16 -37 19 -45 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 23 -52 165 -218 238 -279 47 -39 87 -71 90 -71 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 28 -13 38 -19 9 -5 25 -15 35 -20 9 -6 24 -13 32 -16 90 -35 165 -57 248 -73 76 -15 3813 -15 3879 0 77 17 156 40 191 55 18 8 39 14 46 14 8 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 19 15 27 15 8 0 32 14 53 30 21 17 41 30 44 30 3 0 44 32 91 71 72 61 193 202 242 284 53 89 131 278 140 340 12 86 15 95 28 95 23 0 22 358 -1 374 -8 7 -18 32 -20 56 -6 51 -29 132 -50 173 -8 16 -14 37 -14 47 0 9 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 19 -15 27 0 8 -13 32 -30 53 -16 21 -30 42 -30 47 0 10 -101 127 -159 184 -35 35 -146 122 -186 146 -11 7 -65 34 -120 61 -106 52 -173 76 -243 87 -51 8 -76 30 -67 59 3 12 8 60 12 108 9 134 -17 305 -63 416 -8 18 -14 39 -14 46 0 8 -7 19 -15 26 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 19 -15 26 0 22 -82 135 -151 209 -55 58 -172 154 -234 192 -27 17 -92 47 -140 66 -99 38 -127 47 -155 47 -17 0 -39 9 -50 20 -18 18 -33 20 -184 20 -131 0 -165 -3 -169 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 579.000000 363.000000"><g transform="translate(0.000000,363.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3587 3616 c-3 -8 -25 -17 -49 -21 -112 -17 -293 -100 -409 -187 -42 -31 -113 -97 -159 -147 l-82 -90 -57 42 c-116 86 -196 123 -394 181 -44 13 -97 17 -215 17 -156 0 -249 -13 -330 -47 -18 -8 -37 -14 -42 -14 -10 0 -141 -62 -175 -83 -50 -31 -174 -129 -206 -163 -66 -72 -159 -196 -159 -212 0 -5 -7 -15 -15 -22 -8 -7 -15 -20 -15 -29 0 -9 -5 -22 -12 -29 -11 -11 -33 -64 -45 -107 -3 -11 -11 -34 -19 -52 -8 -17 -14 -45 -14 -62 0 -16 -5 -40 -10 -53 -6 -13 -14 -57 -18 -98 l-7 -75 -95 -6 c-90 -5 -158 -18 -225 -41 -16 -6 -42 -13 -57 -15 -15 -3 -33 -11 -39 -19 -6 -8 -19 -14 -29 -14 -19 0 -125 -54 -151 -76 -8 -8 -19 -14 -23 -14 -14 0 -169 -126 -206 -166 -74 -82 -128 -151 -156 -199 -16 -27 -34 -59 -41 -70 -7 -11 -15 -27 -19 -35 -4 -8 -19 -43 -35 -78 -16 -34 -29 -68 -29 -74 0 -7 -6 -30 -14 -53 -29 -83 -38 -178 -33 -360 5 -184 14 -263 35 -302 7 -12 12 -29 12 -38 0 -16 8 -37 45 -120 7 -16 16 -37 19 -45 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 23 -52 165 -218 238 -279 47 -39 87 -71 90 -71 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 28 -13 38 -19 9 -5 25 -15 35 -20 9 -6 24 -13 32 -16 90 -35 165 -57 248 -73 76 -15 3813 -15 3879 0 77 17 156 40 191 55 18 8 39 14 46 14 8 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 19 15 27 15 8 0 32 14 53 30 21 17 41 30 44 30 3 0 44 32 91 71 72 61 193 202 242 284 53 89 131 278 140 340 12 86 15 95 28 95 23 0 22 358 -1 374 -8 7 -18 32 -20 56 -6 51 -29 132 -50 173 -8 16 -14 37 -14 47 0 9 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 19 -15 27 0 8 -13 32 -30 53 -16 21 -30 42 -30 47 0 10 -101 127 -159 184 -35 35 -146 122 -186 146 -11 7 -65 34 -120 61 -106 52 -173 76 -243 87 -51 8 -76 30 -67 59 3 12 8 60 12 108 9 134 -17 305 -63 416 -8 18 -14 39 -14 46 0 8 -7 19 -15 26 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 19 -15 26 0 22 -82 135 -151 209 -55 58 -172 154 -234 192 -27 17 -92 47 -140 66 -99 38 -127 47 -155 47 -17 0 -39 9 -50 20 -18 18 -33 20 -184 20 -131 0 -165 -3 -169 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.feature-two__image__inner img {
  width: 100%;
  display: block;
}