/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Backpack Traveler HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400..900&display=swap");
:root {
  --primaryFont: "Work Sans", sans-serif;
  --secondaryFont: "Playfair Display", serif;
  --primaryColor: #82AF7C;
  --secondaryColor: #22BF98;
  --titleColor: #111111;
  --paraColor: #777777;
  --whiteColor: #ffffff;
  --offwhiteColor: #ccc;
  --softColor: #FAF7F6;
  --aztechColor:#00181d;
  --codColor:#222;
  --darkColor: #000;
  --fontSize: 16px;
  --transition: all ease .5s;
}

.f-secondary {
  font-family: var(--secondaryFont);
}

.f-primary {
  font-family: var(--primaryFont);
}

.text_title {
  color: var(--titleColor) !important;
}

.text_primary {
  color: var(--primaryColor);
}

.text_para {
  color: var(--paraColor) !important;
}

.text_secondary {
  color: var(--secondaryColor) !important;
}

.bg_soft {
  background-color: var(--softColor);
}

/*---------------------------------
    General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

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

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondaryFont);
  color: var(--titleColor);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--titleColor);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--secondaryColor);
}

body {
  font-size: 16px;
  font-family: var(--primaryFont);
  color: var(--paraColor);
  font-weight: 400;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: var(--paraColor);
  font-family: var(--bodyFont);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-48 {
  font-size: 48px;
}

.lh-one {
  line-height: 31.2px;
}

.border-one {
  border: 1px solid #E7DFDE;
}

.br-one {
  border-bottom: 1px solid #E6E6E6;
}

.resize-0 {
  resize: none;
}

.h-55 {
  height: 55px;
}

.h-150 {
  height: 150px;
}

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

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

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

.mb-12 {
  margin-bottom: 12px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #F1AE00;
}

.btn {
  padding: 13px 30px 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: -5%;
  left: -5%;
  content: "";
  width: 0%;
  height: 110%;
  z-index: -1;
  border-radius: 5px;
  transform: skewX(15deg);
  overflow: hidden;
  transition: var(--transition);
}
.btn:hover:before {
  width: 120%;
  visibility: visible;
  opacity: 1;
}
.btn.style-one {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border: none;
}
.btn.style-one:before {
  background-color: var(--titleColor);
}
.btn.style-two {
  background-color: transparent;
  color: var(--titleColor);
  border: 1px solid var(--secondaryColor);
  border-radius: 0;
}
.btn.style-two:before {
  background-color: var(--secondaryColor);
}
.btn.style-two:hover {
  color: var(--whiteColor);
}
.btn.style-three {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border: none;
}
.btn.style-three:before {
  background-color: var(--titleColor);
}

.content-title span {
  margin-bottom: 11px;
  display: block;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: all 200ms linear;
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: var(--transition);
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background-color: var(--whiteColor);
  overflow-x: hidden;
}

.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}

.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  color: var(--titleColor);
  animation: waviy 1s infinite;
}

.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}

.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--secondaryColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(-83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100px;
  }
}
@keyframes mymovetwo {
  from {
    right: 0;
  }
  to {
    right: -100px;
  }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
}
.page-nav li:first-child, .page-nav li:last-child {
  position: relative;
  top: 2px;
}
.page-nav li:first-child i, .page-nav li:last-child i {
  left: -1px;
}
.page-nav li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 53px;
  line-height: 35px;
  text-align: center;
  color: var(--titleColor);
  background-color: transparent;
  transition: var(--transition);
  border: 1px solid var(--secondaryColor);
}
.page-nav li a i {
  font-size: 20px;
  margin: 0 auto;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  opacity: 1;
  background-color: var(--secondaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}

/*---------------------------------
    Breadcrumb Section CSS 
-----------------------------------*/
.breadcrumb-wrap {
  background-image: url(../img/breadcrumb/br-1.webp);
  padding: 121px 0 129px;
  background-position: center right;
}

.br-menu li {
  margin-right: 13px;
  padding-right: 20px;
  color: var(--titleColor);
  position: relative;
}
.br-menu li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--titleColor);
}
.br-menu li a {
  color: var(--titleColor);
}
.br-menu li a:hover {
  color: var(--secondaryColor);
}
.br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  opacity: 0.7;
}
.br-menu li:last-child:after {
  display: none;
}

/*---------------------------------
    Hero Section CSS 
-----------------------------------*/
.hero-bg-1 {
  background-image: url(../img/hero/hero-slide-1.webp);
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-slide-2.webp);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-slide-3.webp);
}

.hero-bg-4 {
  background-image: url(../img/hero/hero-slide-4.webp);
}

.hero-bg-5 {
  background-image: url(../img/hero/hero-slide-5.webp);
}

.hero-bg-6 {
  background-image: url(../img/hero/hero-slide-6.webp);
}

.hero-bg-10 {
  background-image: url(../img/travel/travel-slider-1.webp);
}

.hero-bg-11 {
  background-image: url(../img/travel/travel-slider-2.webp);
}

.hero-bg-12 {
  background-image: url(../img/travel/travel-slider-3.webp);
}

.hero-section {
  position: relative;
}
.hero-section .hero-content {
  position: relative;
}
.hero-section .hero-content .travel-date {
  position: absolute;
  top: 52.5%;
  transform: translateY(-50%) rotate(-90deg);
  display: inline-block;
}
.hero-section .hero-content h1 {
  font-size: 128px;
  line-height: 150px;
  margin-bottom: 27px;
}
.hero-section .hero-content .btn.style-two {
  transition: 0.4s;
}
.hero-section .hero-img-wrap .hero-bg-one {
  background-image: url(../img/hero/hero-img-1.webp);
  height: 700px;
  width: calc(100% - 220px);
  margin-left: 24px;
}
.hero-section .hero-img-wrap .hero-bg-two {
  background-image: url(../img/hero/hero-img-2.webp);
  width: 196px;
  height: 202px;
}

.hero-slider.style-two {
  position: relative;
}
.hero-slider.style-two .hero-slide-item {
  width: 100%;
  padding: 165px 100px 165px 0;
}
.hero-slider.style-two .hero-slide-item .hero-content {
  position: relative;
  max-width: 684px;
  margin-left: auto;
  z-index: 1;
}
.hero-slider.style-two .hero-slide-item .hero-content:after {
  position: absolute;
  top: 53%;
  left: 0;
  content: "";
  width: 685px;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  transform: translateY(-50%);
}
.hero-slider.style-two .hero-slide-item .hero-content h1 {
  margin-bottom: 35px;
  font-weight: 600;
}
.hero-slider.style-two .hero-slide-item .hero-content .link {
  color: var(--whiteColor);
  text-decoration: underline;
}
.hero-slider.style-two .hero-slide-item .hero-content .link:hover {
  color: var(--primaryColor);
}
.hero-slider.style-two .hero-bg-4 .hero-content:after {
  background-image: url(../img/hero/hero-bg-shape-2.webp);
}
.hero-slider.style-two .hero-bg-5 .hero-content:after {
  background-image: url(../img/hero/hero-bg-shape-3.webp);
}
.hero-slider.style-two .hero-bg-6 .hero-content:after {
  background-image: url(../img/hero/hero-bg-shape-4.webp);
}
.hero-slider.style-three .slider-btn {
  position: absolute;
  bottom: 70px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding-right: 20.5%;
}
.hero-slider.style-three .slider-btn:before, .hero-slider.style-three .slider-btn:after {
  position: absolute;
  top: 25px;
  content: "";
  height: 1px;
  background-color: var(--whiteColor);
  z-index: 1;
}
.hero-slider.style-three .slider-btn:before {
  left: 50px;
  width: 65%;
}
.hero-slider.style-three .slider-btn:after {
  right: 0;
  width: 18.5%;
}
.hero-slider.style-three .slider-btn .hero-prev {
  margin-right: 12px;
}
.hero-slider.style-three .slider-btn .hero-prev,
.hero-slider.style-three .slider-btn .hero-next {
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: var(--transition);
}
.hero-slider.style-three .slider-btn .hero-prev i,
.hero-slider.style-three .slider-btn .hero-next i {
  margin: 0 auto;
  display: block;
  color: var(--titleColor);
  font-weight: 500;
  transition: var(--transition);
}
.hero-slider.style-three .slider-btn .hero-prev:hover,
.hero-slider.style-three .slider-btn .hero-next:hover {
  background-color: var(--secondaryColor) !important;
}
.hero-slider.style-three .slider-btn .hero-prev:hover i,
.hero-slider.style-three .slider-btn .hero-next:hover i {
  color: var(--whiteColor);
}
.hero-slider.style-three .slider-btn .hero-prev {
  left: 30px;
}
.hero-slider.style-three .slider-btn .hero-next {
  right: 30px;
}
.hero-slider.style-three .featured-post.style-four .featured-info {
  max-width: 526px;
}
.hero-slider.style-two .slider-btn .hero-prev,
.hero-slider.style-two .slider-btn .hero-next, .hero-slider.style-four .slider-btn .hero-prev,
.hero-slider.style-four .slider-btn .hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: var(--transition);
}
.hero-slider.style-two .slider-btn .hero-prev i,
.hero-slider.style-two .slider-btn .hero-next i, .hero-slider.style-four .slider-btn .hero-prev i,
.hero-slider.style-four .slider-btn .hero-next i {
  margin: 0 auto;
  display: block;
  color: var(--titleColor);
  font-weight: 500;
  transition: var(--transition);
}
.hero-slider.style-two .slider-btn .hero-prev:hover,
.hero-slider.style-two .slider-btn .hero-next:hover, .hero-slider.style-four .slider-btn .hero-prev:hover,
.hero-slider.style-four .slider-btn .hero-next:hover {
  background-color: var(--secondaryColor) !important;
}
.hero-slider.style-two .slider-btn .hero-prev:hover i,
.hero-slider.style-two .slider-btn .hero-next:hover i, .hero-slider.style-four .slider-btn .hero-prev:hover i,
.hero-slider.style-four .slider-btn .hero-next:hover i {
  color: var(--whiteColor);
}
.hero-slider.style-two .slider-btn .hero-prev, .hero-slider.style-four .slider-btn .hero-prev {
  left: 30px;
}
.hero-slider.style-two .slider-btn .hero-next, .hero-slider.style-four .slider-btn .hero-next {
  right: 30px;
}
.hero-slider.style-four .hero-slide-item {
  position: relative;
  z-index: 1;
  padding: 163px 0;
}
.hero-slider.style-four .hero-slide-item:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(102deg, rgba(17, 17, 17, 0) 34.17%, rgba(17, 17, 17, 0.85) 100%);
}
.hero-slider.style-four .hero-content h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-slider.style-four .hero-content a.link:hover {
  color: var(--secondaryColor) !important;
}
.hero-slider.style-four .slider-btn .hero-prev,
.hero-slider.style-four .slider-btn .hero-next {
  width: 50px;
  height: 50px;
}

.main-content-wrapper .sidebar-wrapper {
  width: 306px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #F1E9E8;
  padding: 25px 0 25px;
  z-index: 2;
}
.main-content-wrapper .sidebar-wrapper .navbar-brand {
  border-bottom: 1px solid #F1E9E8;
}
.main-content-wrapper .sidebar-wrapper .search-form {
  padding: 15px 22px 0;
}
.main-content-wrapper .sidebar-wrapper .search-form input {
  border: none;
  border-bottom: 1px solid #F1E9E8;
  padding: 0 0 5px;
  height: 40px;
}
.main-content-wrapper .sidebar-wrapper .search-form button {
  top: 0;
  right: 30px;
  height: 100%;
  padding: 10px 0;
}
.main-content-wrapper .sidebar-wrapper .search-form button i {
  position: relative;
  top: 7px;
}
.main-content-wrapper .sidebar-wrapper .link img {
  position: relative;
  top: -1px;
}
.main-content-wrapper .sidebar-wrapper .social-profile {
  border-top: 1px solid #F1E9E8;
  padding-top: 20px;
  margin-top: 25px;
}
.main-content-wrapper .sidebar-wrapper .social-profile li {
  margin: 0 10px;
}
.main-content-wrapper .sidebar-wrapper .social-profile li a img {
  transition: var(--transition);
}
.main-content-wrapper .sidebar-wrapper .social-profile li a:hover img {
  transform: rotate(360deg);
}
.main-content-wrapper .main-content {
  width: calc(100% - 330px);
  margin: 50px 0 0 330px;
  padding-right: 25px;
}

/*-------------------------------
   About CSS
-------------------------------*/
.about-section {
  background-image: url(../img/about/about-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section .about-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/about/about-img-2.webp);
  height: 400px;
  width: 49.8%;
}
.about-section .about-img-wrap {
  z-index: 2;
  margin-top: 32px;
}
.about-section .about-img-wrap h4 {
  width: 54%;
}
.about-section .about-img-wrap .about-img-two {
  width: 57%;
  transform: rotate(-10deg);
  border: 10px solid var(--whiteColor);
}
.about-section .about-content {
  padding-left: 50px;
  position: relative;
}
.about-section .about-content .travel-date {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%) rotate(-90deg);
}

.simple-wrap .simple-img {
  position: relative;
  padding-bottom: 30px;
}
.simple-wrap .simple-img h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 365px;
}
.simple-wrap .simple-content ol li {
  margin-bottom: 15px;
}
.simple-wrap .simple-content ol li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
   Travel Tips CSS
-------------------------------*/
.travel-tips-wrap {
  position: relative;
  z-index: 1;
}
.travel-tips-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 90.5%;
  height: 100%;
  background-color: var(--softColor);
  z-index: -1;
}
.travel-tips-wrap .content-title {
  position: relative;
}
.travel-tips-wrap .content-title .travel-date {
  position: absolute;
  top: 40px;
  left: -78px;
  transform: rotate(-90deg);
}
.travel-tips-wrap .featured-travel-one,
.travel-tips-wrap .featured-travel-two {
  position: absolute;
  border: 10px solid #E7DFDE;
}
.travel-tips-wrap .featured-travel-one {
  top: -25px;
  right: 26px;
  max-width: 270px;
  transform: rotate(10deg);
}
.travel-tips-wrap .featured-travel-two {
  bottom: 10px;
  left: 44px;
  max-width: 260px;
  transform: rotate(-10deg);
}
.travel-tips-wrap .features-list {
  margin-bottom: -15px;
}
.travel-tips-wrap .features-list ul {
  -moz-columns: 2;
       columns: 2;
}
.travel-tips-wrap .features-list ul li {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
}
.travel-tips-wrap .features-list ul li img {
  position: absolute;
  top: 12px;
  left: 0;
}

/*-------------------------------
   Team  CSS
-------------------------------*/
.team-card .team-img {
  overflow: hidden;
  position: relative;
}
.team-card .team-img .social-profile {
  background-color: var(--whiteColor);
  position: absolute;
  right: -100%;
  bottom: 25px;
  padding: 12px 21px 14px;
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.team-card .team-img .social-profile li {
  display: inline-block;
  margin-right: 15px;
}
.team-card .team-img .social-profile li:last-child {
  margin-right: 0;
}
.team-card .team-img .social-profile li a img {
  transition: var(--transition);
}
.team-card h3 {
  font-size: 24px;
  margin: 27px 0 10px;
}
.team-card:hover .team-img .social-profile {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.team-card:hover .team-img .social-profile li a:hover img {
  transform: rotate(360deg);
}

/*-------------------------------
   Contact & FAQ CSS
-------------------------------*/
#msgSubmit {
  font-size: 16px;
  margin-top: 15px;
}

.help-block.with-errors {
  color: #EA0000;
  margin-top: 5px;
}

#contactForm .btn.disabled {
  opacity: 1 !important;
}

.contact-img-wrap {
  position: relative;
  padding-bottom: 85px;
}
.contact-img-wrap .contact-bg {
  width: calc(100% - 108px);
  background-image: url(../img/about/contact-img-1.webp);
  height: 560px;
  border: 10px solid #E7DFDE;
  position: relative;
  z-index: 1;
}
.contact-img-wrap .contact-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 73.44%);
  z-index: -1;
}
.contact-img-wrap .contact-bg .contact-info {
  padding: 24px 29px;
}
.contact-img-wrap .contact-bg .contact-info li {
  margin-bottom: 16px;
}
.contact-img-wrap .contact-bg .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-img-wrap .contact-bg .contact-info li strong {
  font-weight: 500;
  color: var(--titleColor);
}
.contact-img-wrap .contact-img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-10deg);
  z-index: 1;
  border: 10px solid #E7DFDE;
}

.faq-img-wrap {
  position: relative;
  padding-bottom: 220px;
}
.faq-img-wrap .faq-bg {
  background-image: url(../img/about/faq-1.webp);
  height: 560px;
  width: calc(100% - 134px);
  border: 10px solid #E7DFDE;
}
.faq-img-wrap .faq-img {
  position: absolute;
  border: 10px solid #E7DFDE;
  bottom: 0;
  right: 0;
  transform: rotate(10deg);
}

.faq-content .single-para h6 {
  font-size: 16px !important;
}

.error-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
}

/*-------------------------------
   Shop CSS
-------------------------------*/
.shop-card.style-one, .shop-card.style-two, .shop-card.style-three {
  position: relative;
  z-index: 1;
}
.shop-card.style-one .shop-img-wrap, .shop-card.style-two .shop-img-wrap, .shop-card.style-three .shop-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-card.style-one .shop-img-wrap span, .shop-card.style-two .shop-img-wrap span, .shop-card.style-three .shop-img-wrap span {
  transform: rotate(-90deg) translateX(-10px);
  width: 80px;
}
.shop-card.style-one .shop-img-wrap .shop-img, .shop-card.style-two .shop-img-wrap .shop-img, .shop-card.style-three .shop-img-wrap .shop-img {
  width: calc(100% - 80px);
  background-color: var(--whiteColor) !important;
}
.shop-card.style-one .shop-img-wrap .shop-img .btn, .shop-card.style-two .shop-img-wrap .shop-img .btn, .shop-card.style-three .shop-img-wrap .shop-img .btn {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 33px);
  visibility: hidden;
  opacity: 0;
}
.shop-card.style-one h3, .shop-card.style-two h3, .shop-card.style-three h3 {
  padding: 25px 25px 43px;
}
.shop-card.style-one:hover .shop-img .btn, .shop-card.style-two:hover .shop-img .btn, .shop-card.style-three:hover .shop-img .btn {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.shop-card.style-one .shop-img-wrap .shop-img {
  border: 1px solid #E7DFDE;
}
.shop-card.style-two:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 15px 0 15px 15px;
  border: 1px solid #E7DFDE;
  z-index: -1;
}
.shop-card.style-two .shop-img-wrap .shop-img {
  border-radius: 15px 15px 0px 15px;
  border: 1px solid #E7DFDE;
}
.shop-card.style-two .shop-img-wrap .shop-img img {
  border-radius: 15px 15px 0px 15px;
}
.shop-card.style-three:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 15px 0 15px 15px;
  background-color: var(--softColor);
  border: 1px solid #F1E9E8;
  z-index: -1;
}
.shop-card.style-three .shop-img-wrap .shop-img {
  border: 1px solid #E7DFDE;
  border-radius: 15px 0 15px 15px;
}
.shop-card.style-three .shop-img-wrap .shop-img img {
  border-radius: 15px 0 15px 15px;
}

.select-options {
  background-image: url(../img/down-arrow.webp);
  background-size: 8px;
  background-position: 100% calc(100% - 20px);
  background-repeat: no-repeat;
  width: 200px;
}
.select-options.style-two {
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.single-shop-img {
  padding: 55px 20px;
  border: 1px solid #E7DFDE;
}
.single-shop-img img {
  display: block;
  margin: 0 auto;
}

.single-shop-title h1 {
  margin-bottom: 15px;
}
.single-shop-title .shop-price {
  margin-bottom: 15px;
}
.single-shop-title .shop-price span {
  margin-left: 5px;
  text-decoration: line-through;
  color: var(--paraColor);
}

.product-more-option-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.product-more-option-item:last-child {
  margin: 20px 0 0;
}
.product-more-option-item span, .product-more-option-item a {
  position: relative;
  color: var(--paraColor);
}
.product-more-option-item a:hover {
  color: var(--secondaryColor);
}
.product-more-option-item .v-counter {
  margin-right: 12px;
}
.product-more-option-item .add-to-cart {
  padding: 12px 30px 12px;
}
.product-more-option-item a {
  margin-left: 5px;
}
.product-more-option-item .btn.style-three {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.single-product-tablist {
  border: none;
}
.single-product-tablist .nav-item {
  border-radius: 0;
  margin-right: 50px;
}
.single-product-tablist .nav-item:last-child {
  margin: 0;
}
.single-product-tablist .nav-item .nav-link {
  font-size: 24px;
  color: var(--titleColor);
  font-family: var(--secondaryFont);
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 12px;
  text-align: center;
  position: relative;
}
.single-product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: var(--secondaryColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.single-product-tablist .nav-item .nav-link.active {
  color: var(--secondaryColor);
}
.single-product-tablist .nav-item .nav-link.active:after {
  color: var(--secondaryColor);
  visibility: visible;
  opacity: 1;
}

.product-tab-content {
  margin: 25px 0 0;
}
.product-tab-content .product_desc p:last-child {
  margin-bottom: 0;
}
.product-tab-content .product_desc .content-feature-list li {
  position: relative;
  color: var(--paraColor);
}
.product-tab-content .product_desc .content-feature-list li span {
  font-size: 18px;
  color: var(--blackColor);
}
.product-tab-content .product_desc .content-feature-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.product-tab-content .product_desc .content-feature-list li:after {
  position: absolute;
  top: 8px;
  left: 4px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.product-tab-content .product_features li {
  margin-bottom: 10px;
}
.product-tab-content .product_features li:last-child {
  margin: 0;
}
.product-tab-content .product_features li b {
  color: var(--blackColor);
  font-weight: 500;
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}
.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}
.product-description-box .product-desc p {
  margin: 0;
}

/*------------------------------
        Cart & Compare CSS
-------------------------------*/
.cart-table table {
  margin: 0;
}
.cart-table table thead tr {
  border: none;
}
.cart-table table thead tr th {
  border-bottom: 1px solid #E7DFDE;
  padding: 0 20px 20px;
  font-weight: 400;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border: none;
}
.cart-table table tbody tr td {
  padding: 25px 15px;
  text-align: center;
  border-bottom: 1px solid #E7DFDE;
}
.cart-table table tbody tr td:nth-child(2) {
  margin-top: 1px;
}
.cart-table table tbody tr td button i {
  color: #EA0000;
  font-size: 20px;
}

.coupon-code {
  position: relative;
}
.coupon-code input {
  width: 100%;
  height: 55px;
  border-radius: 0;
  border: none;
  width: calc(100% - 222px);
  border-bottom: 1px solid #E7DFDE;
}
.coupon-code button {
  margin-left: 12px;
  width: 210px;
}

.v-counter {
  border: 1px solid #E7DFDE;
  width: 98px;
  height: 53px;
  position: relative;
}
.v-counter input {
  border: none;
  height: 53px;
  float: left;
  width: calc(100% - 36px);
  text-align: center;
}
.v-counter input.count {
  padding-left: 8px;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 36px;
  height: 26.5px;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.v-counter .minusBtn {
  bottom: 0;
  border-left: 1px solid #E7DFDE;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "-";
  font-size: 23px;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn {
  top: 0;
  border-bottom: 1px solid #E7DFDE;
  border-left: 1px solid #E7DFDE;
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "+";
  font-size: 22px;
  transform: translate(-50%, -50%);
}

.cart-total .cart-total-wrap {
  margin-bottom: 20px;
}
.cart-total .cart-total-wrap .cart-total-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E7DFDE;
}
.cart-total .cart-total-wrap .cart-total-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-total .cart-total-wrap .cart-total-item p,
.cart-total .cart-total-wrap .cart-total-item span {
  margin: 0;
  line-height: 1;
  color: var(--titleColor);
}
.cart-total .btn {
  margin-top: 30px;
}

.my-account > .row {
  position: relative;
}
.my-account > .row:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 95%;
  transform: translate(-50%, -50%);
  background-color: #E7DFDE;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--titleColor);
  padding-left: 30px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #E7DFDE;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkbox label a {
  color: var(--secondaryColor);
}
.checkbox label a:hover {
  text-decoration: underline;
}

.checkbox input:checked + label:before {
  border-color: var(--secondaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 12px;
  height: 12px;
  border: none;
  background: var(--secondaryColor);
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: var(--secondaryColor);
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
  color: var(--blackColor);
}
.checkout-form .form-group input, .checkout-form .form-group select,
.checkout-form .form-group textarea {
  color: var(--paraColor);
  width: 100%;
  padding: 10px 20px;
}
.checkout-form .form-group input:focus, .checkout-form .form-group select:focus,
.checkout-form .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group select::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder {
  opacity: 1;
}
.checkout-form .form-group input::placeholder, .checkout-form .form-group select::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 1;
}
.checkout-form .form-group textarea {
  height: 150px;
  resize: none;
}
.checkout-form .form-group select {
  width: 100%;
  color: var(--paraColor);
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 20px) 50%;
}

.checkout-table tbody tr {
  vertical-align: middle;
}
.checkout-table tbody tr td {
  border-bottom: 1px solid #E7DFDE;
  padding: 15px;
}

/*-------------------------------
   Travel CSS
-------------------------------*/
.travel-wrap {
  position: relative;
  z-index: 1;
}
.travel-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60%;
  z-index: -1;
  background-color: #F0E8E7;
}
.travel-wrap.style-two:after {
  display: none;
}

.travel-card.style-one:hover .img-hover img {
  transform: scale(1.05);
}
.travel-card.style-two {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.travel-card.style-two:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 15px 15px 0px 15px;
  border: 1px solid #E7DFDE;
  z-index: -1;
}
.travel-card.style-two .travel-img-wrap .travel-date {
  transform: rotate(-90deg);
  width: 110px;
  display: block;
  position: relative;
  top: 20px;
}
.travel-card.style-two .travel-img-wrap .travel-date:hover {
  color: var(--primaryColor);
}
.travel-card.style-two .travel-img-wrap .travel-img {
  width: calc(100% - 110px);
  border-radius: 15px 15px 0px 15px;
}
.travel-card.style-two .travel-img-wrap .travel-img img {
  border-radius: 15px 15px 0px 15px;
}
.travel-card.style-two .travel-info {
  padding: 24px 25px 30px;
}
.travel-card.style-two .travel-info .travel-category {
  display: block;
  margin-bottom: 7px;
}
.travel-card.style-two .travel-info h3 {
  font-size: 24px;
}
.travel-card.style-two .travel-info h3 a {
  color: var(--titleColor);
}
.travel-card.style-two .travel-info h3 a:hover {
  color: var(--primaryColor);
}
.travel-card.style-two:hover .img-hover img {
  transform: scale(1.05);
}
.travel-card.style-three .travel-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.travel-card.style-three .travel-img img {
  transition: var(--transition);
}
.travel-card.style-three .travel-metainfo {
  margin-bottom: 6px;
}
.travel-card.style-three .travel-metainfo li:after {
  content: "|";
}
.travel-card.style-three:hover .travel-img img {
  transform: scale(1.05);
}
.travel-card.style-four {
  border: 1px solid #E7DFDE;
  background: var(--whiteColor);
  padding: 25px 22px 20px 22px !important;
  margin-left: 12.5px;
  margin-right: 12.5px;
}

.travel_card {
  background-color: var(--whiteColor);
  overflow: hidden;
  min-width: 360px;
  border-radius: 5px;
  position: relative;
}
.travel_card .close-infobox {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: var(--whiteColor);
  transition: var(--transition);
  cursor: pointer;
}
.travel_card .close-infobox i {
  font-size: 24px;
  display: block;
  color: var(--titleColor);
  margin: 0 auto;
  transition: var(--transition);
}
.travel_card .close-infobox:hover {
  background-color: var(--secondaryColor);
}
.travel_card .close-infobox:hover i {
  color: var(--whiteColor);
}
.travel_card .travle-img {
  display: block;
}
.travel_card .travel-info {
  padding: 27px 22px;
}
.travel_card .travel-info .travel-metainfo {
  margin-bottom: 15px;
}
.travel_card .travel-info .travel-metainfo li {
  margin-right: 7px;
  padding-right: 15px;
  font-size: 15px;
}
.travel_card .travel-info .travel-metainfo li:after {
  top: -1px;
}
.travel_card .travel-info .travel-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.travel_card .travel-info .travel-metainfo li:last-child:after {
  display: none;
}
.travel_card .travel-info .travel-metainfo li a {
  color: var(--secondaryColor);
}
.travel_card .travel-info h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 30px;
}

.travel-metainfo li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 22px;
  position: relative;
}
.travel-metainfo li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
}
.travel-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.travel-metainfo li:last-child:after {
  display: none;
}
.travel-metainfo li a:hover {
  color: var(--primaryColor);
}

.travel-card-wrap {
  margin: 25px -12.5px 0;
}
.travel-card-wrap .travel-card {
  margin-bottom: 40px;
  padding: 0 12.5px;
}
.travel-card-wrap .column.size-1of4 {
  width: 25%;
  display: inline-flex;
  flex-wrap: wrap;
}

.map-container {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.map-container #main-full-map {
  width: 100%;
  height: 100%;
}
.map-container.side-map {
  height: 100vh;
}

.cluster {
  width: 40px !important;
  height: 40px !important;
}

.cluster img {
  display: none;
}

.cluster div {
  text-align: center;
  font-size: 15px !important;
  background: var(--whiteColor);
  color: var(--blackColor) !important;
  font-weight: 600;
  border-radius: 100%;
  width: 40px !important;
  height: 40px !important;
  line-height: 37px !important;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.5);
  border: 2px solid var(--whiteColor);
  transition: var(--transition);
  animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
  background: var(--mainColor);
  color: var(--whiteColor) !important;
  border-color: var(--mainColor);
}
@keyframes cluster-animation {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1);
  }
}
.destination-list {
  padding: 45px 45px;
}
.destination-list li {
  margin-bottom: 25.5px;
}
.destination-list li a {
  color: var(--titleColor);
}
.destination-list li a:hover {
  color: var(--secondaryColor);
}
.destination-list li:last-child {
  margin-bottom: 0;
}
.destination-list li span {
  float: right;
}
.destination-list .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 25.5px;
}
.destination-list .nav-item .nav-link {
  padding: 0;
  width: 100%;
  text-align: left;
  display: block;
  background-color: transparent;
  border: none;
  color: var(--paraColor);
}
.destination-list .nav-item .nav-link span {
  float: right;
}
.destination-list .nav-item .nav-link.active, .destination-list .nav-item .nav-link:hover {
  color: var(--titleColor);
  font-weight: 500;
}

.place-lsit {
  -moz-columns: 2;
       columns: 2;
}
.place-lsit li {
  margin-bottom: 25px;
  display: block;
}
.place-lsit li a {
  color: var(--titleColor);
  font-size: 20px;
  font-family: var(--secondaryFont);
}
.place-lsit li a:hover {
  color: var(--secondaryColor);
  text-decoration: underline;
}
.place-lsit li:last-child {
  margin-bottom: 0;
}

.destination-card h3 {
  margin: 25px 0;
}
.destination-card:hover .img-hover img {
  transform: scale(1.05);
}

.comp-map {
  width: 100%;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}
.comp-map.style-one {
  height: 900px;
}
.comp-map.style-two {
  height: 500px;
}
.comp-map.style-three {
  height: 600px;
}

#main-full-map {
  height: 100vh;
  width: 100%;
}

.scroll-menu {
  padding: 25px;
}
.scroll-menu li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #CBC9C8;
}
.scroll-menu li a.active, .scroll-menu li a:hover {
  color: var(--titleColor);
}
.scroll-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*-------------------------------
   Category CSS
-------------------------------*/
.category-wrap {
  background-image: url(../img/bg-1.webp);
  position: relative;
  z-index: 1;
}
.category-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.92) 48.44%, #FFF 100%);
  z-index: -1;
}
.category-wrap .section-shape-two {
  top: 5px;
  left: 100px;
  z-index: 0;
}
.category-wrap .container {
  position: relative;
  z-index: 1;
}

.category-card-wrap {
  display: grid;
  padding-bottom: 25px;
  grid-gap: 24px;
}
.category-card-wrap .category-card:nth-child(odd) {
  background-color: var(--softColor);
}
.category-card-wrap .category-card:nth-child(even) {
  top: 25px;
  position: relative;
}

.category-card {
  border: 1px solid #E7DFDE;
  padding: 23px 10px;
  transition: var(--transition);
}
.category-card img {
  display: block;
  margin: 0 auto 15px;
  min-height: 60px;
  transition: var(--transition);
}
.category-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.category-card span {
  transition: var(--transition);
}
.category-card:hover {
  transform: translateY(-5px);
  background-color: var(--secondaryColor) !important;
  border-color: transparent;
}
.category-card:hover img {
  filter: brightness(0) invert(1);
}
.category-card:hover h3 a {
  color: var(--whiteColor);
}
.category-card:hover span {
  color: var(--whiteColor);
}

.subscribe-wrap {
  position: relative;
  z-index: 1;
}
.subscribe-wrap:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1180px;
  height: 365px;
  background-image: url(../img/newsletter-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1180px 360px;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.subscribe-wrap .subscribe-img img {
  display: block;
  margin-left: auto;
}

.newsletter-form h2 {
  font-size: 36px;
  line-height: 50px;
}
.newsletter-form form {
  position: relative;
}
.newsletter-form form input {
  width: 100%;
  height: 55px;
  background-color: var(--whiteColor);
  border: 1px solid #CBC9C8;
}
.newsletter-form form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

/*---------------------------
        Sidebar CSS
---------------------------*/
.sidebar .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  margin-bottom: 22px;
}
.sidebar .sidebar-widget .search-form input {
  border: none;
  padding: 0 0 10px;
  border-bottom: 1px solid #E7DFDE;
}
.sidebar .sidebar-widget .search-form button {
  top: 10px;
}
.sidebar .sidebar-widget .social-profile {
  -moz-columns: 2;
       columns: 2;
}
.sidebar .sidebar-widget .social-profile li {
  margin: 0 0 20px 0;
}
.sidebar .sidebar-widget .social-profile li:last-child {
  margin-right: 0;
}
.sidebar .sidebar-widget .social-profile li a {
  position: relative;
}
.sidebar .sidebar-widget .social-profile li a img, .sidebar .sidebar-widget .social-profile li a i {
  position: relative;
  top: -1px;
  margin-right: 11px;
}
.sidebar .sidebar-widget .social-profile li a:hover {
  color: var(--secondaryColor);
}

/*-------------------------------
    Author widget CSS
-------------------------------*/
.author-widget .author-img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 23px;
}
.author-widget .author-img img {
  border-radius: 50%;
}

/*-------------------------------
     Searchbox widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #5F616E;
  color: var(--offwhiteColor);
  padding: 0 50px 4px 0;
}
.search-box input::-moz-placeholder {
  color: var(--offwhiteColor);
  opacity: 1;
}
.search-box input::placeholder {
  color: var(--offwhiteColor);
  opacity: 1;
}
.search-box button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 14px 0;
}
.search-box button i, .search-box button svg {
  color: var(--whiteColor);
  font-size: 18px;
  line-height: 0.8;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-list li {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #E7DFDE;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li a span {
  float: right;
}
.category-list li a:hover {
  color: var(--secondaryColor);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.popular-post-wrap .pp-post-item {
  margin: 0 0 17px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #E7DFDE;
}
.popular-post-wrap .pp-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.popular-post-wrap .pp-post-item .pp-post-img {
  width: 110px;
}
.popular-post-wrap .pp-post-item .pp-post-info {
  width: calc(100% - 130px);
  margin-left: 20px;
}
.popular-post-wrap .pp-post-item .pp-post-info h6 {
  line-height: 26px;
}
.popular-post-wrap .pp-post-item:last-child {
  margin: 0;
  border-bottom: none;
}

/*-------------------------------
    Popular Shop Widget CSS
-------------------------------*/
.pp-shop-wrap .pp-shop-item {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E7DFDE;
}
.pp-shop-wrap .pp-shop-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pp-shop-wrap .pp-shop-item .pp-shop-img {
  width: 110px;
  padding: 10px;
  border: 1px solid #E7DFDE;
}
.pp-shop-wrap .pp-shop-item .pp-shop-info {
  width: calc(100% - 130px);
  margin-left: 20px;
}
.pp-shop-wrap .pp-shop-item .pp-shop-info h6 {
  line-height: 22px;
}
.pp-shop-wrap .pp-shop-item:last-child {
  margin: 0;
  border-bottom: none;
}

/*-------------------------------
    Newsletter Widget CSS
-------------------------------*/
.newsletter-widget input {
  border-radius: 5px;
  border: 1px solid #F1E9E8;
  background: #FFF;
  height: 55px;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -7px;
}
.tag-list li {
  display: inline-block;
  margin: 12px 9px 0px 0px;
  padding-right: 18px;
  color: var(--titleColor);
  position: relative;
}
.tag-list li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
}
.tag-list li a {
  color: var(--paraColor);
}
.tag-list li a:hover {
  color: var(--secondaryColor);
}
.tag-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.tag-list li:last-child:after {
  display: none;
}

/*-------------------------------
     Price Range Widget CSS
-------------------------------*/
.multi-range {
  position: relative;
  height: 22px;
  margin: 30px 0 5px;
}

.price-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.price-title button {
  margin: 0 5px 0 0;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: var(--titleColor);
}

.multi-range input[type=range]:nth-child(2) {
  background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: var(--titleColor);
}

.multi-range input[type=range]::-moz-range-track {
  background: none;
}

input[type=range] {
  position: absolute;
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: var(--titleColor);
  background-size: 100% 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus,
input[type=range]::-moz-focus-outer {
  border: none;
  outline: none;
}

input[type=range]::-moz-range-thumb {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: var(--titleColor);
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-moz-range-thumb:hover {
  background-color: var(--titleColor);
}

input[type=range]::-moz-range-thumb:active {
  background-color: var(--titleColor);
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 5px 0;
  background-color: var(--titleColor);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

/*-------------------------------
    Blog CSS
-------------------------------*/
.featured-post-wrap {
  z-index: 1;
}
.featured-post-wrap .section-shape-one {
  top: 26px;
  left: 0;
  z-index: 0;
}

.blog-bg-one {
  background-image: url(../img/blog/blog-22.webp);
}

.blog-wrapper {
  margin: 0 -12.5px;
}
.blog-wrapper .column.size-1of3 {
  width: 33.33%;
  padding: 0 12.5px;
  display: inline-flex;
  flex-wrap: wrap;
}

.blog-card.style-one .blog-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-card.style-one .blog-img-wrap .travel-date {
  transform: rotate(-90deg) translateX(-10px);
  width: 101px;
}
.blog-card.style-one .blog-img-wrap .blog-img {
  width: calc(100% - 101px);
  position: relative;
  display: block;
}
.blog-card.style-one .blog-info {
  padding: 25px 25px 43px 25px;
}
.blog-card.style-one .blog-info .blog-category {
  margin-bottom: 6px;
  display: block;
}
.blog-card.style-one .blog-info h3 {
  line-height: 31.2px;
}
.blog-card.style-one:hover .blog-img img {
  transform: scale(1.02);
}
.blog-card.style-two {
  z-index: 1;
  height: 650px;
}
.blog-card.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 59.37%, #111 100%);
  z-index: -1;
}
.blog-card.style-two .blog-info {
  bottom: 62px;
  left: 20.5%;
}
.blog-card.style-two .blog-info .blog-date {
  position: absolute;
  top: 40%;
  left: -77px;
  transform: rotate(-90deg) translateY(-50%);
}
.blog-card.style-two .blog-info .blog-category {
  margin-bottom: 4px;
}
.blog-card.style-two .blog-info h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46.8px;
}
.blog-card.style-two .blog-info h3 a {
  color: var(--whiteColor);
}
.blog-card.style-two .blog-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-three:hover .img-hover img {
  transform: scale(1.05);
}
.blog-card.style-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card.style-four img {
  transition: var(--transition);
}
.blog-card.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 45.17%, rgba(17, 17, 17, 0.5) 68.75%, rgba(17, 17, 17, 0.8) 100%);
  z-index: 0;
}
.blog-card.style-four .blog-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 15px;
  z-index: 1;
}
.blog-card.style-four .blog-info h3 {
  font-size: 24px;
}
.blog-card.style-four .blog-info h3 a {
  color: var(--whiteColor);
}
.blog-card.style-four .blog-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-four .blog-info .author-info-wrap li {
  color: var(--whiteColor);
}
.blog-card.style-four .blog-info .author-info-wrap li:after {
  color: var(--whiteColor);
}
.blog-card.style-four .blog-info .author-info-wrap li a {
  color: var(--whiteColor);
}
.blog-card.style-four:hover > img {
  transform: scale(1.05);
}

.blog-slider .blog-pagination {
  margin-top: 37px;
  text-align: center;
}
.blog-slider .blog-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 50px;
  height: 3px;
  background-color: #F0E8E7;
  border-radius: 0;
  opacity: 1;
}
.blog-slider .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}

.single-blog-slider .slider-btn .blog-prev,
.single-blog-slider .slider-btn .blog-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: var(--transition);
}
.single-blog-slider .slider-btn .blog-prev i,
.single-blog-slider .slider-btn .blog-next i {
  margin: 0 auto;
  display: block;
  color: var(--titleColor);
  font-weight: 500;
  transition: var(--transition);
}
.single-blog-slider .slider-btn .blog-prev:hover,
.single-blog-slider .slider-btn .blog-next:hover {
  background-color: var(--secondaryColor) !important;
}
.single-blog-slider .slider-btn .blog-prev:hover i,
.single-blog-slider .slider-btn .blog-next:hover i {
  color: var(--whiteColor);
}
.single-blog-slider .slider-btn .blog-prev {
  left: 15px;
}
.single-blog-slider .slider-btn .blog-next {
  right: 15px;
}

.featured-post.style-one {
  border-radius: 15px;
  border: 1px solid #F1E9E8;
  background: var(--softColor);
  padding: 35px 30px;
}
.featured-post.style-one p {
  margin: 18px 0 24px;
}
.featured-post.style-two .featured-img {
  border-radius: 15px 15px 0 0;
}
.featured-post.style-two .featured-img img {
  border-radius: 15px 15px 0 0;
}
.featured-post.style-two .featured-info {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding: 30px 25px 30px;
  border-radius: 15px;
  border: 1px solid #F1E9E8;
}
.featured-post.style-two .featured-info h3 {
  margin-bottom: 16px;
}
.featured-post.style-two .featured-info p {
  margin-bottom: 28px;
}
.featured-post.style-three .featured-img {
  width: 196px;
  border-radius: 15px;
}
.featured-post.style-three .featured-img img {
  border-radius: 15px;
}
.featured-post.style-three .featured-info {
  width: calc(100% - 220px);
  margin-left: 24px;
}
.featured-post.style-three .featured-info h3 {
  line-height: 27px;
}
.featured-post.style-three:hover .featured-img img {
  transform: scale(1.05);
}
.featured-post.style-four {
  position: relative;
  margin-bottom: 25px;
}
.featured-post.style-four .featured-img {
  border-radius: 15px;
  padding-right: 110px;
}
.featured-post.style-four .featured-img img {
  border-radius: 15px;
}
.featured-post.style-four .featured-info {
  position: absolute;
  max-width: 62%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 15px;
  padding: 30px 25px 30px;
  border-radius: 15px;
  border: 1px solid #F1E9E8;
}
.featured-post.style-four .featured-info h3 {
  margin-bottom: 16px;
}
.featured-post.style-four .featured-info p {
  margin-bottom: 28px;
}

.featured-post-wrap .featured-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #E7DFDE;
}
.featured-post-wrap .featured-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.author-info-wrap .author-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.author-info-wrap .author-img img {
  border-radius: 50%;
}
.author-info-wrap .author-metainfo li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 22px;
  position: relative;
}
.author-info-wrap .author-metainfo li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
}
.author-info-wrap .author-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.author-info-wrap .author-metainfo li:last-child:after {
  display: none;
}
.author-info-wrap .author-metainfo li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    Popular CardCSS
-------------------------------*/
.popular-card .pp-img {
  border-radius: 10px;
  margin-bottom: 23px;
}
.popular-card .pp-img img {
  border-radius: 10px;
}
.popular-card:hover .img-hover img {
  transform: scale(1.05);
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.destination-details-wrap p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong, article p b,
.destination-details-wrap p strong,
.destination-details-wrap p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
article p a,
.destination-details-wrap p a,
.terms-wrap p a {
  color: var(--secondaryColor);
}
article p a:hover,
.destination-details-wrap p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
}
article h1, article h2, article h3, article h4, article h5, article h6,
.destination-details-wrap h1,
.destination-details-wrap h2,
.destination-details-wrap h3,
.destination-details-wrap h4,
.destination-details-wrap h5,
.destination-details-wrap h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 20px;
}
article h1,
.destination-details-wrap h1,
.terms-wrap h1 {
  font-size: 36px;
}
article h2,
.destination-details-wrap h2,
.terms-wrap h2 {
  font-size: 32px;
}
article h3,
.destination-details-wrap h3,
.terms-wrap h3 {
  font-size: 28px;
}
article h4,
.destination-details-wrap h4,
.terms-wrap h4 {
  font-size: 24px;
}
article h5,
.destination-details-wrap h5,
.terms-wrap h5 {
  font-size: 22px;
}
article h6,
.destination-details-wrap h6,
.terms-wrap h6 {
  font-size: 20px;
}
article p:last-child,
.destination-details-wrap p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
article ol,
.destination-details-wrap ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
article ol li,
.destination-details-wrap ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
article .feature-list,
.destination-details-wrap .feature-list,
.terms-wrap .feature-list {
  margin: 25px 0 25px;
}
article .feature-list li,
.destination-details-wrap .feature-list li,
.terms-wrap .feature-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 12px;
}
article .feature-list li:before,
.destination-details-wrap .feature-list li:before,
.terms-wrap .feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
article .single-post-img,
.destination-details-wrap .single-post-img,
.terms-wrap .single-post-img {
  margin-bottom: 30px;
  display: block;
}
article .single-post-video,
.destination-details-wrap .single-post-video,
.terms-wrap .single-post-video {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
article .single-post-video iframe,
.destination-details-wrap .single-post-video iframe,
.terms-wrap .single-post-video iframe {
  width: 100%;
  height: 100%;
}
article .single-para,
.destination-details-wrap .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}
article .single-para:last-child,
.destination-details-wrap .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

.quote-wrap {
  padding: 40px 25px 35px 90px;
  position: relative;
  margin-bottom: 30px;
}
.quote-wrap .quote-icon {
  position: absolute;
  top: 25px;
  left: 30px;
}

.blog-link-wrap {
  margin-bottom: 30px;
}
.blog-link-wrap .blog-bg {
  background-image: url(../img/blog/blog-bg.webp);
  height: 200px;
  width: 195px;
}
.blog-link-wrap .blog-link {
  position: relative;
  margin-left: 30px;
  font-size: 24px;
  font-family: var(--secondaryFont);
  color: var(--titleColor);
  text-decoration: underline;
  padding-left: 33px;
  line-height: 32px;
}
.blog-link-wrap .blog-link img {
  position: absolute;
  top: 6px;
  left: 0;
}
.blog-link-wrap .blog-link:hover {
  color: var(--secondaryColor);
}

article {
  margin-bottom: 30px;
}

.wp-block-quote {
  position: relative;
  padding: 30px 35px 30px 35px;
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
  margin: 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  border-radius: 10px;
}
.wp-block-quote .wp-quote-icon {
  width: 70px;
}
.wp-block-quote .wp-quote-icon i {
  font-size: 60px;
  color: var(--secondaryColor);
}

.post-meta-option {
  margin-bottom: 25px;
  padding: 15px 0 5px;
  border-top: 1px solid #E7DFDE;
  border-bottom: 1px solid #E7DFDE;
}
.post-meta-option .post-tag,
.post-meta-option .post-share {
  margin-bottom: 10px;
}
.post-meta-option .post-share .social-profile {
  line-height: 1;
}
.post-meta-option .post-share .social-profile li {
  margin-right: 20px;
}
.post-meta-option .post-share .social-profile li:last-child {
  margin-right: 0;
}
.post-meta-option .post-share .social-profile li a {
  opacity: 0.7;
}
.post-meta-option .post-share .social-profile li a:hover {
  opacity: 1;
}

.post-pagination {
  margin-bottom: 25px;
}
.post-pagination a {
  color: var(--titleColor);
}
.post-pagination a:hover {
  color: var(--secondaryColor);
}
.post-pagination a.prev-post i {
  margin-right: 5px;
}
.post-pagination a.next-post i {
  margin-left: 5px;
}

.author-box {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
}
.author-box .author-img {
  width: 150px;
  height: 150px;
  position: relative;
  top: 5px;
}
.author-box .author-info {
  width: calc(100% - 174px);
  margin-left: 24px;
}
.author-box .author-info .social-profile li {
  display: inline-block;
  margin-right: 15px;
}
.author-box .author-info .social-profile li:last-child {
  margin-right: 0;
}

.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E7DFDE;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 110px;
  height: 110px;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 138px);
  margin-left: 28px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  margin-top: 4px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin-bottom: 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  color: var(--titleColor);
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--secondaryColor);
}
.comment-item-wrap .reply-btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/*-------------------------------
    CSS For New Demos
-------------------------------*/
:root {
  --optionalFont: "Playfair Display", serif;
  --azwaColor:#111828;
  --mildColor:#111;
  --metalColor:#1D1E1B;
  --orangeColor:#DD6013;
  --optionalColor:#EDE2D2;
  --bunkerColor:#13363F;
}

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

.bg-aqua {
  background-color: #EBF5F9;
}

.font-optional {
  font-family: var(--optionalFont);
  font-style: italic;
}

.btn.style-four {
  background-color: var(--whiteColor);
  color: var(--titleColor);
  border: none;
}
.btn.style-four:before {
  background-color: var(--titleColor);
}
.btn.style-four:hover {
  color: var(--whiteColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.bg-metal {
  background-color: var(--metalColor) !important;
}

.bg-bunker {
  background-color: var(--bunkerColor);
}

.text-orange {
  color: var(--orangeColor);
}

.text-optional {
  color: var(--optionalColor);
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-25 {
  border-radius: 25px !important;
}

.hero-slider-two .slider-btn .hero-prev,
.hero-slider-two .slider-btn .hero-next {
  position: absolute;
  top: 43%;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%);
  transition: var(--transition);
}
.hero-slider-two .slider-btn .hero-prev i,
.hero-slider-two .slider-btn .hero-next i {
  margin: 0 auto;
  display: block;
  color: var(--titleColor);
  font-weight: 500;
  transition: var(--transition);
}
.hero-slider-two .slider-btn .hero-prev:hover,
.hero-slider-two .slider-btn .hero-next:hover {
  background-color: var(--secondaryColor) !important;
}
.hero-slider-two .slider-btn .hero-prev:hover i,
.hero-slider-two .slider-btn .hero-next:hover i {
  color: var(--whiteColor);
}
.hero-slider-two .slider-btn .hero-prev {
  left: 50px;
}
.hero-slider-two .slider-btn .hero-next {
  right: 50px;
}

.category-wrapper:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #82AF7C;
  z-index: -1;
  transform: translateX(-50%);
}

.category-card-wrap.style-two .category-card:nth-child(odd) {
  background-color: var(--softColor);
}
.category-card-wrap.style-two .category-card:nth-child(even) {
  background-color: var(--whiteColor);
}

.product-wrapper:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EBF5F9;
  z-index: -1;
  transform: translateX(-50%);
}

.shop-card.style-four {
  position: relative;
  z-index: 1;
}
.shop-card.style-four:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 15px 0 15px 15px;
  background-color: var(--whiteColor);
  z-index: -1;
}
.shop-card.style-four .shop-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-card.style-four .shop-img-wrap span {
  transform: rotate(-90deg) translateX(-10px);
  width: 80px;
}
.shop-card.style-four .shop-img-wrap .shop-img {
  width: calc(100% - 80px);
  background-color: var(--whiteColor) !important;
  border-radius: 15px 15px 0px 15px;
  border: 1px solid #E7DFDE;
}
.shop-card.style-four .shop-img-wrap .shop-img img {
  border-radius: 15px 15px 0px 15px;
}
.shop-card.style-four .shop-img-wrap .shop-img .btn {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 33px);
  visibility: hidden;
  opacity: 0;
}
.shop-card.style-four h3 {
  padding: 25px 25px 43px;
}
.shop-card.style-four:hover .shop-img .btn {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.travel-card-wrap.style-two {
  margin: 0 -12.5px -40px;
}
.travel-card-wrap.style-two .travel-card {
  border-top: none;
  position: relative;
}
.travel-card-wrap.style-two .travel-card:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: calc(100% - 25px);
  height: 1px;
  border-top: 1px solid #B8B8B8;
}

.travel-card.style-five {
  height: 718px;
  z-index: 1;
}
.travel-card.style-five.bg-one {
  background-image: url(../img/hero/hero-slide-7.webp);
}
.travel-card.style-five.bg-two {
  background-image: url(../img/hero/hero-slide-8.webp);
}
.travel-card.style-five .overlay {
  z-index: -1;
}
.travel-card.style-five .travel-metainfo {
  margin-bottom: 18px;
}
.travel-card.style-five .travel-metainfo li {
  display: inline-block;
  padding-right: 0;
  margin-right: 12px;
}
.travel-card.style-five .travel-metainfo li:last-child {
  margin-right: 0;
}
.travel-card.style-five .travel-metainfo li:after {
  display: none;
}
.travel-card.style-five .travel-metainfo li a {
  letter-spacing: -0.03em;
  background-color: var(--whiteColor);
  font-size: 14px;
  letter-spacing: -0.04em;
  color: var(--darkColor);
  font-weight: 500;
  display: inline-block;
  padding: 2px 12px;
  transition: var(--transition);
}
.travel-card.style-five .travel-metainfo li a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.travel-card.style-five .travel-info {
  position: absolute;
  bottom: 40px;
  left: 25px;
  padding-right: 20px;
}
.travel-card.style-five .travel-info h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: -0.04em;
}
.travel-card.style-five .travel-info h1 a {
  color: var(--whiteColor);
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.travel-card.style-six {
  padding-top: 27px;
  border-top: 1px solid #B8B8B8;
}
.travel-card.style-six .travel-info {
  margin-bottom: 19px;
}
.travel-card.style-six .travel-info .travel-metainfo {
  margin-bottom: 10px;
}
.travel-card.style-six .travel-info .travel-metainfo li {
  margin-right: 18px;
  padding-right: 65px;
}
.travel-card.style-six .travel-info .travel-metainfo li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B8B8B8;
}
.travel-card.style-six .travel-info .travel-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.travel-card.style-seven {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.travel-card.style-seven .overlay {
  z-index: 0;
}
.travel-card.style-seven img {
  transition: var(--transition);
}
.travel-card.style-seven .travel-info {
  position: absolute;
  bottom: 18px;
  left: 50%;
  z-index: 2;
  width: calc(100% - 50px);
  transform: translateX(-50%);
}
.travel-card.style-seven .travel-info h3 {
  font-size: 24px;
  line-height: 32px;
}
.travel-card.style-seven .travel-info h3 a {
  color: var(--whiteColor);
}
.travel-card.style-seven .travel-info .travel-metainfo {
  margin-bottom: 14px;
}
.travel-card.style-seven .travel-info .travel-metainfo li {
  display: inline-block;
  padding-right: 0;
  margin-right: 18px;
}
.travel-card.style-seven .travel-info .travel-metainfo li:last-child {
  margin-right: 0;
}
.travel-card.style-seven .travel-info .travel-metainfo li:after {
  display: none;
}
.travel-card.style-seven .travel-info .travel-metainfo li a {
  letter-spacing: -0.03em;
  color: var(--whiteColor);
}
.travel-card.style-seven .travel-info .travel-metainfo li a.travel-category {
  background-color: var(--whiteColor);
  font-size: 14px;
  letter-spacing: -0.04em;
  color: var(--secondaryColor);
  font-weight: 500;
  display: inline-block;
  padding: 2px 12px;
}
.travel-card.style-seven:hover .travel-img {
  transform: scale(1.04);
}
.travel-card.style-seven:hover .overlay {
  transform: scale(1);
  visibility: visible;
}

.travel-guide {
  overflow: hidden;
}
.travel-guide .guide-img img {
  transition: var(--transition);
}
.travel-guide .guide-img .guide-link {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 54px;
  height: 54px;
  background-color: var(--whiteColor);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.travel-guide .guide-img .guide-link i {
  color: var(--titleColor);
  font-size: 16px;
  line-height: 0.8;
  transform: rotate(15deg);
}
.travel-guide h3 {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin: 25px 0 0;
  transition: var(--transition);
}
.travel-guide:hover .guide-img img {
  transform: scale(1.05);
}
.travel-guide:hover .guide-img .guide-link {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.travel-guide:hover h3 {
  color: var(--secondaryColor);
  text-decoration: underline;
}

.traveling-blog-wrap {
  position: relative;
  z-index: 1;
}
.traveling-blog-wrap:after {
  position: absolute;
  top: 0;
  content: "";
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #EBF5F9;
  z-index: -1;
}
.traveling-blog-wrap .sidebar .author-widget .author-img {
  width: 119px;
  height: 119px;
}
.traveling-blog-wrap .slider-btn-wrap {
  margin-top: 52px;
}
.traveling-blog-wrap .slider-btn .travel-prev,
.traveling-blog-wrap .slider-btn .travel-next {
  width: 54px;
  height: 54px;
  transition: var(--transition);
}
.traveling-blog-wrap .slider-btn .travel-prev i,
.traveling-blog-wrap .slider-btn .travel-next i {
  margin: 0 auto;
  display: block;
  color: var(--titleColor);
  font-weight: 500;
  transition: var(--transition);
}
.traveling-blog-wrap .slider-btn .travel-prev:hover,
.traveling-blog-wrap .slider-btn .travel-next:hover {
  background-color: var(--secondaryColor) !important;
}
.traveling-blog-wrap .slider-btn .travel-prev:hover i,
.traveling-blog-wrap .slider-btn .travel-next:hover i {
  color: var(--whiteColor);
}
.traveling-blog-wrap .slider-btn .travel-prev {
  margin-right: 8px;
}
.traveling-blog-wrap .slider-btn .travel-next {
  margin-left: 8px;
}

.newsletter-box {
  background-color: var(--primaryColor);
  padding: 31px 35px;
}
.newsletter-box h4 {
  font-size: 24px;
  line-height: 32px;
}
.newsletter-box #newsletterForm button {
  width: 178px;
  color: var(--primaryColor);
}
.newsletter-box #newsletterForm input {
  width: calc(100% - 193px);
  margin-right: 15px;
  height: 55px;
  font-size: 14px;
  padding-left: 20px;
}

.featured-post.style-five .featured-img {
  border-radius: 0;
  margin-bottom: 47px;
}
.featured-post.style-five .featured-img .post-category {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  letter-spacing: -0.04em;
  display: inline-block;
  padding: 2px 16.5px;
  color: var(--secondaryColor);
}
.featured-post.style-five .featured-img img {
  transition: var(--transition);
  border-radius: 0;
}
.featured-post.style-five .featured-info h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 17px 0 30px;
}
.featured-post.style-five .featured-info p {
  padding: 0 20px;
}
.featured-post.style-five:hover .featured-img img {
  transform: scale(1.05);
}

/*-------------------------------
    Home Demo 5 & 6CSS
-------------------------------*/
.pb-50 {
  padding-bottom: 50px;
}

.hero-slider-four .hero-pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-slider-four .hero-pagination .swiper-pagination-bullet {
  background-color: var(--whiteColor);
}
.hero-slider-four .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}

.hero-slider-three .hero-slider-btn {
  margin-top: 30px;
  min-height: 50px;
}
.hero-slider-three .hero-slider-btn .hero-pagination {
  background: #C4C4C4;
  height: 1px;
  width: calc(100% - 172px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider-three .hero-slider-btn .hero-pagination .swiper-pagination-progressbar-fill {
  background: #DD6013;
}
.hero-slider-three .hero-slider-btn .prev-btn,
.hero-slider-three .hero-slider-btn .next-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid var(--orangeColor);
  transition: var(--transition);
}
.hero-slider-three .hero-slider-btn .prev-btn i,
.hero-slider-three .hero-slider-btn .next-btn i {
  color: var(--whiteColor);
}
.hero-slider-three .hero-slider-btn .prev-btn:hover,
.hero-slider-three .hero-slider-btn .next-btn:hover {
  background-color: var(--orangeColor);
  border-color: transparent;
}
.hero-slider-three .hero-slider-btn .prev-btn {
  left: 0;
}
.hero-slider-three .hero-slider-btn .next-btn {
  right: 0;
}

.hero-section.style-five {
  margin-top: 20px;
}
.hero-section.style-five:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: calc(100% - 20px);
  height: 69%;
  border-radius: 25px;
  transform: translateX(-50%);
  background-color: var(--metalColor);
  z-index: -1;
}

.about-area .container-fluid:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 90%;
  height: 100%;
  background-color: var(--softColor);
  z-index: -1;
}
.about-area .about-content h4 {
  line-height: 36px;
}
.about-area .about-content .features-list {
  margin: 34px 0 34px;
}
.about-area .about-content .features-list ul {
  -moz-columns: 2;
       columns: 2;
}
.about-area .about-content .features-list ul li {
  position: relative;
  padding-left: 25px;
  line-height: 40px;
}
.about-area .about-content .features-list ul li img {
  position: absolute;
  top: 12px;
  left: 0;
}

.featured-post.style-four .featured-info {
  border: 1px solid #70716F;
  border-radius: 25px;
}
.featured-post.style-four .featured-info.bg-metal h3 a {
  color: var(--optionalColor);
}
.featured-post.style-four .featured-info.bg-metal h3 a:hover {
  color: var(--orangeColor);
}
.featured-post.style-four .featured-info.bg-metal .author-info-wrap .author-metainfo li {
  color: var(--optionalColor);
}
.featured-post.style-four .featured-info.bg-metal .author-info-wrap .author-metainfo li:after {
  color: var(--optionalColor);
}
.featured-post.style-four .featured-info.bg-metal .author-info-wrap .author-metainfo li a {
  color: var(--optionalColor);
}
.featured-post.style-four .featured-info.bg-metal .author-info-wrap .author-metainfo li a:hover {
  color: var(--orangeColor);
}

.travel-card-wrap.style-three .column.size-1of3 {
  width: 33.33%;
}
.travel-card-wrap.style-three .travel-card {
  border-top: none;
  position: relative;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.travel-slider-wrap {
  transform: rotate(-5deg);
  position: relative;
  z-index: 2;
}

.travel-area:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% - 20px);
  height: 50%;
  border-radius: 25px 25px 0 0;
  transform: translateX(-50%);
  background-color: var(--metalColor);
  z-index: -1;
}
.travel-area .travel-bg {
  background-image: url(../img/bg-1.webp);
  height: 923px;
}
.travel-area .travel-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(29, 30, 27) 0%, rgba(29, 30, 27, 0.9) 50%, rgb(29, 30, 27) 100%);
  z-index: 0;
}
.travel-area .travel-pagination {
  position: relative;
  z-index: 2;
  margin-top: 65px;
}
.travel-area .travel-pagination .swiper-pagination-bullet {
  background-color: var(--optionalColor);
}
.travel-area .travel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orangeColor) !important;
}

.travel-card.style-eight:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 35%, rgba(17, 17, 17, 0.75) 100%);
  z-index: 0;
  border-radius: 25px;
}
.travel-card.style-eight img {
  border-radius: 25px;
}
.travel-card.style-eight .travel-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding-right: 25px;
  z-index: 1;
}
.travel-card.style-eight .travel-info .travel-category {
  background-color: var(--orangeColor);
  padding: 7px 11px;
  line-height: 16px;
  border-radius: 50px;
}
.travel-card.style-eight .travel-info .travel-metainfo {
  margin: 13px 0 10px;
}
.travel-card.style-eight .travel-info .travel-metainfo li {
  margin-right: 9px;
  color: var(--whiteColor);
}
.travel-card.style-eight .travel-info .travel-metainfo li:last-child {
  margin-right: 0;
}
.travel-card.style-eight .travel-info .travel-metainfo li:after {
  color: var(--whiteColor);
}
.travel-card.style-eight .travel-info .travel-metainfo li a {
  color: var(--whiteColor);
}
.travel-card.style-eight .travel-info .travel-metainfo li a:hover {
  color: var(--secondaryColor);
}
.travel-card.style-eight .travel-info h3 a {
  color: var(--whiteColor);
}
.travel-card.style-eight .travel-info h3 a:hover {
  color: var(--secondaryColor);
}
.travel-card.style-eight:hover:after {
  border-radius: 250px 250px 25px 25px;
}
.travel-card.style-eight:hover img {
  border-radius: 250px 250px 25px 25px;
}
.travel-card.style-nine {
  padding: 225px 0 230px;
}
.travel-card.style-nine.bg-1 {
  background-image: url(../img/hero/hero-slide-9.webp);
}
.travel-card.style-nine.bg-2 {
  background-image: url(../img/hero/hero-slide-10.webp);
}
.travel-card.style-nine.bg-3 {
  background-image: url(../img/hero/hero-slide-11.webp);
}
.travel-card.style-nine:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.travel-card.style-nine .travel-info {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.travel-card.style-nine .travel-info span {
  font-size: 16px;
  line-height: 16px;
}
.travel-card.style-nine .travel-info h1 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 27px;
}
.travel-card.style-ten {
  height: 580px;
}
.travel-card.style-ten.bg-1 {
  background-image: url(../img/hero/travel-4.webp);
}
.travel-card.style-ten:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 35%, rgba(17, 17, 17, 0.75) 100%);
  z-index: 0;
}
.travel-card.style-ten .travel-info {
  position: absolute;
  bottom: 22px;
  left: 25px;
  padding-right: 25px;
  z-index: 1;
}
.travel-card.style-ten .travel-info .travel-category {
  background-color: var(--secondaryColor);
  padding: 5px 12px;
  line-height: 16px;
}
.travel-card.style-ten .travel-info .travel-metainfo {
  margin: 12px 0 4px;
}
.travel-card.style-ten .travel-info .travel-metainfo li {
  margin-right: 9px;
  color: var(--whiteColor);
}
.travel-card.style-ten .travel-info .travel-metainfo li:last-child {
  margin-right: 0;
}
.travel-card.style-ten .travel-info .travel-metainfo li:after {
  color: var(--whiteColor);
}
.travel-card.style-ten .travel-info .travel-metainfo li a {
  color: var(--whiteColor);
}
.travel-card.style-ten .travel-info .travel-metainfo li a:hover {
  color: var(--secondaryColor);
}
.travel-card.style-ten .travel-info h3 a {
  color: var(--whiteColor);
}
.travel-card.style-ten .travel-info h3 a:hover {
  color: var(--secondaryColor);
}
.travel-card.style-eleven h3 a {
  color: var(--optionalColor);
}
.travel-card.style-eleven h3 a:hover {
  color: var(--orangeColor);
}
.travel-card.style-eleven:hover .img-hover img {
  transform: scale(1.05);
}
.travel-card.style-twelve .travel-img {
  margin-bottom: 25px;
}
.travel-card.style-twelve .travel-metainfo {
  margin-bottom: 6px;
}
.travel-card.style-twelve .travel-metainfo li {
  color: var(--orangeColor);
}
.travel-card.style-twelve .travel-metainfo li:after {
  color: var(--orangeColor);
}
.travel-card.style-twelve .travel-metainfo li a {
  color: var(--orangeColor);
}
.travel-card.style-twelve .travel-metainfo li a:hover {
  color: var(--titleColor);
}
.travel-card.style-twelve h3 a {
  color: var(--titleColor);
}
.travel-card.style-twelve h3 a:hover {
  color: var(--orangeColor);
}
.travel-card.style-twelve:hover .img-hover img {
  transform: scale(1.05);
}

.category-card-wrap.style-three {
  padding-bottom: 0;
  grid-gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.category-card-wrap.style-three .category-card:nth-child(even) {
  top: 0;
}
.category-card-wrap.style-four {
  padding-bottom: 0;
  grid-gap: 0;
  border-top: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
}
.category-card-wrap.style-four .category-card:nth-child(even) {
  top: 0;
  background-color: transparent;
}
.category-card-wrap.style-four .category-card:nth-child(odd) {
  background-color: transparent;
}

.category-card.style-two {
  border-top: none;
  border-left: none;
  padding: 37px 10px;
}
.category-card.style-two h3 a {
  color: var(--whiteColor);
}
.category-card.style-two h3 a:hover {
  color: var(--secondaryColor);
}
.category-card.style-two:hover {
  transform: translateY(0);
  border-color: transparent;
}
.category-card.style-three {
  border-right: 1px solid var(--whiteColor);
  border-bottom: 1px solid var(--whiteColor);
  padding: 37px 10px;
  background-color: transparent;
}
.category-card.style-three.bg-one {
  background-color: #E4D6C2 !important;
}
.category-card.style-three h3 a {
  color: var(--titleColor);
}
.category-card.style-three h3 a:hover {
  color: var(--orangeColor);
}
.category-card.style-three:hover {
  transform: translateY(0);
  border-color: transparent;
  background-color: var(--orangeColor) !important;
}
.category-card.style-three:hover h3 a {
  color: var(--whiteColor);
}

.featured-post.style-six .featured-info {
  padding: 25px 25px 0 25px;
}
.featured-post.style-six .featured-info h3 {
  margin-bottom: 21px;
}
.featured-post.style-six .featured-info p {
  margin-bottom: 23px;
  color: var(--titleColor);
}
.featured-post.style-six .featured-info .author-info-wrap .author-metainfo li {
  color: var(--titleColor);
}
.featured-post.style-six .featured-info .author-info-wrap .author-metainfo li a {
  color: var(--titleColor);
}
.featured-post.style-six .featured-info .author-info-wrap .author-metainfo li a:hover {
  color: var(--orangeColor);
}
.featured-post.style-six:hover .featured-img img {
  transform: scale(1.05);
}

.post-card-wrap {
  padding: 30px 30px 45px;
}
.post-card-wrap .post-card {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #C4C4C4;
}
.post-card-wrap .post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-card .post-category {
  background-color: var(--orangeColor);
  padding: 7px 11px;
  line-height: 16px;
  border-radius: 50px;
}
.post-card .travel-metainfo {
  margin: 15px 0 4px;
}
.post-card .travel-metainfo li {
  color: var(--titleColor);
}
.post-card .travel-metainfo li a {
  color: var(--titleColor);
}
.post-card .travel-metainfo li a:hover {
  color: var(--orangeColor);
}
.post-card h3 a:hover {
  color: var(--orangeColor);
}

.subscribe-wrap.style-two:before {
  background-image: url(../img/newsletter-bg-2.webp);
}
.subscribe-wrap.style-two .newsletter-form input {
  border-radius: 5px;
  font-size: 14px;
  color: var(--titleColor);
}
.subscribe-wrap.style-two .newsletter-form input::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.subscribe-wrap.style-two .newsletter-form input::placeholder {
  color: var(--titleColor);
  opacity: 1;
}
.subscribe-wrap.style-two .newsletter-form button {
  background-color: var(--orangeColor);
  border-radius: 5px;
}

.brand-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--metalColor);
  z-index: -1;
}

.brand-box {
  background-color: #E4D6C2;
  padding-left: 30px;
  padding-right: 30px;
}

.shop-slider-two .shop-pagination {
  margin-top: 30px;
}

.shop-card.style-five {
  position: relative;
  z-index: 1;
}
.shop-card.style-five:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 25px 0 25px 25px;
  border: 1px solid var(--whiteColor);
  background-color: transparent;
  z-index: -1;
}
.shop-card.style-five .shop-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-card.style-five .shop-img-wrap span {
  transform: rotate(-90deg) translateX(-10px);
  width: 80px;
}
.shop-card.style-five .shop-img-wrap .shop-img {
  width: calc(100% - 80px);
  background-color: var(--whiteColor) !important;
  border-radius: 15px 15px 0px 15px;
  border: 1px solid #E7DFDE;
}
.shop-card.style-five .shop-img-wrap .shop-img img {
  border-radius: 15px 15px 0px 15px;
}
.shop-card.style-five .shop-img-wrap .shop-img .btn {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 33px);
  visibility: hidden;
  opacity: 0;
  background-color: var(--orangeColor);
}
.shop-card.style-five h3 {
  padding: 25px 25px 43px;
}
.shop-card.style-five h3 a:hover {
  color: var(--orangeColor);
}
.shop-card.style-five:hover .shop-img .btn {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

.slider-pagination .swiper-pagination-bullet {
  position: relative;
  bottom: -5px;
  width: 50px;
  height: 3px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  opacity: 1;
  transition: var(--transition);
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--orangeColor);
}

.author-card {
  padding-top: 105px;
}
.author-card .author-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
.author-card .author-bg.bg-one {
  background-image: url(../img/author/author-bg-1.webp);
}
.author-card .author-bg.bg-two {
  background-image: url(../img/author/author-bg-2.webp);
}
.author-card .author-bg.bg-three {
  background-image: url(../img/author/author-bg-3.webp);
}
.author-card .author-img {
  width: 196px;
  height: 196px;
  margin: 0 auto 15px;
}
.author-card .author-img img {
  border: 10px solid var(--whiteColor);
}
.author-card h3 {
  font-size: 24px;
  margin: 9px 0 23px;
}
.author-card .social-profile li {
  margin-right: 15px;
}
.author-card .social-profile li:last-child {
  margin-right: 0;
}
.author-card .social-profile li a i {
  color: var(--titleColor);
  transition: var(--transition);
  font-size: 17px;
}
.author-card .social-profile li a:hover i {
  color: var(--secondaryColor);
}
.author-card:hover {
  padding-top: 95px;
}

.travel-pagination {
  margin-top: 30px;
}
.travel-pagination.slider-pagination .swiper-pagination-bullet {
  background-color: var(--optionalColor);
}
.travel-pagination.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}

.blog-card.style-five .travel-metainfo li, .blog-card.style-six .travel-metainfo li, .blog-card.style-seven .travel-metainfo li, .blog-card.style-nine .travel-metainfo li {
  margin-right: 8px;
  padding-right: 19px;
}
.blog-card.style-five .travel-metainfo li:after, .blog-card.style-six .travel-metainfo li:after, .blog-card.style-seven .travel-metainfo li:after, .blog-card.style-nine .travel-metainfo li:after {
  top: 0;
  content: "/";
}
.blog-card.style-five .travel-metainfo li:last-child, .blog-card.style-six .travel-metainfo li:last-child, .blog-card.style-seven .travel-metainfo li:last-child, .blog-card.style-nine .travel-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-card.style-five .travel-metainfo li:last-child:after, .blog-card.style-six .travel-metainfo li:last-child:after, .blog-card.style-seven .travel-metainfo li:last-child:after, .blog-card.style-nine .travel-metainfo li:last-child:after {
  display: none;
}
.blog-card.style-five .travel-metainfo li a:hover, .blog-card.style-six .travel-metainfo li a:hover, .blog-card.style-seven .travel-metainfo li a:hover, .blog-card.style-nine .travel-metainfo li a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-five h3 a, .blog-card.style-six h3 a, .blog-card.style-nine h3 a {
  color: var(--whiteColor);
}
.blog-card.style-five h3 a:hover, .blog-card.style-six h3 a:hover, .blog-card.style-nine h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-five {
  padding: 25px;
}
.blog-card.style-five .travel-metainfo {
  margin-bottom: 7px;
}
.blog-card.style-five .travel-metainfo li {
  color: var(--whiteColor);
}
.blog-card.style-five .travel-metainfo li:after {
  color: var(--whiteColor);
}
.blog-card.style-five .travel-metainfo li a {
  color: var(--whiteColor);
}
.blog-card.style-six:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(17, 17, 17) 2%, rgba(17, 17, 17, 0.1) 55%);
  z-index: 0;
}
.blog-card.style-six .blog-info {
  position: absolute;
  bottom: 26px;
  left: 29px;
  z-index: 2;
  padding-right: 30px;
}
.blog-card.style-six .blog-info .travel-metainfo {
  margin: 9px 0 17px;
}
.blog-card.style-six .blog-info .travel-metainfo li {
  color: var(--whiteColor);
}
.blog-card.style-six .blog-info .travel-metainfo li:after {
  color: var(--whiteColor);
}
.blog-card.style-six .blog-info .travel-metainfo li a {
  color: var(--whiteColor);
}
.blog-card.style-seven .blog-img {
  margin-bottom: 25px;
}
.blog-card.style-seven .blog-img img {
  transition: var(--transition);
}
.blog-card.style-seven .blog-info .travel-metainfo {
  margin-bottom: 6px;
}
.blog-card.style-seven .blog-info .link {
  color: var(--titleColor);
}
.blog-card.style-seven .blog-info .link:hover {
  color: var(--secondaryColor);
}
.blog-card.style-seven:hover .blog-img img {
  transform: scale(1.05);
}
.blog-card.style-eight .blog-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-card.style-eight .blog-img-wrap .travel-date {
  transform: rotate(-90deg) translateX(-10px);
  width: 86px;
}
.blog-card.style-eight .blog-img-wrap .travel-date span {
  min-width: 100px;
}
.blog-card.style-eight .blog-img-wrap .blog-img {
  width: calc(100% - 86px);
  position: relative;
  display: block;
}
.blog-card.style-eight .blog-info {
  padding: 25px 25px 25px 27px;
}
.blog-card.style-eight .blog-info .blog-category {
  margin-bottom: 6px;
  display: block;
}
.blog-card.style-eight .blog-info h3 {
  margin-bottom: 40px;
}
.blog-card.style-eight .blog-info h3 a {
  color: var(--whiteColor);
}
.blog-card.style-eight .blog-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-eight .blog-info .link {
  color: var(--whiteColor);
}
.blog-card.style-eight .blog-info .link:hover {
  color: var(--secondaryColor);
}
.blog-card.style-eight:hover .blog-img img {
  transform: scale(1.02);
}
.blog-card.style-nine:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(17, 17, 17) 2%, rgba(17, 17, 17, 0.1) 55%);
  z-index: 0;
}
.blog-card.style-nine .blog-info {
  position: absolute;
  bottom: 26px;
  left: 29px;
  z-index: 2;
  padding-right: 30px;
}
.blog-card.style-nine .blog-info .travel-metainfo {
  margin: 25px 0 0;
}
.blog-card.style-nine .blog-info .travel-metainfo li {
  color: var(--whiteColor);
}
.blog-card.style-nine .blog-info .travel-metainfo li span.author-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.blog-card.style-nine .blog-info .travel-metainfo li span.author-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-card.style-nine .blog-info .travel-metainfo li:after {
  top: 12px;
  color: var(--whiteColor);
}
.blog-card.style-nine .blog-info .travel-metainfo li a {
  color: var(--whiteColor);
}
.blog-card.style-nine:hover img {
  transform: scale(1.03);
}

.popular-post-wrap.style-two .pp-post-item {
  border-bottom: 1px dashed #70716F;
}
.popular-post-wrap.style-two .pp-post-item .pp-post-info h6 a {
  color: var(--optionalColor);
}
.popular-post-wrap.style-two .pp-post-item .pp-post-info h6 a:hover {
  color: var(--orangeColor);
}/*# sourceMappingURL=style.css.map */