/*!
Theme Name: Trevlo
Theme URI: https://bracketweb.com/trevlowp/
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: Trevlo is a modern travel & tour booking WordPress Theme. It is perfect for travel agencies, tour operators, trip holiday booking websites, adventure and booking companies looking for a unique and intuitive search function and all other travel & tourism websites and businesses.
Version: 1.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trevlo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

trevlo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --trevlo-size-15xl: 100px;
  --trevlo-size-14xl: 80px;
  --trevlo-size-13xl: 71px;
  --trevlo-size-12xl: 65px;
  --trevlo-size-11xl: 60px;
  --trevlo-size-10xl: 50px;
  --trevlo-size-9xl: 45px;
  --trevlo-size-8xl: 40px;
  --trevlo-size-7xl: 30px;
  --trevlo-size-6xl: 29px;
  --trevlo-size-5xl: 24px;
  --trevlo-size-4xl: 20px;
  --trevlo-size-3xl: 18px;
  --trevlo-size-2xl: 16px;
  --trevlo-size-xl: 14px;
  --trevlo-size-lg: 13px;
  --trevlo-size-md: 12px;
  --trevlo-size-sm: 11px;
  --trevlo-body-size: 16px;
  --trevlo-body-line-height: 1.875;
  --trevlo-sec-space: 120px;
  --trevlo-font: "DM Sans", sans-serif;
  --trevlo-font2: "Urbanist", sans-serif;
  --trevlo-font3: "Manrope", sans-serif;
  --trevlo-special-font: "Covered By Your Grace", cursive;
  --trevlo-base: #FF5956;
  --trevlo-base-rgb: 255, 89, 86;
  --trevlo-primary: #2D2330;
  --trevlo-primary-rgb: 45, 35, 48;
  --trevlo-secondary: #736D75;
  --trevlo-secondary-rgb: 115, 109, 117;
  --trevlo-gray: #928496;
  --trevlo-gray-rgb: 146, 132, 150;
  --trevlo-white: #ffffff;
  --trevlo-white-rgb: 255, 255, 255;
  --trevlo-white2: #FAF5EE;
  --trevlo-white2-rgb: 250, 245, 238;
  --trevlo-white3: #EBE6DE;
  --trevlo-white3-rgb: 235, 230, 222;
  --trevlo-white4: #EBEBEB;
  --trevlo-white4-rgb: 235, 235, 235;
  --trevlo-black: #000000;
  --trevlo-black-rgb: 0, 0, 0;
  --trevlo-black2: #4A3E4E;
  --trevlo-black2-rgb: 74, 62, 78;
  --trevlo-black3: #403344;
  --trevlo-black3-rgb: 64, 51, 68;
  --trevlo-black4: #241C26;
  --trevlo-black4-rgb: 36, 28, 38;
  --trevlo-black5: #273034;
  --trevlo-black5-rgb: 39, 48, 52;
  --trevlo-shadow-one: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  --trevlo-shadow-two: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--trevlo-black, #000000);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--trevlo-gray, #928496);
  cursor: help;
}

mark,
ins {
  background: #eceae0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--trevlo-black, #000000);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}
.has-fixed-footer .page-wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}
.has-fixed-footer .error-404,
.has-fixed-footer .blog-one,
.has-fixed-footer .blog-single,
.has-fixed-footer .shop-one.product.news-sidebar,
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-bottom: 220px;
}
.has-fixed-footer .shop-one.product.news-sidebar {
  padding-bottom: 120px;
}
.has-fixed-footer .blog-details {
  padding-bottom: 0px;
}
.has-fixed-footer .default-footer .site-footer__bottom {
  padding: 34.5px 0;
}
.has-fixed-footer .page-template-default.woocommerce-cart .woocommerce,
.has-fixed-footer .page-template-default.woocommerce-checkout .woocommerce {
  padding-top: 0;
  padding-bottom: 0px;
}
.has-fixed-footer .woocommerce-cart .woocommerce,
.has-fixed-footer .woocommerce-checkout .woocommerce {
  padding-top: 0;
  margin-top: 103px;
  margin-bottom: 120px;
  padding-bottom: 0;
}
.has-fixed-footer .woocommerce-checkout .woocommerce {
  margin-top: 120px;
  margin-bottom: 120px;
}
.has-fixed-footer .copyright {
  padding: 36px 0;
}

hr {
  background-color: #eceae0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #eceae0;
  border-top: 1px solid #eceae0;
}

.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--trevlo-primary, #f1cf69);
}

.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  line-height: 40px;
  color: var(--trevlo-base, #ffffff);
  font-weight: 600;
  font-size: 18px;
  padding-top: 4px;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--moniz-black, #1e1e22);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

/* Links
--------------------------------------------- */
a {
  color: var(--trevlo-black, #000000);
}
a:hover, a:focus, a:active {
  color: var(--trevlo-base, #FF5956);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #eceae0 #eceae0 #eceae0;
  background: #eceae0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #eceae0 #eceae0 #eceae0;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #eceae0 #eceae0 #eceae0;
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.news-details__left .wp-block-button a:hover {
  background-color: var(--trevlo-gray, #928496);
  border-color: var(--trevlo-gray, #928496);
  color: var(--trevlo-base, #FF5956);
}

.news-details__left .wp-block-button a {
  transition: all 500ms ease;
}
.news-details__left .wp-block-button a:hover {
  background-color: var(--trevlo-gray, #928496);
  border-color: var(--trevlo-gray, #928496);
  color: #fff;
}

.news-details__left .wp-block-button.is-style-squared a {
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--trevlo-black, #000000);
  border: 1px solid #eceae0;
  border-radius: 0px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--trevlo-black, #000000);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid #eceae0;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
  font-weight: 500;
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
  display: block;
}

.comments-area .comment-one__title {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-area .comment-form__title {
  margin-bottom: 45px;
}

.logged-in .comments-area .comment-form__title {
  margin-bottom: 30px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .comments-area .comment-list ul.children {
    padding-left: 3em;
  }
}

.comments-area .comment-box {
  position: relative;
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  left: 0px;
  top: 0px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--trevlo-gray, #928496);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--trevlo-gray, #928496);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--trevlo-gray, #928496);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  width: 100%;
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eceae0;
}
@media (max-width: 991px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

.comments-area .trackback .comment-body,
.comments-area .pingback .comment-body {
  padding-left: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 40px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--trevlo-black);
  font-family: var(--heading-font);
  text-decoration: none;
  text-transform: capitalize;
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--trevlo-base, #FF5956);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.875em;
  margin-bottom: 1em;
  font-size: 15px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  letter-spacing: var(--trevlo-letter-spacing-two);
  font-weight: 500;
}

.comments-area .comment-content table a {
  color: var(--trevlo-secondary, #736D75);
  text-decoration: none;
}

.comments-area .comment-content table a:hover {
  color: var(--trevlo-gray, #928496);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comments-area .reply a {
  padding: 5px 18px;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  overflow: hidden;
  transition: all 0.5s;
  z-index: 1;
  appearance: none;
  outline: none !important;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: var(--heading-font);
  border-radius: 6px;
}

.comments-area .reply a:hover {
  background-color: var(--trevlo-base);
  color: var(--trevlo-white);
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  color: var(--trevlo-base, #FF5956);
  margin-bottom: 6px;
  margin-top: -30px;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--trevlo-black);
}

.reply-form .logged-in-as a:hover {
  color: var(--trevlo-base);
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--trevlo-base, #FF5956);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--trevlo-black);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form.row {
  --bs-gutter-x: 20px;
}

.comment-respond .comment-form__input-box input[type=text],
.comment-respond .comment-form__input-box input[type=url],
.comment-respond .comment-form__input-box input[type=email] {
  margin-bottom: 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0 !important;
}

.comment-list .comment-respond .form-submit {
  margin-bottom: 30px !important;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 15px;
  box-shadow: none;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: var(--trevlo-white, #ffffff);
  font-weight: 400;
  outline: none;
  color: var(--trevlo-gray, #717178);
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--trevlo-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget,
.sidebar__single {
  position: relative;
  display: block;
  padding: 35px 40px 34px;
  background-color: var(--trevlo-white, #ffffff);
  padding: 40px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.sidebar__single.widget_search {
  padding: 35px 30px;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 400;
  color: var(--trevlo-color);
}
.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--trevlo-black, #000000);
}

.sidebar .widget.widget_rss,
.sidebar__single.widget_rss {
  padding-bottom: 40px;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}
.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}
.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--trevlo-black, #000000);
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 600;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
  font-weight: 400;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--trevlo-secondary, #736D75);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--trevlo-black, #000000);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 16px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 13px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  line-height: 30px;
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 6px;
}
.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  color: var(--trevlo-white, #ffffff);
  background: var(--trevlo-base, #FF5956);
}

.sidebar .widget .wp-block-search input[type=search],
.sidebar__single .wp-block-search input[type=search] {
  background-color: var(--trevlo-white, #ffffff);
  height: 64px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: var(--trevlo-secondary, #736D75);
  border: 1px solid #eceae0;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  text-transform: capitalize;
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-black, #000000);
  line-height: 1;
  fill: var(--trevlo-white, #ffffff);
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 14px;
  border-top-right-radius: var(--trevlo-bdr-radius);
  border-bottom-right-radius: var(--trevlo-bdr-radius);
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  fill: var(--trevlo-white, #ffffff);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}
.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}
.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--trevlo-black, #000000);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-calendar-nav a {
  color: var(--trevlo-black, #000000);
  transition: all 500ms ease;
  font-weight: 500;
}
.wp-calendar-nav a:hover {
  color: var(--trevlo-gray, #928496);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--trevlo-black, #000000);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: var(--trevlo-white, #ffffff);
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--trevlo-black, #000000);
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

tbody {
  background-color: var(--trevlo-white, #ffffff);
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}
.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}
.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}
.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--trevlo-gray, #928496);
}
.sidebar .widget.widget_nav_menu > ul, .sidebar .widget.widget_meta > ul, .sidebar .widget.widget_pages > ul, .sidebar .widget.widget_archive > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}
.sidebar .widget.widget_nav_menu > ul ul, .sidebar .widget.widget_meta > ul ul, .sidebar .widget.widget_pages > ul ul, .sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 15px;
  padding-left: 0.7em;
}
.sidebar .widget.widget_nav_menu li, .sidebar .widget.widget_meta li, .sidebar .widget.widget_pages li, .sidebar .widget.widget_archive li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}
.sidebar .widget.widget_nav_menu li + li, .sidebar .widget.widget_meta li + li, .sidebar .widget.widget_pages li + li, .sidebar .widget.widget_archive li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 15px;
}
.sidebar .widget.widget_recent_entries ul, .sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}
.sidebar .widget.widget_recent_entries ul li ::after, .sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}
.sidebar .widget.widget_recent_entries ul li, .sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: var(--trevlo-secondary, #736D75);
  min-height: 45px;
}
.sidebar .widget.widget_recent_entries ul li + li, .sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}
.sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: var(--trevlo-color);
  transition: all 500ms ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover, .sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--trevlo-black, #000000);
  text-shadow: 0 0 1px currentColor;
}
.sidebar .widget.widget_recent_entries ul li::before, .sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 21px;
  color: var(--trevlo-secondary, #736D75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  background-color: var(--trevlo-white2, #FAF5EE);
}
.sidebar .widget.widget_recent_entries ul li:hover::before, .sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}
.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}
.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin: -20px !important;
  padding-left: 20px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  border-radius: var(--trevlo-bdr-radius);
  border-bottom: 1px solid var(--trevlo-border-color, #e8e3da);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li:hover {
  background-color: transparent;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  top: 22px;
  left: 1px;
  width: 70px;
  height: auto;
  background-color: var(--trevlo-black, #000000);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date::before {
  content: "\f017";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author::before {
  content: "\f2bd";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-author {
  font-size: 14px;
  font-weight: 500;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--trevlo-black, #000000);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: var(--trevlo-letter-space-small);
  line-height: 28px;
  display: block;
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title:hover {
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--trevlo-gray);
  margin-bottom: 0px;
  line-height: 1;
  color: var(--trevlo-gray);
  font-size: 14px;
  text-transform: capitalize;
}

.sidebar .widget_categories ul li + li {
  margin-top: 15px;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-left: 0;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--trevlo-gray, #928496);
}
.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 15px;
}
.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}
.sidebar .widget.recent-posts-widget-with-thumbnails,
.sidebar__single.recent-posts-widget-with-thumbnails {
  padding-bottom: 55px;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--trevlo-base);
  color: var(--trevlo-white, #ffffff);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--trevlo-base, #976147);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-comments-number {
  font-size: 13px;
  padding-bottom: 5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--trevlo-black, #000000);
  transition: all 500ms ease;
  margin-top: -5px;
  display: block;
  font-family: var(--trevlo-heading-font, "Cormorant");
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
}

.sidebar .widget input[type=email],
.sidebar .widget input[type=search],
.sidebar .widget input[type=password],
.sidebar .widget input[type=text] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--trevlo-secondary, #736D75);
  outline: none;
  border-radius: 0;
}
.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}
.sidebar .widget .wp-block-tag-cloud {
  margin-bottom: -10px;
  margin-left: -5px;
}
.sidebar .widget .wp-block-tag-cloud a {
  font-size: 16px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 4px 20px 4px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 13px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  line-height: 30px;
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 6px;
}
.sidebar .widget .wp-block-tag-cloud a:hover {
  color: var(--trevlo-white, #ffffff);
  background: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}
.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--trevlo-black, #000000);
  color: #fff;
  border: none;
  font-weight: 400;
}
.sidebar .widget .wp-calendar-table td {
  color: var(--trevlo-black, #000000);
}
.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}
.sidebar .widget .wp-block-archives li a::after {
  display: none;
}
.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--trevlo-black, #000000);
  font-weight: 500;
}
.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 500;
}
.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--trevlo-black, #000000);
}
.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}
.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}
.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}
.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}
.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--trevlo-secondary, #736D75);
  font-size: 16px;
  line-height: 32px;
}
.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--trevlo-black, #000000) !important;
  font-weight: 400;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--trevlo-base, #FF5956);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--trevlo-secondary, #736D75);
}
.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.sidebar .widget .wp-block-page-list li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget .wp-block-rss__item::before {
  display: none;
}
.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--trevlo-secondary, #736D75);
}
.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--trevlo-black, #000000);
  font-weight: 400;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-left: 10px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--trevlo-base, #FF5956);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-right: 5px;
}
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\f017";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 500;
}
.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-size: 14px;
  color: var(--trevlo-gray, 117, 120, 115);
}
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.sidebar .widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
  text-transform: capitalize;
}
.sidebar .widget #loginform {
  margin-top: -10px;
}
.sidebar .widget #loginform input[type=text],
.sidebar .widget #loginform input[type=password] {
  margin-bottom: 10px;
}
.sidebar .widget #loginform p {
  margin: 0;
}
.sidebar .widget #loginform input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--trevlo-black, #000000);
  text-transform: uppercase;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  transition: all 500ms ease;
  border: none;
  border-radius: 0px;
}
.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: 14px;
  text-transform: lowercase;
  color: inherit;
  font-weight: 500;
  color: var(--trevlo-secondary, #736D75);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a {
  color: var(--trevlo-secondary, #736D75);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta a:hover {
  color: var(--trevlo-base, #FF5956);
}
.sidebar .widget .wp-block-latest-comments:not(.has-dates):not(.has-author) .wp-block-latest-comments__comment-meta:first-letter {
  text-transform: uppercase;
}

.widget.widget_block h2,
.widget .sidebar__title,
.sidebar .widget .title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  margin-top: -5px;
  font-family: var(--heading-font);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--trevlo-base, #FF5956);
}

h2 .rss-widget-title {
  color: var(--trevlo-black);
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--trevlo-secondary, #736D75);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--trevlo-black, #000000);
  font-weight: 600;
  font-size: 18px;
  display: block;
}

.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

.widget.widget_archive ul li,
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.sidebar .widget .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 0;
  border-color: #fff;
  padding: 0;
  display: inline-flex;
  width: 100%;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--trevlo-black, #161617);
  text-shadow: 0 0 0 currentColor;
  accent-color: currentcolor;
}

.custom-sidebar ol.wp-block-latest-comments li {
  list-style: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--trevlo-gray, #928496);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Animations
--------------------------------------------- */
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/***
=============================================
    Zoom Fade Css
=============================================
***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/***
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse2 {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/***
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes animation1 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
/***
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@-webkit-keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@keyframes footerFish {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}
@-webkit-keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
@keyframes contactSwimmer {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%, 75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}
/***
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes footerTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@-webkit-keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}
/*--------------------------------------------------------------
#     animate BubbleCss
--------------------------------------------------------------*/
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .sec-title {
    margin-bottom: 35px;
  }
}
.sec-title__tagline {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-base, #FF5956);
  line-height: 0.9;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-secondary, #736D75);
  font-size: var(--trevlo-body-size, 16px);
  line-height: var(--trevlo-body-line-height, 1.875);
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
p {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.875;
  font-weight: 500;
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}
.text-small {
  font-size: var(--trevlo-size-xl, 14px);
  line-height: 1.714;
}

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

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

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

@media (max-width: 575px) {
  :root {
    --trevlo-sec-space: 80px;
  }
}
.section-space {
  padding-top: var(--trevlo-sec-space, 120px);
  padding-bottom: var(--trevlo-sec-space, 120px);
}

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

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

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

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

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

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

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

.trevlo-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  font-size: var(--trevlo-size-2xl, 16px);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

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

.trevlo-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.trevlo-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trevlo-progress {
  position: relative;
}

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

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

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

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

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

.quantity-box {
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  width: 153px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 60px;
  height: 44px;
  border-left: 1px solid var(--trevlo-white3, #EBE6DE);
  border-right: 1px solid var(--trevlo-white3, #EBE6DE);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
  background-color: transparent;
  text-align: center;
  appearance: none;
}

.quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  background-color: transparent;
  padding: 0;
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--trevlo-primary, #2D2330);
}

.quantity-box__btn:hover {
  color: var(--trevlo-base, #FF5956);
}

.price-ranger #slider-range {
  margin: 18px 0 0 0px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border: none;
  height: 6px;
  border-radius: 16px;
  position: relative;
}

.price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--trevlo-base, #FF5956);
}

.price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--trevlo-base, #FF5956);
  border: 0;
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0 0px;
}

.price-ranger .ranger-min-max-block-price {
  display: flex;
  align-items: center;
  margin-left: -5px;
}

.price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.875;
  font-weight: 700;
  border: none;
  outline: none;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  text-align: center;
  width: 40px;
  padding: 0;
  background-color: transparent;
}

.price-ranger .ranger-min-max-block-line {
  position: relative;
  display: inline-block;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.875;
  font-weight: 700;
  left: 0;
}

.price-ranger .ranger-min-max-block button[type=submit] {
  position: relative;
  display: block;
  background-color: var(--trevlo-white2, #FAF5EE);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  float: right;
  text-align: center;
  border: none;
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  font-weight: 700;
  line-height: 1.857;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 40px;
  border-radius: 0;
  border-radius: 6px;
  text-transform: capitalize;
  text-align: center;
}

.price-ranger .ranger-min-max-block button[type=submit] span {
  transition: 0.3s;
}

.price-ranger .ranger-min-max-block button[type=submit]:hover span {
  color: var(--trevlo-white, #ffffff);
}

.form-checked-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.form-checked-box input[type=checkbox] {
  display: none;
}

.form-checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  margin-right: 0px;
  margin-bottom: 0;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 29px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.form-checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--trevlo-white, #ffffff);
  border-right: 2px solid var(--trevlo-white, #ffffff);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.form-checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

.form-checked-box input[type=checkbox]:checked + label span {
  background-color: var(--trevlo-base, #FF5956);
  border-color: var(--trevlo-base, #FF5956);
}

.form-checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--trevlo-base, #FF5956);
  position: relative;
  overflow: hidden;
  top: -1px;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-black, #000000);
}

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

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.post-pagination li + li {
  margin-left: 16px;
}

.post-pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--trevlo-white, #ffffff);
  align-items: center;
  justify-content: center;
  color: var(--trevlo-primary, #2D2330);
  font-size: var(--trevlo-size-4xl, 20px);
  font-weight: 700;
  border-radius: 6px;
  transition: 500ms ease;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

@media (max-width: 575px) {
  .post-pagination a {
    width: 42px;
    height: 42px;
  }
}
.post-pagination a i {
  font-size: 12px;
}

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

.post-pagination li:first-child a {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #FF5956);
}

.trevlo-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.trevlo-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.trevlo-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

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

.trevlo-owl__carousel--basic-nav .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--trevlo-black, #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
}

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

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

.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot {
  margin: 0;
  padding: 0;
}

.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trevlo-white3, #EBE6DE);
  margin: 0;
  padding: 0;
  display: block;
  transition: all 0.4s ease-in-out;
}

.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot:hover span,
.trevlo-owl__carousel--basic-nav .owl-dots .owl-dot.active span {
  background-color: var(--trevlo-base, #FF5956);
}

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

.ui-datepicker.ui-widget-content {
  border: 1px solid var(--trevlo-primary, #2D2330);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-primary, #2D2330);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 307px;
  padding: 5px 8px 3px;
}

@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}
.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 6px;
  background-image: none;
  background-color: var(--trevlo-primary, #2D2330);
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--trevlo-white, #ffffff);
  background-image: none;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-white, #ffffff);
}

.ui-datepicker-calendar td a {
  border-color: var(--trevlo-base, #FF5956);
  background-color: var(--trevlo-gray, #928496);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--trevlo-white3, #EBE6DE);
  background-image: none;
  color: var(--trevlo-primary, #2D2330);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #FF5956);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-base, #FF5956);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-black, #000000);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*-- daterangepicker --*/
.daterangepicker {
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-primary, #2D2330);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  padding: 5px 8px 3px;
  margin: 19px 0 0;
}

.daterangepicker::after,
.daterangepicker::before {
  display: none;
}

.daterangepicker .calendar-table thead th.month {
  color: var(--trevlo-primary, #2D2330);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.daterangepicker .calendar-table th.available {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: none;
  text-align: center;
  transition: all 500ms ease;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: var(--trevlo-primary, #2D2330);
  transition: all 500ms ease;
}

.daterangepicker .calendar-table .next:hover,
.daterangepicker .calendar-table .prev:hover {
  background-color: var(--trevlo-base, #FF5956);
}

.daterangepicker .calendar-table .next:hover span,
.daterangepicker .calendar-table .prev:hover span {
  border-color: var(--trevlo-white, #ffffff);
}

.daterangepicker .calendar-table thead th {
  color: var(--trevlo-primary, #2D2330);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.daterangepicker .calendar-table td {
  transition: all 500ms ease;
  border-color: transparent;
  background-color: var(--trevlo-white3, #EBE6DE);
  background-image: none;
  color: var(--trevlo-primary, #2D2330);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
  border-radius: 0;
  border: 1px solid var(--trevlo-white, #ffffff);
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker td.in-range,
.daterangepicker td.active,
.daterangepicker td:hover,
.daterangepicker td.active:hover {
  background-color: var(--trevlo-base, #FF5956);
  border-color: transparent;
  color: var(--trevlo-white, #ffffff);
}

.daterangepicker .drp-buttons {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  padding: 10px 0 6px;
  margin: 0 11px;
}

.daterangepicker .drp-selected {
  font-size: 13px;
  color: var(--trevlo-secondary, #736D75);
  font-weight: 500;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.daterangepicker .drp-buttons .btn {
  height: 30px;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 5px;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 700;
  font-size: 12px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  border: none;
  padding: 0 13px;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  background-color: var(--trevlo-primary, #2D2330);
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: var(--trevlo-base, #FF5956);
}

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

@media (max-width: 1199px) {
  :root {
    --trevlo-size-14xl: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --trevlo-size-14xl: 65px;
  }
}
@media (max-width: 575px) {
  :root {
    --trevlo-size-14xl: 55px;
    --trevlo-size-10xl: 40px;
    --trevlo-size-8xl: 35px;
    --trevlo-size-7xl: 28px;
    --trevlo-size-5xl: 20px;
    --trevlo-size-3xl: 16px;
  }
}
@media (max-width: 425px) {
  :root {
    --trevlo-size-14xl: 50px;
    --trevlo-size-10xl: 35px;
    --trevlo-size-7xl: 26px;
    --trevlo-size-4xl: 18px;
  }
}
@media (max-width: 393px) {
  :root {
    --trevlo-size-8xl: 33px;
    --trevlo-size-5xl: 19px;
  }
}
@media (max-width: 375px) {
  :root {
    --trevlo-size-8xl: 33px;
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.guide-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.guide-single__image-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.guide-single__image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-80%);
  width: 100%;
  height: 50%;
  border-radius: 10px 10px 0 0;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single__image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(80%);
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single:hover .guide-single__image-box::before,
.guide-single:hover .guide-single__image-box::after {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.guide-single__image {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.guide-single__info {
  position: absolute;
  left: -25px;
  bottom: -62px;
  padding-top: 51px;
  padding-left: 55px;
  width: 259px;
  height: 259px;
  border-radius: 50%;
  background-color: RGBA(var(--trevlo-base-rgb, 255, 89, 86), 0.9);
  z-index: 11;
}

@media (max-width: 1199px) {
  .guide-single__info {
    padding-left: 50px;
  }
}
.guide-single__name {
  font-family: var(--trevlo-font2, "Urbanist", sans-serif);
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 9px;
}

.guide-single__title {
  font-family: var(--trevlo-font3, "Manrope", sans-serif);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.guide-single__social-box {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}

.guide-single__share-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  flex-shrink: 0;
}

.guide-single__share-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: transform 300ms ease;
  background-color: var(--trevlo-primary, #2D2330);
}

.guide-single__share-btn:hover::after {
  transform: scale(1);
}

.guide-single__share-btn span {
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
}

.guide-single__social {
  position: relative;
  background-color: var(--trevlo-primary, #2D2330);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 3px 12px;
  border-radius: 4px;
  transform: translateX(80px);
  opacity: 0;
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single__social::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 9px 4.5px 0;
  border-color: transparent var(--trevlo-primary, #2D2330) transparent transparent;
}

.guide-single__social li a {
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
}

.guide-single__social li a span {
  color: inherit;
}

.guide-single__social li a:hover {
  color: var(--trevlo-base, #FF5956);
}

.guide-single:hover .guide-single__social {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

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

@media (max-width: 767px) {
  .testimonial-one {
    padding: 80px 0;
  }
}
.testimonial-one__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: luminosity;
}

.testimonial-one--home {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}

.testimonial-one--home .testimonial-one__bg {
  background-position: center bottom;
  background-size: auto;
  opacity: 1;
  mix-blend-mode: normal;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .testimonials-card__ratings {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .testimonials-card__ratings {
    font-size: 16px;
  }
}
.testimonials-card__image {
  position: absolute;
  top: -32px;
  right: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .testimonial-two {
    padding: 80px 0 100px;
  }
}
.testimonial-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: luminosity;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-card-two {
    padding: 5px 25px 52px 32px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-two {
    max-width: 570px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testimonials-card-two {
    padding: 5px 25px 52px 30px;
  }
}
.testimonials-card-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-white, #ffffff);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.testimonials-card-two__meta {
  position: relative;
  min-height: 118px;
  padding: 49px 0 0 134px;
  margin: -10px 0 17px -5px;
  z-index: 2;
}

.testimonials-card-two__meta__name {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 5px;
  transition: all 400ms ease;
}

.testimonials-card-two__meta__designation {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  transition: all 400ms ease;
}

.testimonials-card-two__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid var(--trevlo-base, #FF5956);
  overflow: hidden;
}

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

.testimonials-card-two__ratings {
  position: absolute;
  right: 42px;
  top: 51px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 19px;
  color: var(--trevlo-base, #FF5956);
  transition: all 0.4s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-card-two__ratings {
    right: 22px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-two__ratings {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .testimonials-card-two__ratings {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 15px;
  }
}
.testimonials-card-two__quote {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.testimonials-card-two svg {
  position: absolute;
  left: 78px;
  bottom: -19px;
  width: 54px;
  height: 46px;
  fill: var(--trevlo-base, #FF5956);
}

@media (max-width: 767px) {
  .testimonials-card-two svg {
    left: 35px;
  }
}
.gallery-single {
  position: relative;
}

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

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

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

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

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

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

@media (max-width: 1399px) {
  .gallery-single__btn {
    width: 50px;
    height: 50px;
  }
}
.gallery-single__btn:hover {
  background-color: var(--trevlo-white, #ffffff);
}

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

.gallery-one {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 0 0 60px;
}

.gallery-one .container {
  max-width: 1745px;
}

.gallery-one .gallery-single__btn {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  font-size: 25px;
}

.gallery-one--home-two {
  background-color: transparent;
  padding: 0;
  z-index: 2;
  margin-bottom: -71px;
}

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

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

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

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

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

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

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

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

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

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

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

.pricing-card__list li p {
  margin-bottom: 0;
  font-weight: 700;
  transition: all 0.6s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tour-listing__card:hover {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}

.tour-listing__card-image-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  margin: -1px -1px 0;
}

.tour-listing__card-image {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
}

.tour-listing__card:hover .tour-listing__card-image {
  transform: scale(1.1);
}

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

.tour-listing__card-btn-group div + div {
  margin-top: 5px;
}

.tour-listing__card-btn-group-hide {
  display: none !important;
}

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

.tour-listing__card-discount-hide {
  display: none;
}

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

.tour-listing__card-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.26);
  border-radius: 50%;
  z-index: 11;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
}

.tour-listing__card-wishlist:hover {
  background-color: var(--trevlo-base, #FF5956);
}

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

.tour-listing__card:hover .tour-listing__card-image-overlay {
  top: 0;
  height: 100%;
}

.tour-listing__card-content {
  padding: 32px 40px 39px;
  position: relative;
  z-index: 1;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .tour-listing__card-content {
    padding: 32px 25px 25px;
  }
}
@media (max-width: 375px) {
  .tour-listing__card-content {
    padding: 32px 20px 20px;
  }
}
@media (max-width: 360px) {
  .tour-listing__card-content {
    padding: 32px 15px 20px;
  }
}
.tour-listing__card-camera-group {
  position: absolute;
  top: -17px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  z-index: 11;
}

.tour-listing__card-camera-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--trevlo-white, #ffffff);
  border-radius: 50%;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  font-size: 16px;
  color: var(--trevlo-base, #FF5956);
}

.tour-listing__card-camera-btn:hover {
  background-color: var(--trevlo-base, #FF5956);
  border-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

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

.tour-listing__card-title:hover {
  color: var(--trevlo-base, #FF5956);
}

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

.tour-listing__card-title a:hover {
  background-size: 100% 1px;
}

.tour-listing__card-text {
  line-height: 24px;
  margin-bottom: 18px;
}

.tour-listing__card-inner-content {
  position: relative;
  padding: 17px 20px 15px;
  margin-top: 18px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 10px;
  transition: all 400ms ease-in-out;
  z-index: 1;
}

.tour-listing__card-inner-content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 1;
  border-radius: 10px 10px 0 0;
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
}

.tour-listing__card:hover .tour-listing__card-inner-content::after {
  top: 0;
  height: 100%;
}

.tour-listing__card-review-box {
  display: flex;
  margin-bottom: 5px;
}

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

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

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

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

.tour-listing__card-location-box {
  display: flex;
}

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

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

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

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

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

.tour-listing__card:hover .tour-listing__card-divider {
  background-color: RGBA(var(--trevlo-white3-rgb, 235, 230, 222), 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .tour-listing-two__card-show-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tour-listing-two__card-show-content {
    padding: 133px 30px 25px;
  }
}
@media (max-width: 425px) {
  .tour-listing-two__card-show-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.tour-listing-two__card:hover .tour-listing-two__card-show-content {
  transform: scaleY(0);
}

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .tour-listing-two__card-hover-content {
    padding: 18px 20px 20px;
  }
}
@media (max-width: 767px) {
  .tour-listing-two__card-hover-content {
    padding: 23px 30px 25px;
  }
}
@media (max-width: 425px) {
  .tour-listing-two__card-hover-content {
    padding: 18px 20px 20px;
  }
}
.tour-listing-two__card-hover-content .tour-listing__card-text {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tour-listing-three__card {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .tour-listing-three__card {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tour-listing-three__card-image-box {
  width: 238px;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .tour-listing-three__card-image-box {
    margin: 30px 30px 10px;
    border-radius: 10px;
  }
}
@media (max-width: 425px) {
  .tour-listing-three__card-image-box {
    margin: 20px 20px 10px;
  }
}
.tour-listing-three__card-image {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .tour-listing-three__card-image {
    border-radius: 10px;
  }
}
.tour-listing-three__card-wishlist {
  left: 20px;
}

.tour-listing-three__card-image-overlay {
  border-radius: 10px 0 0 10px;
}

.tour-listing-three__card-content {
  background-color: transparent;
  flex-grow: 1;
  padding: 16px 30px 20px;
  border-radius: 0;
}

@media (max-width: 425px) {
  .tour-listing-three__card-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tour-listing-three__card-title {
  margin-bottom: 1px;
}

.tour-listing-three__card .tour-listing__card-text {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0;
}

@media (max-width: 991px) {
  .tour-listing-three__card .tour-listing__card-text {
    font-size: 15px;
    line-height: 28px;
  }
}
.tour-listing-three__card-inner-content {
  margin-top: 20px;
}

.tour-listing-three__card-top-content {
  display: flex;
  gap: 5px 20px;
}

@media (max-width: 767px) {
  .tour-listing-three__card-top-content {
    flex-direction: column;
  }
}
.tour-listing-three__card-divider {
  margin-top: 9px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .tour-listing-three__card-divider {
    margin-top: 14px;
  }
}
.destination-one__card {
  position: relative;
}

.destination-one__card-img-box {
  position: relative;
  overflow: hidden;
}

.destination-one__card-img-box--round {
  border-radius: 10px;
}

.destination-one__card-img-box--circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.destination-one__card-img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.destination-one__card-img--round {
  border-radius: 10px;
}

.destination-one__card-img--circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
}

.destination-one__card-overlay {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.5);
}

.destination-one__card-overlay--round {
  border-radius: 10px;
}

.destination-one__card-overlay--circle {
  border-radius: 50%;
}

.destination-one__card-content {
  display: table;
  text-align: right;
  position: absolute;
  bottom: 25px;
}

.destination-one__card-content--round {
  left: 39px;
  right: 70px;
}

@media (max-width: 425px) {
  .destination-one__card-content--round {
    left: 25px;
    bottom: 15px;
  }
}
.destination-one__card-content--circle {
  left: 50px;
  right: 50px;
  margin: auto;
}

.destination-one__card-btn {
  padding: 8px 10.5px;
  font-size: var(--trevlo-size-md, 12px);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px 6px 6px 0px;
  margin-bottom: 1px;
  transition: all 700ms ease;
}

.destination-one__card-btn--round {
  right: -50px;
}

.destination-one__card-btn--circle {
  right: -27px;
}

.destination-one__card-title {
  font-size: var(--trevlo-size-7xl, 30px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: capitalize;
}

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

.destination-one__card-title a:hover {
  background-size: 100% 1px;
}

.destination-one__card:hover .destination-one__card-img {
  transform: scale(1.1);
}

.destination-one__card:hover .destination-one__card-btn {
  right: 0;
}

.destination-two__card {
  position: relative;
}

.destination-two__card-img-box {
  position: relative;
  overflow: hidden;
}

.destination-two__card-img-box--round {
  border-radius: 40px;
}

.destination-two__card-img-box--circle {
  border-radius: 140px;
}

.destination-two__card-img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.destination-two__card-img--round {
  border-radius: 40px;
}

.destination-two__card-img--circle {
  border-radius: 140px;
}

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

.destination-two__card-overlay--round {
  border-radius: 40px;
}

.destination-two__card-overlay--circle {
  border-radius: 140px;
}

.destination-two__card-plus {
  display: inline-block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.destination-two__card-plus span {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
}

.destination-two__card-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  transform: translateY(0);
  margin: auto;
  transition: all 700ms ease;
  z-index: 11;
  display: flex;
  justify-content: center;
}

.destination-two__card-btn .trevlo-btn {
  padding: 8px 10.5px;
  font-size: var(--trevlo-size-md, 12px);
  text-transform: uppercase;
  font-weight: 700;
}

.destination-two__card-title-box {
  text-align: center;
  margin-top: 20px;
}

.destination-two__card-title {
  font-size: var(--trevlo-size-7xl, 30px);
  color: var(--trevlo-primary, #2D2330);
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: capitalize;
}

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

.destination-two__card-title a:hover {
  background-size: 100% 1px;
}

.destination-two__card-title:hover {
  color: var(--trevlo-base, #FF5956);
}

.destination-two__card:hover .destination-two__card-img {
  transform: scale(1.1);
}

.destination-two__card:hover .destination-two__card-overlay {
  top: 0;
  height: 100%;
}

.destination-two__card:hover .destination-two__card-plus {
  opacity: 1;
}

.destination-two__card:hover .destination-two__card-btn {
  transform: translateY(-30px);
}

.blog-card {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
}

.blog-card__image-link {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.blog-card__image {
  width: 100%;
  display: block;
  border-radius: 10px;
}

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

.blog-card__plus {
  margin-top: -100px;
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  display: inline-block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.blog-card__content {
  padding: 26px 30px 14px;
  position: relative;
  position: absolute;
  background-color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  border-radius: 10px;
  z-index: 11;
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .blog-card__content {
    width: calc(100% - 30px);
    bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-card:hover .blog-card__overlay {
  top: 0;
  height: 100%;
}

.blog-card:hover .blog-card__plus {
  opacity: 1;
}

.blog-card:hover .blog-card__content {
  bottom: 0px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.blog-card__date {
  position: absolute;
  top: -44px;
  right: 0;
  display: table;
  padding: 11.5px 17px;
  background-color: var(--trevlo-base, #FF5956);
  text-align: center;
  border-radius: 8px;
}

.blog-card__date-number {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin-bottom: 5px;
}

.blog-card__date-month {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.blog-card__meta li {
  display: flex;
  align-items: center;
}

.blog-card__meta li:not(:first-child)::before {
  content: "|";
  font-size: 14px;
  margin-left: 13px;
  margin-right: 13px;
  font-weight: 400;
  color: var(--trevlo-white3, #EBE6DE);
}

.blog-card__meta-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 5px;
}

.blog-card__meta-author {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  letter-spacing: 0.196px;
  line-height: 1.714;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-card__title {
  font-size: var(--trevlo-size-5xl, 24px);
  color: var(--trevlo-primary, #2D2330);
  line-height: 1.25;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 22px;
}

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

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__title a:hover {
  color: var(--trevlo-base, #FF5956);
}

.blog-card__link {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.714;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__link:hover {
  background-size: 100% 1px;
}

.blog-card__link:hover {
  color: var(--trevlo-base, #FF5956);
}

.blog-card__link i {
  font-size: 12px;
  margin-left: 9px;
  transition: all 0ms ease;
  color: var(--trevlo-base, #FF5956);
}

.blog-card-three .blog__card-img {
  display: block;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.blog-card-three .blog__card-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog-card-three .blog__card-date {
  padding: 19px 17px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 20px 0px 10px 0px;
  z-index: 11;
}

@media (max-width: 375px) {
  .blog-card-three .blog__card-date {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.blog-card-three .blog__card-date-number {
  font-size: 32px;
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  margin-bottom: 1px;
}

@media (max-width: 575px) {
  .blog-card-three .blog__card-date-number {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .blog-card-three .blog__card-date-number {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .blog-card-three .blog__card-date-number {
    font-size: 22px;
  }
}
.blog-card-three .blog__card-date-month {
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-card-three .blog__card-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 5px;
}

.blog-card-three .blog__card-meta li {
  display: flex;
  align-items: center;
}

.blog-card-three .blog__card-meta li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 14px;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
  background-color: rgba(var(--trevlo-white3-rgb, 235, 230, 222), 0.5);
}

.blog-card-three .blog__card-meta-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 5px;
}

.blog-card-three .blog__card-meta-author {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.714;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-card-three .blog__card-title {
  font-size: var(--trevlo-size-7xl, 30px);
  color: var(--trevlo-primary, #2D2330);
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.blog-card-three .blog__card-text {
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .blog-card-three .blog__card-text {
    padding-right: 70px;
  }
}
.blog-card-three .blog__card-text:not(:last-child) {
  margin-bottom: 30px;
}

.blog-one {
  position: relative;
  padding: 12px 0 120px;
  background-color: var(--trevlo-white, #ffffff);
}

@media (max-width: 767px) {
  .blog-one {
    padding-bottom: 80px;
  }
}
.blog-one--home-two {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .blog-one--home-two {
    padding-top: 80px;
  }
}
.blog-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .blog-two {
    padding: 80px 0;
  }
}
.blog-card-two {
  position: relative;
  border-radius: 13px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 29px;
}

.blog-card-two .col-md-7 {
  width: 55.5%;
  padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two .col-md-7 {
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .blog-card-two .col-md-7 {
    width: 100%;
    padding-right: 15px;
  }
}
.blog-card-two .col-md-5 {
  width: 44.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two .col-md-5 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-card-two .col-md-5 {
    width: 100%;
  }
}
.blog-card-two:hover .blog-card-two__image__overlay {
  top: 0;
  height: 100%;
}

.blog-card-two:hover .blog-card-two__image__overlay span {
  opacity: 1;
}

.blog-card-two__content {
  position: relative;
}

.blog-card-two__comment {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
}

.blog-card-two__comment span {
  color: var(--trevlo-base, #FF5956);
  margin-right: 5px;
}

.blog-card-two__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 11px;
}

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

.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-card-two__title a:hover {
  color: var(--trevlo-base, #FF5956);
}

.blog-card-two__text {
  opacity: 0.6;
  margin: 0 0 20px;
}

.blog-card-two__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--trevlo-white2, #FAF5EE);
  border-radius: 10px;
  padding: 20px 20px 20px;
  position: relative;
}

.blog-card-two__author {
  position: relative;
  min-height: 35px;
  padding: 1px 0 0 45px;
}

.blog-card-two__author img {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-card-two__author__name {
  line-height: 1;
  font-size: 16px;
  margin: 0 0 5px;
}

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

.blog-card-two__author__name a:hover {
  background-size: 100% 1px;
}

.blog-card-two__author__name a:hover {
  color: var(--trevlo-base, #FF5956);
}

.blog-card-two__author__designation {
  line-height: 1;
  display: block;
  font-size: 12px;
  margin: 0;
}

.blog-card-two__rm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  font-size: 12px;
  color: var(--trevlo-base, #FF5956);
  overflow: hidden;
}

.blog-card-two__rm span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog-card-two__rm:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.blog-card-two__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.blog-card-two__image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__image {
    max-width: 210px;
  }
}
.blog-card-two__image img {
  width: 100%;
  height: auto;
}

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

.blog-card-two__image__overlay span {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  display: inline-block;
  opacity: 0;
  transition: opacity 500ms ease;
}

.blog-card-two__image__date {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  background-color: var(--trevlo-base, #FF5956);
  text-align: center;
  line-height: 1;
  border-radius: 20px 0px 10px 0px;
  color: var(--trevlo-white, #ffffff);
  font-size: 32px;
  font-weight: 700;
  padding: 7px 12px 13px;
}

.blog-card-two__image__date__month {
  margin-top: 1px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 60px;
  background-color: var(--trevlo-white2, #FAF5EE);
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
}

@media (max-width: 375px) {
  .form-one__input {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-one__message {
  min-height: 176px;
}

.form-one__group .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);
}

.form-one__group .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.form-one__group .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one__group .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--trevlo-white2, #FAF5EE) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--trevlo-secondary, #736D75) !important;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  line-height: 60px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 375px) {
  .form-one__group .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-one__group .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-secondary, #736D75);
}

.form-one__group .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}

.form-one__group .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-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one__group .bootstrap-select .dropdown-menu > li:hover > a,
.form-one__group .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #FF5956);
}

.form-one__btn-box {
  position: relative;
  top: -10px;
  text-align: center;
}

.banner-form {
  position: relative;
  padding: 0;
}

.banner-form__wrapper {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 30px 0 19px 5px;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form__wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-form__wrapper {
    padding: 50px 0 0;
  }
}
.banner-form .row {
  --bs-gutter-x: 0;
}

.banner-form .row > * {
  padding-left: 0;
  padding-right: 0;
}

.banner-form .col-lg-4 {
  width: 24.3%;
}

@media (max-width: 991px) {
  .banner-form .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-4 {
    width: 100%;
    margin-top: 12px;
  }
}
.banner-form .col-lg-2 {
  width: 23%;
}

@media (max-width: 991px) {
  .banner-form .col-lg-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-2 {
    width: 100%;
    margin-top: 12px;
  }
}
.banner-form .col-lg-3 {
  width: 15.2%;
}

@media (max-width: 991px) {
  .banner-form .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-3 {
    width: 100%;
    margin-top: 12px;
  }
}
.banner-form .col-lg-1 {
  width: 14.5%;
}

@media (max-width: 991px) {
  .banner-form .col-lg-1 {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-1 {
    width: 100%;
  }
}
.banner-form__control {
  position: relative;
  padding: 0 25px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form__control {
    padding: 0 20px 0;
  }
}
.banner-form__control::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 41px;
  content: "";
  background-color: var(--trevlo-white3, #EBE6DE);
}

.banner-form__control label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 3px;
}

.banner-form__control .bootstrap-select > .dropdown-toggle,
.banner-form__control input[type=text],
.banner-form__control input[type=number],
.banner-form__control input[type=email] {
  display: block;
  width: 100%;
  background-color: transparent;
  color: var(--trevlo-primary, #2D2330);
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  border: none;
  outline: none;
  padding: 0;
}

.banner-form__control .bootstrap-select > .dropdown-toggle::-moz-placeholder,
.banner-form__control input[type=text]::-moz-placeholder,
.banner-form__control input[type=number]::-moz-placeholder,
.banner-form__control input[type=email]::-moz-placeholder {
  color: var(--trevlo-primary, #2D2330);
  opacity: 1;
}

.banner-form__control .bootstrap-select > .dropdown-toggle::-ms-input-placeholder,
.banner-form__control input[type=text]::-ms-input-placeholder,
.banner-form__control input[type=number]::-ms-input-placeholder,
.banner-form__control input[type=email]::-ms-input-placeholder {
  color: var(--trevlo-primary, #2D2330);
  opacity: 1;
}

.banner-form__control .bootstrap-select > .dropdown-toggle::-webkit-input-placeholder,
.banner-form__control input[type=text]::-webkit-input-placeholder,
.banner-form__control input[type=number]::-webkit-input-placeholder,
.banner-form__control input[type=email]::-webkit-input-placeholder {
  color: var(--trevlo-primary, #2D2330);
  opacity: 1;
}

.banner-form__control i {
  position: absolute;
  right: 33px;
  top: -9px;
  bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  color: var(--trevlo-secondary, #736D75);
}

@media (max-width: 1199px) {
  .banner-form__control i {
    right: 23px;
  }
}
.banner-form__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--trevlo-primary, #2D2330);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.banner-form__control .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select > .dropdown-toggle:before,
.banner-form__control .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.banner-form__control .bootstrap-select .dropdown-menu {
  border: none;
  padding-top: 23px;
  left: -30px !important;
}

@media (max-width: 991px) {
  .banner-form__control .bootstrap-select .dropdown-menu {
    left: -25px !important;
  }
}
.banner-form__control .bootstrap-select .dropdown-menu .dropdown-menu {
  padding-top: 0;
  max-height: 200px;
}

.banner-form__control .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}

.banner-form__control .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--trevlo-primary, #2D2330);
  background-color: var(--trevlo-white, #ffffff);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-form__control .bootstrap-select .dropdown-menu > li:hover > a,
.banner-form__control .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #FF5956);
}

.banner-form__qty-minus {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -10px;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.banner-form__qty-minus i {
  position: relative;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-form__qty-minus i:hover {
  color: var(--trevlo-base, #FF5956);
}

.banner-form__qty-plus {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  top: -10px;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.banner-form__qty-plus i {
  position: relative;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-form__qty-plus i:hover {
  color: var(--trevlo-base, #FF5956);
}

.banner-form__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 991px) {
  .banner-form__btn {
    position: relative;
    top: 19px;
  }
}
@media (max-width: 767px) {
  .banner-form__btn {
    position: relative;
    top: 0;
  }
}
.banner-form__filter {
  font-size: 21px;
  color: var(--trevlo-secondary, #736D75);
  cursor: pointer;
  line-height: 1;
  transition: all 500ms ease;
}

.banner-form__filter:hover,
.banner-form__filter.active {
  color: var(--trevlo-base, #FF5956);
}

.banner-form .trevlo-btn {
  height: 100px;
  padding: 0;
  font-size: 28px;
  width: 94px;
  border-radius: 0 8px 8px 0;
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form .trevlo-btn {
    width: 75px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .banner-form .trevlo-btn {
    width: 75px;
    height: 75px;
  }
}
.banner-form__popup {
  display: none;
  position: absolute;
  left: 15px;
  top: calc(100% + 5px);
  width: 100%;
  background-color: var(--trevlo-white, #ffffff);
  padding: 65px 30px 25px;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 1170px;
}

@media (max-width: 1199px) {
  .banner-form__popup {
    width: 930px;
    left: 23px;
  }
}
@media (max-width: 991px) {
  .banner-form__popup {
    width: 690px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .banner-form__popup {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.banner-form__popup__slider-wrapper {
  position: relative;
  margin: 0 11px;
}

.banner-form__popup__slider-wrapper .ui-widget-content {
  width: 100%;
  height: 6px;
  border: none;
  background: var(--trevlo-white3, #EBE6DE);
  border-radius: 8px;
}

.banner-form__popup__slider-wrapper .ui-slider-horizontal .ui-slider-range {
  background: var(--trevlo-base, #FF5956);
}

.banner-form__popup__slider-wrapper .ui-slider-handle {
  background: var(--trevlo-base, #FF5956);
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -5px;
  cursor: pointer;
  border: none;
}

.banner-form__popup__slider-wrapper .ui-slider-handle span {
  display: inline-block;
  height: 22px;
  text-align: center;
  border: none;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  padding: 6px;
  line-height: 0.9;
  position: absolute;
  left: -5px;
  top: -32px;
}

.banner-form__popup__slider-wrapper .ui-slider-handle span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--trevlo-base, #FF5956) transparent transparent transparent;
}

.banner-form__popup__slider-wrapper .ui-slider-handle + .ui-slider-handle span {
  left: -15px;
}

.banner-form__popup__title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 30px 0 10px;
}

.banner-form__popup__checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .banner-form__popup__checkbox {
    display: block;
  }
}
.banner-form__popup__checkbox li {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
}

.banner-form__popup__checkbox li input[type=checkbox] {
  display: none;
}

.banner-form__popup__checkbox li label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--trevlo-secondary, #736D75);
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.banner-form__popup__checkbox li input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

.banner-form__popup__checkbox li label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--trevlo-white, #ffffff);
  border-right: 2px solid var(--trevlo-white, #ffffff);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.banner-form__popup__checkbox li input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.banner-form__popup__checkbox li input[type=checkbox]:checked + label span {
  background-color: var(--trevlo-base, #FF5956);
  border-color: var(--trevlo-base, #FF5956);
}

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

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

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

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

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  position: relative;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 1;
}

.topbar-one::after {
  content: "";
  width: calc(100% - 247px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--trevlo-primary, #2D2330);
  z-index: -1;
  border-radius: 0 0 10px 0;
}

@media (max-width: 991px) {
  .topbar-one {
    display: none;
  }
}
.topbar-one .container-fluid {
  padding-left: 50px;
  padding-right: 60px;
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}

.topbar-one__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 197px);
  padding-right: 40px;
}

.topbar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .topbar-one__info--right {
    display: none;
  }
}
.topbar-one__info-item {
  display: flex;
  align-items: center;
}

.topbar-one__info-item + .topbar-one__info-item {
  margin-left: 34px;
}

.topbar-one__info-icon {
  font-size: 12px;
  color: var(--trevlo-base, #FF5956);
  position: relative;
  top: 0;
  margin-right: 3px;
}

.topbar-one__info-icon.icon-envelope {
  top: 1px;
  margin-right: 4px;
}

.topbar-one__info-icon.icon-clock-1 {
  margin-right: 5px;
}

.topbar-one__info-text {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-gray, #928496);
  font-weight: 500;
  margin-bottom: 0;
}

.topbar-one__info a:hover {
  color: var(--trevlo-base, #FF5956);
}

.topbar-one__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 197px;
}

@media (min-width: 992px) {
  .topbar-one__right {
    margin-top: 0;
    margin-left: auto;
  }
}
.topbar-one__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 3.5px 0;
  padding-left: 30px;
  margin-left: 30px;
  line-height: 1em;
}

.topbar-one__social-item + .topbar-one__social-item {
  margin-left: 24px;
}

.topbar-one__social-link {
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
}

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

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

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

@media (max-width: 1799px) {
  .main-header::after {
    width: 394px;
  }
}
@media (max-width: 1599px) {
  .main-header::after {
    width: 370px;
  }
}
@media (max-width: 1399px) {
  .main-header::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-header .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-header__left {
  display: flex;
  align-items: center;
}

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

@media (max-width: 1799px) {
  .main-header__logo {
    margin-right: 100px;
  }
}
@media (max-width: 1399px) {
  .main-header__logo {
    margin-right: 150px;
  }
}
@media (max-width: 1199px) {
  .main-header__logo {
    margin-right: 0px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}

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

.main-header__booking-btn {
  padding: 14px 29px;
  font-size: 12px;
  color: var(--trevlo-secondary, #736D75);
  text-transform: capitalize;
  background-color: var(--trevlo-white2, #FAF5EE);
}

@media (max-width: 1599px) {
  .main-header__booking-btn {
    display: none;
  }
}
.main-header__right-right {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

@media (max-width: 1799px) {
  .main-header__right-right {
    margin-left: 38px;
  }
}
@media (max-width: 1599px) {
  .main-header__right-right {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .main-header__right-right {
    display: none;
  }
}
.main-header__phone {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

@media (max-width: 1799px) {
  .main-header__phone {
    padding-left: 38px;
  }
}
@media (max-width: 1599px) {
  .main-header__phone {
    padding-left: 0;
  }
}
@media (max-width: 1399px) {
  .main-header__phone {
    display: none;
  }
}
.main-header__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  margin-right: 18px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-header__phone-icon {
    margin-right: 13px;
  }
}
.main-header__phone-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-primary, #2D2330);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}

.main-header__phone-icon span {
  font-size: 20px;
  color: var(--trevlo-base, #FF5956);
  transition: all 0.3s ease-in-out;
}

.main-header__phone-title {
  font-size: var(--trevlo-size-lg, 13px);
  line-height: 1;
  font-weight: 400;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 5px;
}

.main-header__phone-number {
  font-size: var(--trevlo-size-3xl, 18px);
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

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

.main-header__phone-number a:hover {
  background-size: 100% 1px;
}

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

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

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

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

.main-header__divider {
  width: 1px;
  height: 44px;
  background-color: RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  margin-left: 34px;
  margin-right: 29px;
}

@media (max-width: 1799px) {
  .main-header__divider {
    margin-left: 29px;
  }
}
@media (max-width: 1599px) {
  .main-header__divider {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1399px) {
  .main-header__divider {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header__divider {
    display: block;
    background-color: RGBA(var(--trevlo-black-rgb, 0, 0, 0), 0.2);
    height: 30px;
  }
}
.main-header__search-user {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-header__search-user-item + .main-header__search-user-item {
  margin-left: 20px;
}

@media (max-width: 1399px) {
  .main-header__search-user-item + .main-header__search-user-item {
    margin-left: 25px;
  }
}
.main-header__user,
.main-header__search {
  font-size: 20px;
  color: var(--trevlo-white, #ffffff);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
  .main-header__user,
  .main-header__search {
    color: var(--trevlo-primary, #2D2330);
  }
}
.main-header__user:hover,
.main-header__search:hover {
  color: var(--trevlo-primary, #2D2330);
}

@media (max-width: 1399px) {
  .main-header__user:hover,
  .main-header__search:hover {
    color: var(--trevlo-base, #FF5956);
  }
}
.main-header--home-three {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
}

.main-header--home-three::after {
  display: none;
}

@media (min-width: 1200px) {
  .main-header--home-three .container {
    padding-left: 10.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header--home-three .container {
    padding-left: 2%;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-header--home-three .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .main-header--home-three .main-header__user,
  .main-header--home-three .main-header__search {
    color: var(--trevlo-white, #ffffff);
  }
}
.main-header--home-three .main-header__logo {
  margin-right: 114px;
}

@media (max-width: 1199px) {
  .main-header--home-three .main-header__logo {
    margin-right: 0;
  }
}
.main-header--home-three .main-header__phone-icon {
  background-color: var(--trevlo-base, #FF5956);
}

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

.main-header--home-three .main-header__phone-title {
  font-weight: 700;
  color: var(--trevlo-secondary, #736D75);
}

.main-header--home-three .main-header__phone-number {
  color: var(--trevlo-primary, #2D2330);
}

.main-header--home-three .main-menu {
  margin-left: 140px;
}

@media (max-width: 1399px) {
  .main-header--home-three .main-menu {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 1299px) {
  .main-header--home-three .main-menu {
    display: none;
  }
}
@media (max-width: 1399px) {
  .main-header--home-three .main-header__left {
    width: 100%;
  }
}
.main-header--home-three .main-menu .main-menu__list > li > a {
  color: var(--trevlo-white, #ffffff);
  font-weight: 700;
}

.main-header--home-three .main-menu .main-menu__list > li.current > a,
.main-header--home-three .main-menu .main-menu__list > li:hover > a {
  color: var(--trevlo-base, #FF5956);
}

.main-header--home-three .main-header__user:hover,
.main-header--home-three .main-header__search:hover {
  color: var(--trevlo-base, #FF5956);
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--home-three .mobile-nav__btn {
    display: block;
    margin-right: 15px;
  }
  .main-header--home-three .mobile-nav__btn span {
    display: block;
    background-color: var(--trevlo-white, #ffffff);
  }
  .main-header--home-three .main-header__right-right {
    padding-left: 15px;
    border-left: 1px solid RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.2);
  }
  .main-header--home-three .main-header__inner {
    padding: 20px 0;
  }
}
.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list > li > a {
  color: var(--trevlo-primary, #2D2330);
}

.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list > li.current > a,
.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list > li:hover > a {
  color: var(--trevlo-base, #FF5956);
}

.main-header--home-three.sticky-header--cloned .main-header__divider {
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
}

.main-header--home-three.sticky-header--cloned .main-header__user,
.main-header--home-three.sticky-header--cloned .main-header__search {
  color: var(--trevlo-primary, #2D2330);
}

.main-header--home-three.sticky-header--cloned .main-header__user:hover,
.main-header--home-three.sticky-header--cloned .main-header__search:hover {
  color: var(--trevlo-base, #FF5956);
}

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

.main-header--home-three.sticky-header--cloned .main-header__right-right {
  border-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.2);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--trevlo-white, #ffffff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

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

.mobile-nav__btn {
  width: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

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

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

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

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li + li {
  margin-left: 38px;
}

.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--trevlo-secondary, #736D75);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

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

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 265px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--trevlo-white-rgb, 255, 255, 255), 0.07);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

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

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

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--trevlo-secondary, #736D75);
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 6px 20px;
  border-radius: 6px;
  transition: 400ms;
  margin-bottom: 4px;
}

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

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

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

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

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

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

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--trevlo-white, #ffffff);
  display: block !important;
  margin: 0;
}

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

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

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

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

.megamenu-popup {
  position: relative;
}

.megamenu-popup .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.megamenu-popup .demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.megamenu-popup .demo-one__btn {
  color: var(--trevlo-white, #ffffff);
}

@media (max-width: 1199px) {
  .megamenu-popup .demo-one__btn {
    width: 115px;
  }
}
.megamenu-popup .demo-one__btn::before {
  background-color: var(--trevlo-base, #FF5956);
}

.megamenu-popup .demo-one__btn::after {
  background-color: var(--trevlo-primary, #2D2330);
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--trevlo-black, #000000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--trevlo-base, #FF5956);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.demo-one__card {
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-primary, #2D2330);
  text-transform: capitalize;
  font-weight: 700;
}

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

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  font-size: var(--trevlo-size-xl, 14px);
  padding: 14px 0;
  width: 130px;
  height: 42px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.home-showcase {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media (min-width: 1200px) {
  .home-showcase {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .home-showcase .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .home-showcase .container {
    max-width: 1350px;
  }
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  border-radius: 10px;
  padding: 40px 40px 21px;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--trevlo-black-rgb, 0, 0, 0), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .demo-one__title {
  font-size: var(--trevlo-size-4xl, 20px);
  color: var(--trevlo-primary, #2D2330);
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 19px;
}

@media (max-width: 1199px) {
  .home-showcase .demo-one__title {
    font-size: 16px;
    padding-top: 19px;
  }
}
.home-showcase .demo-one__title:hover {
  color: var(--trevlo-base, #FF5956);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zumpTop {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes cloudMove2 {
  0% {
    background-position: 100% -1000px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes zumpRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zumpLeft {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(13px);
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes bannerShake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--trevlo-primary, #2D2330);
  opacity: 0.7;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--trevlo-primary, #2D2330);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

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

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

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

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

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

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

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

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
  font-size: var(--trevlo-size-xl, 14px);
}

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

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

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--trevlo-white, #ffffff);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--trevlo-base, #FF5956);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--trevlo-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--trevlo-base, #FF5956);
}

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

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

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: calc(100% - 66px);
  background-color: var(--trevlo-white, #ffffff);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  padding: 0;
  background-color: var(--trevlo-base, #FF5956);
}

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

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

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

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

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

@media (max-width: 767px) {
  .page-header {
    padding: 100px 0;
  }
}
.page-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/backgrounds/page-header-bg.jpg);
  opacity: 0.4;
}

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

.page-header__title {
  font-size: var(--trevlo-size-10xl, 50px);
  color: var(--trevlo-white, #ffffff);
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.page-header__breadcrumb-box {
  display: table;
}

.trevlo-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 9px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.38);
}

@media (max-width: 575px) {
  .trevlo-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.trevlo-breadcrumb li {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-base, #FF5956);
  line-height: 1.875;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

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

.trevlo-breadcrumb li a {
  color: var(--trevlo-white, #ffffff);
  display: inline-flex;
}

.trevlo-breadcrumb li a:hover {
  color: var(--trevlo-base, #FF5956);
}

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

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

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

.contact-map {
  position: relative;
}

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

/*--------------------------------------------------------------
# Showing Result
--------------------------------------------------------------*/
.showing-result__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

@media (max-width: 767px) {
  .showing-result__info-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.showing-result__text {
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.3;
  margin-bottom: 0;
}

.showing-result__sort {
  margin: 0;
  font-size: 18px;
}

.showing-result__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 270px !important;
}

@media (max-width: 991px) {
  .showing-result__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 290px !important;
  }
}
.showing-result__sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.showing-result__sort .bootstrap-select .dropdown-menu {
  border: none;
}

.showing-result__sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 4px;
  border: 0;
  background-color: var(--trevlo-white2, #FAF5EE) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--trevlo-secondary, #736D75) !important;
  font-size: var(--trevlo-size-2xl, 16px);
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.showing-result__sort .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-base, #FF5956);
}

.showing-result__sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
}

.showing-result__sort .bootstrap-select .dropdown-menu > li > a {
  font-size: var(--trevlo-size-2xl, 16px);
  font-weight: 700;
  padding: 10px 30px;
  text-transform: capitalize;
  color: var(--trevlo-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.showing-result__sort .bootstrap-select .dropdown-menu > li:hover > a,
.showing-result__sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #FF5956);
}

/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/
/*-----------------------------------------
# Tour Search
-----------------------------------------*/
.tour-search {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.tour-search .banner-form {
  margin: 0 auto;
  max-width: 1200px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--trevlo-white, #ffffff);
  padding: 0 0 160px;
}

@media (max-width: 991px) {
  .about-one {
    padding: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding: 0 0 80px;
  }
}
.about-one__shape-one {
  position: absolute;
  left: -270px;
  top: 90px;
}

.about-one__shape-one img {
  max-width: 100%;
  animation: treeMove 4s linear 0s infinite;
}

@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  left: -188px;
  top: 185px;
  z-index: -1;
}

.about-one__shape-two img {
  max-width: 100%;
  -webkit-animation: airTree 4s ease-in infinite;
  animation: airTree 4s ease-in infinite;
}

@keyframes airTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-two {
    display: none;
  }
}
.about-one__image {
  position: relative;
  margin: 28px 0 0;
}

@media (max-width: 767px) {
  .about-one__image .col-md-5,
  .about-one__image .col-md-7 {
    width: 50%;
  }
}
.about-one__image__one {
  position: relative;
}

.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 119px;
}

.about-one__image__one img + img {
  margin-top: 16px;
}

.about-one__image__one svg {
  width: 178px;
  height: 30px;
  stroke-width: 2px;
  stroke: var(--trevlo-base, #FF5956);
  position: absolute;
  left: 10px;
  bottom: -23px;
  fill: transparent;
  animation: zumpTop 3s infinite linear;
}

@media (max-width: 767px) {
  .about-one__image__one svg {
    display: none;
  }
}
.about-one__image__two {
  position: relative;
}

.about-one__image__two svg {
  width: 163px;
  height: 75px;
  stroke-width: 2px;
  stroke: var(--trevlo-base, #FF5956);
  position: absolute;
  left: 0;
  top: -28px;
  fill: transparent;
  animation: zumpBottom 3s infinite linear;
}

@media (max-width: 767px) {
  .about-one__image__two svg {
    display: none;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 135px;
}

.about-one__image__two__shape {
  position: absolute;
  bottom: -147px;
  left: -100px;
}

.about-one__image__two__shape img {
  border-radius: 0;
  animation: zoomBig 3s linear infinite;
}

@keyframes zoomBig {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-one__counter {
  position: absolute;
  z-index: 2;
  left: -28px;
  bottom: -44px;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-one__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 -6px;
}

.about-one__counter__number .count-text {
  font-size: 30px;
}

.about-one__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  font-size: 31px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}

.about-one__content {
  position: relative;
}

@media (max-width: 991px) {
  .about-one__content {
    padding: 40px 0 0;
  }
}
.about-one__content__text {
  margin: 0 0 40px;
}

.about-one__content .trevlo-btn {
  margin-top: 30px;
}

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

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

.about-one__box {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 76px;
  padding: 0 0 0 97px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about-one__box {
    display: block;
    padding: 0;
  }
}
.about-one__box__icon {
  width: 76px;
  height: 76px;
  background-color: var(--trevlo-base, #FF5956);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
}

@media (max-width: 767px) {
  .about-one__box__icon {
    position: relative;
    margin-bottom: 18px;
  }
}
.about-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, #FF5956);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

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

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

.about-one__box__icon .icon-friendly-Guide {
  font-size: 50px;
}

.about-one__box:hover .about-one__box__icon span {
  transform: scale(0.95);
}

.about-one__box:hover .about-one__box__icon::before {
  top: 100%;
}

.about-one__box:hover .about-one__box__icon::after {
  bottom: -50%;
}

.about-one__box__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  min-width: 110px;
}

.about-one__box__text {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0 5px 35px;
  margin: 0 0 0 42px;
  border-left: 1px solid var(--trevlo-white3, #EBE6DE);
}

@media (max-width: 767px) {
  .about-one__box__text {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.about-two {
  position: relative;
  padding: 114px 0 0;
}

@media (max-width: 767px) {
  .about-two {
    padding-top: 80px;
  }
}
.about-two__image {
  position: relative;
  max-width: 580px;
  text-align: right;
}

.about-two__image__one {
  position: absolute;
  z-index: 2;
  left: -7px;
  top: -34px;
  border: 31px solid var(--trevlo-white, #ffffff);
  border-radius: 203px;
  display: inline-block;
}

.about-two__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 203px;
}

@media (max-width: 767px) {
  .about-two__image__one {
    display: none;
  }
}
.about-two__image__two {
  position: relative;
  display: inline-block;
}

.about-two__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.about-two__image__two svg {
  width: 196px;
  height: 76px;
  stroke-width: 2px;
  stroke: var(--trevlo-base, #FF5956);
  position: absolute;
  left: -39px;
  bottom: -28px;
  fill: transparent;
  animation: zumpLeftBottom 3s infinite linear;
}

@media (max-width: 767px) {
  .about-two__image__two svg {
    display: none;
  }
}
@keyframes zumpLeftBottom {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25%, 75% {
    transform: translateY(-5px) translateX(5px);
  }
  50% {
    transform: translateY(-10px) translateX(10px);
  }
}
.about-two__image__content {
  position: absolute;
  left: 55px;
  bottom: 48px;
  z-index: 1;
  border-radius: 16px;
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 313px;
  text-align: left;
  padding: 29px 20px 28px 116px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__image__content {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-two__image__content {
    left: 0;
    bottom: -5px;
  }
}
.about-two__image__content img {
  width: 75px;
  position: absolute;
  left: 20px;
  top: 12px;
}

.about-two__image__content__title {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.about-two__content {
  position: relative;
}

@media (min-width: 1200px) {
  .about-two__content {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-top: 40px;
  }
}
.about-two__content .sec-title {
  margin-bottom: 20px;
}

.about-two__content__text {
  margin: 0 0 22px;
}

.about-two__content__heading {
  color: var(--trevlo-base, #FF5956);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}

@media (min-width: 1200px) {
  .about-two__content__heading {
    padding-right: 30px;
  }
}
.about-two__content__list {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

.about-two__content__list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
  padding-left: 36px;
  margin-bottom: 3px;
}

.about-two__content__list li span {
  color: var(--trevlo-base, #FF5956);
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

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

@media (max-width: 767px) {
  .about-three {
    padding: 80px 0;
  }
}
.about-three__content {
  position: relative;
}

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

.about-three__content__text {
  font-weight: 700;
  margin: 0 0 30px;
}

.about-three__content__quote {
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--trevlo-primary, #2D2330);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 34px;
  border-radius: 10px;
  padding: 22px 30px 23px 40px;
}

.about-three__content__list {
  margin: 0 0 41px;
  padding: 0;
  list-style: none;
}

.about-three__content__list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
  padding-left: 36px;
  margin-bottom: 4px;
}

.about-three__content__list li span {
  color: var(--trevlo-base, #FF5956);
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.about-three__image {
  position: relative;
}

@media (max-width: 1199px) {
  .about-three__image {
    margin: 30px auto 0;
    max-width: 680px;
  }
}
.about-three__image__one {
  position: relative;
  margin-left: 38px;
}

@media (max-width: 767px) {
  .about-three__image__one {
    margin: 0;
  }
}
.about-three__image__one img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.about-three__image__right {
  position: relative;
  margin-top: -307px;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .about-three__image__right {
    display: none;
  }
}
.about-three__image__two {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 335px;
  transform: rotate(6.371deg);
  text-align: center;
  margin-left: auto;
  padding: 12px 14px;
}

.about-three__image__two img {
  max-width: 100%;
  height: auto;
}

.about-three__counter {
  position: relative;
  margin-left: auto;
  z-index: 2;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -42px;
}

.about-three__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 -6px;
}

.about-three__counter__number .count-text {
  font-size: 30px;
}

.about-three__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  font-size: 31px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}

.about-three__info {
  z-index: 2;
  display: inline-block;
  max-width: 210px;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 10px;
  text-align: center;
  padding: 0 20px 17px;
  position: absolute;
  left: -96px;
  bottom: 65px;
}

@media (max-width: 991px) {
  .about-three__info {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-three__info {
    bottom: 0;
  }
}
.about-three__info__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid var(--trevlo-white, #ffffff);
  background-color: var(--trevlo-primary, #2D2330);
  font-size: 18px;
  color: var(--trevlo-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px auto 18px;
}

.about-three__info__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.about-three__info:hover .about-three__info__icon span {
  transform: rotateY(360deg);
}

.about-three__info__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 15.493px;
  line-height: 23.24px;
  margin: 0 0 15px;
}

.about-three__info__text {
  color: var(--trevlo-white, #ffffff);
  font-size: 12.395px;
  line-height: 1;
  margin: 0 0 4px;
}

.about-three__info__number {
  color: var(--trevlo-white, #ffffff);
  font-size: 18.592px;
  line-height: 22.781px;
  margin: 0;
}

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

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

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

/*-----------------------------------------
# About Four
-----------------------------------------*/
.about-four {
  background-color: var(--trevlo-white, #ffffff);
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .about-four {
    padding: 80px 0 100px;
  }
}
.about-four__img-column {
  order: 0;
}

@media (max-width: 991px) {
  .about-four__img-column {
    order: 1;
  }
}
.about-four__content-column {
  order: 1;
}

@media (max-width: 991px) {
  .about-four__content-column {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .about-four__content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-four__content {
    padding-left: 0px;
  }
}
.about-four__img-box {
  display: flex;
  align-items: flex-end;
  gap: 21px;
}

.about-four__inner-img-box-one {
  max-width: 245px;
  position: relative;
  z-index: 1;
}

.about-four__img-one {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}

.about-four__shape-one {
  position: absolute;
  top: -50px;
  right: -127px;
  z-index: -1;
  animation: zumpTop 3s infinite linear;
}

.about-four__shape-two {
  width: 165px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  margin: auto;
  z-index: -1;
  animation: zumpTop 3s infinite linear;
}

@media (max-width: 412px) {
  .about-four__shape-two {
    width: 130px;
  }
}
.about-four__inner-img-box-two {
  max-width: 245px;
  position: relative;
  z-index: 1;
}

.about-four__img-two {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}

.about-four__discount {
  padding: 15px;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  max-width: 244.931px;
  height: 213.973px;
  border-radius: 116.092px;
  background-color: var(--trevlo-base, #FF5956);
}

@media (max-width: 500px) {
  .about-four__discount {
    top: -130px;
  }
}
@media (max-width: 425px) {
  .about-four__discount {
    top: -120px;
  }
}
@media (max-width: 375px) {
  .about-four__discount {
    top: -110px;
  }
}
.about-four__discount-inner {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 500px) {
  .about-four__discount-inner {
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .about-four__discount-inner {
    margin-top: 15px;
  }
}
.about-four__discount-percentage {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: var(--trevlo-size-9xl, 45px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .about-four__discount-percentage {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-percentage {
    font-size: 35px;
  }
}
.about-four__discount-percentage span {
  font-size: 33px;
}

@media (max-width: 500px) {
  .about-four__discount-percentage span {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-percentage span {
    font-size: 20px;
  }
}
.about-four__discount-title {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 47px;
  color: var(--trevlo-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .about-four__discount-title {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-title {
    font-size: 30px;
  }
}
.about-four__content {
  position: relative;
}

.about-four__content .sec-title {
  margin-bottom: 19px;
}

.about-four__text {
  margin-bottom: 30px;
}

.about-four__service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 425px;
}

@media (max-width: 767px) {
  .about-four__service {
    display: block;
  }
}
.about-four__service-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .about-four__service-box {
    margin-top: 25px;
  }
}
.about-four__service-icon {
  position: relative;
  width: 76px;
  height: 76px;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
}

.about-four__service-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-primary, #2D2330);
}

.about-four__service-icon span {
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
}

.about-four__service-box:hover .about-four__service-icon::after {
  transform: scale(1);
}

.about-four__service-title {
  font-size: var(--trevlo-size-4xl, 20px);
  line-height: 1.5;
}

.about-four__service-title br {
  display: block;
}

.about-four__progress {
  margin: 38px 0 49px;
}

.about-four__btn span {
  color: var(--trevlo-white, #ffffff);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
/*-----------------------------------------
# Why Choose One
-----------------------------------------*/
.why-choose-one {
  position: relative;
  background-color: var(--trevlo-primary, #2D2330);
  padding: 120px 0;
}

@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0;
  }
}
.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--trevlo-primary, #2D2330);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.why-choose-one .sec-title__title {
  color: var(--trevlo-white, #ffffff);
}

.why-choose-one__text {
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.6);
  margin: 12px 110px 30px 50px;
}

@media (max-width: 1199px) {
  .why-choose-one__text {
    margin: 12px 0 0 0;
  }
}
@media (max-width: 991px) {
  .why-choose-one__text {
    margin: -30px 0 50px;
  }
}
.why-choose-one__box {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.1);
  padding: 25px 29px 24px;
  overflow: hidden;
  transition-duration: 700ms;
}

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

.why-choose-one__box:hover {
  border-color: var(--trevlo-white, #ffffff);
}

.why-choose-one__box:hover .why-choose-one__box__title {
  color: var(--trevlo-primary, #2D2330);
}

.why-choose-one__box:hover::after {
  bottom: -50%;
  visibility: visible;
  opacity: 1;
}

.why-choose-one__box__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(15px);
  z-index: -1;
}

.why-choose-one__box:hover .why-choose-one__box__bg {
  background: var(--trevlo-white, #ffffff);
}

.why-choose-one__box__icon {
  font-size: 64px;
  color: var(--trevlo-base, #FF5956);
  line-height: 64px;
  margin-bottom: 7px;
}

.why-choose-one__box__icon span {
  display: inline-block;
}

.why-choose-one__box__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 20px;
  transition-duration: 500ms;
  margin: 0;
}

.why-choose-one__box:hover .why-choose-one__box__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;
}

@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*-----------------------------------------
# Why Choose Two
-----------------------------------------*/
.why-choose-two {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .why-choose-two {
    padding: 80px 0;
  }
}
.why-choose-two__content {
  position: relative;
}

@media (min-width: 1200px) {
  .why-choose-two__content {
    padding-right: 45px;
  }
}
.why-choose-two .sec-title {
  margin-bottom: 20px;
}

.why-choose-two__text {
  font-weight: 500;
  margin-bottom: 28px;
}

.why-choose-two__progress {
  margin-bottom: 40px;
  max-width: 500px;
}

.why-choose-two__box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: 480px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .why-choose-two__box-wrapper {
    display: block;
  }
}
.why-choose-two__box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .why-choose-two__box {
    max-width: 260px;
    margin-top: 20px;
  }
}
.why-choose-two__box__icon {
  position: relative;
  width: 82px;
  height: 82px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
  font-size: 40px;
  color: var(--trevlo-base, #FF5956);
  transition: all 0.5s ease;
}

.why-choose-two__box__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-primary, #2D2330);
  background-color: var(--trevlo-base, #FF5956);
}

.why-choose-two__box__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.why-choose-two__box:hover .why-choose-two__box__icon {
  border-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.why-choose-two__box:hover .why-choose-two__box__icon::after {
  transform: scale(1);
}

.why-choose-two__img {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

@media (max-width: 500px) {
  .why-choose-two__img {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .why-choose-two__img {
    gap: 10px;
  }
}
.why-choose-two__img__one {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 500px) {
  .why-choose-two__img__one {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .why-choose-two__img__one {
    gap: 15px;
  }
}
.why-choose-two__img__one img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.why-choose-two__img__two {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 500px) {
  .why-choose-two__img__two {
    gap: 20px;
  }
}
@media (max-width: 375px) {
  .why-choose-two__img__two {
    gap: 15px;
  }
}
.why-choose-two__img__two img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

/*-----------------------------------------
# Why Choose Three
-----------------------------------------*/
.why-choose-three {
  position: relative;
  background-color: var(--trevlo-white2, #FAF5EE);
}

.why-choose-three__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: zumpRight 3s infinite linear;
}

.why-choose-three__content {
  position: relative;
  z-index: 1;
  padding: 89px 0 120px;
}

@media (max-width: 991px) {
  .why-choose-three__content {
    padding: 89px 0 90px;
  }
}
@media (max-width: 767px) {
  .why-choose-three__content {
    padding: 49px 0 50px;
  }
}
.why-choose-three__content .sec-title {
  margin-bottom: 20px;
}

.why-choose-three__content__text {
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
  opacity: 0.6;
  max-width: 505px;
  margin: 0 0 30px;
}

.why-choose-three__box-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -300px;
  gap: 30px;
}

@media (max-width: 1199px) {
  .why-choose-three__box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .why-choose-three__box-wrapper {
    display: block;
  }
}
.why-choose-three__box {
  position: relative;
  border-radius: 13px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  background: var(--trevlo-white, #ffffff);
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 17px 29px 28px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .why-choose-three__box {
    margin-top: 50px;
  }
}
.why-choose-three__box__icon {
  width: 82px;
  height: 82px;
  background-color: var(--trevlo-base, #FF5956);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  margin: -45px 0 16px;
  overflow: hidden;
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
}

.why-choose-three__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.why-choose-three__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.why-choose-three__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-three__box:hover .why-choose-three__box__icon span {
  transform: scale(0.95);
}

.why-choose-three__box:hover .why-choose-three__box__icon::before {
  top: 100%;
}

.why-choose-three__box:hover .why-choose-three__box__icon::after {
  bottom: -50%;
}

.why-choose-three__box__title {
  font-size: 20px;
  margin: 0 0 9px;
}

.why-choose-three__box__text {
  font-weight: 700;
  margin: 0;
}

.why-choose-three__image {
  position: relative;
  text-align: right;
  margin-top: -105px;
}

@media (max-width: 1199px) {
  .why-choose-three__image {
    margin: 0;
    text-align: left;
  }
}
.why-choose-three__image img {
  border-radius: 50px 0px 0px 0px;
  max-width: 100%;
  height: auto;
  min-height: 800px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .why-choose-three__image img {
    border-radius: 0;
    width: 100%;
    min-height: auto;
  }
}
/*--------------------------------------------------------------
# Offer
--------------------------------------------------------------*/
/*-----------------------------------------
# Offer One
-----------------------------------------*/
.offer-one {
  position: relative;
  z-index: 1;
  padding-top: 58px;
  padding-bottom: 66px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1399px) {
  .offer-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .offer-one {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .offer-one {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .offer-one {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.offer-one .container {
  position: relative;
  z-index: 1;
}

.offer-one__content {
  position: relative;
  top: 30px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .offer-one__content {
    top: 0;
  }
}
@media (max-width: 991px) {
  .offer-one__content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.offer-one__top-title {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: var(--trevlo-size-7xl, 30px);
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin-bottom: 10px;
}

.offer-one__heading {
  color: var(--trevlo-white, #ffffff);
}

.offer-one__text {
  color: var(--trevlo-white, #ffffff);
  margin-top: 22px;
  margin-bottom: 32px;
}

.offer-one__inner-img-box {
  position: relative;
  width: 100%;
  max-width: 467px;
  margin-left: auto;
  z-index: 1;
}

@media (max-width: 1599px) {
  .offer-one__inner-img-box {
    margin-right: 70px;
  }
}
@media (max-width: 1399px) {
  .offer-one__inner-img-box {
    margin-right: 100px;
  }
}
@media (max-width: 1199px) {
  .offer-one__inner-img-box {
    max-width: 367px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .offer-one__inner-img-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .offer-one__inner-img-box {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .offer-one__inner-img-box {
    max-width: 270px;
  }
}
.offer-one__img-one {
  width: 467px;
  height: 467px;
  border-radius: 50%;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .offer-one__img-one {
    width: 367px;
    height: 367px;
  }
}
@media (max-width: 480px) {
  .offer-one__img-one {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 360px) {
  .offer-one__img-one {
    width: 270px;
    height: 270px;
  }
}
.offer-one__img-two {
  position: absolute;
  left: -92px;
  bottom: -8px;
  width: 244px;
  height: 244px;
  border-radius: 50%;
  border: 6px solid var(--trevlo-white, #ffffff);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));
  z-index: 11;
}

@media (max-width: 1199px) {
  .offer-one__img-two {
    left: -40px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .offer-one__img-two {
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .offer-one__img-two {
    width: 140px;
    height: 140px;
    left: -20px;
  }
}
@media (max-width: 375px) {
  .offer-one__img-two {
    width: 120px;
    height: 120px;
    left: -15px;
  }
}
.offer-one__img-three {
  position: absolute;
  right: -170px;
  bottom: 2px;
  z-index: 11;
  animation: zumpTop 3s infinite linear;
}

@media (max-width: 1399px) {
  .offer-one__img-three {
    right: -110px;
  }
}
@media (max-width: 1199px) {
  .offer-one__img-three {
    right: -40px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .offer-one__img-three {
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .offer-one__img-three {
    right: -20px;
    max-width: 150px;
  }
}
@media (max-width: 375px) {
  .offer-one__img-three {
    right: -12px;
    max-width: 140px;
  }
}
.offer-one__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .offer-one__shape-one {
    display: none;
  }
}
.offer-one__shape-two {
  position: absolute;
  right: 11%;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .offer-one__shape-two {
    display: none;
  }
}
.offer-one__bottom-bg {
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  bottom: 0;
  right: -10px;
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  animation: leftToRight 3s linear infinite;
}

@media (max-width: 991px) {
  .offer-one__bottom-bg {
    background-image: none !important;
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
/*-----------------------------------------
# Counter One
-----------------------------------------*/
.counter-box {
  text-align: center;
  position: relative;
}

.counter-box__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  color: var(--trevlo-white, #ffffff);
  transition: all 400ms ease;
}

.counter-box__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-primary, #2D2330);
}

.counter-box:hover .counter-box__icon::after {
  transform: scale(1);
}

.counter-box__inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  margin-bottom: 4px;
  margin-top: 19px;
}

.counter-box__count-text {
  margin-bottom: 0;
}

.counter-box__title {
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

.counter-box::after {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--trevlo-white3, #EBE6DE);
}

.counter-box--no-border::after {
  display: none;
}

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

.counter-one__bg-box {
  position: relative;
  z-index: 1;
  background-color: var(--trevlo-white2, #FAF5EE);
  height: 231px;
}

@media (max-width: 575px) {
  .counter-one__bg-box {
    height: 146px;
  }
}
.counter-one__main-content {
  position: relative;
  top: -106px;
  z-index: 11;
}

@media (max-width: 575px) {
  .counter-one__main-content {
    top: -66px;
  }
}
.counter-one__container {
  position: relative;
  padding: 52px 15px 49px;
  background-color: var(--trevlo-white, #ffffff);
  box-shadow: var(--trevlo-shadow-one, 0px 16px 60px 0px rgba(0, 0, 0, 0.05));
  border-radius: 20px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .counter-one__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .counter-one__container .row > * {
    width: 100%;
  }
}
/*-----------------------------------------
# Counter Two
-----------------------------------------*/
.counter-two {
  position: relative;
  padding: 120px 0;
  background-color: var(--trevlo-base, #FF5956);
}

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

.counter-two__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
}

@keyframes cloudMove3 {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.counter-two__box {
  position: relative;
  z-index: 2;
  padding: 5px 0 0 121px;
  min-height: 100px;
}

.counter-two__box__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--trevlo-white, #ffffff);
  font-size: 48px;
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 0.22);
  transition: all 0.4s ease;
}

.counter-two__box__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.counter-two__box:hover .counter-two__box__icon {
  background-color: rgba(var(--trevlo-primary-rgb, 45, 35, 48), 1);
}

.counter-two__box:hover .counter-two__box__icon span {
  transform: rotateY(360deg);
}

.counter-two__box__title {
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 6px;
}

.counter-two__box__number {
  font-size: 45px;
  color: var(--trevlo-white, #ffffff);
  margin: 0;
  display: flex;
}

/*-----------------------------------------
# Counter Three
-----------------------------------------*/
.counter-three {
  position: relative;
  padding: 150px 0 120px;
  overflow: hidden;
  background-color: var(--trevlo-primary, #2D2330);
}

@media (max-width: 767px) {
  .counter-three {
    padding: 90px 0 80px;
  }
}
@media (max-width: 1199px) {
  .counter-three {
    text-align: center;
  }
}
.counter-three__shape-top {
  position: absolute;
  left: 0;
  top: -58px;
  width: 100%;
  height: 84px;
  background-color: var(--trevlo-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.counter-three__shape-bottom {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
  height: 84px;
  background-color: var(--trevlo-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M-3.75 66.0306C-2.72608 57.7776 32.0178 58.1868 37.8629 58.2891C52.6677 60.6763 69.3499 56.0042 83.6853 59.6873C94.309 62.6543 103.695 66.3716 114.746 66.0306C124.004 59.0394 134.03 67.3947 142.905 64.9052C149.048 63.5751 154.894 57.607 161.165 60.1307C163.299 59.7214 163.981 59.9261 165.859 59.0394C167.096 59.3122 167.693 60.0284 169.272 56.3793C173.41 59.5509 183.223 56.1747 187.49 56.2429C193.548 55.0152 198.284 56.0724 203.66 59.2099C208.95 61.8017 211.297 66.9173 217.953 62.1428C222.347 65.7236 239.2 65.2803 243.552 61.3925C245.984 56.0383 244.576 57.8116 245.685 56.1065C247.05 54.5036 249.994 54.332 253.066 54.5707C261.599 50.035 276.191 49.2847 285.748 53.4794C298.505 49.8985 313.779 47.1703 326.237 52.8996C330.504 52.7291 330.717 54.8094 335.197 60.5047C338.567 66.9843 342.62 57.0614 346.247 58.2209C352.391 57.607 363.313 58.4596 368.774 59.0052C374.193 63.0294 374.491 61.9722 381.062 64.0867C394.971 66.0988 409.136 63.4387 422.362 65.5531C431.066 67.5311 441.646 63.9161 450.649 65.9964C461.998 77.5234 478.68 49.6873 487.298 59.8842C490.413 63.1923 492.162 68.7852 496.599 65.4772C499.202 64.6587 501.719 67.6939 504.322 68.6829C514.135 69.5696 519.639 62.0327 528.982 65.6136C533.462 58.8611 538.027 63.9084 542.507 65.7159C548.48 67.2506 556.544 66.1592 562.304 66.0569C566.741 69.8765 569.258 67.7962 574.25 71.1383C578.175 73.1163 582.1 69.4673 586.068 71.5476C597.332 72.1955 609.022 64.2153 620.499 69.5014C629.843 73.0822 639.912 75.9128 649.639 75.1966C648.274 65.1702 684.411 76.7995 692.049 69.5696C703.781 64.6246 715.216 74.003 726.735 73.9689C736.591 83.1086 746.063 71.9227 756.217 75.4354C763.47 77.1746 768.249 77.1064 774.734 73.4915C778.403 70.6609 776.398 71.2406 780.536 71.5135C781.688 62.4419 783.864 70.4221 785.187 71.5476C791.458 67.1823 798.712 73.8325 804.855 71.4111C809.335 74.2417 812.834 72.1955 816.631 76.4243C823.543 74.8556 830.625 80.1416 838.774 81.267C850.251 81.0624 861.686 78.7775 872.48 82.8358C881.525 86.4166 891.509 79.7665 900.34 79.3572C905.161 75.64 906.313 77.7544 910.366 76.5949C912.628 77.1746 914.42 71.4111 916.98 75.3671C923.081 77.4133 929.31 78.2659 935.454 75.4694C941.341 69.6037 947.613 78.0954 953.458 75.6741C960.242 85.871 965.789 72.0932 972.359 71.4793C984.391 73.6279 997.403 75.1625 1009.56 71.5816C1014.47 72.7753 1020.4 71.1383 1025.14 71.1724C1030.26 71.0701 1030.85 66.9777 1034.78 64.5563C1042.88 58.6223 1057.22 68.9898 1066.35 63.8743C1070.96 66.3638 1073.52 58.6906 1078.55 61.8622C1087.13 59.4408 1086.32 60.8732 1092.72 56.8149C1099.84 50.2329 1114.01 55.4507 1121.26 57.4628C1126.98 63.6696 1129.67 60.3616 1132.27 62.2714C1134.96 63.0899 1135.17 66.8413 1140.2 70.729C1144.43 71.4452 1147.88 79.3913 1153.6 77.4474C1160.09 81.1647 1164.31 75.5376 1169.22 75.6058C1176.98 68.5464 1188.8 74.5145 1196.99 75.4353C1208.3 77.3792 1219.6 74.2076 1230.95 75.4353C1238.97 71.2747 1246.99 75.1625 1255.02 75.4353C1259.5 74.9238 1267.77 77.2769 1267.6 71.8545C1275.79 68.9557 1285.31 70.5244 1293.67 71.2406C1294.31 67.1823 1292.95 63.1922 1293.97 62.1691C1301.82 65.2725 1309.24 55.4166 1317.39 57.8379C1323.11 56.8148 1328.91 63.0558 1334.63 57.9403C1347.68 56.3033 1360.78 61.0437 1373.84 57.9403C1379 57.2923 1382.33 57.0536 1386.77 55.8258C1393.51 53.575 1397.73 47.6751 1405.62 52.1086C1412.83 50.7103 1420 54.1207 1427 53.0976C1435.49 53.1658 1432.67 50.2329 1438.69 50.0283C1442.96 45.3561 1451.62 52.3814 1456.23 50.1647C1464.16 56.9853 1472.22 46.0723 1480.16 50.1306C1486.99 52.245 1487.46 51.8016 1492.62 55.894C1497.82 53.0635 1505.2 57.9402 1511.48 59.8841C1518.35 63.6696 1523.85 58.5882 1530.72 62.2373C1535.33 61.0436 1537.12 67.3528 1541.68 62.476C1544.93 62.8852 1546.21 60.9754 1548.98 57.2582C1552.01 49.6531 1553.08 53.6091 1556.96 55.9281C1561.48 54.1889 1566.05 57.8379 1570.61 55.9622C1575.73 59.9523 1580.85 50.4716 1585.97 55.9622C1590.92 53.0975 1598.6 56.2692 1603.04 56.1669C1607.26 57.9402 1609.99 56.8489 1614.47 51.5629C1619.76 49.278 1622.15 45.1514 1627.78 51.5288C1639 55.9963 1645.83 58.2813 1659.18 61.828C1668.19 59.509 1677.19 65.1019 1686.23 61.828C1694.04 60.0546 1700.06 68.8533 1707.57 63.806C1713.62 64.454 1719.98 62.7147 1726.25 63.8401C1732.27 62.9875 1738.28 59.5431 1744.26 63.806C1748.27 63.7037 1754.75 61.6575 1758.21 65.6476C1767.77 73.4914 1773.91 74.3099 1784.7 75.5035C1790.08 75.9809 1795.54 79.8346 1800.79 75.9468C1805.06 72.1272 1809.37 77.4815 1813.72 79.4936C1824.13 82.3924 1836.67 80.6531 1842.9 73.5937C1850.84 64.9655 1861.67 65.4089 1874.47 65.784C1880.57 69.1261 1885.52 63.6696 1891.32 63.806C1892.73 67.4551 1895.08 65.6135 1896.32 64.0106C1898.66 63.7037 1898.24 63.3285 1900.03 61.18C1909.54 55.4507 1919.31 54.3934 1927.63 63.8401C1927.63 63.6355 1930.66 51.2218 1933.69 43.4463C1936.72 33.8291 1939.75 23.905 1939.75 23.0183C1932.5 26.8038 1925.29 34.1701 1917.61 34.9204C1913.3 33.454 1903.57 38.3989 1899.3 34.8181C1892.52 33.7609 1888.21 27.6905 1881.98 31.9193C1875.41 29.0887 1868.76 27.213 1862.36 32.158C1855.4 34.4771 1850.67 47.334 1843.07 40.5816C1831.85 40.7521 1824.94 41.7411 1816.06 47.982C1806.89 54.3253 1792.64 47.7433 1782.23 43.685C1772.72 42.696 1762.65 37.6487 1752.71 42.7642C1742.72 40.718 1732.87 41.4001 1723.78 39.7972C1713.16 32.2263 1702.79 28.7818 1690.67 31.2373C1679.62 32.9765 1669.89 36.8643 1658.54 30.7939C1653.3 36.4551 1649.33 31.0667 1644.08 29.0205C1632.56 27.3836 1622.02 25.6443 1611.06 22.916C1602.27 20.7675 1597.36 10.7411 1589 11.6619C1582.77 2.21526 1575.69 15.7884 1569.33 11.5596C1562.76 14.2538 1557.77 10.5024 1550.9 7.26257C1545.05 12.3781 1538.78 5.31868 1532.89 7.46719C1521.5 6.78512 1504.65 4.67072 1494.54 9.78623C1491.34 7.16026 1489.42 7.53539 1485.71 14.9358C1481.18 14.9017 1475.34 10.366 1470.65 15.1746C1464.76 15.1746 1462.41 22.1317 1456.82 19.1988C1454.13 22.7455 1451.66 19.5057 1448.97 19.4716C1447.78 19.608 1445.39 16.4705 1443.47 23.564C1438.73 23.8027 1432.25 20.0855 1427.17 26.4287C1422.95 28.9182 1419.15 33.5904 1414.75 28.3044C1409.55 24.0756 1408.14 18.278 1401.87 21.1086C1397.99 21.927 1395.6 23.6322 1392.82 27.0767C1386.64 34.7499 1377.55 27.8269 1370.13 28.8841C1355.36 31.5783 1340.47 35.091 1325.71 28.8842C1321.96 30.0437 1319.01 28.6113 1315.43 29.6344C1310.01 34.7158 1310.31 32.0558 1304.25 34.9205C1294.1 34.4089 1283.43 28.2362 1273.06 32.7037C1267.35 39.7631 1262.53 33.3176 1256.72 34.7499C1253.22 31.8853 1248.79 32.2263 1245.59 35.3638C1241.58 38.5695 1243.33 40.8204 1241.11 44.1625C1237.27 47.7774 1223.7 48.5959 1216.62 46.3451C1210.3 39.1152 1203.99 42.1845 1197.63 46.3792C1188.42 49.4144 1181.59 47.4364 1173.87 42.0822C1169.3 31.2032 1167.17 39.1834 1162.3 36.5915C1157.78 38.7742 1154.8 30.9645 1150.74 32.2263C1143.75 27.5541 1134.79 32.4991 1125.53 26.3605C1116.23 24.4507 1106.58 21.7566 1098.18 26.9062C1087.68 25.2692 1076.97 28.1339 1066.95 28.8501C1061.87 34.4089 1062.13 32.8743 1056.58 30.6917C1051.2 31.6466 1048.9 32.2945 1044.46 34.3407C1037.04 27.5541 1027.61 29.498 1019.8 34.6818C1012.29 32.3627 1004.66 34.4089 997.19 34.7841C987.121 37.5123 976.156 31.8512 965.234 30.9645C954.312 35.4661 943.475 37.6488 933.576 34.6477C930.504 38.8083 928.414 36.3187 925.683 40.0701C925.086 36.728 920.777 43.3781 920.435 44.0602C914.292 48.289 908.361 42.4232 902.687 42.6279C895.007 40.7181 888.735 46.311 881.823 38.5696C876.704 36.7621 871.669 34.102 865.269 29.1911C858.23 28.4408 852.128 29.1911 845.857 31.3737C839.457 31.8171 836.257 31.6466 831.094 27.5883C828.065 22.6433 828.065 20.8358 823.671 25.5421C819.148 22.3363 814.54 36.421 810.061 32.9425C803.917 36.0118 796.493 33.1471 789.795 34.2725C780.707 32.431 771.321 24.4508 761.849 32.431C752.377 34.4089 742.863 30.0096 733.604 32.772C729.85 27.2472 721.829 37.717 718.714 32.9766C715.6 35.2274 715.77 35.2615 712.528 40.8204C709.285 49.9601 702.672 49.8237 698.662 42.662C693.073 42.5597 689.574 42.6279 683.644 40.5817C676.689 33.113 669.521 40.1724 662.61 40.3771C655.484 39.7973 651.09 40.8204 644.434 44.1625C634.578 47.7093 628.904 42.321 621.395 38.058C616.958 32.8061 616.318 35.6367 611.155 33.8633C607.785 29.464 604.926 33.6587 601.47 29.2935C595.54 31.1009 587.817 24.0415 581.588 28.9524C575.445 27.1449 571.733 30.3166 566.271 31.0668C562.389 29.9755 560.298 35.2957 557.312 28.5091C552.448 21.5179 552.405 33.5905 546.56 24.9623C539.222 31.442 531.5 24.9623 524.118 25.0305C520.406 21.3133 516.14 26.4629 512.471 24.9623C506.626 24.2803 509.356 26.2242 504.791 28.5091C499.287 33.42 493.954 37.8534 486.829 30.8963C481.581 35.1592 476.333 32.4992 471.085 30.8963C466.99 29.9414 462.68 31.3397 458.67 30.5553C454.873 33.0789 451.203 28.1339 447.15 26.4288C443.14 21.6543 438.83 27.3155 434.82 24.3485C427.652 26.2924 422.276 18.0734 415.151 15.6862C408.026 6.81932 400.133 15.3452 392.837 15.0382C387.078 11.014 382.854 24.9931 377.051 18.8545C373.468 28.3012 369.926 16.7742 366.513 17.5586C364.294 18.0019 361.905 9.5784 359.388 14.387C357.212 11.5564 354.609 19.7412 352.348 14.6939C345.308 15.4101 343.047 14.8644 337.714 8.69171C326.408 3.16697 313.182 -4.16526 299.187 2.92824C291.892 1.63232 284.638 3.40569 277.343 2.92825C267.402 -0.550299 257.461 4.08776 247.562 2.99646C237.621 -0.0387458 227.68 2.92825 217.782 2.96235C211.894 4.36059 207.884 6.50911 202.551 4.94035C198.497 6.47501 193.89 1.80284 189.794 4.76984C182.242 2.79184 171.746 1.12078 165.432 10.3287C162.659 13.6367 161.891 17.6609 159.501 14.9327C157.965 12.7841 156.43 14.7962 154.936 18.5476C152.376 23.4585 151.224 26.4255 151.566 24.5498C143.502 30.9954 121.145 16.0955 108.687 19.6763C99.6847 20.9041 90.8104 23.2572 81.1681 21.0405C75.7922 18.0394 73.019 23.8028 68.1125 24.7577C61.1155 25.9173 52.5397 22.0636 45.4145 25.0988C35.6016 26.7016 25.9166 20.8018 16.2316 24.1439C6.5465 24.4167 -3.13843 26.0878 -12.9941 23.1549C-13.2501 24.6895 -3.75 64.6323 -3.75 66.0306Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.counter-three__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  mix-blend-mode: luminosity;
  opacity: 0.25;
}

.counter-three .sec-title__title,
.counter-three .sec-title__heading {
  color: var(--trevlo-white, #ffffff);
}

.counter-three .sec-title {
  margin-bottom: 21px;
}

.counter-three__text {
  max-width: 530px;
  color: rgba(var(--trevlo-white-rgb, 255, 255, 255), 0.6);
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199px) {
  .counter-three__text {
    margin: 0 auto;
  }
}
.counter-three__box {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 2px;
}

.counter-three__box__icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--trevlo-white, #ffffff);
  font-size: 48px;
  background-color: var(--trevlo-base, #FF5956);
  transition: all 0.4s ease;
  margin: 0 auto;
  overflow: hidden;
}

.counter-three__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-base, #FF5956);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.counter-three__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--trevlo-white, #ffffff);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.counter-three__box__icon span {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.counter-three__box:hover .counter-three__box__icon {
  color: var(--trevlo-base, #FF5956);
}

.counter-three__box:hover .counter-three__box__icon span {
  transform: rotateY(360deg);
}

.counter-three__box:hover .counter-three__box__icon::before {
  top: 100%;
}

.counter-three__box:hover .counter-three__box__icon::after {
  bottom: -50%;
}

.counter-three__box__number {
  font-size: 40px;
  color: var(--trevlo-white, #ffffff);
  margin: 20px 0 2px;
  display: flex;
  justify-content: center;
}

.counter-three__box__title {
  color: var(--trevlo-gray, #928496);
  font-weight: 700;
  margin: 0;
}

/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/
/*-----------------------------------------
# Guide One
-----------------------------------------*/
.guide-one {
  padding-top: 13px;
  background-color: var(--trevlo-white, #ffffff);
}

.guide-one.guide-one-carousel-page {
  padding-top: 120px;
}

@media (max-width: 575px) {
  .guide-one.guide-one-carousel-page {
    padding-top: 80px;
  }
}
/*-----------------------------------------
# Guide Page
-----------------------------------------*/
.guide-page {
  background-color: var(--trevlo-white, #ffffff);
}

.guide-page .guide-single__info {
  position: relative;
  position: absolute;
  z-index: 1;
  background-color: RGBA(var(--trevlo-primary-rgb, 45, 35, 48), 0.72);
}

.guide-page .guide-single__info::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, #FF5956);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
  transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
}

.guide-page .guide-single:hover .guide-single__info::after {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*-----------------------------------------
# Gallery Page
-----------------------------------------*/
.gallery-page {
  background-color: var(--trevlo-white, #ffffff);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  padding-bottom: 10px;
}

.cta-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #382b3c;
  height: 50px;
  content: "";
}

.cta-one__wrapper {
  position: relative;
  z-index: 2;
  background-color: var(--trevlo-base, #FF5956);
  border-radius: 30px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}

.cta-one__wrapper svg {
  position: absolute;
  left: 0;
  right: -84px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 100%;
  fill: var(--trevlo-white, #ffffff);
}

@media (max-width: 1199px) {
  .cta-one__wrapper svg {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .cta-one__wrapper svg {
    display: none;
  }
}
.cta-one__shape-one {
  position: absolute;
  left: 35%;
  top: 10%;
}

@media (max-width: 991px) {
  .cta-one__shape-one {
    display: none;
  }
}
.cta-one__shape-one img {
  max-width: 100%;
  height: auto;
  -webkit-animation: airTree 5s ease-in infinite;
  animation: airTree 5s ease-in infinite;
}

.cta-one__shape-two {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .cta-one__shape-two {
    display: none;
  }
}
.cta-one__shape-two img {
  max-width: 100%;
  height: auto;
  animation: carMove 4s linear 0s infinite;
}

@keyframes carMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-20px);
  }
  50% {
    transform: rotate(-15deg) translateX(-40px);
  }
}
.cta-one__shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cta-one__shape-three img {
  max-width: 100%;
  height: auto;
  animation: carMove2 4s linear 0s infinite;
}

@keyframes carMove2 {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-10px);
  }
  50% {
    transform: rotate(-10deg) translateX(-20px);
  }
}
.cta-one__content {
  position: relative;
  padding: 82px 0 80px 80px;
}

@media (max-width: 1199px) {
  .cta-one__content {
    padding-left: 30px;
  }
}
.cta-one__sub-title {
  color: var(--trevlo-white, #ffffff);
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 3px;
}

.cta-one__title {
  color: var(--trevlo-white, #ffffff);
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 39px;
}

@media (max-width: 991px) {
  .cta-one__title {
    font-size: 34px;
    line-height: 45px;
  }
}
.cta-one__counter {
  position: absolute;
  z-index: 2;
  left: 0;
  right: -42px;
  top: auto;
  bottom: 55px;
  margin: auto;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: zumpTop 3s infinite linear;
}

@media (max-width: 991px) {
  .cta-one__counter {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cta-one__counter {
    bottom: 0;
    top: 0;
    right: 0;
  }
}
.cta-one__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  margin: 0 0 -6px;
}

.cta-one__counter__number .count-text {
  font-size: 30px;
}

.cta-one__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--trevlo-white, #ffffff);
  font-size: 31px;
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}

.cta-one__thumb {
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  .cta-one__thumb {
    width: 100%;
  }
}
.cta-two {
  position: relative;
  background-color: var(--trevlo-base, #FF5956);
  padding: 76px 0 84px;
}

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

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

@media (max-width: 1199px) {
  .cta-two__title {
    font-size: 45px;
  }
}
.cta-two__btn {
  text-align: right;
  margin-top: 51px;
}

@media (max-width: 991px) {
  .cta-two__btn {
    text-align: left;
    margin-top: 31px;
  }
}
.cta-two .trevlo-btn::after {
  background-color: var(--trevlo-white, #ffffff);
}

.cta-three {
  position: relative;
  overflow: hidden;
  background-color: var(--trevlo-base, #FF5956);
}

.cta-three .row > * {
  padding: 0;
  margin: 0;
}

.cta-three__image {
  position: relative;
}

.cta-three__image img {
  width: 100%;
  height: 100%;
  min-height: 715px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .cta-three__image img {
    min-height: auto;
  }
}
.cta-three__content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--trevlo-base, #FF5956);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-three__content__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 75.7%;
  background-color: var(--trevlo-white, #ffffff);
  padding: 148px 155px;
  border-radius: 0 50px 0 0;
}

@media (max-width: 1499px) {
  .cta-three__content__inner {
    max-width: 82.7%;
    padding: 128px 90px;
  }
}
@media (max-width: 1199px) {
  .cta-three__content__inner {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-three__content__inner {
    position: relative;
    border-radius: 0;
    padding: 118px 90px;
  }
}
@media (max-width: 767px) {
  .cta-three__content__inner {
    padding: 75px 20px 90px;
  }
}
.cta-three__content__inner__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: repeat-x;
  animation: cloudMove3 70s linear 0s infinite;
  mix-blend-mode: difference;
  opacity: 0.05;
}

.cta-three__title {
  font-family: var(--trevlo-special-font, "Covered By Your Grace", cursive);
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 32px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .cta-three__title {
    font-size: 60px;
    margin: 0 0 15px;
  }
}
.cta-three__sub-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 29px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .cta-three__sub-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 18px;
  }
}
/*--------------------------------------------------------------
# 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, #FF5956);
}

@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, #2D2330);
  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, #FF5956);
}

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

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

.faq-page__faq .accrodion.active .accrodion-title h4::after {
  content: "\f068";
  background-color: var(--trevlo-base, #FF5956);
  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, #2D2330);
  font-weight: 500;
}

.login-page__notice span {
  font-weight: 700;
}

.login-page__notice a {
  font-weight: 700;
  color: var(--trevlo-base, #FF5956);
  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, #2D2330);
}

@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-secondary, #736D75);
  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, #FF5956);
}

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

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

/*-----------------------------------------
# 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, #FF5956);
  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-secondary, #736D75);
  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, #FF5956);
}

.tour-listing-details__destination-info-top {
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  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, #2D2330);
  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, #FF5956);
  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, #FF5956);
  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-secondary, #736D75);
  font-size: 14px;
  margin: 0 8px;
  transition: all 500ms ease;
  display: inline-block;
}

.tour-listing-details__social__list a:hover {
  color: var(--trevlo-base, #FF5956);
}

.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, #2D2330);
  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, #FF5956);
  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, #2D2330);
  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, #FF5956);
}

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

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

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

.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-secondary, #736D75);
  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, #FF5956);
}

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

.tour-listing-details__included-list-one li p {
  color: var(--trevlo-primary, #2D2330);
  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-secondary, #736D75);
  line-height: 18px;
}

.tour-listing-details__included-list-two li p {
  color: var(--trevlo-primary, #2D2330);
  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, #2D2330);
  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, #FF5956);
}

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

.tour-listing-details__faq .accrodion.active .accrodion-title h4::after {
  transform: rotate(180deg) translateY(50%);
  color: var(--trevlo-base, #FF5956);
}

.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-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, #2D2330);
  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, #FF5956);
}

.tour-listing-details__amenities-content-title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-secondary, #736D75);
  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, #FF5956);
  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-secondary, #736D75);
  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] {
  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-secondary, #736D75);
  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-secondary, #736D75) !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-secondary, #736D75);
}

@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-secondary, #736D75);
  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, #FF5956);
  color: var(--trevlo-white, #ffffff);
  border-color: var(--trevlo-base, #FF5956);
}

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

.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, #FF5956);
  margin-bottom: 0;
}

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

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

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

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

.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, #FF5956);
  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, #FF5956);
  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, #2D2330);
  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, #FF5956);
  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, #FF5956);
}

@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, #FF5956);
  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, #FF5956);
}

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

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

.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-secondary, #736D75);
  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-secondary, #736D75);
  background-color: var(--trevlo-white2, #FAF5EE);
  z-index: 1;
}

.product-details__social-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #FF5956);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: transform 300ms ease, opacity 300ms ease;
}

.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, #FF5956);
  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, #2D2330);
  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, #FF5956);
  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-secondary, #736D75);
  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, #FF5956);
}

.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, #FF5956);
  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, #FF5956);
  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, #2D2330);
}

.product__categories {
  padding-bottom: 14px;
}

.product__categories-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--trevlo-base, #FF5956);
  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, #FF5956);
}

.product__categories ul li a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  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, #FF5956);
}

.product__categories ul li a:hover {
  padding-left: 5px;
  color: var(--trevlo-base, #FF5956);
}

.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, #FF5956);
  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-secondary, #736D75);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}

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

.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-secondary, #736D75);
  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, #FF5956);
}

.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, #2D2330);
  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, #2D2330);
  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, #2D2330);
  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, #FF5956);
}

.cart-page__table-quantity {
  width: 150px;
  margin-left: 50px;
}

.cart-page__table-remove {
  display: block;
  color: var(--trevlo-primary, #2D2330);
  font-size: 16px;
}

.cart-page__table-remove:hover {
  color: var(--trevlo-base, #FF5956);
}

.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, #2D2330);
  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-secondary, #736D75);
  display: inline-block;
}

.cart-page__cart-total-amount--main {
  font-weight: 700;
  color: var(--trevlo-primary, #2D2330);
}

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

@media (max-width: 767px) {
  .checkout-page .notice-box {
    padding: 24px 20px;
  }
}
.checkout-page .notice-box a {
  color: var(--trevlo-base, #FF5956);
  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-secondary, #736D75);
  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, #FF5956);
  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-secondary, #736D75);
  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, #2D2330);
}

.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, #FF5956);
  border-color: var(--trevlo-base, #FF5956);
  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, #FF5956);
  width: 100%;
  height: auto;
  padding: 49px 40px 48px;
  min-height: 270px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.destination-one__offer::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}

.destination-one__offer: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, #FF5956);
  background-color: var(--trevlo-black, #000000);
  padding: 13px 24px;
}

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

.destination-one__offer .trevlo-btn::after {
  background-color: var(--trevlo-black, #000000);
}

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

.destination-details__overview-content li p:last-child {
  color: var(--trevlo-base, #FF5956);
}

.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, #2D2330);
  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, #2D2330);
  top: 2px;
}

.destination-details__faq .accrodion.active .accrodion-title h4::after {
  transform: rotate(180deg);
  color: var(--trevlo-base, #FF5956);
}

.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, #2D2330);
  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, #FF5956);
}

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

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

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

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

.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-secondary, #736D75);
  line-height: 1.875;
  font-weight: 700;
  margin-bottom: 0;
}

.post-info .post-tag__text:hover {
  color: var(--trevlo-base, #FF5956);
}

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

.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-secondary, #736D75);
  margin-right: 10px;
}

.sidebar-blog__search button[type=submit]:hover {
  color: var(--trevlo-base, #FF5956);
}

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

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

.sidebar-blog__categories li a {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-secondary, #736D75);
  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, #FF5956);
  font-size: 16px;
  margin-right: 10px;
}

.sidebar-blog__categories li a:hover {
  padding-left: 5px;
  color: var(--trevlo-base, #FF5956);
}

.sidebar-blog__categories li a:hover::before {
  color: var(--trevlo-base, #FF5956);
}

.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, #FF5956);
  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-secondary, #736D75);
}

.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-secondary, #736D75);
  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, #FF5956);
}

.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-secondary, #736D75);
  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-secondary, #736D75);
}

.service-sidebar__nav li a {
  font-size: 16px;
  color: var(--trevlo-secondary, #736D75);
  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, #928496);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*-----------------------------------------
# Main Footer
-----------------------------------------*/
.main-footer {
  position: relative;
  padding-top: 70px;
  background-color: #382b3c;
  z-index: 1;
}

.main-footer__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  min-height: 276px;
  z-index: -1;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.main-footer__top {
  margin-bottom: 73px;
}

@media (max-width: 575px) {
  .main-footer__top {
    margin-bottom: 50px;
  }
}
.main-footer__logo {
  max-width: 100%;
}

.main-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .main-footer__social {
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.main-footer__social-item + .main-footer__social-item {
  margin-left: 19.05px;
}

.main-footer__social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35.714px;
  height: 35.714px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--trevlo-white, #ffffff);
  background-color: rgba(157, 157, 157, 0.14);
  z-index: 1;
}

.main-footer__social-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--trevlo-base, #FF5956);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: transform 300ms ease, opacity 300ms ease;
}

.main-footer__social-link:hover::after {
  transform: scale(1);
}

.main-footer__line {
  margin-top: 22px;
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}

.main-footer__bottom {
  margin-top: 125px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--trevlo-black4, #241C26);
}

@media (max-width: 575px) {
  .main-footer__bottom {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-footer__bottom-inner {
  text-align: center;
}

.main-footer__copyright {
  font-weight: 400;
  color: var(--trevlo-gray, #928496);
  margin-bottom: 0;
}

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

@media (max-width: 1199px) {
  .footer-widget--contact {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .footer-widget--contact {
    padding-right: 0;
  }
}
.footer-widget__title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-white, #ffffff);
  line-height: 1.611;
  margin-bottom: 12px;
}

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

.footer-widget__links li + li {
  margin-top: 4px;
}

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

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

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

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

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

.footer-widget__info li a {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-gray, #928496);
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.footer-widget__address {
  font-size: var(--trevlo-size-2xl, 16px);
  color: var(--trevlo-gray, #928496);
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  margin-bottom: 11px;
}

.footer-widget__info li a {
  position: relative;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

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

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

.footer-widget__info span {
  font-size: 14px;
  color: var(--trevlo-base, #FF5956);
  margin-right: 15px;
}

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

.footer-widget--newsletter {
  position: relative;
}

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

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

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

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

.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-secondary, #736D75);
}

.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-secondary, #736D75);
}

.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-secondary, #736D75);
  margin-right: 10px;
}

.error-page__search-form button[type=submit]:hover {
  color: var(--trevlo-base, #FF5956);
}

.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-secondary, #736D75);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
}

.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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #2D2330);
  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, #FF5956);
  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, #2D2330);
}

.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, #241C26);
  z-index: -1;
}

.benefit-two__box__icon {
  width: 82px;
  height: 82px;
  background-color: var(--trevlo-base, #FF5956);
  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, #FF5956);
  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, #FF5956);
}

.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, #928496);
  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, #2D2330);
}

.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;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}

.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: 52.4%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .main-slider-two__image {
    display: none;
  }
}
.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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #2D2330);
  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, #241C26);
}

@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, #2D2330);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .tab-one__list li {
    padding: 12px 20px;
  }
}
.tab-one__list li span {
  color: var(--trevlo-base, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #2D2330);
}

/*--------------------------------------------------------------
# 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, #FF5956);
  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, #FF5956);
  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, #2D2330);
  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, #2D2330);
  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, #2D2330);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
  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, #FF5956);
}

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

@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, #FF5956);
  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);
}


/* Templates Custom
--------------------------------------------- */
.blog-sidebar__single.tag-sticky-2 .blog__card-content:before,
.blog-sidebar__single.sticky .blog__card-content:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--trevlo-base, #FF5956);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 8px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2 {
  color: var(--trevlo-white, #ffffff);
}

.blog-details__content > .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content {
  font-size: 16px;
  line-height: 2;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--trevlo-gray, #928496);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.blog-details__content blockquote:not([class*=has-]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: var(--trevlo-white2, #FAF5EE);
  border-left: 2px solid var(--trevlo-white2, #FAF5EE);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

blockquote {
  margin: 0 1.5em;
}

.blog-details__content blockquote:not([class*=has-])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--trevlo-secondary, #736D75);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}

.comment-content strong,
.blog-details__content strong {
  color: var(--trevlo-black, #000000);
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}

.post .blog-details__content p.has-large-font-size {
  font-size: 2.25em;
}

.post .blog-details__content p.has-small-font-size {
  font-size: 0.9125em;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.post-password-form label {
  font-weight: 600;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--trevlo-gray, #928496);
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--trevlo-black, #000000);
}

.blog-details__content .post-password-form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--trevlo-black, #000000);
}

.blog-details__content .post-password-form input[type=password] {
  width: 200px;
  height: 50px;
  background-color: var(--trevlo-white, #ffffff);
  color: var(--trevlo-secondary, #736D75);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.blog-details__content .post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background-color: var(--trevlo-black, #000000);
  color: var(--trevlo-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: 5px;
}

.blog-details__content .post-password-form input[type=submit]:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.post .blog-details__content > p {
  line-height: 2em;
  font-size: 15px;
}

.wp-block-cover-text strong {
  color: inherit;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.5em;
  margin-left: 0;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--trevlo-secondary, #736D75);
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--trevlo-secondary, #736D75);
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-archives-list li a {
  color: inherit;
  transition: all 500ms ease;
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: var(--trevlo-white2, #FAF5EE);
  border: 1px solid #eceae0;
  outline: none;
  color: var(--trevlo-secondary, #736D75);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 600;
  color: var(--trevlo-black, #000000);
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: var(--trevlo-secondary, #736D75);
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) {
  margin-top: -7px;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--trevlo-white2, #FAF5EE);
  width: 44px;
  height: 44px;
  color: var(--trevlo-secondary, #736D75);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--trevlo-secondary, #736D75);
}

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--trevlo-black, #000000);
  width: 44px;
  height: 44px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--trevlo-black, #000000);
  font-weight: 600;
}

.wp-block-search input[type=search] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: var(--trevlo-white2, #FAF5EE);
  color: var(--trevlo-secondary, #736D75);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--trevlo-white, #ffffff);
  border-radius: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.category-6-1 .wp-block-search input[type=search] {
  max-width: unset;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--trevlo-black, #000000);
  text-align: center;
  border-radius: 0;
  color: var(--trevlo-white, #ffffff);
  padding: 8px 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.wp-block-tag-cloud a {
  font-size: 18px !important;
  color: var(--trevlo-secondary, #736D75);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 500ms ease;
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--trevlo-gray, #928496);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--trevlo-black, #000000);
  width: 44px;
  height: 44px;
  color: var(--trevlo-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
}

.blog-details__content .page-links {
  color: var(--trevlo-black, #000000);
  display: flex;
  align-items: center;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--trevlo-black, #000000);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--trevlo-white);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 5px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

.blog-details__content .page-links span {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.blog-details__content .page-links a:hover {
  background-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.news-sidebar__left .blog-pagination {
  margin-top: 30px;
}

.blog-pagination {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 0px;
}

.comments-area .blog-pagination {
  padding-top: 0px;
}

.blog-widget-pagination {
  justify-content: center;
  margin-top: 30px;
}

.blog-pagination a,
.blog-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--trevlo-white, #ffffff);
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  transition: all 500ms ease;
  color: var(--trevlo-black, #000000);
  border-radius: 6px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

.blog-pagination a.current,
.blog-pagination a:hover,
.blog-pagination span.current,
.blog-pagination span:hover {
  background-color: var(--trevlo-base, #FF5956);
  border-color: var(--trevlo-base, #FF5956);
  color: var(--trevlo-white, #ffffff);
}

.blog-pagination span + span,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination a + a {
  margin-left: 10px;
}

.comment-content a,
.blog-details__content blockquote:not([class*=has-]) cite {
  color: var(--trevlo-base, #FF5956);
}

ul.wp-block-latest-posts li a,
ul.wp-block-categories li a,
ul.wp-block-page-list li a,
.blog-details__content a,
.trackback a,
.pingback a {
  color: var(--trevlo-black, #000000);
}

.blog-details__content ul li a {
  color: var(--trevlo-secondary, #736D75);
}

.wp-block-cover p {
  color: var(--trevlo-white) !important;
}

.wp-block-latest-comments a,
.blog-details__content .wp-block-rss li a,
.wp-block-latest-posts__list.has-dates li a {
  color: var(--trevlo-black, #000000);
}

a.wp-block-button__link {
  background-color: var(--trevlo-black, #000000);
  color: var(--trevlo-white, #ffffff);
}

.blog-details__content a.wp-block-file__button,
.wp-block-cover strong,
.wp-block-cover__inner-container a,
.wp-block-cover-text a {
  color: var(--trevlo-white, #ffffff);
}

.wp-block-calendar table th {
  font-weight: 400;
  background: var(--trevlo-white, #ffffff);
}

.post .blog-details__content > p {
  margin-bottom: 1.5em;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 30px;
}

.blog-details__content .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
}

.news-details .comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.news-details .comments-area ul ul {
  margin-bottom: 0;
}

.comment-area .blog-pagination {
  padding-top: 0;
}

.blog-details__content p {
  margin-bottom: 1.5em;
}

.blog-details__content .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content .wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
}

.blog-details__content .wp-block-button a:hover {
  background-color: var(--trevlo-base, #537eac);
  border-color: var(--trevlo-base, #537eac);
  color: var(--trevlo-white, #ffffff);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  color: var(--trevlo-base, #537eac);
}

.blog-details__left .is-style-outline a.wp-block-button__link:hover {
  border-color: var(--trevlo-base);
  color: var(--trevlo-base);
}

.blog-details__content .wp-block-button.is-style-squared a {
  border-radius: 0;
}

section.page-header.page-header--unit-test .page-header__title {
  padding-left: 15px;
}

.elementor-widget.elementor-widget-trevlo-shape {
  position: unset;
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--trevlo-black);
  font-size: 22px;
  position: absolute;
  top: 70px;
  right: 30px;
  bottom: 0;
  width: 52px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-list-page .row > * {
  margin-top: var(--bs-gutter-y);
}

.blog-card-three .blog__card-meta {
  margin-top: -10px;
}

.has-post-thumbnail .blog-card-three .blog__card-meta {
  margin-top: 27px;
}

.blog-card-three .blog__card-meta-icon {
  top: 2px;
}

.post-tag__text-box a::after {
  content: ",";
}

.post-tag__text-box a:last-child:after {
  content: "";
}

.form-one .form-one__input {
  padding: 20px 30px 20px 30px;
}

.comment-respond .row > * {
  margin-top: 20px !important;
}

.form-submit .form-one__btn {
  margin-top: -10px;
}

.main-header.default-header .container {
  max-width: 1200px;
}

.main-header.default-header .container {
  padding-left: 15px;
  padding-right: 15px;
}

.main-header.default-header::after {
  content: unset;
}

.main-header.default-header .main-header__logo {
  margin-right: 0;
}

.main-header.default-header .main-header__logo {
  padding: 20px 0;
}

.main-footer__bottom.default-footer {
  margin-top: 100px;
}

.page-header__title,
.blog-list-card .blog__card-title a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-card-three .blog__card-meta-icon {
  margin-right: 0;
}

.blog__card-meta li a {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-size: var(--trevlo-size-xl, 14px);
  color: var(--trevlo-secondary, #736D75);
  line-height: 1.714;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-card-three .blog__card-content {
  position: relative;
}

.blog-list-card .blog__card-title:hover,
.blog-list-card .blog__card-title:hover b {
  color: var(--trevlo-base, #FF5956);
}

.page-header__title b {
  color: var(--trevlo-white, #fff);
}

.post-info .post-category {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.mobile-nav__wrapper.expanded {
  z-index: 99999;
}

.mobile-nav__content .logo-box h1 {
  color: #fff;
}

.error-page.default {
  padding-top: 15px;
}

.default .error-page__top-title {
  margin-bottom: 90px;
}

.sidebar__single ul li .sidebar-blog__posts-title a {
  color: var(--trevlo-primary, #2D2330);
  font-weight: 700;
}

.sidebar-blog__posts-date {
  font-weight: 500;
}

.sidebar .widget ul.sidebar-blog__posts li a::after {
  content: "";
}

.page-header--unit-test .page-header__title {
  margin-bottom: 0;
}

div.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 119px;
}

div.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 135px;
}

/* Popup Styles */
.trevlo-popup {
  display: none;
  position: fixed;
  top: 70px;
  right: 20px;
  background-color: var(--trevlo-base);
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.trevlo-popup p {
  margin-bottom: 0;
}

p.trevlo-added-wishlist,
p.trevlo-removed-wishlist {
  color: var(--trevlo-white);
}

.wishlist-icon a:hover {
  color: var(--trevlo-white);
}

.popup-content {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.popup-content,
.popup-content a {
  color: var(--trevlo-white);
}

.trevlo-added-wishlist,
.trevlo-removed-wishlist {
  display: none;
}

.add-wishlist span.fas {
  font-weight: 400;
}

div.benefit-one__image img {
  max-width: inherit;
  border-radius: 30px 0 30px 30px;
}

.offer-one__inner-img-box img.offer-one__img-one {
  height: 467px;
  border-radius: 50%;
}

.offer-one__inner-img-box img.offer-one__img-two {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  border: 6px solid var(--trevlo-white, #ffffff);
}

.blog-card__meta .comments-link a {
  color: var(--trevlo-secondary, #736D75);
}

div.client-carousel__one__item img {
  transition: 500ms;
  max-width: 125px;
  width: auto;
  transition: all 500ms ease;
}

div.about-two__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 203px;
}

div.about-two__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}

.banner-form__popup {
  left: 0;
  max-width: 100%;
}

div.why-choose-two__img__one img {
  border-radius: 20px;
}

div.why-choose-two__img__two img {
  border-radius: 20px;
}

div.tab-one__content__img img {
  height: auto;
  border-radius: 12px;
}

div.about-three__image__one img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

div.why-choose-three__image img {
  border-radius: 50px 0px 0px 0px;
  max-width: 100%;
  height: auto;
}

div.blog-card-two__author img {
  height: 35px;
  border-radius: 50%;
}

.about-four__inner-img-box-two .about-four__img-two {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}

.about-four__inner-img-box-one .about-four__img-one {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}

.guide-one__carousel-item .guide-single__social-box {
  gap: 0;
}

.guide-single__social.list-unstyled {
  margin-left: 20px;
}

.guide-page .guide-single__social.list-unstyled {
  margin-left: 5px;
}

.login-page .form-one__input {
  padding: 20px 30px 20px 30px;
}

.login-result.loading,
.registration-result.loading {
  position: relative;
}

.login-result.loading::after,
.registration-result.loading::after {
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  top: -40px;
  left: -361px;
  position: absolute;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product__item-ratings span {
  font-size: 16px;
}

div img.blog-card__image {
  border-radius: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--trevlo-base, #FF5956);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.destination-details .destination-details__overview {
  margin-bottom: 0;
}

.cal-cell.cal-cell-active {
  background: var(--trevlo-base, #FF5956);
}

.cal-cell-active .cal-cell-date,
.cal-cell.cal-cell-active .cal-cell-pricefrom {
  color: #fff;
}

.cal-cell.cal-cell-disabled {
  background-color: #fff;
}

.cal-cell.cal-cell-disabled-last {
  background: unset;
}

.cal-cell {
  text-align: center;
}

.to_book-template .comment-form-rating {
  display: none;
}

.tour-listing-rating-wraper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.tour-listing-details__add-review-box {
  max-width: 210px;
}

div .tour-listing-details__reviews-image img {
  height: 168px;
  border-radius: 50%;
}

.booking_form_input_label {
  display: block;
  width: 100%;
}

.booking-form-block .booking-date > * {
  display: unset;
}

.booking-form-block .booking-date > i {
  display: none;
}

.booking-form-block input[type=text].booking_date,
.input_select_field .input_select_input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border-radius: 5px;
}

.booking-form-block,
.booking-form-block .list_service {
  border: none;
}

.booking-form-block .list_service {
  position: relative;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--trevlo-text, #737a83);
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  width: 100%;
}

.booking-form-block .list_service h4 {
  margin-left: 3px;
}

.booking-form-block .list_service h4,
.booking-form-block .list_service label,
.booking-form-block .list_service_prices {
  font-size: 13px;
  font-weight: 500;
}

.booking_form_input_label {
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--trevlo-black, #132742);
  margin: 0 0 9px;
}

#total_group .booking_form_input_label {
  width: unset;
}

#total_group {
  align-items: center;
}

#booking_form_total .currency_amount {
  color: var(--trevlo-base, #537eac);
  display: block;
  font-size: 16px;
  font-weight: 600;
}

button.btn.button.booking_form_submit {
  background-color: var(--trevlo-base, #537eac);
  color: var(--trevlo-white, #fff);
  line-height: 36px;
  width: 100%;
  transition: all 500ms ease;
  border-radius: 5px;
}

button.btn.button.booking_form_submit:hover {
  background-color: var(--trevlo-black, #132742);
}

#checkout_form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#checkout_form_block > div h2 {
  font-size: 22px;
  margin: 0 0 18px;
}

#checkout_form_block .checkout-items {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}

@media (max-width: 980px) {
  #checkout_form_block .checkout-items {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
#checkout_form_block .checkout-items table.table_order_items_details {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr:first-child {
  border-top: 1px solid #E2DFEB;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td {
  vertical-align: top;
  border: none;
}

td.order_item_row_details.order_item_row_main_details {
  padding: 35px 0 5px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_image {
  width: 140px;
  padding-right: 20px;
  padding-top: 30px;
}

@media (max-width: 600px) {
  #checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_image {
    width: 0;
  }
}
#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr {
  border: none;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td {
  padding: 0;
  line-height: 26px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td.order_item_info_title {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 5px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_details table tr td .order_item_td_label {
  color: #1C231F;
  font-weight: 500;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr {
  border: 0;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr td {
  text-align: right;
  padding: 0;
  border: 0;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_total,
#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_total_amount {
  background: var(--trevlo-white2, #FAF5EE);
  padding: 3px 20px 3px 15px;
  text-align: right;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_subtotal {
  padding-top: 20px;
}

#checkout_form_block .checkout-items table.table_order_items_details tr td.order_items_row_due {
  padding-bottom: 20px;
}

#checkout_form_block .checkout-information {
  padding-left: 15px;
  max-width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  background: var(--trevlo-white2, #FAF5EE);
  padding: 20px 30px;
  margin-left: 20px;
  border-radius: 5px;
}

@media (max-width: 980px) {
  #checkout_form_block .checkout-information {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
#checkout_form_block .checkout-information form#checkout_form .input_group {
  display: block;
}

#checkout_form_block .checkout-information form#checkout_form .input_group > div {
  max-width: 100%;
  margin-bottom: 20px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block {
  line-height: 24px;
  min-width: 30px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_form_input_label {
  font-size: 16px;
  padding: 0;
  position: static !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  font-weight: 500;
  color: #1C231F;
  line-height: 1.1 !important;
  margin-bottom: 10px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_input_field {
  padding: 0 15px;
  margin: 0;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_form_input_underline {
  display: none;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .error {
  font-size: 13px;
}

#checkout_form_block .checkout-information form#checkout_form .amount_group {
  padding: 0;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-left: 0;
  margin-left: 0;
}

#checkout_form .amount_group {
  border: none;
  justify-content: normal;
}

#checkout_form_block .checkout-information form#checkout_form .payment_group.tabs_group {
  font-size: 16px;
}

#checkout_form_block .checkout-information form#checkout_form .terms_group {
  font-size: 16px;
  line-height: 26px;
}

#checkout_form_block .checkout-information form#checkout_form .submit_group button {
  background-color: var(--trevlo-base, #537eac);
  color: var(--trevlo-white, #fff);
  line-height: 36px;
  width: 100%;
  transition: all 500ms ease;
}

#checkout_form_block .checkout-information form#checkout_form .submit_group button:hover {
  background-color: var(--trevlo-black, #132742);
}

#checkout_form_block .checkout-information .coupon-form-block {
  padding: 20px;
  text-align: left;
  display: block;
  text-align: center;
  background: var(--trevlo-white2, #FAF5EE);
  border-radius: 8px;
  margin-bottom: 25px;
  border: none;
}

#checkout_form_block .checkout-information .coupon-form-block #coupon_input_field {
  height: 45px;
  padding: 0 10px;
}

#checkout_form_block .checkout-information .coupon-form-block #coupon_form_submit {
  margin: 15px 0 0;
}

#checkout_form_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}

.table_order_items_details {
  border: none;
}

.table_order_items_details tr {
  border: none;
}

.table_order_items_details tr:first-child {
  border-top: 1px solid #E2DFEB;
}

.table_order_items_details tr td {
  padding: 20px 0 5px;
  vertical-align: top;
  border: none;
}

.table_order_items_details tr td.order_item_row_image {
  width: 140px;
  padding-right: 20px;
  padding-top: 30px;
}

.table_order_items_details tr td.order_item_row_details table tr {
  border: none;
}

.table_order_items_details tr td.order_item_row_details table tr td {
  padding: 0;
  line-height: 26px;
}

.table_order_items_details tr td.order_item_row_details table tr td.order_item_info_title {
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 5px;
}

.table_order_items_details tr td.order_item_row_details table tr td .order_item_td_label {
  color: #1C231F;
  font-weight: 500;
}

.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr {
  border: 0;
}

.table_order_items_details tr td.order_item_row_price .table_order_item_total_price tr td {
  text-align: right;
  padding: 0;
  border: 0;
}

.table_order_items_details tr td.order_items_row_total,
.table_order_items_details tr td.order_items_row_total_amount {
  background: var(--trevlo-white2, #FAF5EE);
  padding: 2px;
}

.table_order_items_details tr td.order_items_row_subtotal {
  padding-top: 20px;
}

.table_order_items_details tr td.order_items_row_due {
  padding-bottom: 20px;
}

.ba-confirmation-page .page h4 {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2DFEB;
}

.ba-confirmation-page .babe_message_order {
  background: var(--trevlo-white2, #FAF5EE);
  color: #1C231F;
  border: none;
  border-radius: 8px;
}

.ba-confirmation-page .table_order_items_details {
  border: none;
  border-radius: 8px;
  width: 100%;
  float: left;
}

.ba-confirmation-page .table_order_items_details tr {
  border: none;
}

.ba-confirmation-page .table_order_items_details tr td {
  border: none;
}

.ba-confirmation-page .table_order_items_details tr td.order_item_row_details,
.ba-confirmation-page .table_order_items_details tr td.order_item_row_price {
  padding: 15px 15px 10px;
}

.ba-confirmation-page .table_order_items_details tr td.order_item_row_image {
  padding: 15px 0;
}

@media (max-width: 600px) {
  .ba-confirmation-page .table_order_items_details tr td.order_item_row_image {
    width: 0;
  }
}
.ba-confirmation-page .table_order_items_details tr td.order_items_row_total_amount {
  text-align: right;
  padding-right: 20px;
}

.ba-confirmation-page .table_order_items_details .customer_field_label {
  font-weight: 500;
  color: #1C231F;
  width: 200px;
  border: none;
  padding: 5px 0;
}

.ba-confirmation-page .table_customer_details {
  width: 100%;
  background: var(--trevlo-white2, #FAF5EE);
  border: none;
}

.ba-confirmation-page .table_customer_details tr td {
  padding: 5px 15px 5px 20px;
  border: none;
  font-weight: 500;
}

.ba-confirmation-page .table_customer_details tr td.customer_field_label {
  width: 160px;
  color: #1C231F;
}

.ba-confirmation-page .table_customer_details tr:first-child td {
  padding: 20px 20px 5px;
}

.ba-confirmation-page .table_customer_details tr:last-child td {
  padding: 5px 20px 20px;
}

#checkout_form_block .checkout-information form#checkout_form .input_group .checkout-form-block .checkout_input_field {
  padding: 13px 15px;
  margin: 0;
  border-radius: 5px;
}

#checkout_form_block .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
  padding-bottom: 10px;
}

#checkout_form_block .select2-container .select2-selection--single {
  height: 50px;
}

#checkout_form .select2-container {
  margin-top: 5px;
}

.babe_message_order_status_payment_deferred {
  margin-bottom: 20px;
}

#checkout_form .payment_fields_group {
  border: none;
  border-top: 1px solid #dfdfdf;
}

.checkout_form_terms_details {
  display: none;
}

#checkout_form_block {
  max-width: 1170px;
  margin: 0 auto;
  padding: 120px 0;
}

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

.order_item_row_image img {
  border-radius: 5px;
}

.cart-page__table.wishlist thead tr th:nth-child(3) {
  padding-left: 0 !important;
}

/*end Popup Styles */
.destination-details__overview {
  margin-bottom: 30px;
}

.cal-cell .cal-cell-date {
  color: var(--trevlo-primary, #2D2330);
}

.cal-cell-active .cal-cell-date {
  color: var(--trevlo-white, #fff);
}

.tour-listing-details__calender {
  margin-bottom: 0;
}

.form-one .comment-form-rating {
  display: none;
}

div.tour-listing-details__carousel-image-box .tour-listing-details__carousel-image {
  border-radius: 10px;
}

div.destination-details__card-img img {
  border-radius: 18px;
}

.destination-details__card-img {
  margin-bottom: 10px;
}

.main-footer {
  position: relative;
  z-index: 1 !important;
}
.main-footer .mc-message {
  color: var(--trevlo-white);
}
.main-footer .e-con-inner .main-footer .elementor-widget-footer-copyright, .main-footer .elementor-element.e-con, .main-footer .elementor-widget-trevlo-shape, .main-footer .elementor-section, .main-footer .elementor-column, .main-footer .elementor-widget-container, .main-footer .elementor-widget-wrap {
  position: unset !important;
}

.main-footer__bottom {
  margin-top: 0;
}

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

.main-footer__bg {
  bottom: 0;
}

.tour-listing__card-bottom {
  gap: 10px;
}

.tour-listing__card-day {
  margin-right: 15px;
}

.main-footer__social-link:hover i {
  color: var(--trevlo-white);
}

.trevlo-btn--white-two::before,
.trevlo-btn--white-two.trevlo-btn::after {
  z-index: -1;
}

.trevlo-btn--white-two:hover {
  z-index: 999999;
}

.post-info .post-tag {
  align-items: baseline;
}

.not-found__page-content form.search-form.sidebar__search-form {
  position: relative;
}

.not-found__page-content .sidebar__search-form input[type=search] {
  display: block;
  border: 1px solid #dedee5;
  outline: none;
  background-color: var(--trevlo-white);
  box-shadow: none;
  color: var(--trevlo-color);
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  height: 64px;
  width: 100%;
  padding-right: 50px;
  margin-top: 40px;
  box-shadow: 0px 10px 30px 0px rgba(var(--trevlo-black4-rgb), 0.03);
}

.not-found__page-content .sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--villoz-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one input[type=text],
.form-one input[type=email] {
  border-radius: 6px;
  border: none;
}

.comments-link a {
  color: var(--trevlo-secondary, #736D75);
}

.banner-form__wrapper .icon-hiking {
  font-size: 28px;
}

.testimonials-card-two:hover {
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.1));
}

.post-info {
  border-top: 1px solid var(--trevlo-white3, #EBE6DE);
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}

.why-choose-one .sec-title {
  position: relative;
}

/* Templates
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 6.9em;
  font-family: star;
  font-weight: 900;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--trevlo-base);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: var(--trevlo-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: var(--trevlo-base);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--trevlo-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--trevlo-base) !important;
  letter-spacing: 4px;
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--trevlo-primary);
  font-size: 16px;
}

.woocommerce-ordering {
  float: right;
}

.woocommerce-pagination {
  overflow: hidden;
  width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .product-content {
    margin-top: 75px;
    padding-bottom: 30px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
}

a.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\f1a2";
  font-family: "Flaticon" !important;
  font-size: 25px;
  color: #222429;
  top: -20px;
  right: 0;
  text-indent: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  float: left;
}

.comment-form-rating {
  display: block;
  overflow: hidden;
}

label.rate-this-pro {
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.comment-form-rating p.stars {
  padding-top: 8px;
}

.comment-form-rating p {
  margin-bottom: 17px;
}

.product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-cart .woocommerce {
  padding-top: 70px;
  padding-bottom: 105px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop_table .product-thumbnail a {
  display: inline-block;
  background-color: var(--trevlo-white, #ffffff);
}

.shop_table .product-thumbnail img {
  max-width: 120px;
  mix-blend-mode: darken;
  border: 1px solid #e8e3da;
  border-radius: 6px;
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--trevlo-font);
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th:last-child {
  margin-left: 0;
  padding-left: 0;
}

.shop_table tbody tr {
  border: 1px solid #e8e3da;
  border-left: 0;
  border-right: 0;
}

.shop_table td {
  border: 0;
}

.woocommerce-order-details .shop_table td,
.order_details.shop_table tfoot tr th {
  border: 1px solid #e8e3da;
}

.woocommerce-checkout-review-order-table thead tr {
  border-top: 1px solid #e8e3da;
  border-bottom: 1px solid #e8e3da;
}

.woocommerce-cart-form .shop_table tbody tr:last-child,
.woocommerce-checkout-review-order-table tbody tr,
.cart_totals .shop_table tbody tr,
.cart_totals .shop_table tbody th,
.woocommerce-checkout .shop_table tfoot th {
  border: 0;
  font-family: var(--trevlo-font-two);
  font-weight: 400;
  font-size: 20px;
}

.cart_totals .shop_table tbody th {
  padding-left: 0;
}

.cart_totals .shop_table tbody th {
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--trevlo-black, #1c1a1d);
}

.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr td.product-name a {
  font-size: 16px;
}

.woocommerce-view-order .woocommerce-order-details .woocommerce-table--order-details tbody tr td {
  padding-left: 10px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot th {
  color: var(--trevlo-black);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--trevlo-font);
}

.woocommerce-checkout .shop_table tfoot tr:last-child {
  border-bottom: 1px solid #e8e3da;
}

.woocommerce-checkout .shop_table td {
  padding: 10px;
  padding-left: 20px;
}

.cart_totals .shop_table td,
.cart_totals .shop_table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  font-family: var(--trevlo-font);
  color: var(--trevlo-text, #838184);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100%;
}

.woocommerce-checkout .shop_table .amount {
  font-family: var(--trevlo-font);
  color: var(--trevlo-text);
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 500ms ease;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * WooCommerce widgets
 */
.sidebar__single.shop-one__sidebar__item {
  background-color: #fff;
}

.sidebar .wc-block-product-search .wc-block-product-search__fields {
  display: inline-flex;
}

.sidebar .wc-block-product-search .wc-block-product-search__field {
  max-width: 170px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--trevlo-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
  top: -4px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--trevlo-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.sidebar .widget_product_search .searchform {
  position: relative;
  margin: 0px;
}

.sidebar .widget_product_search .searchform input[type=text],
.sidebar .widget_product_search .searchform input[type=search] {
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: #f4f5f8;
  color: #222429;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid #f4f5f8;
  font-family: var(--trevlo-font);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .widget_product_search .searchform input:focus {
  border-color: #222429;
}

.sidebar .widget_product_search .searchform button {
  position: absolute;
  right: 10px;
  top: 3px;
  border: none;
  outline: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: block;
  font-size: 18px;
  color: #222429;
  background: none;
  font-weight: normal;
}

.sidebar .widget_product_search .searchform input:focus + button,
.sidebar .widget_product_search .searchform button:hover {
  color: #181b1f;
}

.sidebar .wc-block-product-search__button {
  border: 1px solid;
  border-color: var(--trevlo-base);
  border-radius: 3px;
  background: var(--trevlo-base);
  color: var(--trevlo-white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

.wc-block-product-categories__button {
  border-color: var(--trevlo-base);
  background: var(--trevlo-base);
  color: var(--trevlo-white);
}

.woocommerce-MyAccount-navigation ul,
.sidebar .widget_product_categories ul,
.sidebar .woocommerce-widget-layered-nav ul {
  position: relative;
  margin-top: -9px;
}

.woocommerce-MyAccount-navigation ul li,
.sidebar .widget_product_categories ul li,
.sidebar .woocommerce-widget-layered-nav ul li {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--trevlo-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li:last-child,
.sidebar .widget_product_categories ul li:last-child,
.sidebar .woocommerce-widget-layered-nav ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a,
.sidebar .widget_product_categories ul li a,
.sidebar .woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: var(--thm-text);
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 16px;
  font-family: var(--trevlo-font);
  letter-spacing: 0;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation ul li > a:hover,
.sidebar .widget_product_categories ul li > a:hover,
.sidebar .woocommerce-widget-layered-nav ul li > a:hover,
.sidebar .widget_product_categories ul li.active > a,
.sidebar .woocommerce-widget-layered-nav ul li.active > a {
  color: #222429;
  text-shadow: 0 0 1px #222429;
}

.woocommerce-MyAccount-navigation ul ul,
.sidebar .widget_product_categories ul ul,
.sidebar .woocommerce-widget-layered-nav ul ul {
  margin-top: 15px;
}

.woocommerce-MyAccount-navigation ul li::after,
.sidebar .widget_product_categories ul li:after,
.sidebar .woocommerce-widget-layered-nav ul li:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "Flaticon";
  content: "\f15f";
  opacity: 1;
  font-size: 10px;
  line-height: 30px;
  font-weight: 700;
  z-index: 1;
}

.sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-top: -1px;
  margin-left: -1.5px;
}

.sidebar .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px;
}

.sidebar .widget_price_filter .theme-btn {
  border-radius: 5px;
}

.sidebar .widget_price_filter .theme-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.widget_price_filter .clear {
  display: none;
}

.widget_price_filter .price_label {
  margin-right: auto;
  padding-top: 3px;
}

.sidebar .widget_price_filter .price_slider_amount {
  font-family: var(--trevlo-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-text);
}

.sidebar .widget_rating_filter .star-rating {
  display: block;
  color: var(--trevlo-base);
  font-size: 16px;
}

.sidebar .widget_rating_filter a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222429;
}

.sidebar .widget_rating_filter ul {
  margin-top: -10px;
}

.sidebar .widget_recently_viewed_products li + li,
.sidebar .widget_recent_reviews li + li,
.widget_top_rated_products li + li,
.sidebar .widget_products li + li,
.sidebar .wc-block-product-categories li + li {
  margin-top: 20px;
}

.sidebar .widget_recently_viewed_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail,
.sidebar .widget_products li .size-woocommerce_thumbnail {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.sidebar .widget_recently_viewed_products li .product-title,
.sidebar .widget_recent_reviews li .product-title,
.sidebar .widget_products li .product-title,
.sidebar .widget_top_rated_products .product-title {
  display: block;
  text-transform: capitalize;
  color: #222429;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: 10px;
}

.sidebar .widget_recently_viewed_products li ins,
.sidebar .widget_recent_reviews li ins,
.sidebar .widget_products li ins {
  background-color: transparent;
}

.sidebar .widget_recently_viewed_products li .star-rating,
.sidebar .widget_recent_reviews li .star-rating {
  font-size: 14px;
}

.woocommerce-active .content-area .site-main::after {
  content: "";
  clear: both;
  display: table;
}

.woocommerce-active .content-area .woocommerce-result-count {
  float: left;
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  font-family: var(--trevlo-font);
  padding-top: 18px;
}

.woocommerce-active .content-area .woocommerce-ordering {
  float: right;
}

.variations_form.cart select,
.woocommerce-active .content-area .woocommerce-ordering select {
  border: none;
  outline: none;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 64px;
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--trevlo-font);
  letter-spacing: 0em;
  border: 1px solid var(--trevlo-extra);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  margin-bottom: 30px;
  border-radius: var(--trevlo-bdr-radius);
  text-transform: capitalize;
}

.product-cart-btn {
  margin-top: 5px;
}

.product-cart-btn .btn-title {
  padding: 7px 21px 3px;
  font-size: 16px;
}

ul.products li.product .button {
  display: inline-block;
}

.shop-one__image {
  text-align: center;
  width: 100%;
}

.product .added_to_cart,
.shop-one__image .added_to_cart {
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--trevlo-base);
  color: var(--trevlo-white);
  font-family: var(--heading-font);
  transition: all 0.5s linear;
  font-weight: 700;
  z-index: 1;
  color: var(--trevlo-black);
  padding: 4px 21px 4px;
  font-size: 12px;
  overflow: hidden;
  text-transform: uppercase;
}

.wc-proceed-to-checkout a:hover {
  background-color: var(--trevlo-base);
  color: var(--trevlo-white);
}

.product .added_to_cart:hover {
  color: var(--trevlo-white);
  background-color: var(--trevlo-black);
}

.products .product {
  text-align: center;
}

.products .product .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--trevlo-gray);
  font-family: var(--trevlo-font);
  letter-spacing: var(--trevlo-letter-spacing);
  line-height: 16px;
}

.products .product .shop-one__price ins {
  background-color: transparent;
}

.products .product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 0px;
}

.products .product .woocommerce-loop-product__title {
  margin: 0;
  color: #222429;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
}

ul.products li.product img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul.products li.product:hover img {
  filter: grayscale(0);
}

ul.products li.product {
  position: relative;
}

ul.products li.product .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  color: var(--trevlo-secondary, #736D75);
  background-color: transparent;
  background-color: var(--trevlo-white, #ffffff);
  border: 1px solid var(--trevlo-white3, #EBE6DE);
  font-size: 16px;
  font-weight: 500;
  min-width: 50px;
  min-height: 50px;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 6px;
}

.woocommerce-pagination ul a:hover,
.woocommerce-pagination ul span {
  background-color: var(--trevlo-base);
  border-color: var(--trevlo-base);
  color: var(--trevlo-white);
}

.woocommerce-pagination ul li a.prev {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
}
.woocommerce-pagination ul li a.next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
}

.woocommerce-pagination ul .prev,
.woocommerce-pagination ul .next {
  padding-top: 0;
}

.woocommerce-active .product__card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 991px) {
  .woocommerce-active .product__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product div.product .woocommerce-product-gallery {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
}
.woocommerce-active .product__card .onsale {
  background-color: #222429;
  color: #fff;
  padding-top: 5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.woocommerce-product-gallery__wrapper {
  margin-top: 0;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
  border: 1px solid #dedee5;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img {
  border-radius: 10px;
}

.woocommerce-active .product .woocommerce-tabs {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-active .product .related.products {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 20px;
}

.product__card .product_title {
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}

.product__card .entry-summary {
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 20px;
}

.single-product .woocommerce-grouped-product-list-item__price,
.product__card .price {
  margin: 0;
  color: var(--trevlo-base);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-left: 17px;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.single-product .woocommerce-review-link {
  font-family: var(--trevlo-font);
  color: var(--thm-text);
  font-size: 16px;
  color: var(--thm-text);
  position: relative;
  font-weight: 500;
  margin-left: 20px;
  text-transform: capitalize;
}

.woocommerce-variation-description p,
.single-product .woocommerce-product-details__short-description p {
  font-family: var(--trevlo-font);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-quantity .quantity,
.single-product .quantity {
  position: relative;
  width: 98px;
  height: 60px;
}

.product-quantity .quantity input,
.single-product .quantity input {
  width: 98px;
  height: 50px;
  border: 1px solid #e8e3da;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--trevlo-font);
  padding-left: 30px;
  border-radius: var(--trevlo-bdr-radius);
  color: var(--trevlo-text);
}

.product-quantity .quantity button,
.single-product .quantity button {
  width: 29px;
  height: 22px;
  background-color: transparent;
  color: var(--trevlo-text);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: 0;
  border-left: 1px solid #e9ebee;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--trevlo-extra);
}

.product-quantity .quantity button.sub,
.single-product .quantity button.sub {
  bottom: 13px;
  top: auto;
  border-top: 1px solid #e9ebee;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 8px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product .cart {
  display: block;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .cart h2 {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 20px;
}

.single-product .woocommerce-variation-add-to-cart .cart-button-wrap,
.single-product .cart .cart-button-wrap {
  margin-top: 30px;
  flex: 0 0 100%;
}

.single-product .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.single-product .posted_in,
.single-product .sku_wrapper {
  color: var(--trevlo-black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: var(--trevlo-letter-spacing);
}

.single-product .posted_in a,
.single-product .sku_wrapper span {
  font-family: var(--trevlo-font);
  font-weight: 700;
  color: var(--thm-text);
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  text-transform: capitalize;
}

.single-product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity h2 {
  display: none;
}

.single-product .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  color: #222429;
  text-transform: uppercase;
  font-size: 24px;
}

.single-product .woocommerce-grouped-product-list-item__label label a {
  color: inherit;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 17px;
  font-family: var(--trevlo-heading-font, "Cormorant", serif);
}

.woocommerce-grouped-product-list-item h3.product-details__quantity-title {
  font-size: 17px;
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 17px;
  color: var(--trevlo-primary, #2D2330);
}

.woocommerce-grouped-product-list-item__quantity .product-details__quantity {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--trevlo-base);
}

.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 18px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label {
  color: #222429;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-tabs .woocommerce-product-attributes-item__value {
  position: relative;
  top: 3px;
}

.variations_form.cart select {
  width: 250px;
  margin-bottom: 0;
  float: right;
  height: 50px;
}

#review_form .comment-respond {
  margin-top: 30px;
}

#review_form #commentform {
  margin-top: 9px;
}
#review_form #commentform .row {
  --bs-gutter-x: 20px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cart_totals h2,
.shop_table thead th {
  color: var(--trevlo-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #e8e3da !important;
  box-shadow: none;
  padding-bottom: 20px;
}

.cart_totals h2 {
  padding: 0 0 24px;
}

.shop_table thead th {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout-review-order-table thead tr th {
  padding: 20px 0;
}

.shop_table thead th:first-child {
  padding-left: 0;
}

.shop_table .product-remove {
  text-align: right;
}

.shop_table tbody td.actions {
  padding-top: 60px;
  padding-left: 0;
}

.shop_table tbody .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
}

.cart_totals h2 {
  font-size: 30px;
}

.shop_table .product-remove a {
  font-size: 16px;
  color: var(--trevlo-black);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.cart_totals th,
.shop_table .product-name:not(th),
.shop_table .product-name a {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-black);
  font-weight: 700;
  transition: all 500ms ease;
}

.shop_table .product-name a:hover {
  color: var(--trevlo-base);
}

.shop_table .product-subtotal .amount,
.shop_table .amount {
  font-family: var(--trevlo-font);
  font-size: 20px;
  font-weight: 500;
}

.shop_table .coupon label {
  display: none;
}

.shop_table tr {
  position: relative;
}

.woocommerce .checkout_coupon input[type=text],
.shop_table .coupon input[type=text] {
  width: 100%;
  max-width: 370px;
  border-radius: 0;
  background-color: var(--trevlo-white2, #FAF5EE);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  font-family: var(--trevlo-font);
  font-size: 14px;
  color: var(--trevlo-text, #838184);
  height: 59px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-weight: 400;
  border-radius: 6px;
}

.shop_table .coupon input::placeholder {
  color: var(--trevlo-text);
  opacity: 1;
}

.shop_table button[name=update_cart] {
  position: absolute;
  top: 60px;
  right: 0px;
  cursor: pointer;
}

.cart_totals td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart_totals td {
  font-family: var(--trevlo-font);
  font-size: 18px;
  color: #686a6f;
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart_totals p {
  margin: 0;
}

.cart_totals .shop_table td:last-child {
  text-align: right;
  padding-right: 0px;
}

.shipping-calculator-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.shipping-calculator-form p:last-of-type,
.shipping-calculator-form p:nth-child(1),
.shipping-calculator-form p:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.shipping-calculator-form ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.shipping-calculator-form input[type=text],
.shipping-calculator-form .select2-container--default .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #f4f5f8;
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--trevlo-font);
  letter-spacing: 0em;
  border: 1px solid #f4f5f8;
  display: flex;
  align-items: center;
}

.shipping-calculator-form p > span {
  display: block;
  width: 100%;
}

.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 20px;
  right: 20px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-end;
}

.cart_totals {
  width: 100%;
  max-width: 400px;
}

.woocommerce-cart .woocommerce {
  padding-top: 120px;
  padding-bottom: 120px;
}

.woocommerce-account .news-details .woocommerce,
.woocommerce-checkout .news-details .woocommerce,
.woocommerce-cart .news-details .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  margin-bottom: 0px;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #222;
  clear: both;
  color: #fff !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--trevlo-font);
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  text-align: left;
  display: inline-flex;
}

.woocommerce-error {
  display: inline-block;
}

.woocommerce-error strong {
  color: #fff;
}

.woocommerce-info {
  line-height: 1.7;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: var(--trevlo-base);
  margin-right: 5px;
  margin-left: 5px;
}

a.woocommerce-privacy-policy-link {
  color: var(--trevlo-base);
}

.woocommerce-error {
  list-style-type: none;
  margin-left: 0;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
  margin-top: 40px;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

#order_review_heading,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-checkout #customer_details h3 {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  color: var(--trevlo-black);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
}

.woocommerce-checkout #customer_details h3 label {
  margin: 0;
  cursor: pointer;
}

.woocommerce-checkout #customer_details h3 label input {
  display: none;
  visibility: hidden;
}

.woocommerce-checkout #customer_details h3 label span {
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label span::after {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #f4f5f8;
  border-radius: 50%;
  margin-left: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-checkout #customer_details h3 label input:checked + span::after {
  content: "\f00c";
  background-color: var(--trevlo-primary);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.trevlo-edit-address h3,
.trevlo-edit-address .form-row {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm label,
.lost_reset_password label,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label,
.trevlo-edit-address label {
  font-family: var(--trevlo-font);
  color: var(--trevlo-black);
  font-size: 18px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
}

.woocommerce-checkout #customer_details {
  position: relative;
  margin-top: 30px;
}

.woocommerce-form-login input[type=text],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=email],
.woocommerce-form-login input[type=password],
.lost_reset_password input[type=text],
.trevlo-edit-address input[type=text],
.trevlo-edit-address input[type=email],
.trevlo-edit-address input[type=password],
.trevlo-edit-address input[type=tel],
.trevlo-edit-address input[type=url],
.trevlo-edit-address input[type=file],
.trevlo-edit-address input[type=number],
.trevlo-edit-address textarea,
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password],
.woocommerce-EditAccountForm input[type=tel],
.woocommerce-EditAccountForm input[type=url],
.woocommerce-EditAccountForm input[type=file],
.woocommerce-EditAccountForm input[type=number],
.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details input[type=text],
.woocommerce-checkout #customer_details input[type=email],
.woocommerce-checkout #customer_details input[type=password],
.woocommerce-checkout #customer_details input[type=tel],
.woocommerce-checkout #customer_details input[type=url],
.woocommerce-checkout #customer_details input[type=file],
.woocommerce-checkout #customer_details input[type=number],
.woocommerce-checkout #customer_details textarea {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: var(--trevlo-text, #838184);
  line-height: 40px;
  padding: 14px 30px;
  letter-spacing: 0.1em;
  background-color: var(--trevlo-white2, #FAF5EE);
  border: none;
  transition: all 300ms ease;
  font-family: var(--trevlo-font);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--trevlo-text, #838184);
  line-height: 28px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--trevlo-font);
}

.woocommerce-EditAccountForm textarea,
.woocommerce-checkout #customer_details textarea {
  height: 220px;
  resize: none;
}

.woocommerce-EditAccountForm ::placeholder,
.woocommerce-checkout #customer_details ::placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-moz-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details ::-ms-input-placeholder {
  opacity: 1;
  color: var(--thm-text);
}

.woocommerce-checkout #customer_details label.error {
  color: #ff0000;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single,
.trevlo-edit-address .select2-selection--single {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--thm-text);
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--trevlo-font);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
}

.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow,
.trevlo-edit-address .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px;
}

.woocommerce-checkout #customer_details #shipping_address_1_field,
.woocommerce-checkout #customer_details #shipping_postcode_field,
.woocommerce-checkout #customer_details #billing_email_field,
.woocommerce-checkout #customer_details #shipping_address_2_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #billing_address_1_field {
  grid-column-start: 1;
  grid-column-end: 3;
}

.woocommerce-checkout .shipping_address {
  margin-bottom: 30px;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 60px;
}

.return-to-shop {
  margin-top: 30px !important;
  text-align: left !important;
}

.woocommerce-checkout .shop_table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .shop_table ul li {
  font-size: 16px;
  color: #686a6f;
  font-weight: 400;
}
.woocommerce-checkout .shop_table ul li label {
  margin-bottom: 0;
}

.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table tfoot th {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 10px;
}

form.woocommerce-checkout .shop_table tfoot th {
  margin: 0;
  color: var(--trevlo-gray);
  font-size: 24px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-checkout .shop_table {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .place-order,
.woocommerce-checkout-payment .wc_payment_methods {
  background-color: var(--trevlo-white2, #FAF5EE);
  padding: 30px 30px 18px 30px;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.woocommerce-checkout-payment .place-order {
  padding-left: 30px;
  padding-bottom: 12px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 0;
  padding-bottom: 30px;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  color: var(--trevlo-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  text-transform: capitalize;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.woocommerce-checkout-payment .wc_payment_methods li + li {
  margin-top: 20px;
}

.woocommerce-checkout-payment .wc_payment_methods li input {
  display: none;
}

.woocommerce-checkout-payment .wc_payment_methods li label {
  margin-bottom: 0;
}

.woocommerce-checkout-payment .wc_payment_methods li label::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}

.woocommerce-checkout-payment .wc_payment_methods li input:checked + label::before {
  background-color: var(--trevlo-base);
  border-color: var(--trevlo-base);
  content: "\f00c";
}

.woocommerce-checkout-payment .wc_payment_methods li img {
  mix-blend-mode: multiply;
  width: 170px;
  margin-right: 10px;
  margin-left: 10px;
}

.checkout_coupon p,
.woocommerce-checkout-payment .place-order p,
.woocommerce-checkout-payment .wc_payment_methods li p {
  font-size: 15px;
  line-height: 30px;
  color: var(--trevlo-secondary, #736D75);
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
  font-weight: 500;
}

.wc_payment_methods .payment_box {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.woocommerce-ResetPassword .woocommerce-Button {
  margin-top: 20px;
}

.checkout_coupon {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 540px;
}

.checkout_coupon p:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.checkout_coupon input[type=text] {
  border: none;
  width: 100%;
  max-width: 370px;
  background-color: var(--trevlo-primary);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  font-family: var(--trevlo-font);
  font-size: 14px;
  color: #686a6f;
  height: 64px;
  margin: 0;
}

.woocommerce-account .woocommerce {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  display: block;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

legend {
  float: none;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
}

.woocommerce-MyAccount-content,
.woocommerce-order p,
.woocommerce-order address,
.woocommerce-order-overview li {
  font-family: var(--trevlo-font);
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-MyAccount-content a {
  color: var(--trevlo-base, #fff);
}

.woocommerce-MyAccount-content .order-again a {
  font-weight: bold;
}

.woocommerce b,
.woocommerce strong {
  color: #222429;
}

.woocommerce-order-details {
  margin-bottom: 60px;
  margin-top: 60px;
}

.woocommerce-Addresses {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}

.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-1 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-EditAccountForm {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.woocommerce-EditAccountForm p:nth-child(4),
.woocommerce-EditAccountForm p:nth-child(6),
.woocommerce-EditAccountForm fieldset {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0;
}

.woocommerce-EditAccountForm p {
  margin: 0;
}

.woocommerce-EditAccountForm label {
  font-size: 20px;
}

.woocommerce-EditAccountForm p > span {
  display: block;
  width: 100%;
}

.woocommerce-EditAccountForm input + span {
  margin-top: 10px;
}

.woocommerce-EditAccountForm fieldset legend {
  margin-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  padding: 35px 45px;
  background: var(--trevlo-white2, #FAF5EE);
}

@media (max-width: 991px) {
  .shop_table button[name=update_cart] {
    position: relative;
    margin-top: 20px;
    top: auto;
    right: auto;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive .product-thumbnail {
    justify-content: center;
  }
  table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td.actions {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  table.shop_table_responsive tr td.actions .coupon {
    text-align: left;
  }
  table.shop_table_responsive tr td.actions .coupon button[type=submit] {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-EditAccountForm p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout #order_review {
  width: 100%;
  overflow: hidden;
  display: block;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  float: left;
  width: 49%;
  margin-right: 30px;
  overflow: hidden;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
  float: right;
  width: 48%;
}

@media (max-width: 991px) {
  .woocommerce-checkout #order_review,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
    float: none;
  }
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 23px;
}

abbr[title] {
  border-bottom: none;
}

/* end woocommerce checkout  */
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 45px;
  right: 35px;
  display: block;
  z-index: 99;
  text-indent: -999999px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: inherit;
}

.shop-one__product-count {
  display: inline-block;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--trevlo-primary, #2D2330);
}

.entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

a.thm-btn.wishlist {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.yith-wcwl-add-button > a i {
  margin-right: 0;
}

.checkout-button,
.return-to-shop .button,
.shop_table .button,
.form-row.place-order .button,
.woocommerce-form-coupon .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base);
  color: var(--trevlo-white);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 50px;
  transition: 500ms;
  line-height: 28px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
}

.widget_price_filter .price_slider_amount .button.thm-btn {
  padding: 3px 10px;
  font-size: 12px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=textarea]:focus,
input[type=textarea]:focus-visible,
.product-quantity .quantity input,
#customer_details textarea {
  outline-style: none;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
}

.entry-summary ins {
  background: transparent;
}

.product-details__social + .yith-wcwl-add-to-wishlist {
  display: none !important;
}

.woocommerce-checkout .shop_table .cart_item td {
  padding-top: 0px;
  padding-bottom: 5px;
}

.woocommerce-checkout .shop_table td:last-child {
  padding-right: 0;
}

form.woocommerce-checkout .shop_table tfoot th {
  padding-left: 0;
}

.product-details__content__quantity__text {
  font-size: 14px;
}

.variations_form.cart label,
.woocommerce-tabs .woocommerce-product-attributes-item__label,
.single-product .woocommerce-grouped-product-list-item__label label {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}
.variations_form.cart label a:hover,
.woocommerce-tabs .woocommerce-product-attributes-item__label a:hover,
.single-product .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--trevlo-base, #FF5956);
}

.variations_form.cart label {
  font-family: var(--heading-font);
  font-weight: 600;
}

.product-details__content__quantity {
  padding-left: 10px;
}

.shop-one__sidebar .sidebar__single ul li ul {
  margin-top: 0;
}

.sidebar__single.shop-one__sidebar__item.widget .wc-block-product-categories-list-item-count::after {
  content: ")";
  position: static;
  font-family: inherit;
  font-weight: inherit;
}

.sidebar__single.shop-one__sidebar__item.widget li::after {
  display: none;
}

.checkout_coupon {
  margin-top: 0;
}

.shop_table tbody .cart_item td:first-child {
  padding-left: 0;
  width: 120px;
  padding-right: 35px;
}

@media screen and (max-width: 992px) {
  .woocommerce-cart-form__contents {
    border: 0;
  }
  .woocommerce-cart-form__contents caption {
    font-size: 1.3em;
  }
  .woocommerce-cart-form__contents thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .woocommerce-cart-form__contents tr {
    border-bottom: 1px solid var(--trevlo-extra);
    display: block;
    margin-bottom: 0.625em;
  }
  .woocommerce-cart-form__contents td {
    border-bottom: 1px solid var(--trevlo-extra);
    display: block;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--trevlo-black);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--trevlo-font);
  }
  .woocommerce-cart-form__contents td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .woocommerce-cart-form__contents
    content: attr(aria-label);
    */
    content: attr(data-title);
    font-weight: bold;
  }
  .woocommerce-cart-form__contents td:last-child {
    border-bottom: 0;
  }
  .shop_table button[name=update_cart] {
    position: relative;
  }
  .woocommerce-cart-form .actions {
    display: block;
  }
  .shop_table tbody tr + tr {
    border-top: 0;
  }
  .woocommerce-cart-form__contents .product-thumbnail {
    justify-content: center;
  }
}
.product-details__content__rating {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e3da;
}

.product-review .comments-area .comment-box .info {
  margin-bottom: 0;
}

.product__all-content ins {
  background-color: transparent;
}

.product-details__title ins span {
  margin-left: 0;
}

.product__all-btn-box .thm-btn {
  padding: 6px 25px;
}

.product__all-btn-box .thm-btn:focus {
  color: #fff;
}

.product-details__title del span {
  text-decoration: line-through;
}

.trevlo-overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
  border-top-color: var(--trevlo-primary);
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.woocommerce-form-register,
.woocommerce-form-login {
  margin-top: 20px;
}

.shop-category.widget_block.widget_categories {
  padding: 30px 20px;
}

.sidebar .shop-category h2 {
  margin-bottom: 23px;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.sidebar.shop-one__sidebar .widget .wp-block-categories li,
.sidebar.shop-one__sidebar .widget_categories ul li + li {
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 999;
  padding: 6px 0;
  border-bottom: 1px solid var(--trevlo-white2, #FAF5EE);
  transition: all 500ms ease;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover {
  border-color: var(--trevlo-base, #FF5956);
}

.woo-widget .wc-block-components-filter-submit-button {
  font-size: 13px;
  font-weight: 800;
  background-color: var(--trevlo-base);
  line-height: 1em;
  padding: 13px 19px 13px;
  transition: all 500ms ease;
  border-radius: 0;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 10px;
  margin-left: 0;
  margin-top: 0;
  line-height: 26px;
  border-radius: 6px;
  font-weight: 700;
  background: var(--trevlo-white2, #FAF5EE);
  font-family: var(--heading-font);
  color: var(--trevlo-secondary, #736D75);
  text-transform: capitalize;
}

.woo-widget div .wc-block-components-filter-submit-button:hover {
  background-color: var(--trevlo-base, #1a1414) !important;
  color: var(--trevlo-white) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--trevlo-base);
  background: var(--track-background);
  height: 6px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 6px;
}

input[type=range i] {
  appearance: auto;
  cursor: default;
  padding: initial;
  border: initial;
  margin: 0;
  accent-color: var(--trevlo-base);
}

.product__sidebar .wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(90deg,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: var(--trevlo-base);
  background: var(--track-background);
  height: 6px;
}

.wc-block-price-filter__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: var(--trevlo-letter-spacing);
  margin: 0;
  margin-bottom: 22px;
}

.shop-one__sidebar.sidebar .widget ul li::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-40%);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-size: 12px;
  color: var(--trevlo-text);
  font-size: 16px;
  color: var(--trevlo-base, #FF5956);
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--trevlo-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::before {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a,
.shop-one__sidebar.sidebar .widget ul.wp-block-categories li:hover a::after {
  padding-left: 5px;
  color: var(--trevlo-base, #FF5956);
}

.shop-one__sidebar.sidebar .price,
.sidebar .price {
  padding: 0;
}

.shop-one__sidebar.sidebar .wc-block-components-sort-select__label {
  float: left;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__info {
  display: block;
}

.shop-one__sidebar.sidebar .wc-block-components-review-list-item__image {
  width: 100%;
  height: 100%;
}

.wc-block-featured-category__link,
.wc-block-featured-category__title,
.wc-block-featured-product__description,
.wc-block-featured-product__link {
  padding: 0;
}

.sidebar .widget_products li .size-woocommerce_thumbnail,
.sidebar .widget_recent_reviews li .size-woocommerce_thumbnail {
  width: 100%;
  float: unset;
}

.shop-one__sidebar.sidebar .wc-block-stock-filter__title {
  font-size: 16px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  max-width: unset;
  margin-bottom: 5px;
}

.wc-block-product-categories-list--has-images li ul,
.wc-block-product-categories-list--has-images li ul li.wc-block-product-categories-list-item {
  margin-left: 0;
}

.sidebar .select2-container .select2-selection--single {
  height: 60px;
  margin-bottom: 5px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0 20px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  margin-right: 10px;
}

.shop-one__sidebar.sidebar .wc-block-product-categories__dropdown select {
  padding-left: 10px;
  background-image: none;
}

.woocommerce-product-search button,
.woocommerce-widget-layered-nav button {
  background: var(--trevlo-base);
  color: #fff;
  line-height: 32px;
  width: 100%;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  margin-top: 10px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after,
.sidebar .widget ul.wc-block-grid__products li::after,
.sidebar .widget .wc-block-product-categories-list li::after,
.sidebar .widget .widget_shopping_cart_content ul li:after,
.sidebar ul.product_list_widget li:after {
  content: " ";
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-woocommerce-price-filter > .wc-block-price-filter__title {
  margin-bottom: 30px;
  margin-top: 0;
}

.wc-block-grid__product:last-child {
  border-bottom: 0;
  margin-bottom: -16px;
}

.wc-block-grid__products,
.wc-block-components-review-list-item__item,
.wc-block-product-categories {
  margin-bottom: 0;
}

.wc-block-components-price-slider {
  margin-bottom: 5px;
}

.wc-block-grid__product .wc-block-grid__product-title {
  color: #222429;
  font-weight: 800;
  font-size: 16px;
}

.wc-block-grid__product-onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--trevlo-base);
  border-color: var(--trevlo-base);
  text-transform: capitalize;
  color: #fff;
}

.woo-widget .select2-container--default .select2-selection--single {
  border: 1px solid #e6e1d8;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.wc-block-components-price-slider__range-input {
  top: -2px;
}

.wc-blocks-filter-wrapper h3,
.woocommerce-account h3 {
  font-family: var(--trevlo-font, "Plus Jakarta Sans", sans-serif);
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar .wc-block-components-price-slider::after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .wc-block-components-price-slider__range-text {
  float: left;
  margin: 0;
  padding-top: 6px;
}
.sidebar .wc-block-components-price-slider__range-text span:first-child::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar .wc-block-components-price-slider__actions {
  float: right;
}

.product__add-to-cart {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}

ul.products .product__add-to-cart .add_to_cart_button.thm-btn {
  position: relative;
  z-index: 1;
}

.product-one .add_to_cart_button.thm-btn.loading::after,
.woosw-list .add_to_cart_button.loading::after,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.loading::after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  right: 5px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product-one .product__item .thm-btn:hover {
  color: var(--trevlo-white);
  background-color: var(--trevlo-base);
}

.product-one .added_to_cart {
  height: 38px;
  background-color: var(--trevlo-base);
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: var(--trevlo-white);
  padding: 13px 27px;
  text-transform: uppercase;
}

.product-one .price ins {
  background: transparent;
}

.product-one .product__item__btn {
  right: 30px;
}

.product-one .add_to_cart_button.added,
.woosw-list .add_to_cart_button.added,
ul.products .product__add-to-cart .add_to_cart_button.thm-btn.added,
.product-widget .add_to_cart_button.thm-btn.added {
  display: none;
}

.woocommerce-Reviews .comment {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.product__items ul.products {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  float: left;
}

.product__items ul.products li {
  width: 100%;
  border: 0;
  margin-bottom: 0;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none !important;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product__items ul.products li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product__items ul.products li {
    width: 33.333%;
  }
}

.product__all-img {
  border: 1px solid var(--trevlo-border-color, #e8e3da);
  background-color: var(--trevlo-white);
  border-radius: var(--trevlo-bdr-radius);
  border-bottom: 0;
}

.product__all-content {
  border: 1px solid var(--trevlo-border-color, #e8e3da);
  border-top: 0;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 30px;
  border-radius: var(--trevlo-bdr-radius);
}

.product__sidebar .widget,
.product__sidebar-single {
  padding: 30px;
}

.product__sidebar .product__sidebar-single .wp-block-categories {
  margin-top: -17px;
}

.cart_totals .woocommerce-shipping-methods label {
  margin-bottom: 0;
}

.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout-review-order-table td:first-child {
  color: var(--trevlo-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--trevlo-heading-font, "Cormorant", serif);
  text-transform: capitalize;
}
.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}

.woosq-popup .woosw-btn {
  background-color: var(--trevlo-base);
}

.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover {
  color: var(--trevlo-white);
}

.woosq-popup .woosw-added {
  padding: 15px 45px 13px;
}

.woosw-added:hover {
  background-color: var(--trevlo-base);
}

.woosw-list .added_to_cart.wc-forward {
  padding: 16px 45px 13px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.shop-one.product.news-sidebar {
  padding: 120px 0;
}

.shop_table tbody .cart_item td.product-name {
  position: relative;
}

.shop_table.woocommerce-checkout-review-order-table tbody .cart_item td.product-name {
  left: 0;
}

.shop-one__sidebar .sidebar__single .wp-block-search .wp-block-search__button.has-icon {
  color: var(--treck-black, #687469);
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.wp-block-search__button svg {
  min-height: 2.5em;
  min-width: 2.5em;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  text-align: right;
  margin-right: 10px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: var(--trevlo-bdr-radius);
}

.product .blog-sidebar__meta,
.product .blog-sidebar__btn,
.product .blog-sidebar__date {
  display: none;
}

.product__all-content .thm-btn,
.product__item .thm-btn {
  background-color: var(--trevlo-white2, #FAF5EE);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--trevlo-text, #838184);
  padding: 7px 20px;
  text-transform: capitalize;
  border-radius: 6px;
}

.item .thm-btn {
  padding: 12px 20px;
}

.product__all-content .thm-btn:hover,
.product__item .thm-btn:hover {
  color: var(--trevlo-white);
}

p.comment-notes {
  margin-bottom: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button,
.trevlo-edit-address button[type=submit],
.checkout_coupon button[type=submit],
.woocommerce-EditAccountForm button[type=submit],
.woocommerce-checkout-payment #place_order,
.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit,
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn,
.entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  font-size: 16px;
  letter-spacing: 1.4px;
  padding: 16px 49.5px 17px;
  background-color: var(--trevlo-base);
  color: var(--trevlo-white);
  font-weight: 700;
  font-family: var(--trevlo-font, "Plus Jakarta Sans", sans-serif);
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 30px;
  transition: all 0.5s linear;
  border-radius: 6px;
}

.shop_table .coupon .thm-btn {
  line-height: 27px;
}

.wc-proceed-to-checkout a {
  padding: 23px 50px;
}

.entry-summary .thm-btn.cart-btn {
  margin-right: 10px;
}

.woocommerce-ResetPassword .woocommerce-Button:hover,
.trevlo-edit-address button[type=submit]:hover,
.checkout_coupon button[type=submit]:hover,
.woocommerce-EditAccountForm button[type=submit]:hover,
.woocommerce-checkout-payment #place_order:hover,
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register .woocommerce-form-register__submit:hover,
.wc-proceed-to-checkout a:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover,
.entry-summary .thm-btn.cart-btn:hover {
  background-color: var(--trevlo-black);
  color: var(--trevlo-white);
}

.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.woosw-list .add_to_cart_button {
  background-color: var(--trevlo-black);
  color: var(--trevlo-white);
}

.woosq-popup .woosw-btn:hover,
.woosw-list .add_to_cart_button:hover {
  background-color: var(--trevlo-base);
  color: var(--trevlo-black);
}

.shop-one__sidebar .wp-block-heading,
.product__sidebar-title {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-left: 0;
  font-weight: 700;
  font-family: var(--trevlo-font, "DM Sans", sans-serif);
}

.product__sidebar-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--trevlo-base, #FF5956);
}

.shop-category.product__sidebar-single ul.wp-block-categories li a {
  margin-left: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.review-form-one__title {
  text-transform: uppercase;
  font-size: 30px;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-size: 14px;
}

@media (min-width: 992px) {
  .product__items ul.products.columns-1 li {
    width: calc(100% / 1);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-2 li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-3 li {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-4 li {
    width: calc(100% / 4);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-5 li {
    width: calc(100% / 5);
  }
}
@media (min-width: 992px) {
  .product__items ul.products.columns-6 li {
    width: calc(100% / 6);
  }
}

.product__item-btn .woosw-btn-text-icon .woosw-btn-text {
  display: none;
}

.product-details__buttons .woosw-btn-icon {
  display: none;
}

.blog-sidebar__single.product .blog-one__meta,
.blog-sidebar__single.product .trevlo-btn {
  display: none;
}

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

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

.products .product .price {
  color: var(--trevlo-text);
}

.product-details .product__card .price {
  font-weight: 700;
  font-size: 20px;
  font-family: var(--trevlo-font, "Plus Jakarta Sans", sans-serif);
}

.review-form-one__title {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin-top: 45px;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-black, #1c1a1d);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--trevlo-font, "Plus Jakarta Sans", sans-serif);
  padding: 16.25px 48px;
  transition: 500ms;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: var(--trevlo-black, #1c1a1d);
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.thm-btn::before {
  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, #fff);
  transition-duration: 700ms;
  color: var(--trevlo-white);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.thm-btn:hover {
  color: var(--trevlo-black, #1c1a1d);
}

.thm-btn:hover::before {
  bottom: -50%;
  color: #ddd;
}

.product-details .comment-form textarea {
  height: 195px;
  display: block;
  width: 100%;
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--trevlo-text, #838184);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  border-radius: 6px;
}

.product-details .comment-form input[type=text],
.product-details .comment-form input[type=email] {
  display: block;
  width: 100%;
  height: 58px;
  background-color: var(--trevlo-white2, #FAF5EE);
  color: var(--trevlo-text, #838184);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  margin-top: 30px;
  border-radius: 6px;
}

form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
form.woocommerce-checkout .shop_table tfoot tr th {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 3px;
}

.woosw-item--add .add_to_cart_button,
.woosw-list .add_to_cart_button,
.woosq-popup .woosw-btn,
.product-details .cart .woosw-btn,
.entry-summary .thm-btn.cart-btn,
.woocommerce-checkout-payment #place_order,
.checkout_coupon button[type=submit],
.wc-proceed-to-checkout a,
.shop_table button[name=update_cart],
.shop_table .coupon .thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--trevlo-base, #1c1a1d);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--trevlo-font, "Plus Jakarta Sans", sans-serif);
  padding: 14.5px 48px;
  transition: 500ms;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  border-radius: 6px;
}

.woosw-item--add .add_to_cart_button {
  font-size: 12px;
  padding: 6.5px 15px;
}

.entry-summary .thm-btn.cart-btn {
  background-color: var(--trevlo-secondary, #736D75);
}

.product-details .cart .woosw-btn::before,
.woosw-list .add_to_cart_button:before,
.woosq-popup .woosw-btn:before,
.product-details .cart .woosw-btn:before,
.entry-summary .thm-btn.cart-btn:before,
.woocommerce-checkout-payment #place_order:before,
.checkout_coupon button[type=submit]:before,
.wc-proceed-to-checkout a::before,
.shop_table button[name=update_cart]::before,
.shop_table .coupon .thm-btn::before {
  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-black, #fff);
  transition-duration: 700ms;
  color: var(--trevlo-white);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.product-details .cart .woosw-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-black, #fff);
  transition-duration: 700ms;
  color: var(--trevlo-white);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.entry-summary .thm-btn.cart-btn:before {
  background-color: var(--trevlo-base, #fff);
}

.woosw-list .add_to_cart_button:hover,
.woosq-popup .woosw-btn:hover,
.product-details .cart .woosw-btn:hover,
.entry-summary .thm-btn.cart-btn:hover,
.woocommerce-checkout-payment #place_order:hover,
.checkout_coupon button[type=submit]:hover,
.wc-proceed-to-checkout a:hover,
.shop_table button[name=update_cart]:hover,
.shop_table .coupon .thm-btn:hover {
  color: var(--trevlo-white);
  background-color: var(--trevlo-black);
}

.woosw-list .add_to_cart_button:hover::before,
.woosq-popup .woosw-btn:hover::before,
.product-details .cart .woosw-btn:hover::after,
.entry-summary .thm-btn.cart-btn:hover::before,
.woocommerce-checkout-payment #place_order:hover::before,
.checkout_coupon button[type=submit]:hover::before,
.wc-proceed-to-checkout a:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart]:hover::before,
.shop_table .coupon .thm-btn:hover::before {
  bottom: -50%;
  color: #ddd;
}

.woosw-list .add_to_cart_button:hover::before,
.woocommerce-ResetPassword .woocommerce-Button:hover::before,
.shop_table button[name=update_cart] {
  position: absolute;
  padding: 14.5px 48px;
}

.woosq-popup .woosw-added:hover,
.woosq-popup .woosw-btn {
  background-color: var(--trevlo-black);
}

.woosq-popup .woosw-btn {
  background-color: var(--trevlo-black);
}

.woosq-popup .woosw-btn:hover {
  background-color: var(--trevlo-base);
}

.product__item__btn {
  right: 40px;
}

.woosq-popup .entry-summary .thm-btn.cart-btn,
.woosq-popup .woosw-btn {
  padding: 16.5px 35px;
}

.entry-footer {
  margin-top: 0px;
  margin-left: 15px;
}

.woosw-list .product .added_to_cart {
  height: 58px;
}

.product .added_to_cart {
  background-color: var(--trevlo-base);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--trevlo-white);
  padding: 7px 20px;
  text-transform: capitalize;
  border-radius: 6px;
}

.product .added_to_cart::before {
  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-black, #fff);
  transition-duration: 700ms;
  color: var(--trevlo-white);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.product .added_to_cart:hover {
  color: var(--trevlo-white, #1c1a1d);
}

.product .added_to_cart:hover::before {
  bottom: -50%;
  color: #ddd;
}

.blog-one .woocommerce {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 35px;
  right: 30px;
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a:hover::after {
  color: var(--trevlo-base);
}

.product__item {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid var(--trevlo-white3, #EBE6DE);
}

.product__all-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product__all-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product__item-btn {
  position: absolute;
  right: 35px;
  top: 30px;
  z-index: 2;
}

.quantity-box input[type=number] {
  border-top: none;
  border-bottom: none;
}

h3.product-details__review-title {
  margin-bottom: 30px;
  margin-top: 50px;
}

.product-details__reviews-comment-box {
  margin-bottom: 30px;
}

.product-content.product-description {
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
}

.product-details__title {
  margin-bottom: 15px;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
  font-weight: 700;
  font-size: 16px;
}

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

.review-one .trevlo-btn::after {
  background-color: var(--trevlo-black, #FF5956);
}

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

.review-one .trevlo-btn {
  margin-top: 20px;
}

.product__item-title {
  margin-bottom: 0;
}

.product-details__review-title {
  font-size: 30px;
}

.entry-summary .thm-btn.cart-btn,
.product-details .cart .woosw-btn {
  padding: 13px 48px;
}

.sidebar--shop .wc-block-components-price-slider {
  margin-bottom: 5px;
}
