/*-----------------------------------------------------------
    Theme Name: Prala
    Theme URI: 
    Description: Prala - Backpack Traveler WordPress Theme
    Author: HiboTheme
    Author URI: https://hibotheme.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
----------------------------------*/
: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);
  }
  
  .ab-over {
    overflow: hidden;
  }
  
  /*---------------------------------
      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% - (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;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  
  .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 !important;
  }
  
  #mb-40 {
    margin-bottom: 40px !important;
  }
  
  .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;
  }
  
  .pt-0 .ptb-100 {
    padding-top: 0 !important;
  }
  
  .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%;
    right: -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: 37% 63% 46% 54%/48% 55% 45% 52%;
    }
    14% {
      border-radius: 60% 40% 46% 54%/60% 49% 51% 40%;
    }
    28% {
      border-radius: 46% 54% 62% 38%/70% 49% 51% 30%;
    }
    42% {
      border-radius: 39% 61% 45% 55%/38% 61% 39% 62%;
    }
    56% {
      border-radius: 39% 61% 33% 67%/50% 70% 30% 50%;
    }
    70% {
      border-radius: 50% 50% 66% 34%/68% 56% 44% 32%;
    }
    84% {
      border-radius: 54% 46% 50% 50%/61% 35% 65% 39%;
    }
  }
  .progress-wrap {
    position: fixed;
    left: 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);
    right: 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;
    right: 0;
    left: 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;
    left: 0;
    top: 50%;
    right: 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;
    left: 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: 37% 63% 46% 54%/48% 55% 45% 52%;
    }
    14% {
      border-radius: 60% 40% 46% 54%/60% 49% 51% 40%;
    }
    28% {
      border-radius: 46% 54% 62% 38%/70% 49% 51% 30%;
    }
    42% {
      border-radius: 39% 61% 45% 55%/38% 61% 39% 62%;
    }
    56% {
      border-radius: 39% 61% 33% 67%/50% 70% 30% 50%;
    }
    70% {
      border-radius: 50% 50% 66% 34%/68% 56% 44% 32%;
    }
    84% {
      border-radius: 54% 46% 50% 50%/61% 35% 65% 39%;
    }
  }
  /*---------------------------------
       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 {
      right: 0;
    }
    to {
      right: -100px;
    }
  }
  @keyframes mymovetwo {
    from {
      left: 0;
    }
    to {
      left: -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 {
    right: -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/br-1.webp);
    padding: 121px 0 129px;
    background-position: center left;
    position: relative;
    z-index: 1;
  }

  .page-banner-content::before {
    position: absolute;
    top: 53%;
    right: -100px;
    content: "";
    width: 500px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
    transform: translateY(-50%);
    background-image: url(../../img/hero-bg-shape-2.webp);
}

.page-banner-content {
    position: relative;
}
  
  .br-menu li {
    margin-left: 13px;
    padding-left: 20px;
    color: var(--titleColor);
    position: relative;
    display: inline-block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: inherit;
    word-break: break-all;
  }
  .br-menu li:after {
    position: absolute;
    top: 0;
    left: 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-left: 0;
    padding-left: 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: 132px;
    line-height: 150px;
    margin-bottom: 27px;
  }
  .hero-section .hero-content h2 {
    font-size: 128px;
    line-height: 150px;
    margin-bottom: 27px;
  }
  .hero-section .hero-content h3 {
    font-size: 123px;
    line-height: 150px;
    margin-bottom: 27px;
  }
  .hero-section .hero-content h4 {
    font-size: 120px;
    line-height: 150px;
    margin-bottom: 27px;
  }
  .hero-section .hero-content h5 {
    font-size: 118px;
    line-height: 150px;
    margin-bottom: 27px;
  }
  .hero-section .hero-content h6 {
    font-size: 115px;
    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-right: 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 0 165px 100px;
  }
  .hero-slider.style-two .hero-slide-item .hero-content {
    position: relative;
    max-width: 684px;
    margin-right: auto;
    z-index: 1;
  }
  .hero-slider.style-two .hero-slide-item .hero-content:after {
    position: absolute;
    top: 53%;
    right: 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 h2 {
    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-bg-shape-2.webp);
  }
  .hero-slider.style-two .hero-bg-5 .hero-content:after {
    background-image: url(../../img/hero-bg-shape-3.webp);
  }
  .hero-slider.style-two .hero-bg-6 .hero-content:after {
    background-image: url(../../img/hero-bg-shape-4.webp);
  }
  .hero-slider.style-three .slider-btn {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    padding-left: 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 {
    right: 50px;
    width: 65%;
  }
  .hero-slider.style-three .slider-btn:after {
    left: 0;
    width: 18.5%;
  }
  .hero-slider.style-three .slider-btn .hero-prev {
    margin-left: 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 {
    right: 30px;
  }
  .hero-slider.style-three .slider-btn .hero-next {
    left: 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 {
    right: 30px;
  }
  .hero-slider.style-two .slider-btn .hero-next, .hero-slider.style-four .slider-btn .hero-next {
    left: 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;
    left: 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 h2 {
    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;
    right: 0;
    border-left: 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;
    left: 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 330px 0 0;
    padding-left: 25px;
  }
  
  /*-------------------------------
     About CSS
  -------------------------------*/
  .about-section {
    background-image: url(../../img/about-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-section .about-bg {
    position: absolute;
    top: 0;
    right: 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-right: 50px;
    position: relative;
  }
  .about-section .about-content .travel-date {
    position: absolute;
    top: 50%;
    right: -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;
    left: 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;
    right: -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;
    left: 26px;
    max-width: 270px;
    transform: rotate(-10deg);
  }
  .travel-tips-wrap .featured-travel-two {
    bottom: 10px;
    right: 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-right: 25px;
    line-height: 40px;
  }
  .travel-tips-wrap .features-list ul li img {
    position: absolute;
    top: 12px;
    right: 0;
  }
  
  /*-------------------------------
     Team  CSS
  -------------------------------*/
  .team-card .team-img {
    overflow: hidden;
    position: relative;
  }
  .team-card .team-img .social-profile {
    background-color: var(--whiteColor);
    position: absolute;
    left: -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-left: 15px;
  }
  .team-card .team-img .social-profile li:last-child {
    margin-left: 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;
    left: 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;
    right: 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;
    left: 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;
    left: 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;
    position: relative;
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn {
    position: absolute;
    bottom: 0;
    right: 50% !important;
    transform: translateX(50%);
    bottom: 0;
    width: calc(100% - 33px);
    display: none;
    transition: var(--transition);
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button {
    padding: 15px 45px 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: none;
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button:hover, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button:hover, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button:hover {
    background-color: var(--titleColor);
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button.added, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button.added, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button.added {
    display: none;
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .added_to_cart, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .added_to_cart, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .added_to_cart {
    padding: 15px 45px 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: none;
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .added_to_cart:hover, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .added_to_cart:hover, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .added_to_cart:hover {
    background-color: var(--titleColor);
  }
  .shop-card.style-one .shop-img-wrap .shop-img .shop-card-btn .btn, .shop-card.style-two .shop-img-wrap .shop-img .shop-card-btn .btn, .shop-card.style-three .shop-img-wrap .shop-img .shop-card-btn .btn {
    display: none;
  }
  .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 .shop-card-btn, .shop-card.style-two:hover .shop-img .shop-card-btn, .shop-card.style-three:hover .shop-img .shop-card-btn {
    display: block;
    bottom: 15px;
    width: 100%;
  }
  .shop-card.style-one:hover .shop-img .shop-card-btn .btn, .shop-card.style-two:hover .shop-img .shop-card-btn .btn, .shop-card.style-three:hover .shop-img .shop-card-btn .btn {
    display: inline-block;
  }
  .shop-card.style-one .shop-img-wrap .shop-img {
    border: 1px solid #E7DFDE;
  }
  .shop-card.style-two:after {
    position: absolute;
    top: 50px;
    right: 0;
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 0 15px 15px 15px;
    border: 1px solid #E7DFDE;
    z-index: -1;
  }
  .shop-card.style-two .shop-img-wrap .shop-img {
    border-radius: 15px 15px 15px 0px;
    border: 1px solid #E7DFDE;
  }
  .shop-card.style-two .shop-img-wrap .shop-img img {
    border-radius: 15px 15px 15px 0px;
  }
  .shop-card.style-three:after {
    position: absolute;
    top: 50px;
    right: 0;
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 0 15px 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: 0 15px 15px 15px;
  }
  .shop-card.style-three .shop-img-wrap .shop-img img {
    border-radius: 0 15px 15px 15px;
  }
  
  .select-options {
    background-image: url(../../img/down-arrow.webp);
    background-size: 8px;
    background-position: 0% calc(100% - 20px);
    background-repeat: no-repeat;
    width: 200px;
  }
  .select-options.style-two {
    background-size: 12px;
    background-position: calc(100% - (100% - 15px)) 50%;
  }
  
  /*-------------------------------
      Product Details CSS
  -------------------------------*/
  .single-shop-img {
    padding: 125px 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-right: 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-left: 12px;
  }
  .product-more-option-item .add-to-cart {
    padding: 12px 30px 12px;
  }
  .product-more-option-item a {
    margin-right: 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-left: 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;
    right: 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;
    right: 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;
    right: 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: 0 20px;
    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-right: 12px;
    width: 210px;
  }
  
  .v-counter {
    border: 1px solid #E7DFDE;
    width: 98px;
    height: 53px;
    position: relative;
  }
  .v-counter input {
    border: none;
    height: 53px;
    float: right;
    width: calc(100% - 36px);
    text-align: center;
  }
  .v-counter input.count {
    padding-right: 8px;
  }
  .v-counter .minusBtn,
  .v-counter .plusBtn {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 36px;
    height: 26.5px;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .v-counter .minusBtn {
    bottom: 0;
    border-right: 1px solid #E7DFDE;
  }
  .v-counter .minusBtn:before {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "-";
    font-size: 23px;
    transform: translate(50%, -50%);
  }
  .v-counter .plusBtn {
    top: 0;
    border-bottom: 1px solid #E7DFDE;
    border-right: 1px solid #E7DFDE;
  }
  .v-counter .plusBtn:before {
    position: absolute;
    top: 50%;
    right: 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%;
    right: 50%;
    content: "";
    width: 1px;
    height: 95%;
    transform: translate(50%, -50%);
    background-color: #E7DFDE;
  }
  
  .checkbox {
    display: block;
  }
  .checkbox.form-check {
    padding-right: 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-right: 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-left: 5px;
    position: absolute;
    right: 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;
    right: 3px;
    width: 12px;
    height: 12px;
    border: none;
    background: var(--secondaryColor);
  }
  
  .checkbox.style2 input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 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 20px 10px 15px;
    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% - (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;
    right: 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;
    right: 0;
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 15px 15px 15px 0px;
    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 15px 0px;
  }
  .travel-card.style-two .travel-img-wrap .travel-img img {
    border-radius: 15px 15px 15px 0px;
  }
  .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-right: 12.5px;
    margin-left: 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;
    left: 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-left: 7px;
    padding-left: 15px;
    font-size: 15px;
  }
  .travel_card .travel-info .travel-metainfo li:after {
    top: -1px;
  }
  .travel_card .travel-info .travel-metainfo li:last-child {
    margin-left: 0;
    padding-left: 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-left: 7px;
    padding-left: 22px;
    position: relative;
  }
  .travel-metainfo li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "/";
    font-size: 16px;
    color: var(--paraColor);
  }
  .travel-metainfo li:last-child {
    margin-left: 0;
    padding-left: 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;
  }
  
  .travel-card-ld {
    display: none;
  }
  
  #loadMore {
    font-weight: 500;
    font-size: var(--fontSize);
  }
  
  .map-card img {
    max-width: 150px !important;
  }
  
  .map-container {
    width: 100%;
    height: 650px;
    overflow: hidden;
  }
  .map-container #main-full-map {
    width: 100%;
    height: 100%;
  }
  .map-container.side-map {
    height: 100vh;
  }
  .map-container iframe {
    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: left;
  }
  .destination-list .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 25.5px;
  }
  .destination-list .nav-item .nav-link {
    padding: 0;
    width: 100%;
    text-align: right;
    display: block;
    background-color: transparent;
    border: none;
    color: var(--paraColor);
  }
  .destination-list .nav-item .nav-link span {
    float: left;
  }
  .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);
  }
  
  .destination-card-ld {
    display: none;
  }
  
  .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 !important;
    z-index: 1 !important;
  }
  .category-wrap:after {
    position: absolute;
    top: 0;
    right: 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;
    right: 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%;
    right: 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-right: 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;
    text-align: end;
  }
  .newsletter-form form button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
  }

  .form-wrap form input {
    text-align: end;
    float: right;
    margin-bottom: 15px;
  }
  .form-wrap form textarea {
    float: right;
    margin-bottom: 15px;
  }
  
  
  /*---------------------------
          Sidebar CSS
  ---------------------------*/
  .sidebar.mb-0 .sidebar-widget {
    margin-bottom: 0 !important;
  }
  .sidebar.mb-0 .sidebar-widget form .form-group input {
    text-align: end;
    float: right;
  }
  .sidebar .sidebar-widget {
    margin-bottom: 30px;
  }
  .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 .social-profile {
    -moz-columns: 2;
         columns: 2;
  }
  .sidebar .social-profile li {
    margin: 0 0 20px 0;
  }
  .sidebar .social-profile li:last-child {
    margin-left: 0;
  }
  .sidebar .social-profile li a {
    position: relative;
  }
  .sidebar .social-profile li a img, .sidebar .social-profile li a i {
    position: relative;
    top: -1px;
    margin-left: 11px;
  }
  .sidebar .social-profile li a:hover {
    color: var(--secondaryColor);
  }
  
  .widget_search .submit-btn {
    left: 0;
    bottom: 0;
    height: 60px;
    border: none;
    position: absolute;
    transition: var(--transition);
    border-radius: 0;
    padding: 15.8px 15px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
  }
  
  .sidebar-left {
    padding-right: 100px;
  }
  
  .elementor-widget-wp-widget-categories {
    margin-bottom: 35px !important;
  }
  .elementor-widget-wp-widget-categories h5 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .elementor-widget-wp-widget-categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .elementor-widget-wp-widget-categories ul li {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #E7DFDE;
  }
  .elementor-widget-wp-widget-categories ul li:last-child {
    margin-bottom: 0;
  }
  .elementor-widget-wp-widget-categories ul li a span {
    float: left;
  }
  .elementor-widget-wp-widget-categories ul li a:hover {
    color: var(--secondaryColor);
  }
  
  .elementor-widget-wp-widget-prala_posts_thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px !important;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs h5 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item {
    overflow: hidden;
    width: 100%;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E7DFDE;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item:last-child {
    margin-bottom: 0;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .thumb {
    float: right;
    width: 110px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .thumb .fullimage {
    width: 110px;
    height: 120px;
    border-radius: 0;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .info {
    overflow: hidden;
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .info .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0;
    color: var(--titleColor);
    font-weight: 400;
    font-family: var(--secondaryFont);
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .info .title a {
    color: var(--titleColor);
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .info .title a:hover {
    color: var(--secondaryColor);
  }
  .elementor-widget-wp-widget-prala_posts_thumbs .item .info p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--paraColor);
  }
  
  /*-------------------------------
      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 0 4px 50px;
  }
  .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;
    left: 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: left;
  }
  .category-list li a:hover {
    color: var(--secondaryColor);
  }
  
  /*-------------------------------
      Popular post Widget CSS
  -------------------------------*/
  .popular-post-wrap .pp-post-item {
    margin: 0 0 15px;
    padding-bottom: 15px;
    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-right: 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-right: 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 0px 0px 9px;
    padding-left: 18px;
    color: var(--titleColor);
    position: relative;
  }
  .tag-list li:after {
    position: absolute;
    top: 0;
    left: 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-left: 0;
    padding-left: 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 0 0 5px;
  }
  
  .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;
    right: 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-wrapper .masonry-grid-item {
    padding: 0 12.5px;
  }
  
  .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-img-wrap .blog-img.blog-img-ms img {
    min-height: 425px;
  }
  .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;
    right: 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;
    right: 20.5%;
  }
  .blog-card.style-two .blog-info .blog-date {
    position: absolute;
    top: 40%;
    right: -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;
    right: 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;
    right: 20px;
    padding-left: 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);
  }
  
  .featured-blog-wrap {
    overflow: hidden;
  }
  
  .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 {
    right: 15px;
  }
  .single-blog-slider .slider-btn .blog-next {
    left: 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-right: 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-left: 110px;
  }
  .featured-post.style-four .featured-img img {
    border-radius: 15px;
  }
  .featured-post.style-four .featured-info {
    position: absolute;
    max-width: 62%;
    top: 50%;
    left: 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-left: 10px;
  }
  .author-info-wrap .author-img img {
    border-radius: 50%;
  }
  .author-info-wrap .author-metainfo {
    padding-right: 0;
  }
  .author-info-wrap .author-metainfo li {
    display: inline-block;
    margin-left: 4px;
    padding-left: 14px;
    position: relative;
    text-decoration: none;
  }
  .author-info-wrap .author-metainfo li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "/";
    font-size: 16px;
    color: var(--paraColor);
  }
  .author-info-wrap .author-metainfo li:last-child {
    margin-left: 0;
    padding-left: 0;
  }
  .author-info-wrap .author-metainfo li:last-child:after {
    display: none;
  }
  .author-info-wrap .author-metainfo li a {
    text-decoration: 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
  --------------------------------*/
  .blog-desc p,
  .destination-details-wrap p,
  .terms-wrap p {
    margin-bottom: 20px;
  }
  .blog-desc p strong, .blog-desc p b,
  .destination-details-wrap p strong,
  .destination-details-wrap p b,
  .terms-wrap p strong,
  .terms-wrap p b {
    color: var(--blackColor);
  }
  .blog-desc p a,
  .destination-details-wrap p a,
  .terms-wrap p a {
    color: var(--secondaryColor);
  }
  .blog-desc p a:hover,
  .destination-details-wrap p a:hover,
  .terms-wrap p a:hover {
    text-decoration: underline;
  }
  .blog-desc h1, .blog-desc h2, .blog-desc h3, .blog-desc h4, .blog-desc h5, .blog-desc 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;
  }
  .blog-desc h1,
  .destination-details-wrap h1,
  .terms-wrap h1 {
    font-size: 36px;
  }
  .blog-desc h2,
  .destination-details-wrap h2,
  .terms-wrap h2 {
    font-size: 32px;
  }
  .blog-desc h3,
  .destination-details-wrap h3,
  .terms-wrap h3 {
    font-size: 28px;
  }
  .blog-desc h4,
  .destination-details-wrap h4,
  .terms-wrap h4 {
    font-size: 24px;
  }
  .blog-desc h5,
  .destination-details-wrap h5,
  .terms-wrap h5 {
    font-size: 22px;
  }
  .blog-desc h6,
  .destination-details-wrap h6,
  .terms-wrap h6 {
    font-size: 20px;
  }
  .blog-desc p:last-child,
  .destination-details-wrap p:last-child,
  .terms-wrap p:last-child {
    margin-bottom: 0;
  }
  .blog-desc p a,
  .destination-details-wrap p a,
  .terms-wrap p a {
    text-decoration: none;
  }
  .blog-desc .blog-details-title,
  .destination-details-wrap .blog-details-title,
  .terms-wrap .blog-details-title {
    font-size: 36px;
  }
  .blog-desc ol,
  .destination-details-wrap ol,
  .terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .blog-desc ol li,
  .destination-details-wrap ol li,
  .terms-wrap ol li {
    margin-bottom: 15px;
    color: var(--paraColor);
    padding-right: 3px;
  }
  .blog-desc .author-metainfo,
  .destination-details-wrap .author-metainfo,
  .terms-wrap .author-metainfo {
    margin-bottom: 0;
  }
  .blog-desc .author-metainfo li,
  .destination-details-wrap .author-metainfo li,
  .terms-wrap .author-metainfo li {
    margin-bottom: 0;
    position: relative;
    top: -8px;
  }
  .blog-desc .author-metainfo li a,
  .destination-details-wrap .author-metainfo li a,
  .terms-wrap .author-metainfo li a {
    color: #666666;
  }
  .blog-desc .feature-list,
  .destination-details-wrap .feature-list,
  .terms-wrap .feature-list {
    margin: 25px 0 25px;
  }
  .blog-desc .feature-list li,
  .destination-details-wrap .feature-list li,
  .terms-wrap .feature-list li {
    padding-right: 15px;
    position: relative;
    margin-bottom: 12px;
  }
  .blog-desc .feature-list li:before,
  .destination-details-wrap .feature-list li:before,
  .terms-wrap .feature-list li:before {
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--paraColor);
  }
  .blog-desc .single-post-img,
  .destination-details-wrap .single-post-img,
  .terms-wrap .single-post-img {
    margin-bottom: 30px;
    display: block;
  }
  .blog-desc .single-post-img img,
  .destination-details-wrap .single-post-img img,
  .terms-wrap .single-post-img img {
    width: 100%;
  }
  .blog-desc .single-post-video,
  .destination-details-wrap .single-post-video,
  .terms-wrap .single-post-video {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
  }
  .blog-desc .single-post-video iframe,
  .destination-details-wrap .single-post-video iframe,
  .terms-wrap .single-post-video iframe {
    width: 100%;
    height: 100%;
  }
  .blog-desc .single-para,
  .destination-details-wrap .single-para,
  .terms-wrap .single-para {
    margin-bottom: 35px;
  }
  .blog-desc .single-para:last-child,
  .destination-details-wrap .single-para:last-child,
  .terms-wrap .single-para:last-child {
    margin-bottom: 0;
  }
  
  .quote-wrap {
    padding: 40px 90px 35px 25px;
    position: relative;
    margin-bottom: 30px;
  }
  .quote-wrap .quote-icon {
    position: absolute;
    top: 25px;
    right: 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-right: 30px;
    font-size: 24px;
    font-family: var(--secondaryFont);
    color: var(--titleColor);
    text-decoration: underline;
    padding-right: 33px;
    line-height: 32px;
  }
  .blog-link-wrap .blog-link img {
    position: absolute;
    top: 6px;
    right: 0;
  }
  .blog-link-wrap .blog-link:hover {
    color: var(--secondaryColor);
  }
  
  .wp-block-quote {
    position: relative;
    padding: 30px 35px 30px 35px;
    box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
    margin: 30px 10px 30px;
    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-tag-title {
    display: inline-block;
  }
  .post-meta-option .post-tag-list-style {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .post-meta-option .post-tag-list-style li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .post-meta-option .post-tag-list-style li::before {
    content: ",";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--paraColor);
  }
  .post-meta-option .post-tag-list-style li:last-child {
    padding-left: 0;
  }
  .post-meta-option .post-tag-list-style li:last-child::before {
    display: none;
  }
  .post-meta-option .post-tag-list-style li a {
    color: var(--paraColor);
    text-decoration: none;
    font-weight: 400;
  }
  .post-meta-option .post-share .social-profile {
    line-height: 1;
    list-style-type: none;
    margin: 0;
  }
  .post-meta-option .post-share .social-profile li {
    margin-left: 20px;
    margin-bottom: 0;
    list-style-type: none;
  }
  .post-meta-option .post-share .social-profile li:last-child {
    margin-left: 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;
    clear: both;
  }
  .post-pagination a {
    color: var(--titleColor);
  }
  .post-pagination a:hover {
    color: var(--secondaryColor);
  }
  .post-pagination a.prev-post i {
    margin-left: 5px;
  }
  .post-pagination a.next-post i {
    margin-right: 5px;
  }
  
  .pagination-area .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .pagination-area .page-numbers {
    width: 70px;
    height: 53px;
    line-height: 51px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    display: inline-block;
    color: var(--titleColor);
    background-color: transparent;
    transition: var(--transition);
    border: 1px solid var(--secondaryColor);
    text-align: center;
    box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
    margin-right: 5px;
    margin-left: 5px;
  }
  .pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
    opacity: 1;
    background-color: var(--secondaryColor);
    border-color: transparent;
    color: var(--whiteColor);
  }
  .pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
  }
  .pagination-area .page-numbers:first-child {
    margin-right: 0;
  }
  .pagination-area .page-numbers:last-child {
    margin-left: 0;
  }
  .pagination-area.white-bg .page-numbers {
    color: var(--titleColor);
    background-color: var(--whiteColor);
    box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
  }
  .pagination-area.white-bg .page-numbers:hover, .pagination-area.white-bg .page-numbers.current {
    color: var(--whiteColor);
    background: var(--primaryColor);
  }
  .pagination-area.white-bg .page-numbers.next, .pagination-area.white-bg .page-numbers.prev {
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
  }
  
  .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-right: 24px;
  }
  .author-box .author-info .social-profile li {
    display: inline-block;
    margin-left: 15px;
  }
  .author-box .author-info .social-profile li:last-child {
    margin-left: 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-right: 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-right: 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 0 0 20px;
    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-right: 5px;
  }


  
/*-------------------------------
    CSS For New Demos
-------------------------------*/
.pb-30 {
  padding-bottom: 30px;
}

.bg-aqua {
  background-color: #EBF5F9;
}

.font-optional {
  font-family: var(--secondaryFont);
  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);
}

.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 {
  right: 50px;
}
.hero-slider-two .slider-btn .hero-next {
  left: 50px;
}

.category-wrapper:after {
  position: absolute;
  top: 0;
  right: 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;
  right: 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;
  right: 0;
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 0 15px 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 15px 0px;
  border: 1px solid #E7DFDE;
}
.shop-card.style-four .shop-img-wrap .shop-img img {
  border-radius: 15px 15px 15px 0px;
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn {
  position: absolute;
  bottom: 0;
  right: 50% !important;
  transform: translateX(50%);
  display: none;
  bottom: 0;
  width: calc(100% - 33px);
  transition: var(--transition);
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button {
  padding: 15px 25px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border: none;
  border-radius: 5px;
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button:hover {
  background-color: var(--titleColor);
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .add_to_cart_button.added {
  display: none;
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .added_to_cart {
  padding: 15px 45px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition);
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border: none;
  border-radius: 5px;
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .added_to_cart:hover {
  background-color: var(--titleColor);
}
.shop-card.style-four .shop-img-wrap .shop-img .shop-card-btn .btn {
  display: none;
}
.shop-card.style-four h3 {
  padding: 25px 25px 43px;
}
.shop-card.style-four:hover .shop-img .shop-card-btn {
  display: block;
  bottom: 15px;
  width: 100%;
}
.shop-card.style-four:hover .shop-img .shop-card-btn .btn {
  display: inline-block;
}

.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;
  right: 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-left: 0;
  margin-left: 12px;
}
.travel-card.style-five .travel-metainfo li:last-child {
  margin-left: 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;
  right: 25px;
  padding-left: 20px;
}
.travel-card.style-five .travel-info .travel-card-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: -0.04em;
}
.travel-card.style-five .travel-info .travel-card-title a {
  color: var(--whiteColor);
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.travel-card.style-six {
  padding-top: 21px;
  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-left: 18px;
  padding-left: 65px;
}
.travel-card.style-six .travel-info .travel-metainfo li:after {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #B8B8B8;
}
.travel-card.style-six .travel-info .travel-metainfo li:last-child {
  margin-left: 0;
  padding-left: 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);
  width: 100%;
}
.travel-card.style-seven .travel-info {
  position: absolute;
  bottom: 18px;
  right: 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-left: 0;
  margin-left: 18px;
}
.travel-card.style-seven .travel-info .travel-metainfo li:last-child {
  margin-left: 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%;
  right: 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: "";
  right: 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-left: 8px;
}
.traveling-blog-wrap .slider-btn .travel-next {
  margin-right: 8px;
}

.newsletter-box {
  background-color: var(--primaryColor);
  padding: 31px 35px;
}
.newsletter-box h4 {
  font-size: 24px;
  line-height: 32px;
}
.newsletter-box form button {
  width: 178px;
  color: var(--primaryColor);
}
.newsletter-box form input {
  width: calc(100% - 193px);
  margin-left: 15px;
  height: 55px;
  font-size: 14px;
  padding-right: 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;
  left: 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);
}

.copyright-bg {
  background-color: #EBF5F9;
}
.copyright-bg p {
  margin-bottom: 0 !important;
}