/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FAQS
--------------------------------------------------------------*/
/*-----------------------------------------
# FAQ Page
-----------------------------------------*/
.faq-page {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}
.faq-page__contact {
  margin-top: 30px;
  position: relative;
  padding: 56px 40px 30px;
  border-radius: 10px;
  background-color: var(--trevlo-base, #001a63);
}
@media (max-width: 991px) {
  .faq-page__contact {
    text-align: center;
    margin-top: 0px;
    padding: 60px 35px 30px;
  }
}
@media (max-width: 575px) {
  .faq-page__contact {
    padding: 60px 25px 21px;
  }
}
.faq-page__contact-icon {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: var(--trevlo-primary, #4d515a);
  border: 8px solid var(--trevlo-white, #ffffff);
  z-index: 1;
  font-size: 28px;
  color: var(--trevlo-white, #ffffff);
}
.faq-page__contact-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: transform 400ms ease;
  background-color: var(--trevlo-base, #001a63);
}
.faq-page__contact:hover .faq-page__contact-icon::after {
  transform: scale(1);
}
.faq-page__contact-title {
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-white, #ffffff);
  line-height: 35.5px;
  margin-bottom: 18px;
}
.faq-page__contact-number-title {
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 2px;
  line-height: 1;
}
.faq-page__contact-number-text {
  font-size: var(--trevlo-size-5xl, 24px);
  font-weight: 700;
  color: var(--trevlo-white, #ffffff);
  line-height: 1.208;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-page__contact-number-text:hover {
  background-size: 100% 1px;
}
.faq-page__contact-number-text:hover {
  color: var(--trevlo-primary, #4d515a);
}
.faq-page__faq {
  position: relative;
}
.faq-page__faq .accrodion {
  position: relative;
  display: block;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 10px;
  padding: 20px 30px 17px 24px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  overflow: hidden;
}
.faq-page__faq .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-page__faq .accrodion-title {
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: var(--trevlo-white, #ffffff);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.faq-page__faq .accrodion.active .accrodion-title {
  border-color: transparent;
}
.faq-page__faq .accrodion-title h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page__faq .accrodion .accrodion-title h4::after {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 50%;
  position: relative;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 16px;
  color: var(--trevlo-primary, #4d515a);
}
.faq-page__faq .accrodion.active .accrodion-title h4::after {
  content: "\f068";
  background-color: var(--trevlo-base, #001a63);
  color: var(--trevlo-white, #ffffff);
}
.faq-page__faq .accrodion-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 3px;
}
@media (min-width: 1200px) {
  .faq-page__faq .accrodion-content {
    padding-right: 50px;
  }
}
.faq-page__faq .accrodion-content p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
/*-----------------------------------------
# Login Page
-----------------------------------------*/
.login-page {
  background-color: var(--trevlo-white, #ffffff);
}
.login-page__notice {
  padding: 32px 50px 28px;
  border-radius: 10px;
  background-color: var(--trevlo-white2, #FAF5EE);
  font-size: 18px;
  color: var(--trevlo-primary, #4d515a);
  font-weight: 500;
}
.login-page__notice span {
  font-weight: 700;
}
.login-page__notice a {
  font-weight: 700;
  color: var(--trevlo-base, #001a63);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__notice a:hover {
  background-size: 100% 1px;
}
.login-page__notice a:hover {
  color: var(--trevlo-primary, #4d515a);
}
@media (max-width: 575px) {
  .login-page__notice {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 375px) {
  .login-page__notice {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-page__inner-container {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  padding: 60px 39.999px 60px 40px;
  border-radius: 10px;
  border: 1px solid var(--trevlo-white2, #FAF5EE);
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .login-page__inner-container {
    padding: 40px 25px;
  }
}
@media (max-width: 375px) {
  .login-page__inner-container {
    padding: 40px 20px;
  }
}
.login-page__row {
  --bs-gutter-x: 94px;
  --bs-gutter-y: 94px;
}
.login-page__login {
  position: relative;
}
.login-page__login::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--trevlo-white3, #EBE6DE);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .login-page__login::after {
    width: calc(100% - 95px);
    height: 1px;
    top: auto;
    right: 0;
    left: 0;
    bottom: -51px;
    margin: auto;
  }
}
.login-page input,
.login-page textarea,
.login-page input::placeholder,
.login-page textarea::placeholder {
  font-size: 14px;
}
.login-page__title {
  font-size: var(--trevlo-size-7xl, 30px);
  margin-bottom: 32px;
}
.login-page__checked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.login-page__forget-link {
  position: relative;
  top: 3px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary);
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__forget-link:hover {
  background-size: 100% 1px;
}
.login-page__forget-link:hover {
  color: var(--trevlo-base, #001a63);
}
.login-page__btn-box {
  margin-top: 14px;
}

/*--------------------------------------------------------------
# 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;
}
@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, #001a63);
}
.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 One
-----------------------------------------*/
.tour-listing-one {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  padding: 120px 0;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tour-listing-one {
    padding: 80px 0;
  }
}
.tour-listing-one--home-two {
  position: relative;
  padding: 120px 0 150px;
}
.tour-listing-one--home-two .container {
  max-width: 1600px;
}
@media (max-width: 767px) {
  .tour-listing-one--home-two {
    padding: 80px 0 110px;
  }
}

/*-----------------------------------------
# Tour Listing Two
-----------------------------------------*/
.tour-listing-two {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .tour-listing-two {
    padding: 80px 0;
  }
}
.tour-listing-two--home-three {
  position: relative;
  padding-top: 0;
}
.tour-listing-two--home-three .container {
  max-width: 1600px;
}

/*-----------------------------------------
# Tour Listing Top Search
-----------------------------------------*/
.tour-listing-search {
  position: relative;
}

/*-----------------------------------------
# Tour Listing Side Filter
-----------------------------------------*/
.tour-listing-filter {
  background-color: var(--trevlo-white, #ffffff);
}
.tour-listing-filter__row {
  justify-content: center;
}
.tour-listing-filter__row .tour-listing-filter__pagination {
  justify-content: center;
}
.tour-listing-filter__pagination {
  justify-content: flex-start;
}

/*-----------------------------------------
# Tour Listing List Style
-----------------------------------------*/
.tour-listing-style {
  background-color: var(--trevlo-white, #ffffff);
}
.tour-listing-style__row {
  justify-content: center;
}

.tour-listing-sidebar .banner-form {
  padding: 8px 0 0;
}
.tour-listing-sidebar .banner-form__control {
  padding: 0 0 7px;
  margin: 0 0 18px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
.tour-listing-sidebar .banner-form__control::after {
  display: none;
}
.tour-listing-sidebar .banner-form__control i {
  right: 0;
  top: -18px;
}
.tour-listing-sidebar .banner-form__control .banner-form__qty-plus {
  right: 0;
  top: 20px;
}
.tour-listing-sidebar .banner-form__control .banner-form__qty-minus {
  right: 26px;
  top: 20px;
}
.tour-listing-sidebar__item + .tour-listing-sidebar__item {
  margin-top: 30px;
}
.tour-listing-sidebar__title {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  margin-bottom: 0px;
}
.tour-listing-sidebar .tour-search__wrapper {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 0px 0px transparent;
  padding: 0;
}
.tour-listing-sidebar__item {
  padding: 20px 30px 30px;
  border-radius: 10px;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-listing-sidebar__price-ranger {
  margin-top: 26px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-bottom: 30px;
}
.tour-listing-sidebar__amenities {
  margin-top: 25px;
}
.tour-listing-sidebar__amenities-title {
  margin-bottom: 16px;
}
.tour-listing-sidebar__btn-box {
  margin-top: 25px;
}
.tour-listing-sidebar__btn {
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-listing-sidebar__btn .icon-search {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  margin-right: 8px;
}
.tour-listing-sidebar__post-box {
  padding: 34px 40px 25px;
}
@media (max-width: 425px) {
  .tour-listing-sidebar__post-box {
    padding: 24px 30px 15px;
  }
}
@media (max-width: 375px) {
  .tour-listing-sidebar__post-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-listing-sidebar__post-title {
  padding-bottom: 23px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--trevlo-base, #001a63);
}

/*-----------------------------------------
# Tour Listing Details
-----------------------------------------*/
.tour-listing-details {
  background-color: var(--trevlo-white, #ffffff);
  padding-bottom: 110px;
}
@media (max-width: 575px) {
  .tour-listing-details {
    padding-bottom: 70px;
  }
}
.tour-listing-details-right {
  padding-bottom: 110px;
}
@media (max-width: 1199px) {
  .tour-listing-details-right {
    padding-bottom: 120px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .tour-listing-details-right {
    padding-bottom: 80px;
  }
}
.tour-listing-details__row {
  justify-content: center;
}
.tour-listing-details__title {
  font-size: var(--trevlo-size-7xl, 30px);
  text-transform: capitalize;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .tour-listing-details__top-carousel {
    margin-bottom: 60px;
  }
}
.tour-listing-details__top-carousel-image {
  position: relative;
  overflow: hidden;
}
.tour-listing-details__top-carousel-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.85);
  transition: all 0.5s ease;
}
.tour-listing-details__top-carousel-image:hover .tour-listing-details__top-carousel-overlay {
  top: 0;
  height: 100%;
}
.tour-listing-details__top-carousel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  font-size: 30px;
  background-color: var(--trevlo-base, #001a63);
  opacity: 0;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .tour-listing-details__top-carousel-btn {
    width: 40px;
    height: 40px;
  }
}
.tour-listing-details__top-carousel-btn:hover {
  background-color: var(--trevlo-white, #ffffff);
}
.tour-listing-details__top-carousel-btn span {
  font-size: 17px;
}
@media (max-width: 1399px) {
  .tour-listing-details__top-carousel-btn span {
    font-size: 15px;
  }
}
.tour-listing-details__top-carousel-image:hover .tour-listing-details__top-carousel-btn {
  opacity: 1;
}

.tour-listing-details__destination {
  padding-top: 70px;
  padding-bottom: 75px;
  background-color: var(--trevlo-white2, #FAF5EE);
  margin-bottom: 30px;
}
.tour-listing-details__destination-row {
  align-items: center;
}
@media (max-width: 1199px) {
  .tour-listing-details__destination-left {
    margin-bottom: 10px;
  }
}
.tour-listing-details__dastination-title {
  font-size: var(--trevlo-size-7xl, 30px);
  line-height: 1.4;
  margin-bottom: 16px;
}
.tour-listing-details__dastination-price {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1;
  margin-bottom: 0;
}
.tour-listing-details__dastination-person {
  position: relative;
  top: -1px;
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-primary);
  margin-left: 4px;
}
.tour-listing-details__destination-right {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 75px;
}
@media (max-width: 1399px) {
  .tour-listing-details__destination-right {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .tour-listing-details__destination-right {
    flex-wrap: wrap;
  }
}
.tour-listing-details__destination-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.tour-listing-details__destination-info span {
  font-size: 30px;
  color: var(--trevlo-base, #001a63);
}
.tour-listing-details__destination-info-top {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-primary);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.tour-listing-details__destination-info-bottom {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #4d515a);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.tour-listing-details__info-area {
  background-color: var(--trevlo-white, #ffffff);
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.tour-listing-details__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .tour-listing-details__info {
    align-items: flex-start;
    flex-direction: column;
  }
}
.tour-listing-details__info-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 61px;
}
@media (max-width: 991px) {
  .tour-listing-details__info-left {
    gap: 20px 40px;
  }
}
.tour-listing-details__posted {
  display: flex;
  align-items: center;
}
.tour-listing-details__posted span {
  position: relative;
  top: -1.5px;
  font-size: 20px;
  color: var(--trevlo-base, #001a63);
  margin-right: 12px;
}
.tour-listing-details__posted-text {
  margin-bottom: 0;
}
.tour-listing-details__ratings-box {
  display: flex;
  align-items: center;
}
.tour-listing-details__ratings-box .trevlo-ratings {
  position: relative;
  top: -1.5px;
  margin-right: 12px;
}
.tour-listing-details__ratings-text {
  margin-bottom: 0;
}
.tour-listing-details__info-right {
  position: relative;
}
.tour-listing-details__info-right:hover .tour-listing-details__social__list {
  opacity: 1;
  transform: translateY(-50%) scale(1, 1);
}
.tour-listing-details__info-right:hover .trevlo-btn {
  color: var(--trevlo-white, #ffffff);
}
.tour-listing-details__info-right:hover .trevlo-btn::after {
  background-color: var(--trevlo-base, #001a63);
  bottom: -50%;
}
.tour-listing-details__share-btn {
  padding: 12px 19px;
}
.tour-listing-details__share-btn .icon-share {
  font-size: 16px;
  color: inherit;
  position: relative;
  top: 2px;
  z-index: 1;
  margin-right: 7px;
}
.tour-listing-details__social__list {
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
  transform: translateY(-50%) scale(0, 1);
  background-color: var(--trevlo-white2, #FAF5EE);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  border-radius: 6px;
  transition: 500ms ease;
  transform-origin: top right;
}
@media (max-width: 767px) {
  .tour-listing-details__social__list {
    transform-origin: top left;
    left: calc(100% + 1px);
    right: auto;
  }
}
.tour-listing-details__social__list a {
  color: var(--trevlo-primary);
  font-size: 14px;
  margin: 0 8px;
  transition: all 500ms ease;
  display: inline-block;
}
.tour-listing-details__social__list a:hover {
  color: var(--trevlo-base, #001a63);
}

.tour-listing-details__slider {
  margin-bottom: 30px;
}
.tour-listing-details__carousel-image-box {
  border-radius: 10px;
}
.tour-listing-details__carousel-image {
  border-radius: 10px;
}

.tour-listing-details__overview {
  margin-top: -10px;
  margin-bottom: 30px;
}
.tour-listing-details__overview-title {
  margin-bottom: 10px;
}
.tour-listing-details__overview-text {
  margin-bottom: 0;
}

.tour-listing-details__explore {
  margin-bottom: 30px;
}
.tour-listing-details__explore-title {
  margin-bottom: 10px;
}
.tour-listing-details__explore-text {
  margin-bottom: 0;
}

.tour-listing-details__calender {
  margin-bottom: 35px;
}
.tour-listing-details__calender-title {
  margin-bottom: 30px;
}
.tour-listing-details__calender-box .ui-datepicker.ui-widget-content {
  position: relative;
  border: 1px solid var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-primary, #4d515a);
  font-weight: 500;
  font-size: 16px;
  border-radius: 0px;
  width: 100%;
  padding: 0;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.tour-listing-details__calender-box .ui-datepicker.ui-widget-content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
@media (max-width: 375px) {
  .tour-listing-details__calender-box .ui-datepicker.ui-widget-content {
    overflow-x: scroll;
  }
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  height: 50px;
  padding: 0;
  border-radius: 0;
  background-color: var(--trevlo-base, #001a63);
  font-size: 16px;
  font-weight: 500;
  border: 0;
}
.tour-listing-details__calender-box .ui-datepicker-calendar {
  margin-top: 50px;
  margin-bottom: 0;
}
.tour-listing-details__calender-box .ui-datepicker-calendar th span {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}
.tour-listing-details__calender-box .ui-datepicker-calendar td {
  background-color: var(--trevlo-white, #ffffff);
}
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-state-default,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-content .ui-state-default,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--trevlo-white, #ffffff);
  background-image: none;
  font-size: 16px;
  color: var(--trevlo-primary, #4d515a);
  padding: 20px 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 375px) {
  .tour-listing-details__calender-box .ui-datepicker-calendar .ui-state-default,
  .tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-content .ui-state-default,
  .tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    font-size: 14px;
    padding: 15px 8px;
  }
}
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-state-default:hover,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #001a63);
}
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-state-highlight,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.tour-listing-details__calender-box .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #001a63);
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev,
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next {
  width: auto;
  height: auto;
  background-image: none;
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-black, #000000);
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev:hover,
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
  color: var(--trevlo-primary, #4d515a);
  border: 0;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev {
  position: relative;
  position: static;
  background-color: transparent;
  color: transparent;
  transform: translateY(0%);
  order: 0;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev::after {
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  top: -1px;
  left: 35px;
  margin-right: 10px;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev:hover {
  left: 0px;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev:hover::after {
  color: var(--trevlo-primary, #4d515a);
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next {
  position: relative;
  position: static;
  background-color: transparent;
  color: transparent;
  transform: translateY(0%);
  order: 2;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next::after {
  position: relative;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  top: -1px;
  right: 35px;
  margin-left: 10px;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next:hover {
  right: 0px;
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next:hover::after {
  color: var(--trevlo-primary, #4d515a);
}
.tour-listing-details__calender-box .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.tour-listing-details__calender-box .ui-datepicker th {
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 0;
  color: var(--trevlo-primary);
  background-color: var(--trevlo-white2, #FAF5EE);
}
@media (max-width: 375px) {
  .tour-listing-details__calender-box .ui-datepicker th {
    font-size: 14px;
    padding: 10px 8px;
  }
}
.tour-listing-details__calender-box .ui-datepicker th {
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}
.tour-listing-details__calender-box .ui-datepicker td {
  padding: 0;
  transition: all ease 500ms;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}
.tour-listing-details__calender-box .ui-datepicker td.ui-datepicker-today, .tour-listing-details__calender-box .ui-datepicker td:hover {
  border-color: var(--trevlo-base, #001a63);
}

.tour-listing-details__included {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  margin-bottom: 40px;
}
.tour-listing-details__included-title {
  margin-bottom: 13px;
}
.tour-listing-details__included-list-one {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tour-listing-details__included-list-one li + li {
  margin-top: 2px;
}
.tour-listing-details__included-list-one li {
  gap: 10px;
  display: flex;
}
.tour-listing-details__included-list-one li i {
  position: relative;
  top: 6px;
  font-size: 16px;
  color: var(--trevlo-base, #001a63);
}
.tour-listing-details__included-list-one li p {
  color: var(--trevlo-primary, #4d515a);
  font-weight: 700;
  margin-bottom: 0;
}
.tour-listing-details__included-list-two {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tour-listing-details__included-list-two li + li {
  margin-top: 2px;
}
.tour-listing-details__included-list-two li {
  display: flex;
  gap: 10px;
}
.tour-listing-details__included-list-two li i {
  position: relative;
  top: 5px;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: var(--trevlo-white2, #FAF5EE);
  font-size: 10px;
  text-align: center;
  color: var(--trevlo-primary);
  line-height: 18px;
}
.tour-listing-details__included-list-two li p {
  color: var(--trevlo-primary, #4d515a);
  font-weight: 700;
  margin-bottom: 0;
}

.tour-listing-details__plan {
  margin-bottom: 40px;
}
.tour-listing-details__plan-title {
  margin-bottom: 20px;
}
.tour-listing-details__faq {
  position: relative;
}
.tour-listing-details__faq .accrodion {
  position: relative;
  display: block;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 10px;
  padding: 32px 40px;
  overflow: hidden;
  transition: all ease 500ms;
  border: 1px solid var(--trevlo-white2, #FAF5EE);
}
.tour-listing-details__faq .accrodion.active {
  border-color: var(--trevlo-white3, #EBE6DE);
  background-color: transparent;
}
@media (max-width: 767px) {
  .tour-listing-details__faq .accrodion {
    padding: 16px 20px;
  }
}
.tour-listing-details__faq .accrodion + .accrodion {
  margin-top: 20px;
}
.tour-listing-details__faq .accrodion-title {
  position: relative;
  cursor: pointer;
  transition-delay: 0.1s;
  margin: 0;
  padding: 0;
}
.tour-listing-details__faq .accrodion-title h4 {
  padding-right: 15px;
  position: relative;
  font-size: 20px;
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-listing-details__faq .accrodion-title h4 span {
  color: var(--trevlo-base, #001a63);
}
.tour-listing-details__faq .accrodion .accrodion-title h4::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(0deg) translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--trevlo-primary, #4d515a);
}
.tour-listing-details__faq .accrodion.active .accrodion-title h4::after {
  transform: rotate(180deg) translateY(50%);
  color: var(--trevlo-base, #001a63);
}
.tour-listing-details__faq .accrodion-content {
  position: relative;
  padding-bottom: 0;
  padding-top: 13px;
}
.tour-listing-details__faq .accrodion-content p {
  margin-bottom: 10px;
}
.tour-listing-details__faq .accrodion-content  img {
  width: 100%;
}
.tour-listing-details__faq .accrodion-content-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tour-listing-details__faq .accrodion-content-bottom li {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.875;
  font-weight: 500;
}

.tour-listing-details__location {
  margin-bottom: 40px;
}
.tour-listing-details__location-title {
  margin-bottom: 20px;
}
.tour-listing-details__location .google-map {
  border-radius: 10px;
  overflow: hidden;
}
.tour-listing-details__location .google-map iframe {
  height: 370px;
}

.tour-listing-details__similar {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.tour-listing-details__similar-title {
  margin-bottom: 19px;
}

.tour-listing-details__amenities {
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-bottom: 55px;
  margin-bottom: 40px;
}
.tour-listing-details__amenities-row {
  align-items: center;
}
.tour-listing-details__amenities-title {
  margin-bottom: 30px;
}
.tour-listing-details__amenities-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-listing-details__amenities-content--two, .tour-listing-details__amenities-content--five {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .tour-listing-details__amenities-content--two, .tour-listing-details__amenities-content--five {
    padding-left: 0;
  }
}
.tour-listing-details__amenities-content--three, .tour-listing-details__amenities-content--six {
  padding-left: 28px;
}
@media (max-width: 991px) {
  .tour-listing-details__amenities-content--three, .tour-listing-details__amenities-content--six {
    padding-left: 0;
  }
}
.tour-listing-details__amenities-content span {
  font-size: 24px;
  color: var(--trevlo-base, #001a63);
}
.tour-listing-details__amenities-content-title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-primary);
  font-weight: 500;
  margin-bottom: 0;
}

.tour-listing-details__reviews {
  margin-bottom: 40px;
}
.tour-listing-details__reviews-title {
  margin-bottom: 30px;
}
.tour-listing-details__reviews-comment-box {
  display: grid;
  grid-template-columns: 168px auto;
  align-items: start;
  gap: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
@media (max-width: 1199px) {
  .tour-listing-details__reviews-comment-box {
    grid-template-columns: 130px auto;
  }
}
@media (max-width: 767px) {
  .tour-listing-details__reviews-comment-box {
    grid-template-columns: auto;
  }
}
.tour-listing-details__reviews-comment-box + .tour-listing-details__reviews-comment-box {
  margin-top: 50px;
}
.tour-listing-details__reviews-image {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .tour-listing-details__reviews-image {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .tour-listing-details__reviews-image {
    width: 100px;
    height: 100px;
  }
}
.tour-listing-details__reviews-image img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .tour-listing-details__reviews-image img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .tour-listing-details__reviews-image img {
    width: 100px;
    height: 100px;
  }
}
.tour-listing-details__reviews-content {
  position: relative;
  top: -4px;
}
.tour-listing-details__reviews-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 20px;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .tour-listing-details__reviews-inner-content {
    align-items: flex-end;
  }
}
.tour-listing-details__reviews-info {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .tour-listing-details__reviews-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tour-listing-details__reviews-name {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  margin-bottom: 0;
}
.tour-listing-details__reviews-date-text {
  font-size: 14px;
  color: var(--trevlo-base, #001a63);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tour-listing-details__reviews-date-text {
    top: 10px;
  }
}
.tour-listing-details__reviews-ratings-box {
  display: flex;
  align-items: center;
}
.tour-listing-details__reviews-ratings-text {
  font-size: 16px;
  color: var(--trevlo-primary);
  position: relative;
  top: 1px;
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 1;
}
.tour-listing-details__reviews .trevlo-ratings {
  gap: 2px;
}
.tour-listing-details__reviews .trevlo-ratings i {
  font-size: 16px;
}
.tour-listing-details__reviews-text {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .tour-listing-details__reviews-text {
    padding-right: 10px;
  }
}
.tour-listing-details__reviews-btn {
  padding: 12px 23px;
  font-weight: 500;
}

.tour-listing-details__add-review {
  margin-bottom: 36px;
}
.tour-listing-details__add-review-title {
  margin-bottom: 24px;
  text-transform: none;
}
.tour-listing-details__add-review-box {
  display: table;
}
.tour-listing-details__add-review-box-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
}
@media (max-width: 360px) {
  .tour-listing-details__add-review-box-single {
    gap: 25px;
  }
}
.tour-listing-details__add-review-box-single + .tour-listing-details__add-review-box-single {
  margin-top: 10px;
}
.tour-listing-details__add-review-text {
  margin-bottom: 0;
}
.tour-listing-details .trevlo-ratings-two {
  position: relative;
  top: -2px;
}
@media (max-width: 375px) {
  .tour-listing-details .trevlo-ratings-two i {
    font-size: 16px;
  }
}

.tour-listing-details__form-btn-box {
  text-align: left;
}
.tour-listing-details__form .form-one__message {
  height: 211px;
  padding-top: 24px;
}

.tour-listing-details__sidebar-single {
  padding: 34px 40px 40px;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: var(--trevlo-shadow-two, 0px 4px 30px 0px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
}
@media (max-width: 425px) {
  .tour-listing-details__sidebar-single {
    padding: 24px 30px 30px;
  }
}
@media (max-width: 375px) {
  .tour-listing-details__sidebar-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-listing-details__sidebar-single + .tour-listing-details__sidebar-single {
  margin-top: 30px;
}
.tour-listing-details__sidebar-title {
  font-size: var(--trevlo-size-5xl, 24px);
  margin-bottom: 22px;
  line-height: 1.4;
}
.tour-listing-details__sidebar-book-tours {
  padding: 22px 30px 30px;
}
@media (max-width: 375px) {
  .tour-listing-details__sidebar-book-tours {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-listing-details__sidebar-form-input {
  position: relative;
  margin-bottom: 15px;
}
.tour-listing-details__sidebar-form-input input[type=text], .tour-listing-details__sidebar-form-input input {
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 56px;
  padding: 0 30px;
  border-radius: 8px;
  background-color: var(--trevlo-white, #ffffff);
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}
@media (max-width: 425px) {
  .tour-listing-details__sidebar-form-input input[type=text] {
    padding: 0 20px;
  }
}
.tour-listing-details__sidebar-form-date {
  cursor: pointer;
}
.tour-listing-details__sidebar-form-date-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--trevlo-primary);
  cursor: pointer;
}
@media (max-width: 425px) {
  .tour-listing-details__sidebar-form-date-arrow {
    right: 20px;
  }
}
.tour-listing-details__sidebar-form-input .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}
.tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu {
  border: none;
}
.tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 56px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background-color: var(--trevlo-white, #ffffff) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--trevlo-primary) !important;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  line-height: 56px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-radius: 8px;
}
@media (max-width: 425px) {
  .tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--trevlo-primary);
}
@media (max-width: 425px) {
  .tour-listing-details__sidebar-form-input .bootstrap-select > .dropdown-toggle:before {
    right: 20px;
  }
}
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  font-weight: 500;
  padding: 10px 30px;
  color: var(--trevlo-primary);
  background-color: var(--trevlo-white2, #FAF5EE);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu > li:hover > a,
.tour-listing-details__sidebar-form-input .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--trevlo-base, #001a63);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #001a63);
}
.tour-listing-details__sidebar-btn {
  margin-top: 5px;
  width: 100%;
}
.tour-listing-details__sidebar-post-box {
  padding-bottom: 24px;
}
.tour-listing-details__sidebar-post-title {
  padding-bottom: 23px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--trevlo-base, #001a63);
}

.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, #001a63);
  margin-bottom: 0;
}
.tour-listing-sidebar-post__link {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #4d515a);
  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, #001a63);
}
.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, #001a63);
  margin-right: 8px;
}
.tour-listing-sidebar-post__location-text {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*-----------------------------------------
# Contact Page
-----------------------------------------*/
.contact-page {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
}
.contact-page__form {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page__form .form-one__btn-box {
  margin-top: 10px;
  top: 0;
}
.contact-page__info {
  position: relative;
  margin-bottom: -92px;
  z-index: 1;
}
@media (max-width: 575px) {
  .contact-page__info {
    margin-bottom: 70px;
  }
}
.contact-page__info-container {
  position: relative;
  margin-top: 160px;
}
.contact-page__info-top {
  position: absolute;
  top: -62px;
  right: 41px;
  padding: 19px 49.5px;
  border-radius: 10px 10px 0px 0px;
  display: table;
  background-color: var(--trevlo-base, #001a63);
  text-align: center;
}
@media (max-width: 575px) {
  .contact-page__info-top {
    top: -58px;
  }
}
@media (max-width: 425px) {
  .contact-page__info-top {
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 393px) {
  .contact-page__info-top {
    top: -57px;
  }
}
.contact-page__info-top-title {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-white, #ffffff);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.contact-page__info-row {
  max-width: 1172px;
  background-color: var(--trevlo-primary, #4d515a);
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45px 60px 79px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .contact-page__info-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .contact-page__info-row {
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media (max-width: 767px) {
  .contact-page__info-row {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .contact-page__info-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-page__info-box {
  display: grid;
  grid-template-columns: 54px auto;
  gap: 16px;
  align-items: center;
}
.contact-page__info-box--three {
  padding-left: 42px;
}
@media (max-width: 991px) {
  .contact-page__info-box--three {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .contact-page__info-box {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .contact-page__info-box {
    grid-template-columns: 54px 1fr;
    justify-items: start;
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .contact-page__info-box {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
  }
}
.contact-page__info-box a {
  display: block;
}
.contact-page__info-icon-box {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  z-index: 1;
}
.contact-page__info-icon-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #001a63);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.contact-page__info-icon-box span {
  font-size: 18px;
  color: var(--trevlo-base, #001a63);
}
@media (max-width: 1199px) {
  .contact-page__info-text-box {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contact-page__info-text-box {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .contact-page__info-text-box {
    text-align: center;
  }
}
.contact-page__info-title {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-base, #001a63);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 4px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .contact-page__info-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact-page__info-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .contact-page__info-title {
    margin-bottom: 15px;
  }
}
.contact-page__info-text {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.3;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.contact-page__info-box:hover .contact-page__info-icon-box::after {
  opacity: 1;
  transform: scale(1);
}
.contact-page__info-box:hover .contact-page__info-icon-box span {
  color: var(--trevlo-white, #ffffff);
}
.contact-page__info-box:hover .contact-page__info-text-link {
  color: var(--trevlo-base, #001a63);
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
/*-----------------------------------------
# Product Page
-----------------------------------------*/
.product-page__row {
  justify-content: center;
}
.product-page__showing-reslut .showing-result__info-top {
  margin-bottom: 30px;
}

/*-----------------------------------------
# Product Details Page
-----------------------------------------*/
.product-details {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}
.product-details__content {
  position: relative;
}
.product-details__title {
  font-size: 30px;
  margin: 0;
}
.product-details__top-title {
  font-size: var(--trevlo-size-7xl, 30px);
  line-height: 1.4;
  margin-bottom: 0;
}
.product-details__product-info {
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .product-details__product-info {
    margin-bottom: 70px;
  }
}
@media (max-width: 1399px) {
  .product-details__product-info {
    margin-bottom: 60px;
  }
}
.product-details__img-box {
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  border-radius: 10px;
}
.product-details__img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.product-details__top {
  position: relative;
  top: -6px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 42px;
}
.product-details__price {
  position: relative;
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-base, #001a63);
  margin-bottom: 0;
}
.product-details__review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
.product-details__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.product-details__ratings .fa-star {
  font-size: 15px;
  color: var(--trevlo-base, #001a63);
}
.product-details__review-total {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.product-details__text {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-details__text-two {
  margin-bottom: 37px;
}
.product-details__ref {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.product-details__ref span {
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.product-details__stock {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: var(--trevlo-base, #001a63);
}
.product-details__quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 31px;
  margin-bottom: 40px;
}
.product-details__quantity-title {
  font-size: var(--trevlo-size-3xl, 18px);
  line-height: 1;
  margin-bottom: 0;
}
.product-details__btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__btn {
  text-transform: none;
}
.product-details__social-title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-primary);
  line-height: 1;
  margin-bottom: 0;
}
.product-details__social-box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 60px;
}
@media (max-width: 1199px) {
  .product-details__social-box {
    gap: 20px 30px;
  }
}
.product-details__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (max-width: 1199px) {
  .product-details__social {
    gap: 15px;
  }
}
.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--trevlo-primary);
  background-color: var(--trevlo-white2, #FAF5EE);
  z-index: 1;
}
.product-details__social-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #001a63);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: transform 300ms ease, opacity 300ms ease;
}
.product-details__social-link:hover {
  color: var(--trevlo-white, #ffffff);
}
.product-details__social-link:hover::after {
  transform: scale(1);
}
.product-details__description-content {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
.product-details__description-element + .product-details__description-element {
  margin-top: 19px;
  margin-bottom: 22px;
}
.product-details__description-title {
  font-size: var(--trevlo-size-7xl, 30px);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0;
}
.product-details__description-text-one {
  margin-bottom: 0;
}
.product-details__description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details__description-list li + li {
  margin-top: 1px;
}
.product-details__description-list li i {
  font-size: 16px;
  color: var(--trevlo-base, #001a63);
  margin-right: 5px;
}
.product-details__description-list li span {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.4;
  font-weight: 700;
}
.product-details__description-text-two {
  margin-bottom: 0;
}
.product-details__reviews {
  margin-top: 40px;
}
.product-details__reviews-title {
  margin-bottom: 30px;
}
.product-details__reviews-comment-box {
  display: grid;
  grid-template-columns: 168px auto;
  align-items: start;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
}
@media (max-width: 1199px) {
  .product-details__reviews-comment-box {
    grid-template-columns: 130px auto;
  }
}
@media (max-width: 767px) {
  .product-details__reviews-comment-box {
    grid-template-columns: auto;
  }
}
.product-details__reviews-comment-box + .product-details__reviews-comment-box {
  margin-top: 40px;
}
.product-details__reviews-image {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .product-details__reviews-image {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .product-details__reviews-image {
    width: 100px;
    height: 100px;
  }
}
.product-details__reviews-image img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .product-details__reviews-image img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .product-details__reviews-image img {
    width: 100px;
    height: 100px;
  }
}
.product-details__reviews-content {
  position: relative;
  top: 14px;
}
.product-details__reviews-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 20px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .product-details__reviews-inner-content {
    align-items: flex-end;
  }
}
.product-details__reviews-inner-content .trevlo-ratings {
  gap: 6px;
}
.product-details__reviews-inner-content .trevlo-ratings i {
  font-size: 16px;
}
.product-details__reviews-info {
  display: flex;
  align-items: baseline;
  gap: 23px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-details__reviews-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__reviews-name {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  margin-bottom: 0;
}
.product-details__reviews-date-text {
  color: var(--trevlo-base, #001a63);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-details__reviews-date-text {
    top: 10px;
  }
}
.product-details__reviews-text {
  margin-bottom: 0;
}
.product-details__add-review {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-details__add-review-title {
  margin-bottom: 20px;
}
.product-details__add-review-box {
  display: flex;
  align-items: center;
  gap: 19px;
  flex-wrap: wrap;
}
.product-details__add-review-inner-title {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-primary);
  line-height: 1.3;
  margin-bottom: 0;
}
.product-details__add-review-ratings {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-details__add-review-ratings .fa-star {
  font-size: 25px;
  color: var(--trevlo-base, #001a63);
}
.product-details__form .form-one__btn-box {
  text-align: left;
}
.product-details__form .form-one__message {
  height: 211px;
}

/*-----------------------------------------
# Product Sidebar
-----------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar-title {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  margin-bottom: 0px;
}
.product__sidebar-single + .product__sidebar-single {
  margin-top: 30px;
}
.product__sidebar-single--item {
  padding: 28px 30px 30px;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
@media (max-width: 360px) {
  .product__sidebar-single--item {
    padding: 25px 20px;
  }
}
.product__search-form {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--trevlo-base, #001a63);
  height: 60px;
  border-radius: 10px;
}
.product__search-form input[type=search],
.product__search-form input[type=text],
.product__search-form input[type=search]::placeholder,
.product__search-form input[type=text]::placeholder {
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 20px);
  font-weight: 400;
  background-color: var(--trevlo-base, #001a63);
  height: 100%;
  color: var(--trevlo-white, #ffffff);
}
.product__search-form button[type=submit] {
  position: relative;
  top: 2px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  margin-right: 10px;
}
.product__search-form button[type=submit]:hover {
  color: var(--trevlo-primary, #4d515a);
}
.product__categories {
  padding-bottom: 14px;
}
.product__categories-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--trevlo-base, #001a63);
  margin-bottom: 6px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__categories ul li:not(:last-of-type) a {
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
}
.product__categories ul li:not(:last-of-type) a:hover {
  border-color: var(--trevlo-base, #001a63);
}
.product__categories ul li a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary);
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  padding: 14px 0;
}
.product__categories ul li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 16px;
  margin-right: 10px;
  color: var(--trevlo-base, #001a63);
}
.product__categories ul li a:hover {
  padding-left: 5px;
  color: var(--trevlo-base, #001a63);
}
.product__item {
  padding: 15px 29px 40px 29px;
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  transition: all 500ms ease;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .product__item {
    padding: 15px 20px 31px 20px;
  }
}
.product__item:hover {
  border-color: var(--trevlo-base, #001a63);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
}
.product__item-img {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.product__item-img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item-btn {
  position: absolute;
  right: 19px;
  top: 19px;
  z-index: 2;
}
.product__item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 50%;
  color: var(--trevlo-primary);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}
.product__item-btn a:hover {
  background-color: var(--trevlo-base, #001a63);
  color: var(--trevlo-white, #ffffff);
}
.product__item-btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item-btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item-btn a + a {
  margin-top: 12px;
}
.product__item:hover .product__item-img img {
  transform: scale(1.05);
}
.product__item:hover .product__item-btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item-content {
  position: relative;
  text-align: center;
}
.product__item-title {
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.product__item-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item-title a:hover {
  background-size: 100% 1px;
}
.product__item-title a:hover {
  color: var(--trevlo-base, #001a63);
}
.product__item-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 12px;
}
.product__item-price {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary);
  line-height: 1;
  font-weight: 500;
}
.product__item-ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 22px;
}
.product__item-ratings span {
  font-size: 17px;
  color: var(--trevlo-base, #001a63);
}
.product__item-link {
  font-size: var(--trevlo-size-xl, 14px);
  line-height: 1.857;
  padding: 8px 31px;
  text-transform: none;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr th {
  color: var(--trevlo-primary, #4d515a);
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 21px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE) !important;
  box-shadow: none;
}
.cart-page__table thead tr th:nth-child(3) {
  padding-left: 50px !important;
}
.cart-page__table thead tr th:last-child {
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: var(--trevlo-size-4xl, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--trevlo-primary, #4d515a);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding: 30px 0;
  letter-spacing: 0;
}
.cart-page__table tbody tr td:last-child {
  text-align: right;
}
.cart-page__table-meta {
  display: flex;
  align-items: center;
  gap: 41px;
  flex-wrap: wrap;
}
.cart-page__table-meta-img {
  width: 115px;
  height: 115px;
  background-color: var(--trevlo-white, #ffffff);
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  border-radius: 6px;
  overflow: hidden;
}
.cart-page__table-meta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.cart-page__table-meta-title {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.5;
  font-weight: 700;
  color: var(--trevlo-primary, #4d515a);
  margin: 0;
}
.cart-page__table-meta-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table-meta-title a:hover {
  background-size: 100% 1px;
}
.cart-page__table-meta-title a:hover {
  color: var(--trevlo-base, #001a63);
}
.cart-page__table-quantity {
  width: 150px;
  margin-left: 50px;
}
.cart-page__table-remove {
  display: block;
  color: var(--trevlo-primary, #4d515a);
  font-size: 16px;
}
.cart-page__table-remove:hover {
  color: var(--trevlo-base, #001a63);
}
.cart-page__coupone-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cart-page__coupone-form input[type=text] {
  width: 303px;
  height: 56px;
  border: none;
  background-color: var(--trevlo-white2, #FAF5EE);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border-radius: 6px;
  display: block;
}
.cart-page__cart-total {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: right;
  top: -12px;
  margin-bottom: 21px;
  display: table;
  margin-left: auto;
  min-width: 300px;
}
@media (max-width: 991px) {
  .cart-page__cart-total {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cart-page__cart-total li + li {
  margin-top: 15px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cart-page__cart-total li:nth-child(2) {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
.cart-page__cart-total-title {
  font-size: var(--trevlo-size-4xl, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--trevlo-primary, #4d515a);
  display: inline-block;
}
.cart-page__cart-total-amount {
  font-size: var(--trevlo-size-4xl, 20px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--trevlo-primary);
  display: inline-block;
}
.cart-page__cart-total-amount--main {
  font-weight: 700;
  color: var(--trevlo-primary, #4d515a);
}
.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cart-page__buttons {
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
/*-----------------------------------------
# Checkout Page
-----------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page .notice-box {
  padding: 34px 50px;
  background-color: var(--trevlo-white2, #FAF5EE);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 34px;
  color: var(--trevlo-primary, #4d515a);
}
@media (max-width: 767px) {
  .checkout-page .notice-box {
    padding: 24px 20px;
  }
}
.checkout-page .notice-box a {
  color: var(--trevlo-base, #001a63);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-weight: 700;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__title {
  font-size: var(--trevlo-size-7xl, 30px);
  text-transform: capitalize;
  margin-bottom: 34px;
}
.checkout-page__billing-details {
  margin-top: 24px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 700;
  color: var(--trevlo-primary);
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.3;
  text-transform: none;
  cursor: pointer;
}
.checkout-page__check-box label span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: var(--trevlo-white, #ffffff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 12px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--trevlo-base, #001a63);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__additional-information {
  margin-top: 126px;
}
@media (max-width: 1199px) {
  .checkout-page__additional-information {
    margin-top: 152px;
  }
}
@media (max-width: 991px) {
  .checkout-page__additional-information {
    margin-top: 20px;
  }
}
.checkout-page__your-order {
  position: relative;
  margin: 68px 0 0;
}
@media (max-width: 991px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  line-height: 1.5;
  margin: 0;
  padding: 22px 0;
  border: none;
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  font-weight: bold;
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-black, #000000);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  line-height: 1.5;
  margin: 0;
  padding: 0 0 14px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr:not(:last-child) td:last-child {
  color: var(--trevlo-primary);
  font-weight: 500;
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 22px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 23px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 23px;
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}
.checkout-page__payment {
  background-color: var(--trevlo-white2, #FAF5EE);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-page__payment {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .checkout-page__payment {
    padding: 35px 25px;
  }
}
@media (max-width: 360px) {
  .checkout-page__payment {
    padding: 30px 20px;
  }
}
.checkout-page__payment-item + .checkout-page__payment-item {
  margin-top: 35px;
}
.checkout-page__payment-item {
  position: relative;
}
.checkout-page__payment-title {
  display: flex;
  align-items: center;
  font-size: var(--trevlo-size-4xl, 20px);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--trevlo-primary, #4d515a);
}
.checkout-page__payment-title::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--trevlo-white, #ffffff);
  border: 0;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}
.checkout-page__payment-title img {
  margin-left: 15px;
}
.checkout-page__payment-item--active .checkout-page__payment-title::before {
  background-color: var(--trevlo-base, #001a63);
  border-color: var(--trevlo-base, #001a63);
  content: "\f00c";
  color: var(--trevlo-white, #ffffff);
}
.checkout-page__payment-content {
  margin-top: 18px;
  margin-left: 38px;
}
.checkout-page__payment-content p {
  margin-bottom: 0;
}
.checkout-page__payment-btn {
  padding-left: 45px;
  padding-right: 45px;
}

/*--------------------------------------------------------------
# Destination
--------------------------------------------------------------*/
/*-----------------------------------------
# Destination Page
-----------------------------------------*/
.destination-page {
  background-color: var(--trevlo-white, #ffffff);
}
.destination-page__row {
  align-items: center;
}
.destination-page .owl-stage {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .destination-page .destination-one__card-col-8 {
    order: 9;
  }
}
@media (max-width: 991px) {
  .destination-page .destination-one__card-col-8 {
    order: unset;
  }
}

.destination-one {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .destination-one {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .destination-one .sec-title {
    margin-right: -16px;
  }
}
.destination-one__offer {
  position: relative;
  background-color: var(--trevlo-base, #001a63);
  width: 100%;
  height: auto;
  padding: 49px 40px 48px;
  min-height: 270px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.destination-one__offer::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}
.destination-one__offer:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 300ms linear;
}
.destination-one__offer::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.destination-one__offer:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 600ms linear;
}
.destination-one__offer__sub-title {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin: 0 0 5px;
}
.destination-one__offer__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 16px;
}
.destination-one__offer__title br {
  display: inherit;
}
.destination-one__offer .trevlo-btn {
  font-size: 14px;
  color: var(--trevlo-base, #001a63);
  background-color: var(--trevlo-black, #000000);
  padding: 13px 24px;
}
.destination-one__offer .trevlo-btn::before {
  background-color: var(--trevlo-white, #ffffff);
}
.destination-one__offer .trevlo-btn::after {
  background-color: var(--trevlo-black, #000000);
}

.destination-two {
  position: relative;
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  .destination-two {
    padding: 80px 0 70px;
  }
}
.destination-two .sec-title {
  margin-bottom: 19px;
}
.destination-two__text {
  margin: 0 0 40px;
}
.destination-two__content {
  z-index: 2;
  position: relative;
}
.destination-two__content .trevlo-btn:hover {
  color: var(--trevlo-white, #ffffff);
}
.destination-two .col-xl-4 {
  width: 30.33333333%;
}
@media (max-width: 1199px) {
  .destination-two .col-xl-4 {
    width: 100%;
  }
}
.destination-two .col-xl-8 {
  width: 69.66666667%;
}
@media (max-width: 1199px) {
  .destination-two .col-xl-8 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .destination-two .col-xl-8 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

/*-----------------------------------------
# Destination Details Page
-----------------------------------------*/
.destination-details__row {
  justify-content: center;
}
.destination-details__title {
  font-size: var(--trevlo-size-7xl, 30px);
  line-height: 1.5;
  margin-bottom: 9px;
}
.destination-details__card {
  margin-bottom: 28px;
}
.destination-details__card-img {
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 28px;
}
.destination-details__card img {
  display: block;
  width: 100%;
}
.destination-details__card-text {
  margin-bottom: 0;
}
.destination-details__overview {
  margin-bottom: 50px;
}
.destination-details__overview-title {
  margin-bottom: 23px;
}
.destination-details__overview-content {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 20px;
  padding: 15px 40px;
  background-color: var(--trevlo-white2, #FAF5EE);
}
@media (max-width: 1199px) {
  .destination-details__overview-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.destination-details__overview-content li + li {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}
.destination-details__overview-content li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 12px;
  grid-gap: 70px;
}
@media (max-width: 767px) {
  .destination-details__overview-content li {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.destination-details__overview-content li p {
  font-size: var(--trevlo-size-3xl, 18px);
  text-transform: capitalize;
  margin-bottom: 0;
}
.destination-details__overview-content li p:first-child {
  color: var(--trevlo-primary, #4d515a);
}
.destination-details__overview-content li p:last-child {
  color: var(--trevlo-base, #001a63);
}
.destination-details__faq .accrodion {
  position: relative;
  display: block;
  border-radius: 10px;
}
.destination-details__faq .accrodion.active {
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}
.destination-details__faq .accrodion + .accrodion {
  margin-top: 20px;
}
.destination-details__faq .accrodion-title {
  position: relative;
  cursor: pointer;
  padding: 32px 40px;
  background-color: var(--trevlo-white2, #FAF5EE);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .destination-details__faq .accrodion-title {
    padding: 22px 30px;
  }
}
@media (max-width: 500px) {
  .destination-details__faq .accrodion-title {
    padding: 16px 20px;
  }
}
.destination-details__faq .accrodion-title h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.destination-details__faq .accrodion.active .accrodion-title {
  background-color: transparent;
  padding-bottom: 14px;
}
.destination-details__faq .accrodion .accrodion-title h4::after {
  position: relative;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 14px;
  color: var(--trevlo-primary, #4d515a);
  top: 2px;
}
.destination-details__faq .accrodion.active .accrodion-title h4::after {
  transform: rotate(180deg);
  color: var(--trevlo-base, #001a63);
}
.destination-details__faq .accrodion-content {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .destination-details__faq .accrodion-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
  }
}
@media (max-width: 500px) {
  .destination-details__faq .accrodion-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
}
.destination-details__faq .accrodion-content p {
  margin-bottom: 13px;
}
.destination-details__faq .accrodion-content-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination-details__faq .accrodion-content-bottom li {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary, #4d515a);
  line-height: 1.875;
  font-weight: 500;
}

/*-----------------------------------------
# Destination Sidebar
-----------------------------------------*/
.destination-sidebar__single + .destination-sidebar__single {
  margin-top: 30px;
}
.destination-sidebar__tour {
  padding: 36px 40px 21px;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  background-color: var(--trevlo-white, #ffffff);
}
@media (max-width: 412px) {
  .destination-sidebar__tour {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 393px) {
  .destination-sidebar__tour {
    padding: 30px 20px 10px;
  }
}
.destination-sidebar__tour-top-title {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1.083;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--trevlo-base, #001a63);
}
.destination-sidebar__tour-item + .destination-sidebar__tour-item {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}
.destination-sidebar__tour-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 17px;
  padding-bottom: 15px;
}
@media (max-width: 360px) {
  .destination-sidebar__tour-item {
    flex-direction: column;
  }
}
.destination-sidebar__tour-img {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  top: 0;
  flex-shrink: 0;
}
.destination-sidebar__tour-img img {
  display: block;
  width: 100%;
}
.destination-sidebar__tour-price {
  color: var(--trevlo-base, #001a63);
  line-height: 1;
  margin-bottom: 0;
}
.destination-sidebar__tour-title {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 4px;
}
.destination-sidebar__tour-title:hover {
  color: var(--trevlo-base, #001a63);
}
.destination-sidebar__tour-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.destination-sidebar__tour-title a:hover {
  background-size: 100% 1px;
}
.destination-sidebar__tour-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.destination-sidebar__tour-location-icon {
  position: relative;
  top: 3.5px;
  font-size: 14px;
  color: var(--trevlo-base, #001a63);
}
.destination-sidebar__tour-location-text {
  margin-bottom: 0;
}
.destination-sidebar__discount {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  max-width: 370px;
  min-height: 512px;
  margin-left: auto;
  margin-right: auto;
}
.destination-sidebar__discount-content {
  width: calc(100% - 100px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  margin: auto;
  z-index: 11;
}
@media (max-width: 767px) {
  .destination-sidebar__discount-content {
    width: calc(100% - 60px);
    bottom: 30px;
  }
}
.destination-sidebar__discount-percentage {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: var(--trevlo-size-13xl, 71px);
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin-bottom: 0;
}
.destination-sidebar__discount-percentage span {
  display: inline-block;
  font-size: 52px;
}
.destination-sidebar__discount-tour-name {
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.3;
  margin-bottom: 0;
}
.destination-sidebar__discount-shape-one {
  width: 370px;
  height: 338px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.destination-sidebar__discount-shape-one path {
  fill: var(--trevlo-base, #001a63);
}
.destination-sidebar__discount-shape-two {
  width: 370px;
  height: 244px;
  position: absolute;
  top: 166px;
  left: 0;
  z-index: 1;
}
.destination-sidebar__discount-shape-two path {
  fill: var(--trevlo-white, #ffffff);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*-----------------------------------------
# Blog Page
-----------------------------------------*/
.blog-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-page {
    padding: 80px 0;
  }
}
.blog-page__container {
  padding-left: 0;
  padding-right: 0;
  background-color: var(--trevlo-white, #ffffff);
}
.blog-page__col-sidebar {
  position: relative;
  z-index: 11;
}
.blog-page__col-blog-card {
  position: relative;
  z-index: 1;
}

/*-----------------------------------------
# Blog List Page
-----------------------------------------*/
.blog-list-page__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.blog-list-page .blog-list-pagination {
  justify-content: flex-start;
}
.blog-list-page__row {
  justify-content: center;
}
.blog-list-page__row .blog-list-pagination {
  justify-content: center;
}

.blog-list-card .blog__card-img {
  overflow: hidden;
}
.blog-list-card .blog__card-img img {
  transition: transform 0.4s ease;
}
.blog-list-card .blog__card-title:hover {
  color: var(--trevlo-base, #001a63);
}
.blog-list-card .blog__card-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-list-card .blog__card-title a:hover {
  background-size: 100% 1px;
}
.blog-list-card .blog__card:hover img {
  transform: scale(1.1);
}

/*-----------------------------------------
# Blog Details
-----------------------------------------*/
.blog-details-page {
  padding-bottom: 110px;
  background-color: var(--trevlo-white, #ffffff);
}
@media (max-width: 575px) {
  .blog-details-page {
    padding-bottom: 70px;
  }
  .blog-details-page.blog-details-page-right {
    padding-bottom: 80px;
  }
}
.blog-details-page__row {
  justify-content: center;
}

.blog-details {
  margin-bottom: 41px;
}
.blog-details .blog-card-three .blog__card-text {
  padding: 0;
  margin-bottom: 20px;
}

.post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--trevlo-white2, #FAF5EE);
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
  margin-bottom: 47px;
}
@media (max-width: 575px) {
  .post-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-info .post-category {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575px) {
  .post-info .post-category {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-info .post-category__title {
  font-size: var(--trevlo-size-4xl, 20px);
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
}
.post-info .post-category__btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.post-info .post-category__btn {
  padding: 12px 20px;
}
.post-info .post-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575px) {
  .post-info .post-tag {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-info .post-tag__title {
  font-size: var(--trevlo-size-4xl, 20px);
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
}
.post-info .post-tag__text-box {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.post-info .post-tag__text {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary);
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 0;
}
.post-info .post-tag__text:hover {
  color: var(--trevlo-base, #001a63);
}

.comment-wrapper__title {
  font-size: var(--trevlo-size-7xl, 30px);
  margin-bottom: 35px;
  line-height: 1;
}
.comment-wrapper .comment-box + .comment-box {
  margin-top: 50px;
}

.comment-box {
  display: grid;
  grid-template-columns: 168px auto;
  align-items: start;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}
@media (max-width: 1199px) {
  .comment-box {
    grid-template-columns: 130px auto;
  }
}
@media (max-width: 767px) {
  .comment-box {
    grid-template-columns: auto;
  }
}
.comment-box__image {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .comment-box__image {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .comment-box__image {
    width: 100px;
    height: 100px;
  }
}
.comment-box__image img {
  width: 168px;
  height: 168px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .comment-box__image img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 575px) {
  .comment-box__image img {
    width: 100px;
    height: 100px;
  }
}
.comment-box__name {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  margin-top: -4px;
  margin-bottom: 0;
}
.comment-box__text {
  margin-top: 16px;
  margin-bottom: 21px;
}
@media (min-width: 1200px) {
  .comment-box__text {
    padding-right: 20px;
  }
}
.comment-box__btn {
  padding: 12px 22px;
  border-radius: 6px;
}

.comment-form {
  margin-top: 46px;
}
.comment-form__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.comment-form__title {
  font-size: var(--trevlo-size-7xl, 30px);
  margin-bottom: 36px;
  line-height: 1;
}
.comment-form .form-one__message {
  height: 211px;
}
.comment-form .form-one__btn-box {
  margin-top: 0;
  text-align: left;
}
.comment-form .trevlo-btn {
  text-transform: inherit;
}

/*-----------------------------------------
# Blog Sidebar
-----------------------------------------*/
.sidebar-blog {
  position: relative;
}
@media (max-width: 991px) {
  .sidebar-blog {
    margin-top: 30px;
  }
  .sidebar-blog--left {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.sidebar-blog__single {
  background-color: var(--trevlo-white, #ffffff);
  padding: 40px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
@media (max-width: 375px) {
  .sidebar-blog__single {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .sidebar-blog__single {
    padding: 25px 20px;
  }
}
.sidebar-blog__single--search {
  background-color: var(--trevlo-white2, #FAF5EE);
  box-shadow: none;
  border-radius: 6px;
  padding: 30px;
}
.sidebar-blog__single--posts {
  padding: 35px 40px 34px;
}
@media (max-width: 375px) {
  .sidebar-blog__single--posts {
    padding: 27px 30px 24px;
  }
}
@media (max-width: 360px) {
  .sidebar-blog__single--posts {
    padding: 22px 20px 20px;
  }
}
.sidebar-blog__single--categories {
  padding: 37px 40px 25px;
}
@media (max-width: 375px) {
  .sidebar-blog__single--categories {
    padding: 27px 30px 16px;
  }
}
@media (max-width: 360px) {
  .sidebar-blog__single--categories {
    padding: 22px 20px 11px;
  }
}
.sidebar-blog__single--tags {
  padding-top: 37px;
}
@media (max-width: 375px) {
  .sidebar-blog__single--tags {
    padding-top: 27px;
  }
}
@media (max-width: 360px) {
  .sidebar-blog__single--tags {
    padding-top: 22px;
  }
}
.sidebar-blog__single--comments {
  padding: 37px 40px 37px;
}
@media (max-width: 375px) {
  .sidebar-blog__single--comments {
    padding: 27px 30px 29px;
  }
}
@media (max-width: 360px) {
  .sidebar-blog__single--comments {
    padding: 22px 20px 24px;
  }
}
.sidebar-blog__single + .sidebar-blog__single {
  margin-top: 30px;
}
.sidebar-blog__title {
  font-size: var(--trevlo-size-5xl, 24px);
  text-transform: capitalize;
  line-height: 1.083;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--trevlo-base, #001a63);
}
.sidebar-blog__search {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--trevlo-white, #ffffff);
  height: 60px;
  border-radius: 6px;
}
.sidebar-blog__search input[type=search],
.sidebar-blog__search input[type=text],
.sidebar-blog__search input[type=search]::placeholder,
.sidebar-blog__search input[type=text]::placeholder {
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 20px);
  font-weight: 400;
  background-color: var(--trevlo-white, #ffffff);
  height: 100%;
}
.sidebar-blog__search button[type=submit] {
  position: relative;
  top: 2px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--trevlo-primary);
  margin-right: 10px;
}
.sidebar-blog__search button[type=submit]:hover {
  color: var(--trevlo-base, #001a63);
}
.sidebar-blog__posts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -7px;
}
.sidebar-blog__posts-item {
  display: flex;
  align-items: start;
}
.sidebar-blog__posts-item:not(:last-of-type) {
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-bottom: 13px;
  margin-bottom: 19px;
}
.sidebar-blog__posts-image {
  position: relative;
  top: 7px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.sidebar-blog__posts-image img {
  display: block;
  width: 100%;
}
.sidebar-blog__posts-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
.sidebar-blog__posts-date i {
  color: var(--trevlo-base, #001a63);
  margin-right: 13px;
}
.sidebar-blog__posts-title {
  font-size: var(--trevlo-size-2xl, 16px);
  text-transform: capitalize;
  line-height: 1.3;
}
.sidebar-blog__posts-title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-blog__posts-title a:hover {
  background-size: 100% 1px;
}
.sidebar-blog__posts-title a:hover {
  color: var(--trevlo-base, #001a63);
}
.sidebar-blog__categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px;
}
.sidebar-blog__categories li {
  position: relative;
}
.sidebar-blog__categories li:not(:last-of-type) a {
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
}
.sidebar-blog__categories li:not(:last-of-type) a:hover {
  border-color: var(--trevlo-base, #001a63);
}
.sidebar-blog__categories li a {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-primary);
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  padding: 17px 0 14px;
}
.sidebar-blog__categories li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  color: var(--trevlo-base, #001a63);
  font-size: 16px;
  margin-right: 10px;
}
.sidebar-blog__categories li a:hover {
  padding-left: 5px;
  color: var(--trevlo-base, #001a63);
}
.sidebar-blog__categories li a:hover::before {
  color: var(--trevlo-base, #001a63);
}
.sidebar-blog__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar-blog__tags a {
  padding: 12px 16px;
  font-weight: 500;
}
.sidebar-blog__comments {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -2px;
}
.sidebar-blog__comments-item {
  display: flex;
  align-items: center;
}
.sidebar-blog__comments-item:not(:last-of-type) {
  margin-bottom: 22px;
}
.sidebar-blog__comments-icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--trevlo-white2, #FAF5EE);
  margin-right: 14px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar-blog__comments-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #001a63);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}
.sidebar-blog__comments-icon i {
  font-size: 21px;
  color: var(--trevlo-primary);
}
.sidebar-blog__comments-item:hover .sidebar-blog__comments-icon::after {
  transform: scale(1);
  opacity: 1;
}
.sidebar-blog__comments-item:hover .sidebar-blog__comments-icon i {
  color: var(--trevlo-white, #ffffff);
}
.sidebar-blog__comments-title {
  font-size: var(--trevlo-size-xl, 14px);
  line-height: 26px;
  color: var(--trevlo-primary);
  font-weight: 500;
  margin-bottom: 0;
}
.sidebar-blog__comments-title a {
  color: inherit;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-blog__comments-title a:hover {
  background-size: 100% 1px;
}
.sidebar-blog__comments-title a:hover {
  color: var(--trevlo-base, #001a63);
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--trevlo-white, #ffffff);
  font-size: 25px;
  padding: 32px 50px;
}
@media (min-width: 768px) {
  .service-sidebar__title {
    font-size: 30px;
  }
}
.service-sidebar__nav {
  border: 1px solid var(--trevlo-primary);
  border-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 7px;
  padding-bottom: 10px;
}
.service-sidebar__nav li:not(:last-of-type) {
  border-bottom: 1px solid var(--trevlo-primary);
}
.service-sidebar__nav li a {
  font-size: 16px;
  color: var(--trevlo-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 10.5px 0;
}
@media (min-width: 992px) {
  .service-sidebar__nav li a {
    font-size: 18px;
  }
}
.service-sidebar__nav li a::after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 500ms ease;
  font-size: 6px;
  opacity: 0;
}
.service-sidebar__nav li.current a, .service-sidebar__nav li:hover a {
  padding: 10.5px 35px;
  background-color: var(--trevlo-gray, #b7b7b7);
  color: var(--trevlo-black, #000000);
  text-shadow: 0 0 1px currentColor;
}
.service-sidebar__nav li.current a::after, .service-sidebar__nav li:hover a::after {
  color: var(--trevlo-base, #001a63);
  opacity: 1;
}
.service-sidebar__nav li.current:first-child {
  margin-top: 25px;
}
.service-sidebar__nav li.current:last-child {
  margin-bottom: 20px;
}
.service-sidebar__discount {
  padding: 50px;
  padding-bottom: 30px;
  text-align: center;
  background-size: cover;
}
.service-sidebar__discount__image {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 15px;
  background-color: var(--trevlo-black, #000000);
  transition: all 500ms ease;
}
.service-sidebar__discount__image img {
  width: 100%;
  border-radius: 50%;
}
.service-sidebar__discount__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.service-sidebar__discount__content__shape {
  display: block;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.service-sidebar__discount__tagline {
  margin: 0;
  font-size: 30px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  color: var(--trevlo-base, #001a63);
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .service-sidebar__discount__tagline {
    font-size: 36px;
  }
}
.service-sidebar__discount__title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--trevlo-black, #000000);
  font-size: 22px;
  line-height: 1.2em;
  margin-top: -5px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .service-sidebar__discount__title {
    font-size: 24px;
  }
}
.service-sidebar__discount__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__discount__title a:hover {
  background-size: 100% 1px;
}
.service-sidebar__discount__title a:hover {
  color: var(--trevlo-base, #001a63);
}
.service-sidebar__discount__text {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 21px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.service-sidebar__discount__link {
  font-size: 10px;
  padding: 10.75px 29.25px;
}
.service-sidebar__contact {
  padding-top: 60px;
  padding-bottom: 50px;
  background-size: cover;
}
.service-sidebar__contact__icon {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 0 11px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
  background-color: var(--trevlo-black, #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
  margin-bottom: 22px;
}
.service-sidebar__contact__icon i {
  color: var(--trevlo-white, #ffffff);
  font-size: 28px;
  transition: color 500ms ease, transform 500ms ease;
  transform: scale(1);
}
.service-sidebar__contact__icon:hover {
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0 0 0 11px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.1);
}
.service-sidebar__contact__icon:hover i {
  transform: scale(0.9);
  color: var(--trevlo-black, #000000);
}
.service-sidebar__contact__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--trevlo-white, #ffffff);
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  margin-bottom: 23px;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .service-sidebar__contact__title {
    font-size: 30px;
  }
}
.service-sidebar__contact__number {
  color: var(--trevlo-white, #ffffff);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.service-sidebar__contact__number span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}


.trevlo-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base, #001a63);
  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: 18px 10px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.trevlo-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.trevlo-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-primary, #4d515a);
  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, #001a63);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.trevlo-btn:hover {
  color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn:hover::before {
  top: 100%;
}
.trevlo-btn:hover::after {
  bottom: -50%;
}
.trevlo-btn--primary:hover {
  color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn--primary::after {
  background-color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--primary::before {
  background-color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn--secondary:hover {
  color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--secondary::after {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--secondary::before {
  background-color: var(--trevlo-secondary);
}
.trevlo-btn--black:hover {
  color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--black::after {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--black::before {
  background-color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn--base:hover {
  color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--base::after {
  background-color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn--base::before {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--base-two:hover {
  color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--base-two::after {
  background-color: var(--trevlo-black4, #2b2d32);
}
.trevlo-btn--base-two::before {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--base-three:hover {
  color: var(--trevlo-primary, #4d515a);
}
.trevlo-btn--base-three::after {
  background-color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--base-three::before {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--white {
  color: var(--trevlo-base, #001a63);
}
.trevlo-btn--white:hover {
  color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--white::after {
  background-color: var(--trevlo-base, #001a63);
}
.trevlo-btn--white::before {
  background-color: var(--trevlo-white, #ffffff);
}
.trevlo-btn--white-two {
  color: var(--trevlo-primary);
  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, #001a63);
}
.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, #001a63);
}
.trevlo-btn--gray::before {
  background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.14);
}


/*--------------------------------------------------------------
# 404 Error
--------------------------------------------------------------*/
/*-----------------------------------------
# Error Page
-----------------------------------------*/
.error-page {
  background-color: var(--trevlo-white, #ffffff);
  padding-top: 63px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .error-page {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .error-page {
    padding-top: 46px;
    padding-bottom: 105px;
  }
}
@media (max-width: 575px) {
  .error-page {
    padding-bottom: 65px;
  }
}
@media (max-width: 425px) {
  .error-page {
    padding-bottom: 80px;
  }
}
.error-page__wrapper {
  width: 100%;
  max-width: 573px;
  margin-left: auto;
  margin-right: auto;
}
.error-page__top {
  position: relative;
  text-align: center;
  bottom: -70px;
  z-index: 11;
}
@media (max-width: 991px) {
  .error-page__top {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .error-page__top {
    bottom: -53px;
  }
}
@media (max-width: 575px) {
  .error-page__top {
    bottom: -20px;
  }
}
.error-page__top-title {
  position: relative;
  font-family: var(--trevlo-font2, "Urbanist", sans-serif);
  font-weight: 800;
  color: var(--trevlo-base, #001a63);
  font-size: 250px;
  line-height: 1;
  letter-spacing: 10px;
  font-style: italic;
  z-index: 1;
}
@media (max-width: 991px) {
  .error-page__top-title {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .error-page__top-title {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .error-page__top-title {
    font-size: 110px;
  }
}
.error-page__top-title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--trevlo-base, #001a63);
}
.error-page__top-shape {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  max-width: 100%;
  animation: zumpRight 3s infinite linear;
}
.error-page__image-box {
  position: relative;
  z-index: 1;
  text-align: center;
}
.error-page__image {
  max-width: 100%;
}
.error-page__content {
  position: relative;
  top: -25px;
  z-index: 11;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .error-page__content {
    top: -15px;
  }
}
@media (max-width: 425px) {
  .error-page__content {
    top: 0;
  }
}
.error-page__text {
  margin-top: 11px;
  font-weight: 700;
  margin-bottom: 0;
}
.error-page__search-form {
  width: 100%;
  max-width: 496px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--trevlo-white2, #FAF5EE);
  height: 60px;
  border-radius: 10px;
  margin-top: 22px;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  .error-page__search-form {
    padding-left: 20px;
  }
}
.error-page__search-form input[type=search],
.error-page__search-form input[type=text] {
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 20px);
  font-weight: 700;
  background-color: var(--trevlo-white2, #FAF5EE);
  height: 100%;
  color: var(--trevlo-primary);
}
.error-page__search-form input[type=search]::placeholder, .error-page__search-form input[type=search]::placeholder,
.error-page__search-form input[type=text]::placeholder,
.error-page__search-form input[type=text]::placeholder {
  opacity: 1;
  color: var(--trevlo-primary);
}
.error-page__search-form button[type=submit] {
  position: relative;
  top: 2px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--trevlo-primary);
  margin-right: 10px;
}
.error-page__search-form button[type=submit]:hover {
  color: var(--trevlo-base, #001a63);
}
.error-page__btn {
  text-transform: none;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 5px 0 120px;
}
@media (max-width: 767px) {
  .client-carousel {
    padding-bottom: 80px;
  }
}
.client-carousel__title {
  text-align: center;
  display: block;
  color: var(--trevlo-primary);
  border-top: 1px solid var(--trevlo-white4, #EBEBEB);
  font-size: 16px;
  margin: 0 0 45px;
}
.client-carousel__title span {
  display: inline-block;
  background-color: var(--trevlo-white, #ffffff);
  padding: 0 20px;
  z-index: 2;
  position: relative;
  top: -10px;
}
.client-carousel__one {
  position: relative;
}
.client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: relative;
}
.client-carousel__one__item:hover .client-carousel__one__item__hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.client-carousel__one__item:hover .client-carousel__one__item__normal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}
.client-carousel__one__item img {
  transition: 500ms;
  max-width: 125px;
  width: auto;
  transition: all 500ms ease;
}
.client-carousel__one__item__hover {
  transition: all 500ms ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}

/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
.benefit-one {
  position: relative;
  overflow: hidden;
  background-color: var(--trevlo-white, #ffffff);
  padding: 0 0 24px;
}
.benefit-one__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 41.4%;
  height: 100%;
  content: "";
  background-color: var(--trevlo-base, #001a63);
  border-radius: 0 0 0 30px;
}
@media (max-width: 1499px) {
  .benefit-one__bg {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .benefit-one__bg {
    display: none;
  }
}
.benefit-one .sec-title {
  margin-bottom: 25px;
}
.benefit-one__content {
  position: relative;
}
.benefit-one__content__heading {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  color: var(--trevlo-base, #001a63);
  font-weight: 400;
  margin: 0 0 11px;
}
.benefit-one__content__text {
  margin: 0 0 30px;
}
.benefit-one__content .trevlo-btn:hover {
  color: var(--trevlo-white, #ffffff);
}
.benefit-one__box-wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 0 10px 10px 0;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: -120px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-one__box-wrapper {
    margin-right: -190px;
  }
}
@media (max-width: 991px) {
  .benefit-one__box-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .benefit-one__box-wrapper {
    display: block;
  }
}
.benefit-one__box {
  position: relative;
  min-height: 82px;
  padding: 12px 0 0 102px;
}
@media (max-width: 767px) {
  .benefit-one__box {
    margin-bottom: 15px;
  }
}
.benefit-one__box__icon {
  width: 82px;
  height: 82px;
  background-color: var(--trevlo-white, #ffffff);
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  overflow: hidden;
  color: var(--trevlo-base, #001a63);
}
.benefit-one__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-one__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-base, #001a63);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-one__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.benefit-one__box:hover .benefit-one__box__icon {
  border-color: var(--trevlo-base, #001a63);
  color: var(--trevlo-white, #ffffff);
}
.benefit-one__box:hover .benefit-one__box__icon span {
  transform: scale(0.95);
}
.benefit-one__box:hover .benefit-one__box__icon::before {
  top: 100%;
}
.benefit-one__box:hover .benefit-one__box__icon::after {
  bottom: -50%;
}
.benefit-one__box__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin: 0;
  max-width: 140px;
}
.benefit-one__image {
  position: relative;
  margin-bottom: 26px;
}
.benefit-one__image img {
  max-width: inherit;
  border-radius: 30px 0 30px 30px;
}
@media (max-width: 991px) {
  .benefit-one__image img {
    max-width: 100%;
  }
}
.benefit-one__counter {
  position: relative;
  min-height: 54px;
  padding: 0 0 0 73px;
}
.benefit-one__counter__icon {
  width: 54px;
  height: 54px;
  background-color: var(--trevlo-base, #001a63);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  overflow: hidden;
  font-size: 30px;
  color: var(--trevlo-white, #ffffff);
}
.benefit-one__counter__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #001a63);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-one__counter__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-primary, #4d515a);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-one__counter__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.benefit-one__counter:hover .benefit-one__counter__icon span {
  transform: scale(0.95);
}
.benefit-one__counter:hover .benefit-one__counter__icon::before {
  top: 100%;
}
.benefit-one__counter:hover .benefit-one__counter__icon::after {
  bottom: -50%;
}
.benefit-one__counter__number {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 40px;
  color: var(--trevlo-base, #001a63);
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 1px;
}
.benefit-one__counter__title {
  margin: 0;
}

.benefit-two {
  position: relative;
  background-color: var(--trevlo-primary, #4d515a);
}
.benefit-two__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.benefit-two .sec-title__title,
.benefit-two .sec-title__heading {
  color: var(--trevlo-white, #ffffff);
}
.benefit-two .noPadding {
  padding: 0;
  margin: 0;
}
.benefit-two__left-content {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}
.benefit-two__left-content__inner {
  position: relative;
  max-width: 558px;
  margin: auto;
  background-color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.6);
  border-radius: 20px;
  width: 100%;
  padding: 73px 80px 78px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__left-content__inner {
    max-width: 415px;
    padding: 73px 40px 78px;
  }
}
@media (max-width: 991px) {
  .benefit-two__left-content__inner {
    margin: 100px auto;
  }
}
@media (max-width: 767px) {
  .benefit-two__left-content__inner {
    margin: 80px auto;
    max-width: 90%;
    padding: 50px 30px;
  }
}
.benefit-two__left-content__title {
  font-size: 60px;
  line-height: 70px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  letter-spacing: -1.8px;
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .benefit-two__left-content__title {
    font-size: 46px;
    line-height: 60px;
  }
}
.benefit-two__left-content .trevlo-btn:hover {
  color: var(--trevlo-white, #ffffff);
}
.benefit-two__content {
  position: relative;
  padding: 90px 0 115px 77px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .benefit-two__content {
    padding: 70px 0 75px;
  }
}
.benefit-two__box {
  position: relative;
  padding: 0 0 0 112px;
  min-height: 82px;
  margin-top: 48px;
}
.benefit-two__box::after {
  position: absolute;
  left: -92px;
  top: 3px;
  width: 141px;
  height: 79px;
  content: "";
  background-color: var(--trevlo-black4, #2b2d32);
  z-index: -1;
}
.benefit-two__box__icon {
  width: 82px;
  height: 82px;
  background-color: var(--trevlo-base, #001a63);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  border: none;
  left: 0;
  top: 1px;
  overflow: hidden;
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
}
.benefit-two__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #001a63);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-two__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-two__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.benefit-two__box:hover .benefit-two__box__icon {
  color: var(--trevlo-base, #001a63);
}
.benefit-two__box:hover .benefit-two__box__icon span {
  transform: scale(0.95);
}
.benefit-two__box:hover .benefit-two__box__icon::before {
  top: 100%;
}
.benefit-two__box:hover .benefit-two__box__icon::after {
  bottom: -50%;
}
.benefit-two__box__title {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 9px;
}
.benefit-two__box__text {
  color: var(--trevlo-gray, #b7b7b7);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__box__text br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}
.main-slider-one__carousel {
  position: relative;
  margin: 0 auto;
}
.main-slider-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: right;
  position: absolute;
  outline: none;
  top: 46%;
  transform: translateY(-50%);
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 4;
  left: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  background-color: transparent;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev:hover {
  background-color: transparent;
  border-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-white, #ffffff);
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
    left: 49px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 4;
  right: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  border-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-white, #ffffff);
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
    right: 49px;
  }
}
.main-slider-one__carousel .active .main-slider-one__image {
  transform: scale(1.12);
}
.main-slider-one__carousel .active .main-slider-one__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-one__carousel .active .main-slider-one__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-one__carousel .container {
  padding-top: 195px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .main-slider-one__carousel .container {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__carousel .container {
    padding-top: 110px;
  }
}
.main-slider-one__content {
  position: relative;
}
.main-slider-one__sub-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 3px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(50px);
}
@media (max-width: 991px) {
  .main-slider-one__sub-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__sub-title {
    font-size: 30px;
  }
}
.main-slider-one__sub-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  width: 63px !important;
}
.main-slider-one__title {
  font-size: 100px;
  letter-spacing: -1.4px;
  display: inline-block;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(30px);
}
@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 70px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 42px;
    letter-spacing: 0;
  }
}
.main-slider-one__title img {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: 330px !important;
}
@media (max-width: 767px) {
  .main-slider-one__title img {
    display: none !important;
  }
}
.main-slider-one__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 668px;
  width: 100%;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
  background-color: var(--trevlo-black, #000000);
}
.main-slider-one__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.6);
}
.main-slider-one .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 121px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .main-slider-one .banner-form {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-slider-one .banner-form {
    bottom: 0;
  }
}

.main-slider-two {
  position: relative;
  background-color: var(--trevlo-primary, #4d515a);
}
.main-slider-two__shape-one {
  position: absolute;
  left: 0;
  top: 47px;
  width: 50%;
  height: 194px;
  opacity: 0.05;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left top;
}
@media (max-width: 767px) {
  .main-slider-two__shape-one {
    width: 100%;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
  height: 235px;
  opacity: 0.15;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .main-slider-two__shape-two {
    width: 100%;
  }
}
.main-slider-two__carousel {
  position: relative;
  z-index: 2;
}
.main-slider-two__carousel .active .main-slider-two__image {
  opacity: 1;
  filter: blur(0);
}
.main-slider-two__carousel .active .main-slider-two__text-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}
.main-slider-two__carousel .active .main-slider-two__text-two {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}
.main-slider-two__carousel .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-two__carousel .active .main-slider-two__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.main-slider-two__carousel .active .main-slider-two__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}
.main-slider-two__carousel .container {
  padding-top: 140px;
  padding-bottom: 186px;
}
@media (max-width: 991px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 270px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 345px;
  }
}
.main-slider-two__image {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  filter: blur(10px);
  overflow: hidden;
  
}
@media (max-width: 767px) {
  .main-slider-two__image {
    
  }
}
.main-slider-two__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}
.main-slider-two__text-one {
  position: relative;
  display: inline-block;
  background-color: var(--trevlo-white, #ffffff);
  font-size: 20px;
  font-weight: 700;
  color: var(--trevlo-black, #000000);
  text-transform: capitalize;
  padding: 6px 18px;
  margin-left: 190px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .main-slider-two__text-one {
    margin-left: 150px;
  }
}
.main-slider-two__text-two {
  position: relative;
  display: block;
  background-color: var(--trevlo-base, #001a63);
  font-size: 13px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  text-transform: capitalize;
  padding: 0 0;
  text-align: center;
  width: 113px;
  height: 38px;
  margin-left: 222px;
  top: -13px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .main-slider-two__text-two {
    margin-left: 182px;
  }
}
.main-slider-two__sub-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: var(--trevlo-base, #001a63);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 7px;
  margin-top: -18px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-50px);
}
@media (max-width: 767px) {
  .main-slider-two__sub-title {
    margin-top: -12px;
    font-size: 28px;
  }
}
.main-slider-two__title {
  font-size: 60px;
  line-height: 77px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 33px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100px);
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 42px;
    line-height: 50px;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-two__btn .trevlo-btn::after {
  background-color: var(--trevlo-white, #ffffff);
}
.main-slider-two__btn .trevlo-btn:hover {
  color: var(--trevlo-black, #000000);
}
.main-slider-two .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}

.main-slider-three {
  position: relative;
  z-index: 2;
  background-color: var(--trevlo-white2, #FAF5EE);
  padding: 189px 0 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .main-slider-three {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .main-slider-three > .container {
    max-width: 100%;
    padding-left: 10.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-slider-three > .container {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three > .container {
    padding-left: 15px;
  }
}
.main-slider-three__content {
  position: relative;
}
.main-slider-three__sub-title {
  font-size: 24px;
  color: var(--trevlo-base, #001a63);
  font-weight: 400;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 10px;
}
.main-slider-three__title {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.main-slider-three .banner-form {
  margin-top: 90px;
  max-width: 1200px;
  position: relative;
  left: -15px;
}
@media (max-width: 1199px) {
  .main-slider-three .banner-form {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .banner-form {
    margin-top: 50px;
  }
}
.main-slider-three__shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 369px;
  z-index: -1;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left bottom;
  mix-blend-mode: difference;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .main-slider-three__shape-one {
    width: 100%;
  }
}
.main-slider-three__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.8%;
  height: 767px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 0 0 0 55px;
}
@media (max-width: 1399px) {
  .main-slider-three__image {
    width: 62%;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__image {
    display: none;
  }
}
.main-slider-three__image::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 259px;
  content: "";
  background-image: linear-gradient(180deg, #1A141C 0%, rgba(30, 30, 30, 0) 74.04%);
}
.main-slider-three__customer {
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -92px;
  z-index: -1;
}
@media (max-width: 767px) {
  .main-slider-three__customer {
    display: block;
    bottom: -120px;
  }
}
.main-slider-three__customer__image {
  display: flex;
  align-items: center;
}
.main-slider-three__customer__image img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--trevlo-white, #ffffff);
  border-radius: 50%;
  margin-right: -11px;
}
.main-slider-three__customer__number {
  width: 50px;
  height: 50px;
  background-color: var(--trevlo-base, #001a63);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
}
.main-slider-three__customer__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 46px;
}
@media (min-width: 1360px) and (max-width: 1499px) {
  .main-slider-three__customer__title {
    margin-left: 15px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three__customer__title {
    margin-left: 12px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__customer__title {
    margin: 15px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider-three {
    margin-left: 12px;
    font-size: 17px;
  }
}

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

/*--------------------------------------------------------------
# Tab Section
--------------------------------------------------------------*/
.tab-one {
  position: relative;
  background-color: var(--trevlo-primary, #4d515a);
  padding: 190px 0 125px;
}
@media (max-width: 767px) {
  .tab-one {
    padding: 150px 0 80px;
  }
}
.tab-one .sec-title__title,
.tab-one .sec-title__heading {
  color: var(--trevlo-white, #ffffff);
}
.tab-one__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
  opacity: 0.1;
}
.tab-one .container {
  position: relative;
  z-index: 1;
}
.tab-one__list {
  position: relative;
  margin: 0;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--trevlo-black4, #2b2d32);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .tab-one__list {
    padding: 40px 20px;
  }
}
.tab-one__list li {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--trevlo-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--trevlo-primary, #4d515a);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .tab-one__list li {
    padding: 12px 20px;
  }
}
.tab-one__list li span {
  color: var(--trevlo-base, #001a63);
  margin-right: 20px;
  transition: all 500ms ease;
  font-size: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}
.tab-one__list li:hover, .tab-one__list li.active-btn {
  background-color: var(--trevlo-base, #001a63);
  color: var(--trevlo-white, #ffffff);
}
.tab-one__list li:hover span, .tab-one__list li.active-btn span {
  color: var(--trevlo-white, #ffffff);
}
.tab-one__list li + li {
  margin-top: 20px;
}
.tab-one__content {
  position: relative;
}
@media (min-width: 1200px) {
  .tab-one__content {
    padding-left: 30px;
  }
}
.tab-one__content__img {
  position: relative;
  margin: 0 0 32px;
}
.tab-one__content__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.tab-one__content__img:hover .tab-one__content__icon span {
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.tab-one__content__icon {
  width: 102px;
  height: 102px;
  background-color: var(--trevlo-base, #001a63);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 46px;
  color: var(--trevlo-white, #ffffff);
  position: absolute;
  right: 40px;
  bottom: -53px;
}
@media (max-width: 767px) {
  .tab-one__content__icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
    bottom: -33px;
    right: 30px;
  }
}
.tab-one__content__icon span {
  display: inline-block;
}
.tab-one__content__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 30px;
  margin: 0 0 13px;
}
.tab-one__content__text {
  margin: 0 0 30px;
}
.tab-one__content__list {
  margin: 0;
  padding: 0;
}
.tab-one__content__list li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  color: var(--trevlo-white, #ffffff);
}
@media (max-width: 767px) {
  .tab-one__content__list li {
    float: none;
    width: 100%;
  }
}
.tab-one__content__list li span {
  color: var(--trevlo-base, #001a63);
  margin-right: 7px;
}
.tab-one .client-carousel {
  background-color: transparent;
  padding: 125px 0 0;
}
@media (max-width: 767px) {
  .tab-one .client-carousel {
    padding-top: 80px;
  }
}
.tab-one .client-carousel__title {
  border-color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
  color: var(--trevlo-white, #ffffff);
}
.tab-one .client-carousel__title span {
  background-color: var(--trevlo-primary, #4d515a);
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
  padding: 115px 0 110px;
}
.feature-one__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}
.feature-one__box {
  position: relative;
  padding: 0 0 0 102px;
  min-height: 71px;
}
.feature-one__box__icon {
  width: 71px;
  height: 71px;
  background-color: var(--trevlo-base, #001a63);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  border: none;
  left: 0;
  top: 5px;
  overflow: hidden;
  font-size: 38px;
  color: var(--trevlo-white, #ffffff);
}
.feature-one__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #001a63);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.feature-one__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-primary, #4d515a);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.feature-one__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.feature-one__box:hover .feature-one__box__icon span {
  transform: scale(0.9);
}
.feature-one__box:hover .feature-one__box__icon::before {
  top: 100%;
}
.feature-one__box:hover .feature-one__box__icon::after {
  bottom: -50%;
}
.feature-one__box__title {
  font-size: 20px;
  margin: 0 0 7px;
}
.feature-one__box__text {
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: var(--trevlo-primary, #4d515a);
  padding: 120px 0 191px;
}
@media (max-width: 767px) {
  .video-one {
    padding: 90px 0 130px;
  }
}
.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--trevlo-primary, #4d515a);
  background-size: cover;
  background-position: center center;
  background-size: cover;
  opacity: 0.18;
}
.video-one__content {
  position: relative;
  text-align: center;
  z-index: 1;
}
.video-one .video-popup {
  width: 89px;
  height: 89px;
  background-color: var(--trevlo-base, #001a63);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: 400ms ease;
  color: var(--trevlo-white, #ffffff);
  font-size: 20px;
  margin: 0 auto;
  animation: shadows2 1s linear infinite;
}
.video-one .video-popup:hover {
  transform: scale(1.1);
}
@keyframes shadows2 {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.05), 0 0 0 30px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.05), 0 0 0 50px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.05);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.05), 0 0 0 50px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.05), 0 0 0 70px rgba(var(--trevlo-white-rgb, 255, 255, 255), 0);
  }
}
.video-one__sub-title {
  color: var(--trevlo-base, #001a63);
  font-size: 40px;
  font-weight: 400;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin-top: 35px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .video-one__sub-title {
    font-size: 32px;
  }
}
.video-one__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .video-one__title {
    font-size: 35px;
    line-height: 45px;
  }
}

/*--------------------------------------------------------------
# Tour Type
--------------------------------------------------------------*/
.tour-type {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
  max-width: 1392px;
  margin: -82px auto 120px;
  border-radius: 30px;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .tour-type {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.tour-type__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.03;
  z-index: -1;
}
.tour-type .col-xl-3 {
  width: 20%;
}
@media (max-width: 1199px) {
  .tour-type .col-xl-3 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .tour-type .col-xl-3 {
    width: 250px;
    margin: 30px auto 0;
  }
}
.tour-type__box {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 13px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 53px 20px 51px;
  transition: all 500ms ease;
}
.tour-type__box::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: -1;
  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, #001a63);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tour-type__box:hover::after {
  bottom: -50%;
  visibility: visible;
  opacity: 1;
}
.tour-type__box:hover {
  border-color: var(--trevlo-base, #001a63);
}
.tour-type__box:hover .tour-type__box__icon {
  color: var(--trevlo-white, #ffffff);
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.tour-type__box:hover .tour-type__box__title {
  color: var(--trevlo-white, #ffffff);
}
.tour-type__box__icon {
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: var(--trevlo-base, #001a63);
  transition-duration: 500ms;
}
.tour-type__box__title {
  margin: 11px 0 0;
  text-transform: capitalize;
  font-size: 20px;
  transition-duration: 500ms;
}

.tour-type-two {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .tour-type-two {
    padding-top: 80px;
  }
}
.tour-type-two__box {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .tour-type-two__box {
    max-width: 270px;
    margin: auto;
  }
}
.tour-type-two__box__flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  min-height: 326px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-type-two__box__flipper {
    height: 278px;
  }
}
.tour-type-two__box__front {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 2;
  padding: 0;
  width: 100%;
}
.tour-type-two__box__front__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.tour-type-two__box__front__image img {
  width: 100%;
  height: auto;
}
.tour-type-two__box__front__content {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 10px 10px 0px 10px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  padding: 0 20px 22px;
  text-align: center;
  margin: -41px 0 0;
}
.tour-type-two__box__front__icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background-color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--trevlo-base, #001a63);
  margin: -35px auto 13px;
}
.tour-type-two__box__front__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 6px;
}
.tour-type-two__box__front__text {
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.tour-type-two__box__front__text br {
  display: block;
}
.tour-type-two__box:hover .tour-type-two__box__front {
  transform: rotateY(180deg);
}
.tour-type-two__box__back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  padding: 0;
  width: 100%;
}
.tour-type-two__box__back__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 10px;
  background-color: var(--trevlo-base, #001a63);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tour-type-two__box__back__image {
    height: 278px;
  }
}
.tour-type-two__box__back__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.tour-type-two__box__back__content {
  position: absolute;
  left: 0;
  top: 51%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
.tour-type-two__box__back__icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--trevlo-base, #001a63);
  margin: 0 auto 11px;
}
.tour-type-two__box__back__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 6px;
}
.tour-type-two__box__back__text {
  color: var(--trevlo-white, #ffffff);
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.tour-type-two__box__back__text br {
  display: block;
}
.tour-type-two__box:hover .tour-type-two__box__back {
  transform: rotateY(0deg);
}
/*# sourceMappingURL=trevlo.css.map */
