@charset "UTF-8";
/*
Template Name: Tourm
Template URL: https://wordpress.themeholy.com//Tourm/ 
Description: Travel & Tour Booking Agency Wordpress Theme 
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0 
Last Update: 20-07-2024  
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Faq
    4.00. Service
    4.00. Process
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Deal
    4.00. Tab Menu
    4.00. Particle 

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*================================= 
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #fab028e9;
  --primary-color: #1CA8CB;
  --title-color: #021526;
  --body-color: #6E7070;
  --smoke-color: #E9F6F9;
  --smoke-color2: #F3F4F6;
  --black-color: #000000;
  --black-color2: #0D0D0C;
  --gray-color: #E1E4E5;
  --white-color: #ffffff;
  --light-color: #E1E4E5;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E9EDF5;
  --title-font: "Manrope", sans-serif;
  --body-font: "Inter", sans-serif;
  --style-font: "Montez", cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}


button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}


input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
video {
  max-width: 100%;
  height: auto;
} 

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}


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

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}


p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.327;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/

.blog-title,
.breadcumb-title {
  word-break: break-word;
}


.clearfix {
  clear: both;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

 .blog-single.sticky {
  border-color: transparent;
  position: relative;
}

 .blog-single.sticky .blog-content:before {
  display: none;
}

 .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 20px 0 20px;
  /* Small devices */
}

@media (max-width: 767px) {
   .blog-single.sticky:before {
    border-radius: 0 10px 0 10px;
  }
}

 .blog-single.sticky::before {
  content: "\f08d";
}

/* Small devices */
@media (max-width: 767px) {
   .blog-single.sticky:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 2.2. Grid -------------------*/

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

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

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

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

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

/* Medium devices */
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 50px;
  border: 1px solid var(--gray-color);
  color: var(--body-color);
  /* background-color: var(--white-color); */
  background: #021526;
  font-size: 14px;
  width: 100%;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background: #021526;
  /* background-color: var(--white-color); */
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i,
.form-group > img {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 17px;
  font-size: 14px;
  color: var(--body-color);
}

.form-group > i.fa-envelope,
.form-group > img.fa-envelope {
  padding-top: 1px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

input[type=time] {
  padding: 0 30px;
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

/*------------------- 2.4. nice-select -------------------*/
:root {
  --input-height: 56px;
}

/*------------------- 2.5. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.slider-area {
  position: relative;
}

/* Extra large devices */

/* Medium Large devices */

/* Medium devices */

/*------------------- 2.6. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--title-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 0px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
  display: none;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*======================= 
    Preloader
=======================*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 30px auto;
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.th-preloader .animation-preloader .txt-loading p {
  display: inline-block;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
          animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.th-btn.th-icon:after {
  content: '';
  position: relative;
  -webkit-mask-image: url(../img/icon/arrow-right.svg);
          mask-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  background-color: var(--white-color);
  width: 24px;
  height: 24px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover.th-icon i, .th-btn.active.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.th-btn:hover:before, .th-btn.active:before {
  width: 110%;
}

.th-btn.style1:before, .th-btn.style1:after {
  background-color: var(--white-color);
}

.th-btn.style1:hover {
  color: var(--title-color);
}

.th-btn.style1:hover.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style1:hover:before, .th-btn.style1:hover:after {
  background-color: var(--white-color);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover {
  color: var(--black-color2);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover:after {
  background-color: var(--title-color);
}

.th-btn.style2:before {
  background-color: var(--white-color);
}

.th-btn.style3 {
  background-color: var(--title-color);
  color: var(--white-color);
  box-shadow: none;
  border: none;
}

.th-btn.style3:before {
  background-color: var(--theme-color);
}

.th-btn.style4 {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--title-color);
  padding: 14px 25px;
}

.th-btn.style4.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style4:hover {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}

.th-btn.style4:hover.th-icon:after {
  background-color: var(--white-color);
}

.th-btn.style4:before {
  background-color: var(--theme-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 43px);
  font-size: var(--btn-font-size, 18px);
  background-color: transparent;
  border: 2px solid #888C97;
  color: var(--title-color);
  text-align: center;
  border-radius: 99px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.icon-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.icon-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

.icon-btn.style2:hover {
  background-color: var(--theme-color);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
}

.sub-title {
  display: block;
  color: var(--title-color);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--style-font);
  position: relative;
  margin-bottom: -4px;
  /* Extra small devices */
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 375px) {
  .sub-title {
    font-size: 25px;
    line-height: 25px;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  line-height: 26px;
}

.sec-text.style2 {
  max-width: 776px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sec-text.style2 {
    display: block;
    margin: auto auto 50px auto;
    text-align: center;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 10px;
  }
}

/* Extra small devices */

/* Extra small devices */

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .shape-mockup {
    display: none !important;
  }
}

.shape-mockup.shape1 {
  -webkit-animation: cloudAni 10s linear infinite;
          animation: cloudAni 10s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape1 {
    display: none !important;
  }
}

.shape-mockup.shape2 {
  -webkit-animation: cloudAni 15s linear infinite;
          animation: cloudAni 15s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape2 {
    display: none !important;
  }
}

.shape-mockup.shape3 {
  -webkit-animation: cloudAni 20s linear infinite;
          animation: cloudAni 20s linear infinite;
}

@media (max-width: 1599px) {
  .shape-mockup.shape3 {
    display: none !important;
  }
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #E9F6F9;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
  /* Extra small devices */
}

.btn-group.style1 {
  gap: 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .btn-group.style1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* cursor area start ---------------------------*/
.magic-cursor.relative {
  z-index: 999999;
}

.cursor {
  position: absolute;
  background: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  z-index: 9999999;
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.cursor:before {
  content: "DRAG" " " "";
  font-family: var(--icon-font);
  width: 100%;
  height: 100%;
  line-height: 100%;
  position: absolute;
  font-size: 2px;
  top: 6.5px;
  left: 5px;
  display: block;
  border-radius: 100%;
  opacity: 0;
  color: var(--white-color);
  letter-spacing: 0.02em;
}

.cursor:after {
  position: absolute;
  content: "\f104";
  font-family: var(--icon-font);
  font-size: 2px;
  color: var(--white-color);
  top: 6.5px;
  left: 3px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  opacity: 0;
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(8);
      -ms-transform: scale(8);
          transform: scale(8);
  background: rgba(17, 61, 72, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.cursor.active:before, .cursor.active:after {
  opacity: 1;
}

.cursor-follower {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  z-index: 99999999;
  background-color: var(--theme-color);
  -webkit-transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* cursor area end ---------------------------*/
/*------------------- 3.6. Font -------------------*/

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

/*------------------- 3.7. Background -------------------*/

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

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

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

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

/*------------------- 3.8. Text Color -------------------*/

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*------------------- 3.10. Animation -------------------*/
 .testi-box_avater:after {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    opacity: 0.60;
  }
  30% {
    opacity: 0.40;
  }
  40% {
    opacity: 0.20;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    opacity: 0.60;
  }
  30% {
    opacity: 0.40;
  }
  40% {
    opacity: 0.20;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.9);
            transform: scale(2.9);
    opacity: 0.2;
  }
}

@keyframes ripple3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.9);
            transform: scale(2.9);
    opacity: 0.2;
  }
}

@-webkit-keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scrollMove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.scale {
  -webkit-animation: scale 5s ease forwards;
          animation: scale 5s ease forwards;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@-webkit-keyframes speed2 {
  0% {
    right: 0%;
  }
  30% {
    right: 30%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}

@keyframes speed2 {
  0% {
    right: 0%;
  }
  30% {
    right: 30%;
  }
  50% {
    right: 50%;
  }
  100% {
    right: 100%;
  }
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
          animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

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

@-webkit-keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}

@keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}


.slideinup {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes cloudAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_categories > ul,
.widget_categories .menu {
  margin: -20px 0 -20px 0;
}

.widget_nav_menu a,
.widget_categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 0;
  border-bottom: 1px solid var(--gray-color);
}

.widget_nav_menu a img,
.widget_nav_menu a i,
.widget_categories a img,
.widget_categories a i {
  margin-right: 8px;
}

.widget_nav_menu li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span,
.widget_categories li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_categories a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget_nav_menu .sub-menu li a {
  border-bottom: 1px solid var(--gray-color);
}

.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: transparent;
  border-radius: 32px;
}

.widget select:focus,
.widget input:focus,
.widget .form-select:focus,
.widget .form-control:focus,
.widget textarea:focus {
  border-color: var(--theme-color);
  color: var(--white-color);
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder,
.widget .form-select::-moz-placeholder,
.widget .form-control::-moz-placeholder,
.widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder,
.widget .form-select::-webkit-input-placeholder,
.widget .form-control::-webkit-input-placeholder,
.widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder,
.widget .form-select:-ms-input-placeholder,
.widget .form-control:-ms-input-placeholder,
.widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-webkit-input-placeholder, .widget input::-webkit-input-placeholder, .widget .form-select::-webkit-input-placeholder, .widget .form-control::-webkit-input-placeholder, .widget textarea::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget select::-moz-placeholder, .widget input::-moz-placeholder, .widget .form-select::-moz-placeholder, .widget .form-control::-moz-placeholder, .widget textarea::-moz-placeholder {
  color: var(--white-color);
}

.widget select:-ms-input-placeholder, .widget input:-ms-input-placeholder, .widget .form-select:-ms-input-placeholder, .widget .form-control:-ms-input-placeholder, .widget textarea:-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::-ms-input-placeholder, .widget input::-ms-input-placeholder, .widget .form-select::-ms-input-placeholder, .widget .form-control::-ms-input-placeholder, .widget textarea::-ms-input-placeholder {
  color: var(--white-color);
}

.widget select::placeholder,
.widget input::placeholder,
.widget .form-select::placeholder,
.widget .form-control::placeholder,
.widget textarea::placeholder {
  color: var(--white-color);
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget .form-group input[type="checkbox"] ~ label:before {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 6px;
}

.widget .form-group label {
  color: var(--body-color);
  padding-left: 16px;
  text-align: left;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}


.widget_title {
  position: relative;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}


.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}


.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.widget_search {
  background-color: #E9F6F9;
  border: 1px solid transparent;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 100px;
  padding-right: 25px;
}

.widget .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 312px;
  /* Medium devices */
}

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

.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb:before {
  content: '';
  height: auto;
  width: 0;
  background-color: var(--title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  padding-top: 135%;
  width: 135%;
  border-radius: 35%;
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .media-img:after {
  content: '\f0c1';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--body-font);
  color: var(--title-color);
  text-transform: capitalize;
}

.recent-post .recent-post-meta {
  margin-bottom: 12px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 15%;
}

.sidebar-area {
  margin-left: 10px;
  margin-bottom: -10px;
  /* Medium devices */
}

.sidebar-area.style2 .widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 16px);
}

.sidebar-area.style3 .widget {
  padding: var(--widget-padding-y, 24px) var(--widget-padding-x, 24px);
}

@media (max-width: 991px) {
  .sidebar-area {
    margin-left: 0;
  }
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_categories.style2 ul {
  margin: 0px 0 -15px 0;
}

.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
  display: none;
}

 .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

 .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

 .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: #888C97;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

 .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f105";
  display: none;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  font-family: var(--icon-font);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

 .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
  box-shadow: none;
}

 .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

 .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

 .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.4em;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 74px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about .about-logo {
  margin-bottom: 33px;
}

/* Large devices */
@media (max-width: 1199px) {
   .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--black-color2);
  text-transform: capitalize;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 14px;
}

.main-menu > ul > li > a {
  padding: 32.5px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: none;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li:has(.mega-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--theme-color);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(0%);
      -ms-transform: scaleY(1) translateX(0%);
          transform: scaleY(1) translateX(0%);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  border-bottom: 3px solid var(--theme-color);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\e445";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: none;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

/* Header 1 Start ---------------------------------- */

/* Header 1 End ---------------------------------- */
/* Header 2 start ---------------------------------- */

/* Header 2 end ---------------------------------- */
/* ------------------------------Header 3  Start ---------------------------------- */
.header-layout3 .menu-area {
  position: relative;
  background: rgba(13, 13, 12, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .menu-area {
    padding: 14px 0;
  }
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  /* background-color: var(--black-color2); */
  background-color: #021526;
}

.header-layout3 .main-menu > ul > li > a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout3 .main-menu > ul > li > a:hover {
  color: var(--white-color);
}

.header-layout3 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:hover:after {
  color: var(--black-color2);
}

.header-layout3 .header-logo {
  padding: 0 0px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .header-layout3 .header-logo {
    padding: 0 40px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .header-logo {
    padding: 0 20px;
  }
}

@media (max-width: 375px) {
  .header-layout3 .header-logo {
    padding: 0;
    max-width: 150px;
  }
}

.header-layout3 .header-right-button {
  position: absolute;
  top: 35px;
  right: 72px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .header-layout3 .header-right-button {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .header-layout3 .header-right-button {
    top: 25px;
    right: 20px;
  }
}

@media (max-width: 1340px) {
  .header-layout3 .header-right-button {
    position: relative;
  }
  .header-layout3 .header-right-button .simple-btn {
    display: none;
  }
}

.header-layout3 .main-menu > ul > li {
  margin: 0px 26px;
  /* Medium Large devices */
}

@media (max-width: 1499px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 18px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 14px;
  }
}

.header-layout3 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 38.5px 0px;
}

.header-layout3 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

/* ------------------------------ Header 3  End ---------------------------------- */
/* ------------------------------Header 4  Start ---------------------------------- */

/* ------------------------------Header 4  end ---------------------------------- */

/* ------------------------------Header 6  Start ---------------------------------- */

/* ------------------------------Header 6  end ---------------------------------- */
/* ------------------------------Header 7  Start ---------------------------------- */

/* ------------------------------Header 7  end ---------------------------------- */
/* Define animation for each character    */

@-webkit-keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* --------------------------------
heding animation start 
------------------------------------ */
.title-area {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@-webkit-keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes heading-anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------------------
heding animation  end
------------------------------------ */
.row:after {
  display: none;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.widget-area {
  padding-top: 50px;
  padding-bottom: 46px;
}

.copyright-wrap {
  padding: 18px 0;
  background-color: #262A36;
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.newsletter-top {
  border-bottom: 1px solid #E1E4E6;
  margin-bottom: 62px;
  padding-bottom: 25px;
}

.newsletter-top .newsletter-title {
  font-size: 40px;
  font-weight: 600;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .newsletter-top .newsletter-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .newsletter-top .newsletter-title {
    text-align: center;
    font-size: 22px;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 660px;
  margin-left: auto;
}

@media (max-width: 480px) {
  .newsletter-form {
    display: block;
  }
}

.newsletter-form.style2 input {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.newsletter-form.style2 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 input:focus {
  color: var(--white-color);
}

.newsletter-form input {
  border: 1px solid #6E7070;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 64px;
  border-radius: 32px;
}

.newsletter-form .th-btn {
  min-width: 227px;
}

@media (max-width: 480px) {
  .newsletter-form .th-btn {
    min-width: 100%;
    margin-top: 20px;
  }
}

.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.info-box_text .icon:hover img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
}

.info-box_text a {
  color: inherit;
}

.info-box_text a:hover {
  color: var(--theme-color);
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.footer-card .title {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  margin-right: 16px;
}

.copyright-text {
  margin: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

/* footer layout  2 start --------------------------*/
.footer-layout2 {
  --body-color: #E9F6F9;
}

.footer-layout2 .newsletter-top {
  border-bottom: 1px solid rgba(233, 246, 249, 0.2);
}

.footer-layout2 .widget-area {
  padding-bottom: 70px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 30px;
  }
}

.footer-layout2 .footer-widget .widget_title {
  color: var(--white-color);
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  font-weight: 300;
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
  color: #E9F6F9;
}

.footer-layout2 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
    margin-top: 10px;
  /* Medium Large devices */
}

.footer-layout2 .th-social a:hover {
  background-color: var(--theme-color);
}

@media (max-width: 1299px) {
  .footer-layout2 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout2 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout2 .info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.footer-layout2 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-layout2 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
  padding: 18px 0;
}

.footer-layout2 .copyright-wrap .copyright-text {
  font-size: 14px;
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: var(--white-color);
}

/* footer layout  2 end --------------------------*/
/* footer layout 4 start ---------------------------*/

/* footer layout 5 start -----------------*/

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-content {
  position: relative;
}

/* .breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
} */

.breadcumb-menu {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 16px 0 0.5em 0 !important;
  list-style-type: none !important;
  position: relative !important;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "";
  display: none !important;
  background-image: url(../img/icon/arrow-right.svg);
  background-size: 100% 100%;
  top: 3px;
  width: 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
}

.breadcumb-title {
  margin: -0.23em 0 -0.18em 0;
  font-size: 54px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
}

/* .breadcumb-wrapper {  
  position: relative;
  background-image: linear-gradient(to bottom, #0c3457, #0f3e67, #134978, #165489, #1a5f9b) !important;
  background-position: left top;
  padding: 163px 0;
  overflow: hidden;
  text-align: center;
} */
.breadcumb-wrapper {
  position: relative !important;
  background-color: #46647e !important;
  background-position: left top !important;
      padding: 102px 0;
padding-bottom: 10px;
  overflow: hidden !important;
  text-align: center !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0;
  }
  .breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 130px 0;
  }
  .breadcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-title {
    font-size: 34px;
    line-height: 44px;
  }
  .breadcumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

/*------------------- 4.5. Pagination  -------------------*/

/*------------------- 4.6. Blog  -------------------*/

/* Large devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  text-transform: capitalize;
  margin-right: 12px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 16px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 15px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 0;
  }
  .blog-meta span:not(:last-child):after,
  .blog-meta a:not(:last-child):after {
    display: none;
  }
}


.blog-img {
  line-height: 1px;
}


.blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.th-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-single .blog-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
}

.blog-single .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  z-index: 2;
  gap: 10px 0;
}

.blog-single .blog-meta span,
.blog-single .blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #1C2D37;
  font-family: var(--body-font);
  position: relative;
  line-height: normal;
}

.blog-single .blog-meta span img,
.blog-single .blog-meta span svg,
.blog-single .blog-meta span i,
.blog-single .blog-meta a img,
.blog-single .blog-meta a svg,
.blog-single .blog-meta a i {
  margin-right: 11px;
  color: #1C2D37;
}

.blog-single .blog-meta span:last-child,
.blog-single .blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.blog-single .blog-meta span:last-child:after,
.blog-single .blog-meta a:last-child:after {
  display: none;
}

.blog-single .blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single .blog-content .th-btn {
  padding: 14px 35px;
}


.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 0;
}

.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  margin-bottom: 40px;
}

.blog-single .blog-img:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.blog-single .blog-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.blog-single:hover .blog-img:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.blog-single:hover .blog-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.page-single .box-title {
  font-size: 40px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .page-single .box-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .page-single .box-title {
    font-size: 25px;
  }
}

/* Small devices */

/* Extra small devices */

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-single {
    --blog-space-x: 30px;
    --blog-space-y: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
}

.blog-text {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Extra small devices */

/*------------------- 4.7. Comments  -------------------*/
.th-comment-form {
  margin-top: 70px;
  position: relative;
}

.th-comment-form .row {
  --bs-gutter-x: 30px;
}

.th-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.th-comment-form .form-text {
  margin-bottom: 25px;
}

.th-comment-form .form-group > i {
  color: var(--body-color);
}

.th-comment-form .form-group select,
.th-comment-form .form-group .form-control,
.th-comment-form .form-group .form-select,
.th-comment-form .form-group textarea,
.th-comment-form .form-group input {
  border: 1px solid #808080;
}

.th-comment-form .form-group label {
  color: var(--body-color);
  margin-bottom: -0.3rem;
}

.th-comment-form,
.th-comments-wrap {
  /* Small devices */
}

@media (max-width: 767px) {
  .th-comment-form,
  .th-comments-wrap {
    border-radius: 10px;
  }
}

.th-comment-form:has(#wp-temp-form-div),
.th-comments-wrap:has(#wp-temp-form-div) {
  padding: 0;
  box-shadow: none;
  display: none;
}

.th-comments-wrap {
  border-radius: 0px;
}

.th-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.th-comments-wrap.style2 .th-post-comment {
  border: 1px solid #E1E4E5;
  margin-bottom: 24px;
}

.th-comments-wrap.style2 ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: 1px solid #E1E4E5;
}

.th-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.th-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.th-comments-wrap li {
  margin: 0;
}

.th-comments-wrap .th-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  background: var(--white-color);
  border-radius: 8px;
}

.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul {
  margin-bottom: 1rem;
}

.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
  margin-bottom: 0;
}

.th-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.th-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}

.th-comments-wrap .comment-avater img {
  width: 100%;
}

.th-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.th-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0;
}

.th-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 7px;
  font-size: 0.9rem;
}

.th-comments-wrap .name {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.th-comments-wrap .text {
  margin-bottom: -0.4rem;
}

.th-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .th-comment-item:last-child > .th-post-comment {
  border-bottom: none;
}

ul.comment-list:has(> .th-comment-item ~ .th-comment-item):first-child > .th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}

.th-comments-wrap.th-comment-form {
  margin: 0;
}

/* Medium Large devices */
/* Large devices */

/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .th-comments-wrap .th-post-comment {
    display: block;
  }
  .th-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .th-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-comment-form {
    --blog-space-y: 30px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  position: relative;
  overflow: hidden;
}

.hero-1 .th-hero-bg {
  z-index: 2;
}

.hero-1 .th-hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}

.hero-style1 {
  position: relative;
  z-index: 9;
  max-width: 700px;
  padding: 206px 0 260px 0;
}

.hero-style1 .sub-title {
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}

.hero-style1 .hero-title {
  color: var(--white-color);
  margin-bottom: 45px;
}

.hero-style1 .btn-group {
  gap: 16px;
}

@media (max-width: 480px) {
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style1 {
    max-width: 550px;
  }
  .hero-style1 .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 {
    padding: 130px 0 185px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 {
    padding: 130px 0 180px 0;
  }
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .hero-style1 .hero-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

/* Hero 1 end ----------------------------------*/
/* Hero 2 --------------------------------------*/

@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/* hero 3  start ------------------------ */

/* hero 4 start -------------------------*/

/* hero 4 end -------------------------*/
/* hero 5 start ----------------------*/

/* hero 5 end ----------------------*/
/* hero 6 start --------------------------*/

.hero-style6 {
  position: relative;
  padding: 285px 0 284px 0;
  max-width: 1057px;
  display: block;
  text-align: center;
  margin: auto;
  z-index: 4;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style6 {
    padding: 250px 0 240px 0;
  }
}

@media (max-width: 991px) {
  .hero-style6 {
    text-align: center;
    padding: 235px 0 210px 0;
  }
}

@media (max-width: 480px) {
  .hero-style6 {
    padding: 220px 0 140px 0;
  }
}

@media (max-width: 375px) {
  .hero-style6 {
    padding: 200px 0 115px 0;
  }
}

.hero-style6 .hero-title {
  font-size: 80px;
  line-height: 96px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style6 .hero-title {
    font-size: 74px;
    line-height: 84px;
  }
}

@media (max-width: 1199px) {
  .hero-style6 .hero-title {
    font-size: 64px;
    line-height: 74px;
    margin-top: -1.0rem;
  }
}

@media (max-width: 991px) {
  .hero-style6 .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 38px;
    line-height: 48px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style6 .hero-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .hero-style6 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* hero 7 start --------------------------*/

/* hero 5 start ----------------------*/

/* hero 8 end ----------------------*/
/* hero 9 start -----------------*/

/* hero 9 end -----------------*/
/* hero 10  start ------------------------ */

/*------------------- 4.9. Error  -------------------*/
.error-img {
  text-align: center;
  min-width: 926px;
  margin-left: -100px;
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .error-img {
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .error-img {
    margin-left: 0;
  }
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
  /* Large devices */
}

@media (max-width: 1199px) {
  .error-subtitle {
    font-size: 18px;
  }
}

.error-content {
  margin-right: 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .error-content {
    margin-right: 0;
  }
}

.error-content .th-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/

/*------------------- 4.00. Popup Side Menu  -------------------*/

/*------------------- 4.00. Wocommerce  -------------------*/

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 900;
  font-size: 12px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: #FF9C00;
  letter-spacing: 3px;
}

/* Small devices */

/*------------------- 4.00. Products  -------------------*/

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* Medium devices */

#description {
  margin-bottom: 30px;
}

/* Medium Large devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* Extra small devices */

/*------------------- 4.00. Cart  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Checkout  -------------------*/

/* Small devices */

/*------------------- 4.00. Wishlist  -------------------*/

/* Medium devices */

/* Small devices */

/*------------------- 4.00. Contact  -------------------*/
/* Contact Page ---------------------------------- */
.contact-form {
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder, .contact-form .form-control::-webkit-input-placeholder, .contact-form .form-select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-moz-placeholder, .contact-form .form-control::-moz-placeholder, .contact-form .form-select::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .form-select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-ms-input-placeholder, .contact-form .form-control::-ms-input-placeholder, .contact-form .form-select::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form input::-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--body-color);
}

.contact-form i {
  color: #888C97;
}

.contact-form textarea.form-control,
.contact-form textarea {
  min-height: 159px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.contact-form .th-btn {
  padding: 19.5px 42px;
}

.contact-form .th-btn i {
  color: var(--white-color);
}

.contact-form.style2 textarea.form-control,
.contact-form.style2 textarea {
  min-height: 130px;
}

.contact-form.style2 select,
.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 textarea,
.contact-form.style2 input {
  height: 64px;
}

.about-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-contact-grid {
    gap: 14px;
    padding: 15px 15px 18px;
  }
}

.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}

.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  background: var(--title-color);
  border-radius: 50%;
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-contact-grid .about-contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-contact-grid .about-contact-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.about-contact-grid .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -0.3em;
  margin-bottom: 2px;
}

.about-contact-grid .about-contact-details-text {
  color: var(--title-color);
  margin-bottom: 0;
}

.about-contact-grid .about-contact-details-text a:not(:hover) {
  color: initial;
}

.about-contact-grid:hover .about-contact-icon {
  background: var(--theme-color);
}

.contact-map {
  position: relative;
  line-height: 0px;
  border-radius: 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-map {
    margin-bottom: 40px;
  }
}

.contact-map .contact-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.contact-map .contact-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  /* Medium devices */
}

@media (max-width: 991px) {
  .contact-map .contact-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.contact-map .contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 3;
}

.contact-map .contact-icon img {
  -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
          animation: jumpAni 2s ease-in-out infinite alternate;
}

.contact-map .contact-icon:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 90%;
  width: 38px;
  height: 18px;
  border-radius: 50%;
  background: rgba(13, 13, 12, 0.2);
  z-index: -1;
}

.contact-map .contact-icon:before {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  top: 50%;
  width: 130px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--white-color);
  z-index: -1;
}

@-webkit-keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}

@keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
            transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
            transform: rotate(5deg) translate(-5px, -5px);
  }
}

@-webkit-keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.contact-map iframe {
  width: 100%;
  height: 365px;
  border-radius: 30px;
}

.contact-map.style2 iframe {
  width: 100%;
  height: 398px;
  border-radius: 0;
}

.contact-map.style3 iframe {
  border-radius: 16px;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Medium devices */
}

.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

@media (max-width: 991px) {
  .global-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.global-img:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* About area 1 start -------------------------*/

/* About area 2 start --------------------------*/

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 400px;
}

.about-item:not(:last-child) {
  margin-bottom: 30px;
}

.about-item.style2 .about-item_img {
  background-color: var(--smoke-color);
}

.about-item_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img:hover {
  background-color: var(--title-color);
}

.about-item_img:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-item .box-title {
  margin-bottom: 7px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-item .box-title {
    font-size: 20px;
  }
}

.about-item_text {
  margin-bottom: -0.3rem;
}

/* About area 1 end -------------------------*/
/* About area start --------------------------*/
.img-box3 {
  position: relative;
  margin-left: -110px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .img-box3 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 40px;
  }
}

.img-box3 img {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 img {
    width: 100%;
  }
}

.img-box3 .img1 img {
  border-radius: 24px;
}

.img-box3 .img2 {
  position: absolute;
  top: 20%;
  right: 12%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box3 .img2 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.img-box3 .img2 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

.img-box3 .img3 {
  position: relative;
  margin-top: 30px;
  z-index: 3;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 .img3 {
    margin-top: 20px;
  }
}

.img-box3 .img3 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

/* About area start --------------------------*/

/* About area start --------------------------*/
/* About area start ------------------------*/

.resort-image {
  border-radius: 24px;
}

.resort-image img {
  border-radius: 24px;
}

.resort-content {
  max-width: 530px;
}

.resort-content .box-title {
  font-size: 40px;
  margin-bottom: 0;
  /* Large devices */
}

@media (max-width: 1199px) {
  .resort-content .box-title {
    font-size: 30px;
  }
}

.resort-content .woocommerce-review-link {
  color: var(--black-color2);
  font-size: 16px;
  font-weight: 600;
}

.resort-content .resort-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
}

.resort-content .resort-price .currency {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-color);
}

.resort-content .resort-list ul {
  padding: 0;
}

.resort-content .resort-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  margin-bottom: 10px;
}

.resort-content .resort-list ul li .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color2);
  min-width: 82px;
}

.resort-content .th-btn {
  padding: 10px 30px;
}

/* about area 8 start ---------------------*/

.about-item-wrap {
  min-width: 386px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-item-wrap {
    min-width: 100%;
  }
}

.newsletter-area .th-container {
  --main-container: 1648px;
}

.newsletter-form.style4 {
  max-width: 490px;
  margin: 0;
  display: block;
  position: relative;
  /* Large devices */
}

@media (max-width: 1199px) {
  .newsletter-form.style4 {
    max-width: 100%;
  }
}

.newsletter-form.style4 input {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
}

.newsletter-form.style4 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 input::placeholder {
  color: var(--white-color);
}

.newsletter-form.style4 .th-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 126px;
  padding: 12px 25px;
  /* Extra small devices */
}

@media (max-width: 480px) {
  .newsletter-form.style4 .th-btn {
    margin-top: 0;
  }
}

@media (max-width: 375px) {
  .newsletter-form.style4 .th-btn {
    position: relative;
    min-width: 100%;
    right: 0;
  }
}

.newsletter-form.style4 .th-btn:before {
  background-color: var(--white-color);
}

.newsletter-form.style4 .th-btn:hover {
  color: var(--title-color);
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.45em;
  color: var(--black-color2);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 32px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-team .box-title {
  margin-bottom: 0;
}

/* Team box start ---------------------*/

/* Team box end ---------------------*/
/* Team grid start -------------------------*/
.team-grid {
  position: relative;
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 16px;
  --space: 72px;
}

.team-grid.style2 {
  --space: 56px;
  margin: 16px;
  height: 528px;
  border-radius: 12px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .team-grid.style2 {
    margin: 0;
  }
}

.team-grid.style2 .team-img {
  position: relative;
  border-radius: 12px;
  z-index: 2;
  height: 528px;
}

.team-grid.style2 .team-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  opacity: 0.8;
  z-index: 1;
}

.team-grid.style2 .team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.team-grid.style2 .team-img2 {
  margin-top: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.team-grid.style2 .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border-radius: 12px;
}

.team-grid.style2 .media-body {
  border-radius: 12px;
}

.team-grid .team-img {
  border-radius: 16px 16px 0 0;
}

.team-grid .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-img2 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-top: -100px;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-grid .team-img2 img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-content {
  position: relative;
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}

.team-grid .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  padding: 24px 28px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
  overflow: hidden;
}

.team-grid .box-title {
  color: var(--black-color2);
}

.team-grid .box-title a {
  color: inherit;
}

.team-grid .team-desig {
  margin-bottom: 12px;
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid:hover .team-img2 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid:hover .media-body {
  background-color: var(--theme-color);
}

.team-grid:hover .box-title {
  color: var(--white-color);
}

.team-grid:hover .team-desig {
  color: var(--white-color);
}

.team-grid:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

/* Team Details ---------------------------------- */

.team-about {
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-about {
    margin-bottom: 20px;
  }
}

.team-about .th-social a:not(:hover) {
  background-color: #E4E4E4;
  color: var(--title-color);
}

.team-about.style2 {
  margin-left: 45px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-about.style2 {
    margin: 0;
  }
}

.team-about.style2 .team-about_title {
  font-weight: 600;
  margin: 0 0 3px 0px;
}

.team-about_title {
  font-size: 40px;
  margin: -0.8rem 0 20px 0px;
}

.team-about .box-title {
  font-size: 28px;
}

.team-about .th-btn {
  padding: 19.5px 38.9px;
}

/* Extra small devices */

/* team area start ------------------*/

/*------------------- 4.00. Testimonial  -------------------*/
/* Team card start ----------------------------*/
.testiSlider1 {
  overflow: visible;
  margin: 0 -30px !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .testiSlider1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 {
    margin: 0 !important;
  }
}

.testiSlider1 .swiper-slide {
  margin-top: 98px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide {
    margin-top: 58px !important;
  }
}

.testiSlider1 .swiper-wrapper {
  visibility: visible;
}

.testi-card {
  position: relative;
  padding: 40px 40px 64px;
  background: #E9F6F9;
  border-radius: 24px;
  margin: 10px;
  /* Medium devices */
  /* Extra small devices */
}

.testi-card.style2 .testi-card_profile {
  width: 316px;
  height: 153px;
  background-color: var(--theme-color);
  margin: -40px 0 -50px -60px;
  padding: 10px 30px 50px 30px;
}

@media (max-width: 480px) {
  .testi-card.style2 .testi-card_profile {
    margin: -24px 0 -50px -60px;
  }
}

.testi-card.style2 .testi-card_desig {
  color: var(--white-color);
}

.testi-card.style2 .box-title {
  color: var(--white-color);
}

@media (max-width: 991px) {
  .testi-card {
    padding: 30px 30px 64px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 25px 25px 64px;
  }
}

.testi-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .testi-card_wrapper {
    display: block;
  }
}

.testi-card_wrapper:nth-child(even) .testi-card {
  margin-top: 0px;
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.testi-card_avater {
  min-width: 72px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card_avater {
    min-width: 40px;
  }
}

.testi-card_avater img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testi-card .box-title {
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card .box-title {
    font-size: 20px;
  }
}

.testi-card_review i {
  color: #FFA944;
  font-size: 14px;
  margin-right: 3px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-card_review i {
    font-size: 12px;
  }
}

.testi-card_text {
  color: var(--black-color2);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -0.3rem;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card_text {
    font-size: 18px;
  }
}

.testi-card-quote {
  width: 78px;
  height: 78px;
  line-height: 70px;
  text-align: center;
  background-color: var(--white-color);
  border: 4px solid var(--white-color);
  border-radius: 50%;
  position: absolute;
  left: 48%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* testi-area --------------------*/

/* testi box area start -----------------------*/
.testi-review {
  position: relative;
  height: 520px;
  background-size: auto;
  z-index: 3;
  margin-top: 100px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-review {
    margin-bottom: 50px;
  }
}

.testi-box {
  position: absolute;
  text-align: center;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box {
    position: relative;
    left: auto;
    top: auto;
  }
}

.testi-box:after {
  content: '';
  position: absolute;
  left: 30%;
  top: -29.5%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 19px;
  height: 14px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-top: solid 12px var(--theme-color);
  opacity: 0;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:after {
    display: none;
  }
}

.testi-box:first-child {
  top: 50%;
  right: 29%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:first-child {
    right: auto;
    top: auto;
  }
}

.testi-box:nth-child(2) {
  top: 48%;
  right: 43%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(2) {
    right: auto;
    top: auto;
  }
}

.testi-box:nth-child(3) {
  top: 9%;
  left: 38%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(3) {
    left: auto;
    top: auto;
  }
}

.testi-box:nth-child(4) {
  top: 27%;
  left: 24%;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box:nth-child(4) {
    left: auto;
    top: auto;
  }
}

.testi-box:nth-child(5) {
  top: 52%;
  left: 28%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .testi-box:nth-child(5) {
    left: 10%;
  }
}

@media (max-width: 375px) {
  .testi-box:nth-child(5) {
    left: auto;
    top: auto;
  }
}

.testi-box_content {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 24px 35px;
  min-width: 447px;
  margin-bottom: 10px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  margin-top: -300px;
  margin-left: -165px;
  z-index: 4;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_content {
    min-width: 350px;
    padding: 24px;
    margin-top: -282px;
    margin-left: -115px;
  }
}

@media (max-width: 375px) {
  .testi-box_content {
    min-width: 300px;
    margin: -270px 0 0 0;
  }
}

.testi-box_text {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color2);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-box_text {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .testi-box_text {
    font-size: 14px;
  }
}

.testi-box .media-body {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.testi-box_review i {
  color: #FFA944;
  margin-right: 3px;
}

.testi-box_avater {
  position: relative;
  max-width: 36px;
  display: block;
  margin: auto auto 40px auto;
}

.testi-box_avater span {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: var(--white-color);
  z-index: 2;
}

.testi-box_avater:after, .testi-box_avater:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: rgba(28, 168, 203, 0.5);
  z-index: 1;
}

.testi-box_avater:after {
  background-color: var(--theme-color);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.testi-box_avater img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-box .box-title {
  font-weight: 600;
  margin-bottom: 0px;
}

.testi-box_desig {
  margin-bottom: 0;
}

.testi-box.item-active:after {
  opacity: 1;
}

.testi-box.item-active .media-body {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.testi-box.item-active .testi-box_avater img {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}

.testi-box.item-active .testi-box_avater:before, .testi-box.item-active .testi-box_avater:after {
  display: none;
}

.testi-box.item-active .testi-box_avater span {
  display: none;
}

.testi-box.item-active .testi-box_content {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* testi box area end -----------------------*/
/* testi grid area end -----------------------*/

/* testi grid area end -----------------------*/
/* testi grid 2 area start -----------------*/

/*------------------- 4.00. Pricing  -------------------*/
/* Pricing 1 ---------------------------------- */

/* Pricing  Start -----------------------------*/
/* Price box end --------------------------*/
/* Price card start -------------------------*/

/* Price card end -------------------------*/

/*------------------- 4.00. Counter  -------------------*/
/* counter-card start -----------------------*/

/* counter-card end -----------------------*/
/* counter-box start -----------------------*/

/* counter-box end -----------------------*/
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  background-color: var(--white-color);
  position: relative;
  z-index: 3;
  border-radius: 30px;
  border: 1px solid #E3E8F5;
}

.blog-card .blog-img {
  position: relative;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}

.blog-card .blog-img:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg);
  z-index: 2;
}

.blog-card .blog-img img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-card .blog-content {
  padding: 15px 30px 30px 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .blog-card .blog-content {
    padding: 20px;
  }
}

.blog-card .box-title {
  font-weight: 600;
  letter-spacing: -0.24px;
  margin-bottom: 5px;
}

.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-card .box-title a:hover {
  background-size: 100% 2px;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.blog-card:hover .blog-img:before {
  -webkit-animation: shine 1.9s;
          animation: shine 1.9s;
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 30px;
  }
  .blog-card .box-title {
    font-size: 24px;
  }
}

@media (max-width: 410px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  .blog-card .blog-content {
    padding: 18px;
  }
  .blog-card .box-title {
    font-size: 20px;
  }
}

/* Blog Box ---------------------------------- */

/* Blog Grid ---------------------------------- */
.blog-grid.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid.style2 {
    display: block;
  }
}

.blog-grid.style2 .blog-content {
  padding: 47px 40px 51px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid.style2 .blog-content {
    padding: 30px;
  }
}

.blog-grid.style2 .blog-img {
  min-width: 424px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-grid.style2 .blog-img {
    min-width: 312px;
  }
}

@media (max-width: 1199px) {
  .blog-grid.style2 .blog-img {
    min-width: 367px;
  }
}

@media (max-width: 991px) {
  .blog-grid.style2 .blog-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid.style2 .blog-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid .blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 16px;
  margin-bottom: 40px;
}

.blog-grid .blog-img img {
  border-radius: 16px;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  color: var(--black-color2);
}

.blog-grid .blog-content {
  padding: 47px 40px 40px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-content {
    padding: 30px;
  }
}

.blog-grid .blog-meta {
  margin: -0.3rem 0 20px 0;
}

.blog-grid .box-title {
  margin-bottom: 32px;
  color: var(--black-color2);
}

.blog-grid .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid .th-btn {
  background-color: transparent;
  color: var(--black-color2);
  border: 1px solid var(--gray-color);
  padding: 10px 25px;
}

.blog-grid .blog-img {
  overflow: hidden;
}

.blog-grid .blog-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .blog-meta {
  margin: -0.4em 0 18px 0;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-meta span,
  .blog-grid .blog-meta a {
    font-size: 14px;
  }
}

.blog-grid .blog-meta span > i,
.blog-grid .blog-meta a > i {
  color: var(--theme-color);
  font-size: 14px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Blog Grid 2 start ---------------------------------- */

/* Blog Grid 2 end ---------------------------------- */
/* Blog Grid 2 start ---------------------------------- */

/* Blog Grid 2 end ---------------------------------- */
/* Blog Grid 4 start ---------------------------------- */

/* Blog Grid 4 end ---------------------------------- */

/*------------------- 4.00. Brand  -------------------*/
/* brand box start --------------------*/

/* elements-sec  start*/
.elements-sec .th-container {
  --main-container: 1744px;
}

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* matter js */
.tags-container > canvas {
  position: relative;
  top: -1px;
  left: -1px;
}

.tags-container {
  width: 100vw;
  height: 200px;
  margin-top: 0vw;
  overflow: hidden;
}

/*------------------- 4.00. Simple Sections  -------------------*/

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

/* Large devices */

@-webkit-keyframes loaded {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes loaded {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes overlay {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes overlay {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  55% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* custom-mouse-pointer */

/* custom-mouse-pointer-end */
/*------------------- 4.00. Why -------------------*/

/* appointment 1 start ---------------------------------- */

/* Feature 1 end ---------------------------------- */
/* Why 1 ---------------------------------- */

/* Small devices */

/* Extra small devices */

/* Feature Box ------------------------------*/

/* Why 2 start---------------------------------- */

/* Why 2 end ---------------------------------- */

/*------------------- 4.00. Marquee -------------------*/

/*------------------- 4.00. Category -------------------*/
/* category area start --------------------------*/

/* category area end --------------------------*/

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--title-color);
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 75px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f107";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: var(--body-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px;
}

.accordion-card .faq-text {
  color: var(--body-color);
  margin-bottom: -0.48em;
  margin-top: -0.48em;
}

/* Medium devices */
@media (max-width: 991px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 70px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 12px 45px 12px 20px;
  }
  .accordion-card .accordion-body {
    padding: 0px 20px 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/*  faq area ---------------------------------------- */

/* accordion area start home 2 */

/*------------------- 4.00. Tour -------------------*/
/* tour start ------------------------*/
.tour-box {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #BCCED2;
  border-top: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.tour-box.style2 .box-title {
  font-size: 24px;
  font-weight: 600;
}

.tour-box.style2 .woocommerce-review-link {
  font-weight: 600;
}

.tour-box.style2 .tour-content {
  padding: 24px;
}

.tour-box.style2 .tour-action {
  margin-top: 30px;
}

@media (max-width: 340px) {
  .tour-box.style2 .tour-action {
    display: block;
  }
}

.tour-box.style2 .tour-box_price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.tour-box.style2 .currency {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--black-color2);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .tour-box.style2 .currency {
    font-size: 18px;
  }
}

.tour-box.style3 .tour-box_img:before {
  display: none;
}

.tour-box.style4 {
  padding: 16px;
  border: 1px solid #BCCED2;
}

.tour-box.style4 .tour-box_img {
  border-radius: 16px;
}

.tour-box.style4 .tour-content {
  padding: 24px 0 0 0;
}

.tour-box_img {
  position: relative;
  border-radius: 16px 16px 0 0;
  z-index: 2;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}

.tour-box_img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.tour-box .tour-content {
  padding: 24px 24px 16px 24px;
}

.tour-box .box-title {
  color: var(--black-color2);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tour-box .tour-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 13px;
}

.tour-box .star-rating {
  font-size: 14px;
}

.tour-box .star-rating span:before {
  color: #FF833E;
}

.tour-box .woocommerce-review-link {
  font-size: 16px;
  line-height: 16px;
  color: var(--black-color2);
}

.tour-box_price {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 35px;
}

.tour-box .currency {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: var(--black-color2);
}

.tour-box .tour-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-box .tour-action i {
  margin-right: 8px;
}

.tour-box .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
}

.tour-box .tour-action .th-btn {
  border: 1px solid var(--gray-color);
  font-weight: 500;
  padding: 10px 19.5px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tour-box .tour-action .th-btn {
    padding: 10px 15px;
  }
}

.tour-box .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
          mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-box:hover {
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
}

.tour-box:hover .tour-box_img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.tour-slider {
  position: relative;
}

/* tour end ------------------------*/
/* tour card  start --------------------*/

/* tour card  end --------------------*/
/* tour details start -------------------------- */

/* tour details end   --------------------------  */
/*------------------- 4.00. Trip  -------------------*/
/* trips start ------------------------*/

/* Small devices */

.page-content {
  display: none;
}

/* Small devices */

/* Large devices */

/* Medium devices */

/* Small devices */

/* Extra small devices */

/* sidebar area  start --------------------*/

/* trips end   --------------------------  */
/* trip details start ----------------------*/

/*------------------- 4.00. Service -------------------*/

.service-img {
  border-radius: 8px;
}

.service-img img {
  border-radius: 8px;
}

/*------------------- 4.00. Process -------------------*/
/*------------------- 4.00. Project -------------------*/
/*------------------- 4.00. Feature -------------------*/
/* feature ---------------------------------- */
.feature-item {
  position: relative;
  background: #E9F6F9;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item .box-title {
  font-size: 22px;
  margin-bottom: 7px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .feature-item .box-title {
    font-size: 20px;
  }
}

.feature-item img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item:hover {
  background-color: var(--theme-color);
}

.feature-item:hover .box-title {
  color: var(--white-color);
}

/* Choose ---------------------------------- */

.features-content .box-title {
  margin-bottom: 5px;
}

/*------------------- 4.00. Gallery -------------------*/
.gallery-area .row {
  --bs-gutter-x: 17px;
}

.gallery-card:nth-child(2) {
  margin-top: 17px;
}

.gallery-card .box-img {
  border-radius: 24px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-card .box-img {
    margin-bottom: 10px;
  }
}

.gallery-card .box-img img {
  border-radius: 24px;
}

.gallery-card .box-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.gallery-card .box-img .icon-btn:hover {
  background-color: transparent;
}

.gallery-card:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gallery-box {
  position: relative;
}

.gallery-box.style2:nth-child(2) {
  margin-top: 0;
}

.gallery-box.style2:nth-child(1) {
  margin-bottom: 24px;
}

.gallery-box.style2:hover .gallery-img {
  -webkit-transform: skewY(4deg);
      -ms-transform: skewY(4deg);
          transform: skewY(4deg);
}

.gallery-box.style2:hover .icon-btn {
  -webkit-transform: skewY(0deg);
      -ms-transform: skewY(0deg);
          transform: skewY(0deg);
}

.gallery-box.style2 .gallery-img {
  /* Medium devices */
}

.gallery-box.style2 .gallery-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .gallery-box.style2 .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box.style3 .gallery-img {
  border-radius: 8px;
}

.gallery-box.style3 .gallery-img:after {
  border-radius: 8px;
}

.gallery-box.style3 .gallery-img img {
  border-radius: 8px;
  width: 100%;
}

.gallery-box.style4 .gallery-img {
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-box.style4 .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box:nth-child(2) {
  margin-top: 24px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .gallery-box:nth-child(2) {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .gallery-box:nth-child(2) {
    margin-bottom: 0;
  }
}

.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 16px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .gallery-box .gallery-img {
    margin-bottom: 0;
  }
}

.gallery-box .gallery-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.5), rgba(13, 13, 12, 0.5));
  border-radius: 16px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}

.gallery-box .gallery-img .icon-btn {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border: none;
  font-size: 40px;
  font-weight: 300;
  color: var(--white-color);
}

.gallery-box .gallery-img .icon-btn:hover {
  background-color: transparent;
}

.gallery-box .gallery-img img {
  border-radius: 16px;
}

.gallery-box:hover .gallery-img:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.gallery-box:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* gllery 5 start ----------------*/

/* gallery thumb  */
.gallery-thumb.style2 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 8px;
}

.gallery-thumb.style2 img {
  position: relative;
  width: 100%;
  border-radius: 24px;
}

.gallery-thumb.style2 .gallery-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--white-color);
  font-size: 24px;
}

/*------------------- 4.00. Destination -------------------*/
/* destination 1 start  ---------------------------------- */
.destination-slider .swiper-slide {
  border-radius: 24px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.destination-slider .destination-box .destination-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.destination-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  --space: 40px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .destination-box {
    --space: 20px;
  }
}

@media (max-width: 575px) {
  .destination-box {
    padding: 10px;
    border-radius: 20px;
    --space: 10px;
  }
}

.destination-box .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 2;
  /* Extra small devices */
}

.destination-box .destination-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 90%);
  border-radius: 24px;
}

@media (max-width: 575px) {
  .destination-box .destination-img {
    border-radius: 15px;
  }
}

.destination-box .destination-img img {
  max-width: 430px;
  max-height: 636px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .destination-box .destination-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
  }
}

.destination-box .destination-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .destination-box .destination-content {
    max-width: 380px;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .destination-box .destination-content {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.destination-box .box-title {
  margin-bottom: 0px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .destination-box .box-title {
    font-size: 16px;
  }
}

.destination-box .box-title a {
  color: var(--white-color);
}

.destination-box .destination-subtitle {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 8px;
}

.destination-box .th-btn {
  padding: 11.5px 34px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}

.destination-box .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right3.svg");
          mask-image: url("../img/icon/arrow-right3.svg");
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .destination-box .th-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .destination-box .th-btn {
    padding: 7px 20px;
    margin-top: 10px;
  }
  .destination-box .th-btn:after {
    display: none;
  }
}

@media (max-width: 375px) {
  .destination-box .th-btn {
    padding: 7px 10px;
  }
}

.destination-box:hover .destination-img:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* destination 1 start  ---------------------------------- */
/* destination 2 start  ---------------------------------- */

/* destination area 3 start ---------------------*/

/* destination area 3 end ---------------------*/
/* destination area 4 start ---------------------*/

/* destination area 4 end ---------------------*/
/* destination details start ----------------------- */

/* destination details start --------------*/

/*------------------- 4.00. CTA -------------------*/

.newsletter-form.style3 {
  display: block;
}

.newsletter-form.style3 input {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 32px;
  border: none;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .newsletter-form.style3 input {
    margin-bottom: 0;
  }
}

.newsletter-form.style3 input::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style3 input::placeholder {
  color: var(--white-color);
}

/*------------------- 4.00. Megamenu -------------------*/
/*Mega menu area*********************/
.main-menu ul.mega-menu {
  position: absolute;
  top: 100%;
  left: 0 !important;
  right: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 500px;
  overflow: overlay;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
          transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: var(--white-color);
  padding: 20px 10px;
  /* Medium Large devices */
  /***scroll-bar***/
  /* Medium devices */
}

@media (max-width: 1599px) {
  .main-menu ul.mega-menu {
    width: 1170px;
    left: -10rem !important;
  }
}

@media (max-width: 1299px) {
  .main-menu ul.mega-menu {
    left: -18rem !important;
  }
}

.main-menu ul.mega-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.mega-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
  background: white;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

@media (max-width: 991px) {
  .main-menu ul.mega-menu {
    padding: 10px 0 !important;
  }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
  padding-left: 0px;
}

.main-menu ul.mega-menu .th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: none;
}

.mega-menu-box {
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  /* Medium devices */
}

.mega-menu-box .mega-menu-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.mega-menu-box .mega-menu-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mega-menu-box .mega-menu-img img {
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.mega-menu-box .mega-menu-img .btn-wrap {
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
  transition: opacity 600ms linear, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 600ms linear;
  transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
  padding: 6px 18px;
  font-size: 14px;
  color: var(--white-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:after {
  display: none;
}

.mega-menu-box:hover .btn-wrap {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.mega-menu-box:hover .mega-menu-img img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.mega-menu-box .mega-menu-title {
  margin-bottom: 0;
  text-align: center;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 0;
}

.mega-menu-box .mega-menu-title span {
  color: var(--theme-color);
  text-transform: capitalize;
  font-size: 16px;
  margin-right: 5px;
}

.mega-menu-box .mega-menu-title span:after {
  display: none;
}

.mega-menu-box .mega-menu-title a {
  color: var(--black-color2);
  line-height: normal;
}

.mega-menu-box .mega-menu-title a:after {
  display: none;
}

.mega-menu-box .mega-menu-title a:hover {
  color: var(--title-color);
}

@media (max-width: 991px) {
  .mega-menu-box .mega-menu-title a {
    padding: 0;
  }
  .mega-menu-box .mega-menu-title a:before {
    display: none;
  }
}

/*Mega menu area end*********************/
/*------------------- 4.00. Model -------------------*/

/*------------------- 4.00. Booking -------------------*/
/* booking area  start --------------------*/
.booking-form {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 21px 32px;
  z-index: 3;
  margin-top: -55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 20px 20px;
  }
}

.booking-form.style2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .booking-form.style2 {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

/* booking area  end --------------------*/
/* booking style2  start --------------------*/
.booking-form.style3 {
  border-radius: 100px;
  border: none;
  border-bottom: 2px solid var(--theme-color);
  box-shadow: none;
  /* Small devices */
}

@media (max-width: 767px) {
  .booking-form.style3 {
    border-radius: 20px;
  }
}

.booking-form.style3 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style3 .th-btn {
    display: none;
  }
}

.booking-form.style4 {
  border-radius: 100px;
  border: none;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  margin: 60px 0 0 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .booking-form.style4 {
    border-radius: 20px;
  }
}

.booking-form.style4 .th-btn {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style4 .th-btn {
    display: none;
  }
}

/* booking style2  end --------------------*/
/* booking wp area start -----------------------*/

/* booking wp area start -----------------------*/

/*------------------- 4.00. _color-plate -------------------*/
/* color scheme ---------------------------------- */

/*------------------- 4.00. Tab Menu -------------------*/
/* tour-tabs start ----------------------------*/

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

/*-- Padding Bottom --*/

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

/*-- Padding Right --*/

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

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

/*-- margin Left And Right --*/

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-20 {
  margin-left: 20px;
}

/*-- margin Right --*/

.mr-20 {
  margin-right: 20px;
}

.mt-n5 {
  margin-top: -3rem;
}

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}


.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}


.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}


.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
  
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  
  .space-extra2-top {
    padding-top: 70px;
  }
  
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}


/* arrow down icon in header  */
/* Ensure dropdown arrow aligns perfectly beside text */
.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  color: #fff; /* white text */
  text-decoration: none;
}

/* Icon styling */
.menu-item-has-children > a i.fa-angle-down {
  font-size: 0.8em;
  color: #fff; /* white arrow */
  transition: transform 0.3s ease;
}

/* Rotate icon when menu opens (optional, looks pro) */
.menu-item-has-children:hover > a i.fa-angle-down {
  transform: rotate(180deg);
}

/* arrow down icon in header  */