/*
Template Name: Wellnez
Template URL: https://html.vecurosoft.com/wellnez
Description: Wellnez - Spa Beauty Salon HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    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. Slick Slider
    2.5. Mobile Menu
    2.6. Date & Time Picker
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 v1
    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.10. About
    4.11. Forms
    4.12. Price Plan
    4.13. Testimonial
    4.14. Team
    4.15. Gallery
    4.16. Features
    4.17. Service
    4.18. Banners
    4.19. Simple Sections
    4.20. Popup Side Menu
    4.21. Wocommerce
    4.22. Products
    4.23. Cart
    4.24. Checkout
    4.25. Wishlist
    4.26. Accordion
05. Spacing
06. Template Style v2 / New
    06.1. New Feature
    06.2. Team
    06.3. Gallery
    06.4. Price
    06.5. Blog
    06.6. Counter
    06.7. Testimonial
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --body-bg: #ffffff;
  --theme-color: #9a563a;
  --body-color: #555555;
  --title-color: #121f38;
  --secondary-color: #fde5d8;
  --smoke-color: #EFF1F5;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e7e5e5;
  --title-font: "Marcellus", serif;
  --body-font: "DM Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1270px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

.slick-slide:focus,
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]),
object {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  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 {
  transition: all ease 0.4s;
}

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

pre {
  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 {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
}

h1 a,
h2 a,
h3 a,
h4 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 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 15px 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4 {
    line-height: 1.4;
  }
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  
  .container-xl,
  .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-fluid {
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@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: -12px !important;
    margin-right: -12px !important;
  }
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-container1 {
    max-width: 2000px;
  }
}
/* Extra large devices */
/* Medium Large devices */
/* Medium devices */
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 1399px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}

@media (min-width: 1399px) {
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
/*------------------- 2.3. Input -------------------*/

textarea,
input {
  height: 60px;
  padding: 0 45px 0 30px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--body-bg);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

textarea:focus,
input:focus {
  outline: 0;
  color: var(--body-color);
  box-shadow: none;
  background-color: var(--body-bg);
  border-color: var(--border-color);
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
 textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

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

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


textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

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

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 21px;
  font-size: 16px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 50px;
}

textarea.is-invalid,
input.is-invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
}
textarea.is-invalid:focus,
input.is-invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

/*------------------- 2.4. Slick Slider -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 30px 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 7px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 60px;
  height: 15px;
  line-height: 0;
  border: 3px solid var(--title-color);
  background-color: var(--dots-bg, transparent);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  position: absolute;
  background-color: var(--secondary-color);
  color: var(--theme-color);
  top: 50%;
  border: none;
  left: var(--pos-x, -40px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 16px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 0;
  transition: all ease 0.4s;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -40px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.has-slide-shadow {
  margin-top: -30px;
  margin-bottom: -30px;
}
.has-slide-shadow .slick-slide {
  margin-top: 30px;
  margin-bottom: 30px;
}

.arrows-style1 {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - var(--padding-x, 492.5px) * 2);
  width: 100%;
  margin: 20px auto 28px auto;
  position: relative;
  z-index: 1;
}
.arrows-style1 button {
  border: none;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.22em;
  display: inline-flex;
  gap: 10px;
}
.arrows-style1 button .arrow {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: currentColor;
  -webkit-clip-path: var(--path);
          clip-path: var(--path);
  vertical-align: middle;
}
.arrows-style1 button:hover {
  color: var(--title-color);
}
.arrows-style1 [data-slick-prev] {
  --path: polygon(100% 0, 60% 49%, 100% 100%, 0 50%);
}
.arrows-style1 [data-slick-next] {
  flex-direction: row-reverse;
  --path: polygon(0 0, 100% 50%, 0 100%, 40% 50%);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: -20px;
  }
  .arrows-style1 {
    --padding-x: 330px ;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 40px;
  }
  .arrows-style1 {
    --padding-x: 220px ;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .arrows-style1 {
    --padding-x: 170px ;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .arrows-style1 {
    --padding-x: 100px ;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .arrows-style1 {
    --padding-x: 10px;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-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%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(154, 86, 58, 0.1);
}
.vs-menu-wrapper .mobile-logo img {
  max-width: 220px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 34px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--body-bg);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 175px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, 0.2);
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid var(--border-color);
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 500;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(154, 86, 58, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-menu-toggle {
    width: 45px;
    height: 45px;
  }
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*------------------- 2.6. Date & Time Picker -------------------*/

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/

@keyframes rotationloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBackloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  padding: 17px 28px;
  border: none;
  position: relative;
  z-index: 1;
  text-align: center;
}
.vs-btn:after, .vs-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--title-color);
  z-index: -1;
  width: 53%;
  height: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.vs-btn:after {
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before, .vs-btn:hover:after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.vs-btn.style2 {
  padding: 17px 36px;
}
.vs-btn.style4, .vs-btn.style3 {
  font-weight: 500;
  letter-spacing: 0.22em;
  margin: 7px 0;
  padding: 17px 36.5px;
  background-color: transparent;
}
.vs-btn.style4:before, .vs-btn.style4:after, .vs-btn.style3:before, .vs-btn.style3:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
  background-color: transparent;
}
.vs-btn.style4:before, .vs-btn.style3:before {
  transform: scaleY(1.3) scaleX(0.81);
  border: 1px solid rgba(19, 43, 51, 0.25);
  z-index: -2;
}
.vs-btn.style4:after, .vs-btn.style3:after {
  transform: scale(1);
  z-index: -1;
  background-color: var(--theme-color);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style4:hover, .vs-btn.style3:hover {
  color: var(--title-color);
}
.vs-btn.style4:hover::before, .vs-btn.style3:hover::before {
  border-color: var(--theme-color);
  transform: scaleY(1) scaleX(1);
}
.vs-btn.style4:hover::after, .vs-btn.style3:hover::after {
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.3) scaleX(0.58);
}
.vs-btn.style4 {
  color: var(--theme-color);
}
.vs-btn.style4:before {
  border-color: var(--white-color);
}
.vs-btn.style4:after {
  background-color: var(--white-color);
}
.vs-btn.style4:hover {
  color: var(--theme-color);
}
.vs-btn.style4:hover:before {
  border-color: var(--white-color);
}
.vs-btn.style4:hover:after {
  transform: scaleY(0.8) scaleX(0.95);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style5:hover {
  color: var(--theme-color);
}
.vs-btn.style5:after, .vs-btn.style5:before {
  background-color: var(--white-color);
}
.vs-btn.style6 {
  background-color: var(--white-color);
  color: var(--theme-color);
  padding: 5px 20px 5px 5px;
}
.vs-btn.style6 i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
}
.vs-btn.style6:hover {
  color: var(--white-color);
}
.vs-btn.style7 {
  padding: 23px 37px;
}
.vs-btn.style8 {
  background-color: #313c45;
  font-weight: 500;
}
.vs-btn.style8::after, .vs-btn.style8::before {
  background-color: var(--theme-color);
}
.vs-btn.style8:hover {
  color: var(--white-color);
}
.vs-btn.style10, .vs-btn.style9 {
  padding: 10px 10px 10px 25px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-transform: capitalize;
}
.vs-btn.style10 i, .vs-btn.style9 i {
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin-left: 15px;
  font-size: 18px;
  vertical-align: middle;
}
.vs-btn.style10:hover, .vs-btn.style9:hover {
  color: var(--white-color);
}
.vs-btn.style10 {
  box-shadow: 0 5px 30px 0 rgba(154, 86, 58, 0.12);
}
.vs-btn.style14, .vs-btn.style11 {
  padding: 25px 35px;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 2px solid var(--border-color);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
}
.vs-btn.style14 i, .vs-btn.style11 i {
  margin-right: 10px;
}
.vs-btn.style14:hover, .vs-btn.style11:hover {
  border-color: transparent;
  color: var(--white-color);
}
.vs-btn.style13, .vs-btn.style12 {
  padding: 22px 37px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-family: var(--title-font);
  font-size: 16px;
}
.vs-btn.style13 {
  background-color: transparent;
  color: var(--theme-color);
}
.vs-btn.style13 i {
  margin-right: 10px;
}
.vs-btn.style13:hover {
  color: var(--white-color);
}
.vs-btn.style14 {
  padding: 21px 37px;
}

.vs-btn-group {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 30px 0;
}

.icon-btn {
  border: none;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  font-size: var(--icon-font-size, 14px);
  background-color: var(--white-color);
  color: var(--theme-color);
  display: inline-block;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  transition: all ease 0.4s;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style3, .icon-btn.style2 {
  --icon-size: 50px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 18px;
}
.icon-btn.style3:hover, .icon-btn.style2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style3 {
  border-radius: 50%;
}
.icon-btn.style4 {
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  --icon-size: 50px;
  --icon-font-size: 18px;
}
.icon-btn.style4:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.vs-icon {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin: var(--border-gap, 5px);
  transition: all ease 0.4s;
}
.vs-icon:before {
  content: "";
  position: absolute;
  top: calc(var(--border-gap, 5px) / -1);
  right: calc(var(--border-gap, 5px) / -1);
  bottom: calc(var(--border-gap, 5px) / -1);
  left: calc(var(--border-gap, 5px) / -1);
  border: 1px dashed var(--theme-color);
  border-radius: inherit;
  transition: all ease 0.4s;
  animation: spin 30s linear infinite;
}
.vs-icon.style2 {
  background-color: #fde7da;
  box-shadow: 0 0 0 8px var(--white-color);
  margin: 8px;
}
.vs-icon.style2:before {
  display: none;
}
.vs-icon.style3 {
  background-color: #fde7da;
}

.circle-btn {
  width: var(--btn-size, 100px);
  height: var(--btn-size, 100px);
  position: relative;
  font-size: 1.66em;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.circle-btn .btn-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 53%;
  height: 53%;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(154, 86, 58, 0.4);
  border-radius: inherit;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.4s;
  z-index: 1;
}
.circle-btn .btn-icon:hover {
  border-color: transparent;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.circle-btn .btn-text {
  width: 71%;
  height: 71%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-btn svg {
  overflow: initial;
  animation: spin 27s infinite linear;
}
.circle-btn path {
  fill: none;
}
.circle-btn text {
  fill: currentColor;
}
.circle-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.circle-btn.style2 .btn-icon {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white-color);
}
.circle-btn.style2 .btn-icon:hover {
  background-color: var(--white-color);
  border-color: transparent;
  color: var(--theme-color);
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.circle-btn.style3 .btn-icon {
  font-size: 16px;
  border-color: var(--white-color);
  color: var(--white-color);
  border-style: dashed;
}
.circle-btn.style3 .btn-icon:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: transparent;
}
.circle-btn:hover svg {
  animation-play-state: paused;
}

.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  background-color: transparent;
  width: 40px;
  height: 26px;
  position: relative;
  overflow: hidden;
}
.bar-btn .bar:after, .bar-btn .bar:before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.4s;
  background-color: var(--title-color);
}
.bar-btn .bar:after {
  left: -140%;
  right: auto;
  background-color: var(--theme-color);
}
.bar-btn .bar:nth-child(2):before, .bar-btn .bar:nth-child(2):after {
  top: 50%;
  margin-top: -1px;
}
.bar-btn .bar:nth-child(3):after, .bar-btn .bar:nth-child(3):before {
  top: auto;
  bottom: 0;
  width: 30px;
}
.bar-btn .bar:nth-child(3):after {
  left: auto;
  right: -120%;
}
.bar-btn:hover {
  color: var(--theme-color);
}
.bar-btn:hover .bar:after {
  left: 0;
}
.bar-btn:hover .bar:before {
  right: -110%;
}
.bar-btn:hover .bar:nth-child(3):before {
  right: 110%;
}
.bar-btn:hover .bar:nth-child(3)::after {
  left: auto;
  right: 0;
}
.bar-btn.style2 .bar:before {
  background-color: var(--white-color);
}
.bar-btn.style2:hover .bar:before {
  background-color: var(--theme-color);
}

/* Small devices */
@media (max-width: 767px) {
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/

.title-area {
  margin-bottom: calc(var(--section-title-space) - 15px);
  position: relative;
}


.sec-subtitle {
  display: block;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-top: -0.1em;
  margin-bottom: 18px;
}

.sec-title {
  font-size: 55px;
  margin-top: -0.25em;
}

.sec-title2 {
  font-size: 60px;
  margin-top: -0.22em;
}

.sec-shape {
  margin: 33px 0 60px 0;
}

.sec-subtext {
  background-color: #fde6d8;
  display: inline-block;
  padding: 6px 17px 6px 20px;
  margin-left: 5px;
}

.sec-line {
  border-top: 1px solid rgba(101, 117, 130, 0.35);
}

/* Extra large devices */
@media (max-width: 1500px) {
  
  .sec-title2 {
    font-size: 48px;
  }
  .sec-title {
    font-size: 40px;
  }
  
  .sec-subtitle {
    margin-bottom: 25px;
  }
  .sec-shape {
    margin: 18px 0 45px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-title2 {
    font-size: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title2,
  .sec-title {
    font-size: 36px;
  }
  
  .sec-subtitle {
    letter-spacing: 0.1em;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title2,
  .sec-title {
    font-size: 28px;
  }
  
  .sec-subtitle {
    letter-spacing: 0.05em;
    font-size: 14px;
    margin-bottom: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .title-area {
    margin-bottom: 40px;
  }
}
/*------------------- 3.4. Common -------------------*/

@keyframes boxHover {
  to {
    left: -120%;
  }
}

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

.z-index-common {
  position: relative;
  z-index: 3;
}

.media-body {
  flex: 1;
}


.social-style1 a {
  display: inline-block;
  color: var(--white-color);
  line-height: 1;
  margin-right: 12px;
  font-size: 14px;
}

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

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

.social-style1 {
  background-color: #2d353c;
  padding: 10px 25px;
}
.social-style1 a:hover {
  color: var(--theme-color);
}


.social-style2 a {
  display: inline-block;
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  text-align: center;
  font-size: 18px;
  color: var(--body-color);
  border: 1px solid currentColor;
  margin-right: 8px;
  border-radius: 50%;
  transition: all ease 0.4s;
}

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

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

.curb-shape1 {
  -webkit-clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
          clip-path: path("M 41 63.997 C 41 63.997 329.963 -55.313 388 32.998 C 409.037 70.308 447.963 105.687 549 150.998 C 610.037 178.308 670.963 244.686 539 308.998 C 487.037 333.308 447.963 369.687 428 416.997 C 408.037 464.308 320.963 561.687 158 607.998 C 98.037 623.309 21 643.687 1 507.997 C -7.963 417.308 84.963 195.686 39 68.998");
  width: 618px;
  height: 620px;
  background-color: rgba(252, 222, 204, 0.35);
  z-index: 1;
  position: relative;
}

.arrow-shape {
  line-height: 1;
  color: var(--theme-color);
}
.arrow-shape .arrow {
  display: inline-block;
  width: var(--arrow-size, 14px);
  height: var(--arrow-size, 14px);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
  margin-right: 4px;
  opacity: 1;
  transition: all ease 0.4s;
}
.arrow-shape .arrow:last-child {
  margin-right: 0;
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
}
@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/

.fs-md {
  font-size: 18px;
}

/* Small devices */
@media (max-width: 767px) {
  .fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/

.bg-gradient-1 {
  background-image: linear-gradient(to bottom, #fcf2ee 0%, rgba(0, 0, 0, 0) 100%);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

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

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

a.text-theme:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/

/*------------------- 3.10. Animation -------------------*/


.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}


.jump-reverse {
  --jump-y: -20px;
}


.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadein {
  --animation-name: fadein-custom;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scaleinright {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes moving-x {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-60px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -60px);
  }
  50% {
    transform: translate(-60px, -60px);
  }
  70% {
    transform: translate(-60px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/*=================================
    04. Template Style v1
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_categories ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}
.widget_categories a,
.widget_nav_menu a {
  display: block;
  padding: 0 0 20px 15px;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  border-bottom: 1px dashed var(--border-color);
}
.widget_categories a:before,
.widget_nav_menu a:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--icon-font);
  font-weight: 700;
}
.widget_categories a:hover,
.widget_nav_menu a:hover {
  color: var(--theme-color);
}
.widget_categories li,
.widget_nav_menu li {
  display: block;
  position: relative;
}
.widget_categories li > span,
.widget_nav_menu li > span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
  transition: all ease 0.4s;
}
.widget_categories li:hover > span,
.widget_nav_menu li:hover > span {
  color: var(--theme-color);
}
.widget_categories .children,
.widget_nav_menu .children {
  margin-left: 10px;
}

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

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: 0;
  border: none;
  position: relative;
  margin-bottom: 50px;
}
.widget select,
.widget input {
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.widget_title {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  padding: 0 0 21px 0;
  margin: -0.2em 0 30px 0;
  font-family: var(--title-font);
  border-bottom: 1px solid var(--border-color);
}

.widget .search-form {
  display: flex;
}
.widget .search-form input {
  border-radius: 0;
  border-right: none;
  background-color: var(--white-color);
}
.widget .search-form button {
  width: 65px;
  height: 55px;
  line-height: 1;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 10px;
  z-index: 1;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  padding: 11px 22px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--white-color) !important;
  background-color: var(--theme-color);
  border-color: transparent;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  margin-bottom: 25px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.recent-post .media-body {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.recent-post .post-title {
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.03em;
  margin: -0.25em 0 3px 0;
}
.recent-post:hover .media-img img {
  transform: scale(1.15);
}

.recent-post-meta a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-color);
}
.recent-post-meta a i {
  margin-right: 8px;
  vertical-align: center;
  color: var(--theme-color);
  font-size: 0.9em;
}
.recent-post-meta a:hover {
  color: var(--title-color);
}

.vs-widget-admin .admin-img {
  margin-bottom: 30px;
}
.vs-widget-admin .admin-img img {
  width: 100%;
}
.vs-widget-admin .widget_title {
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
.vs-widget-admin .admin-text {
  color: #888888;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sidebar-gallery.column-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 407px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.sidebar-gallery .gallery-thumb img {
  transition: all ease 0.4s;
  width: 100%;
  transform: scale(1);
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.12);
}

.sidebar-area {
  width: 100%;
  margin-bottom: -20px;
}

@media (min-width: 991px) {
  .sidebar-style2 {
    max-width: 325px;
  }
}
.sidebar-style2 .widget_search {
  background-color: #fdf4ed;
  border: 1px solid rgba(196, 198, 200, 0.3);
  padding: 30px;
}
.sidebar-style2 .widget_search .widget_title {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.sidebar-style2 .widget_search input {
  border: none;
  box-shadow: 0px 0px 3.72px 0.28px rgba(141, 141, 142, 0.14);
}
.sidebar-style2 .recent-post .media-body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.sidebar-style2 .recent-post .post-title {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.sidebar-style2 .recent-post .recent-post-meta {
  margin-bottom: 13px;
  line-height: 1;
}

.info-media1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info-media1 i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  border-radius: 50%;
}
.info-media1 .media-label {
  font-size: 18px;
  font-family: var(--title-font);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    margin-top: 40px;
  }
}
.footer-widget {
  margin-bottom: 45px;
}
.footer-widget .widget_title {
  margin-bottom: 36px;
  padding-bottom: 15px;
  border: none;
  text-transform: uppercase;
}
.footer-widget .widget_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--theme-color);
}
.footer-widget .recent-post {
  align-items: center;
  border-bottom: 1px solid rgba(154, 86, 58, 0.38);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-widget .recent-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.footer-widget .recent-post .media-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.footer-widget .recent-post .media-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.footer-widget .recent-post .media-body {
  border: none;
  padding: 0;
}
.footer-widget .recent-post .post-title {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 0.3em;
  font-family: var(--title-font);
}
.footer-widget .recent-post:hover .media-img img {
  transform: scale(1.15);
}
.footer-widget .recent-post-meta a {
  color: var(--body-color);
  font-weight: 500;
  font-size: 14px;
}
.footer-widget .recent-post-meta a i {
  position: relative;
  top: -1px;
}
.footer-widget .recent-post-meta a:hover {
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu {
  margin-bottom: 55px;
}
.footer-widget.widget_nav_menu ul {
  margin-top: -0.13em;
}
.footer-widget.widget_nav_menu ul ul {
  margin-top: 0;
}
.footer-widget.widget_nav_menu a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  max-width: 100%;
  padding: 0 0 0 13px;
  color: var(--body-color);
  margin-bottom: 23px;
  text-transform: uppercase;
}
.footer-widget.widget_nav_menu a:before {
  content: "\f054";
  top: 2px;
  font-size: 11px;
  font-weight: 700;
  color: var(--theme-color);
}
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.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_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-info {
  color: #a3a2a2;
  font-weight: 500;
  margin-top: -0.3em;
  line-height: 32px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.header-logo {
  max-width: 270px;
  padding: 10px 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--title-color);
  text-transform: uppercase;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 18px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover .menu-pages,
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  width: 1px;
  background-color: var(--border-color);
  height: calc(100% - 65px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--body-bg);
  box-shadow: inset 0px 2px 4px 0px rgba(154, 86, 58, 0.4);
}
.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 .menu-pages {
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: var(--main-container, 1295px);
  background-color: var(--white-color);
  padding: 20px 10px 0 10px;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
}
.main-menu .menu-pages > li {
  width: 100%;
  padding: 0 10px 20px 10px;
}
.main-menu .menu-pages img {
  width: 100%;
}
.main-menu .menu-pages a {
  text-align: center;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 0;
  transition: all ease 0.4s;
  background-color: var(--title-color);
  color: var(--white-color);
}
.main-menu .menu-pages a img {
  display: block;
  margin: 0 0 8px 0;
}
.main-menu .menu-pages a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.menu-style1 > ul > li > a {
  padding: 37px 0;
}

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-end;
}
.header-icons button:not([class*=vs-]),
.header-icons a:not([class*=vs-]) {
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: var(--title-color);
  background-color: transparent;
}
.header-icons button:not([class*=vs-]):hover,
.header-icons a:not([class*=vs-]):hover {
  color: var(--theme-color);
}


.header-layout2 .header-top {
  background-color: #313c45;
}

@media (min-width: 1500px) {
  
  .header-layout2 {
    --main-container: 1700px;
  }
}

.header-layout2 .menu-area {
  position: relative;
}
@media (min-width: 1399px) {
  .header-layout2 .menu-area .menu-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.header-layout2 .will-sticky .menu-inner {
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
/* Extra large devices */
/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 14px;
  }
  .main-menu > ul > li > a {
    font-size: 14px;
  }
  .main-menu .menu-pages a {
    line-height: 1;
    padding: 0 0 7px 0;
    font-size: 13px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-logo {
    max-width: 200px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    max-width: 157px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-icons {
    gap: 10px;
  }
  .header-icons button:not([class*=vs-]),
  .header-icons a:not([class*=vs-]) {
    font-size: 18px;
  }
}
/* Extra small devices */
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-logo {
  margin-bottom: 28px;
}

.copyright-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.copyright-text a {
  color: var(--theme-color);
  text-transform: uppercase;
}
.copyright-text a:hover {
  color: var(--title-color);
}

.footer-layout1 {
  background-color: #232b31;
  --body-color: #bebebe;
  --title-color: #ffffff;
}

.footer-layout1 .vs-logo {
  text-align: center;
}
.footer-layout1 .footer-top {
  background-color: #1f262b;
  border-bottom: 1px solid rgba(154, 86, 58, 0.58);
}
.footer-layout1 .footer-top .row {
  --bs-gutter-x: 0;
}
.footer-layout1 .footer-top [class*=col-] {
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-layout1 .footer-top [class*=col-]:not(:last-child) {
  border-color: rgba(154, 86, 58, 0.58);
  border-style: solid;
  border-width: 0 1px 0 0;
}
.footer-layout1 .copyright-wrap {
  padding: 26px 0;
  background-color: #1d2429;
}

/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .footer-layout1 .footer-top [class*=col-]:not(:last-child) {
    border-width: 0 0 1px 0;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 14px 0 -0.55em 0;
  list-style-type: none;
  position: relative;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f101";
  font-family: var(--icon-font);
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 5px;
}
.breadcumb-menu li:last-child {
  color: var(--title-color);
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a {
  word-break: break-word;
  white-space: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--title-color);
  margin: -0.22em 0 -0.22em 0;
  font-size: 60px;
  text-transform: uppercase;
}
.breadcumb-title .inner-text {
  color: var(--theme-color);
}

.breadcumb-content {
  padding: 200px 0 200px 0;
}

.breadcumb-wrapper {
  padding-bottom: 0.1px;
  overflow: hidden;
  position: relative;
  background-color: var(--smoke-color);
  background-size: 100% auto;
  background-position: top center;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .breadcumb-wrapper {
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 1850px) {
  .breadcumb-wrapper {
    background-size: cover;
    background-position: center center;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .breadcumb-content {
    padding: 130px 0 130px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 46px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-menu li,
  .breadcumb-menu a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .breadcumb-content {
    padding: 80px 0 80px 0;
  }
  .breadcumb-wrapper {
    background-position: left center;
  }
}
/*------------------- 4.5. Pagination  -------------------*/

.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-pagination span,
.vs-pagination a {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  min-width: 50px;
  min-height: 50px;
  line-height: 48px;
  padding: 0 15px;
  z-index: 1;
  letter-spacing: 0.1em;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
}
.vs-pagination span i,
.vs-pagination a i {
  margin-left: 7px;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}

/* Large devices */
/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 0;
  }
  .vs-pagination li {
    margin: 0 2px;
  }
  .vs-pagination li:first-child a, .vs-pagination li:last-child a {
    padding: 0 8px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--smoke-color);
  border-left: 4px solid var(--theme-color);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.5;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 70px;
  bottom: 27px;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--theme-color);
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  font-weight: 400;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}

blockquote.vs-quote {
  border: none;
  border-top: 2px solid var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
  background-color: transparent;
  padding: 27px 40px 27px 40px;
  margin: 32px 0;
  text-align: center;
}
blockquote.vs-quote:before {
  display: none;
}
blockquote.vs-quote p {
  color: var(--body-color);
  font-size: 20px;
}
blockquote.vs-quote cite {
  padding: 0;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
blockquote.vs-quote cite:before {
  display: none;
}

.blog-meta span,
.blog-meta a {
  color: #888888;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 16px;
  margin-right: 10px;
}
.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  height: 10px;
  width: 1px;
  background-color: #c5c5c5;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--title-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  font-weight: 700;
  padding: 9px 22px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: var(--theme-color);
  background-color: var(--secondary-color);
}
.blog-category a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

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

.share-links-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--body-font);
  margin: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
}

.share-links {
  margin: 45px 0 50px 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 21px;
}
.share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .tagcloud a {
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #888888;
}
.share-links .tagcloud a:not(:last-child):after {
  content: ",";
  color: #888888;
}
.share-links .tagcloud a:hover {
  color: var(--theme-color) !important;
  background-color: transparent;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 20px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  font-size: 16px;
  color: var(--black-color);
  display: block;
  border-radius: 50%;
}
.share-links .social-links a:hover {
  color: var(--theme-color);
}

.blog-author {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  padding: 30px;
  margin: 50px 0;
}
.blog-author .media-img {
  width: 154px;
  height: 154px;
  margin-right: 35px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-author .media-img img {
  width: 100%;
}
.blog-author .author-name {
  font-size: 26px;
  margin-bottom: 13px;
}
.blog-author .author-links a {
  display: inline-block;
  color: var(--title-color);
  font-size: 18px;
  margin-right: 15px;
}
.blog-author .author-links a:last-child {
  margin-right: 0;
}
.blog-author .author-links a:hover {
  color: var(--theme-color);
}

.blog-inner-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: -0.2em;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 17px 0;
  margin-bottom: 50px;
}

.blog-single {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(18, 31, 56, 0.17);
  padding-bottom: 35px;
}
.blog-single:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 70px;
  background-color: var(--theme-color);
}
.blog-single .blog-category {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.blog-single .blog-meta {
  margin-bottom: 20px;
}
.blog-single .blog-title {
  margin-bottom: 7px;
  font-size: 40px;
  text-transform: uppercase;
}
.blog-single .blog-text {
  margin-bottom: 32px;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio {
  line-height: 1;
  margin-bottom: 20px;
}
.blog-single .blog-img {
  margin-bottom: -10px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 40px;
  --icon-size: 50px;
  --icon-font-size: 18px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0;
  opacity: 1;
  visibility: visible;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  --icon-font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-content {
  overflow: hidden;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.blog-details .blog-single:after {
  display: none;
}

.blog-style1 {
  margin: 0 0 21px 0;
}
.blog-style1 .blog-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.blog-style1 .blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  bottom: auto;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
  z-index: 1;
}
.blog-style1 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style1 .blog-title {
  line-height: 1.46;
}
.blog-style1 .blog-meta {
  border-top: 1px solid rgba(161, 161, 161, 0.5);
  margin: 15px 0 0 0;
  padding: 16px 0 0 0;
}
.blog-style1 .blog-meta a,
.blog-style1 .blog-meta span {
  color: #6f6c6c;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
}
.blog-style1 .blog-meta a:not(:first-child):before,
.blog-style1 .blog-meta span:not(:first-child):before {
  content: "/";
  margin: 0 9px 0 6px;
  color: #6f6c6c;
}
.blog-style1 .blog-meta a:after,
.blog-style1 .blog-meta span:after {
  display: none;
}
.blog-style1 .blog-meta a:hover,
.blog-style1 .blog-meta span:hover {
  color: var(--theme-color);
}
.blog-style1:hover .blog-img:before {
  top: 100%;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.15);
}

.blog-style2 {
  display: flex;
  border-bottom: 1px solid rgba(18, 31, 56, 0.17);
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  position: relative;
}
.blog-style2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.blog-style2 .blog-img {
  overflow: hidden;
  margin-right: 30px;
}
.blog-style2 .blog-img img {
  transform: scale(1.001) rotate(0);
  transition: all ease 0.4s;
}
.blog-style2 .blog-content {
  flex: 1;
  align-self: center;
}
.blog-style2 .blog-category {
  margin-top: -0.1em;
  margin-bottom: 2px;
  line-height: 1;
}
.blog-style2 .blog-category a {
  background-color: transparent;
  padding: 0;
  line-height: 1;
}
.blog-style2 .blog-title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.blog-style2 .blog-meta {
  margin-bottom: 21px;
}
.blog-style2 .blog-meta i {
  color: #888888;
}
.blog-style2 .blog-meta a {
  font-size: 12px;
  color: #888888;
}
.blog-style2 .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-style2 .blog-text {
  margin-bottom: 32px;
}
.blog-style2:hover:after {
  width: 10%;
}
.blog-style2:hover .blog-img img {
  transform: scale(1.1) rotate(3deg);
}

.blog-style3 {
  position: relative;
  margin-bottom: 30px;
}
.blog-style3 .blog-img {
  overflow: hidden;
}
.blog-style3 .blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--title-color) 0%, transparent 100%);
  z-index: 1;
}
.blog-style3 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style3 .blog-number {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  display: inline-block;
  font-size: 22px;
  z-index: 3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom-left-radius: 20px;
}
.blog-style3 .blog-title {
  font-size: 26px;
}
.blog-style3 .blog-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 17px 30px;
  z-index: 3;
}
.blog-style3 .blog-meta {
  margin-bottom: 12px;
}
.blog-style3 .blog-meta span,
.blog-style3 .blog-meta a {
  padding: 0;
  margin: 0 15px 0 0;
  color: var(--white-color);
  font-size: 12px;
}
.blog-style3 .blog-meta span:after,
.blog-style3 .blog-meta a:after {
  display: none;
  margin-right: 0;
}
.blog-style3 .blog-meta a:hover {
  text-decoration: underline;
}
.blog-style3 .blog-meta i {
  color: var(--white-color);
  font-size: 0.9em;
}
.blog-style3 .blog-title {
  color: var(--white-color);
}
.blog-style3:hover .blog-img img {
  transform: scale(1.15);
}

.blog-style4 {
  margin-bottom: 30px;
}
.blog-style4 .blog-img {
  overflow: hidden;
}
.blog-style4 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style4 .blog-meta {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 11px;
  margin-bottom: 15px;
}
.blog-style4 .blog-meta i {
  color: var(--theme-color);
  font-size: 13px;
}
.blog-style4 .blog-meta a {
  text-transform: capitalize;
}
.blog-style4 .blog-title {
  line-height: 1.4;
  margin-bottom: 14px;
}
.blog-style4 .blog-content {
  padding: 27px 35px 25px 35px;
  margin: 0 20px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.blog-style4 .blog-content:after, .blog-style4 .blog-content:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  z-index: -1;
  transition: all ease 0.4s;
}
.blog-style4 .blog-content:before {
  border-width: 2px 2px 0 0;
  right: 0;
  top: 0;
}
.blog-style4 .blog-content:after {
  border-width: 0 0 2px 2px;
  left: 0;
  bottom: 0;
}
.blog-style4 .blog-text {
  color: #979797;
  margin-bottom: 10px;
}
.blog-style4 .blog-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 47px;
  margin: 0 0 -25px -25px;
  font-size: 17px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-style4 .blog-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.blog-style4:hover .blog-img img {
  transform: scale(1.15);
}
.blog-style4:hover .blog-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.blog-style4:hover .blog-content:after, .blog-style4:hover .blog-content:before {
  width: 100%;
  height: 100%;
  border-color: var(--theme-color);
}

.blog-style5 .blog-meta {
  margin-bottom: 8px;
  margin-top: -0.5em;
}
.blog-style5 .blog-meta > span,
.blog-style5 .blog-meta > a {
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.blog-style5 .blog-meta > span:after,
.blog-style5 .blog-meta > a:after {
  position: relative;
  top: 0;
  margin: -2px 10px 0 12px;
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--theme-color);
}
.blog-style5 .blog-meta > span:hover,
.blog-style5 .blog-meta > a:hover {
  color: var(--theme-color);
}
.blog-style5 .blog-meta > span:last-child:after,
.blog-style5 .blog-meta > a:last-child:after {
  display: none;
}
.blog-style5 .blog-meta > a:hover {
  color: var(--theme-color);
}
.blog-style5 .category a {
  color: var(--theme-color);
}
.blog-style5 .category a:hover {
  color: var(--title-color);
}
.blog-style5 .blog-content {
  border: 1px solid #ececec;
  border-top: none;
  padding: 40px 40px 15px 40px;
  transition: all ease 0.4s;
}
.blog-style5 .blog-title {
  font-size: 24px;
  line-height: 1.3;
}
.blog-style5:hover .blog-content {
  border-color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-style2 .blog-img {
    max-width: 300px;
  }
  .blog-style2 .blog-title {
    font-size: 26px;
  }
  .blog-style2 .blog-meta {
    margin-bottom: 11px;
  }
  .blog-style2 .blog-text {
    margin-bottom: 21px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  blockquote.vs-quote {
    padding: 27px 25px 27px 25px;
    margin: 27px 0;
  }
  .blog-inner-title {
    font-size: 24px;
    padding: 0 0 17px 0;
    margin-bottom: 40px;
  }
  .blog-author {
    padding: 30px 20px;
    margin: 40px 0;
  }
  .blog-author .author-name {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .blog-author .author-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .blog-author .media-img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .share-links {
    margin: 20px 0 40px 0;
  }
  .blog-single .blog-title {
    font-size: 36px;
  }
  .blog-style5 .blog-title {
    font-size: 20px;
  }
  .blog-style5 .blog-content {
    padding: 25px 20px 3px 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-single .blog-title {
    font-size: 30px;
  }
  .blog-style3 .blog-title {
    font-size: 22px;
  }
  .blog-style4 .blog-content {
    margin: 0;
  }
  .blog-style4 .blog-content:after, .blog-style4 .blog-content:before {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 22px 0 22px 0;
    margin: 27px 0;
  }
  blockquote.vs-quote p {
    font-size: 16px;
  }
  .blog-author {
    display: block;
    text-align: center;
  }
  .blog-author .media-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .blog-inner-title {
    padding: 0 0 12px 0;
    margin-bottom: 30px;
  }
  .blog-single {
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-style2 {
    display: block;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .blog-style2 .blog-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-style2 .blog-title {
    font-size: 24px;
  }
  .blog-style3 .blog-title {
    font-size: 22px;
  }
  .blog-style3 .blog-meta {
    margin-bottom: 5px;
  }
  .blog-style3 .blog-content {
    padding: 0px 20px 5px 20px;
  }
  .blog-style3 .blog-number {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .blog-style4 .blog-content {
    padding: 27px 20px 25px 20px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.vs-comment-form {
  margin: 80px 0 30px 0;
}

.vs-comments-wrap {
  margin: 80px 0 30px 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-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;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  margin: 30px 0 30px 0;
  padding: 0 0 28px 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 115px;
  height: 115px;
  margin-right: 25px;
  background-color: var(--smoke-color);
  border-radius: 50%;
  overflow: hidden;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  align-self: center;
}
.vs-comments-wrap .commented-on {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--body-color);
  display: inline-block;
  text-decoration: underline;
  position: relative;
  top: -2px;
}
.vs-comments-wrap .commented-on i {
  margin-right: 8px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin: -0.25em 10px 2px 0;
  font-size: 22px;
  display: inline-block;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 40px;
}
.vs-comments-wrap .reply_and_edit {
  line-height: 1;
  padding-top: 2px;
}
.vs-comments-wrap .replay-btn {
  display: inline-block;
  text-transform: uppercase;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 8px;
  color: var(--theme-color);
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  width: 80px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.vs-comments-wrap .star-rating:before {
  color: var(--yellow-color);
}
.vs-comments-wrap .star-rating span:before {
  color: var(--yellow-color);
}

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

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap {
    margin: 60px 0 30px 0;
  }
  .vs-comment-form {
    margin: 60px 0 30px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vs-comments-wrap .children {
    margin-left: 25px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/

.hero-layout2 {
  background-image: linear-gradient(to top, #fcf2ee 40%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.hero-layout2 .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.hero-layout2 .hero-content {
  padding: 120px 0 90px 0;
  position: relative;
  z-index: 1;
}
.hero-layout2 .hero-flower {
  position: absolute;
  left: 50%;
  top: 1%;
  z-index: -1;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
}
.hero-layout2 [class*=hero-shape] {
  position: absolute;
  z-index: 1;
}
.hero-layout2 .hero-shape-5 {
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1031px;
  background-color: #fde7da;
  z-index: auto;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .hero-layout2 .hero-shape-5 {
    max-width: 60%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-layout2 .hero-inner {
    max-width: 1350px;
    justify-content: space-between;
  }
  .hero-layout2 .hero-content {
    padding: 130px 0 60px 0;
  }
  .hero-layout2 .hero-flower {
    max-width: 400px;
    top: 5%;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-layout2 .hero-inner {
    max-width: 1140px;
  }
  .hero-layout2 .hero-content {
    padding: 60px 0 60px 0;
    max-width: 48%;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-layout2 .hero-inner {
    max-width: 960px;
  }
  .hero-layout2 .hero-content {
    padding: 60px 0 40px 0;
    max-width: 60%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-layout2 .hero-inner {
    max-width: 720px;
    display: block;
  }
  .hero-layout2 .hero-content {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-layout2 .hero-inner {
    padding: 0 15px 0 15px;
  }
}
/*------------------- 4.9. Error  -------------------*/
.vs-error-wrapper {
  background-color: var(--theme-color);
}

/* Large devices */
/* Medium devices */
/* Small devices */
/*------------------- 4.10. About  -------------------*/

.img-box2 {
  position: relative;
  padding: 0 0 50px 0;
  margin: 0 0 30px 0;
  z-index: 1;
}
.img-box2 .img-1 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  z-index: 5;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(18, 27, 36, 0.1);
}
.img-box2 .img-shape {
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: 0;
  height: 100%;
  max-height: 380px;
  background-color: #fde7da;
}
.img-box2 .img-text {
  font-size: 60px;
  color: #4d4a49;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--title-font);
  opacity: 0.13;
  position: absolute;
  right: 15px;
  top: 50px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

.img-box5 img {
  width: 100%;
}

.media-style1 {
  position: relative;
  background-image: linear-gradient(120deg, rgb(253, 230, 216) 0%, rgb(254, 254, 254) 70%);
  display: flex;
  align-items: center;
  margin: 20px 0 28px 32px;
  padding: 10px 0 10px 0;
}
.media-style1 .circle-btn,
.media-style1 .media-img {
  margin: 0 30px 0 -32px;
}
.media-style1 .media-text {
  margin: 0;
  color: #464f56;
  font-size: 20px;
  line-height: 26px;
}

.about-text {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.table-style1 {
  margin-bottom: 30px;
}
.table-style1 .tr {
  border-bottom: 1px solid rgba(77, 74, 73, 0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 15px;
}
.table-style1 .tr:nth-child(odd) {
  border-top: 1px solid rgba(77, 74, 73, 0.18);
  background-image: linear-gradient(120deg, rgb(253, 230, 216) 0%, rgb(254, 254, 254) 70%);
}
.table-style1 .tr:nth-child(odd) .th {
  color: var(--theme-color);
}
.table-style1 .th {
  text-transform: uppercase;
  color: var(--title-color);
  letter-spacing: 0.1em;
  font-weight: 500;
}
.table-style1 .td {
  color: #6f6c6c;
}

.about-box1 {
  padding-top: 24px;
  margin-bottom: 30px;
}
.about-box1 .sec-subtitle {
  margin-left: -80px;
}
.about-box1 .sec-title2 {
  margin: 0 0 25px -80px;
  max-width: 570px;
}
.about-box1 .media-style1 {
  margin-bottom: 22px;
}

.vs-info {
  margin: 0;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--title-color);
  letter-spacing: 0.04em;
}
.vs-info i {
  color: var(--theme-color);
  font-size: 20px;
  margin: 0 15px 0 0;
}

@media (max-width: 1500px) and (min-width: 1399px) {
  .img-box5 {
    max-width: 510px;
  }
}
@media (max-width: 1399px) and (min-width: 1199px) {
  .img-box5 {
    max-width: 430px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .about-box1 {
    padding-top: 0;
  }
  .about-box1 .sec-subtitle {
    margin-left: 0;
  }
  .about-box1 .sec-title2 {
    margin: 0 0 25px 0;
  }
  .media-style1 {
    padding: 5px 0 5px 0;
    margin: 20px 0 26px 32px;
  }
  .media-style1 .media-text {
    font-size: 18px;
  }
  .media-style1 .circle-btn,
  .media-style1 .media-img {
    margin: 0px 20px 0 -32px;
  }
  .table-style1 .tr {
    padding: 16px 20px;
  }
  .img-box2 {
    padding: 0 50px 40px 40px;
  }
  .img-box2 .img-1 {
    width: 100%;
  }
  .img-box2 .img-1 img {
    width: 100%;
  }
  .img-box2 .img-shape {
    left: 0;
    right: 0;
  }
  .img-box2 .img-text {
    font-size: 46px;
    right: 3px;
  }
}
/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .media-style1 .circle-btn,
  .media-style1 .media-img {
    margin: 0 20px 0 -32px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .media-style1 {
    margin: 20px 0 18px 32px;
  }
  .about-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .media-style1 .circle-btn,
  .media-style1 .media-img {
    margin: 0 15px 0 -32px;
  }
  .media-style1 .media-text {
    font-size: 16px;
    line-height: 24px;
  }
  .img-box2 {
    padding: 0 35px 20px 20px;
  }
  .img-box2 .img-text {
    font-size: 32px;
  }
  .img-box2 .img-shape {
    max-height: 230px;
  }
}
/* Extra small devices */
/*------------------- 4.11. Forms  -------------------*/
.form-style1 {
  padding-left: 40px;
}
.form-style1 input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(253, 230, 216, 0.3);
  padding: 0 20px 0 0;
  height: 40px;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
  margin: 0;
}
.form-style1 button {
  border: none;
  font-size: 12px;
  letter-spacing: 0.22em;
  padding: 10px 23px;
}
.form-style1 button:after, .form-style1 button:before {
  background-color: var(--white-color);
}
.form-style1 button:hover {
  color: var(--theme-color);
}
.form-style1 .form-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 19px;
  margin-top: -0.2em;
}
.form-style1 .form-group {
  display: flex;
}

/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .form-style1 button {
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 15px;
  }
}
/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .form-style1 {
    padding-left: 0;
  }
  .form-style1 .form-title {
    text-align: center;
  }
}
/* Extra small devices */
/*------------------- 4.12. Price Plan  -------------------*/
.package-style1 {
  background-color: var(--white-color);
  padding: 22px 40px 45px 40px;
  margin-bottom: 30px;
  position: relative;
}
.package-style1:after, .package-style1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: var(--theme-color);
  z-index: -1;
  transition: all ease 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0);
}
.package-style1:after {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.package-style1:hover:after, .package-style1:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translate(-5px, -5px);
}
.package-style1:hover:after {
  transform: translate(5px, 5px);
}
.package-style1 .package-top {
  display: flex;
  align-items: center;
}
.package-style1 .package-left {
  flex: 1;
}
.package-style1 .package-price {
  font-size: 60px;
  color: var(--theme-color);
  font-family: var(--title-font);
  line-height: 1;
  margin: 0 0 1px 0;
  transition: all ease 0.4s;
}
.package-style1 .currency {
  vertical-align: super;
  font-size: 36px;
  top: 5px;
  position: relative;
  margin-left: 3px;
}
.package-style1 .package-duration {
  font-size: 14px;
  margin: 0;
  color: #6f6c6c;
  text-transform: uppercase;
  font-weight: 500;
}
.package-style1 .package-name {
  margin: 3px 0 0 0;
}
.package-style1 .package-shape {
  text-align: center;
  margin: 12px 0 30px 0;
}
.package-style1 .package-list ul {
  margin: 0 0 48px 0;
}
.package-style1 .package-list li {
  position: relative;
  margin: 0 0 8px 0;
  color: #6f6c6c;
}
.package-style1 .package-list li:before {
  content: "\f00c";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: rgba(154, 86, 58, 0.55);
  width: 26px;
  height: 26px;
  margin-top: -13px;
  color: var(--white-color);
  font-family: var(--icon-font);
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
}
.package-style1 .package-btn {
  text-align: center;
}

.slick-slide .package-style1:before {
  display: none;
}
.slick-slide .package-style1:after {
  bottom: 0;
  width: 100%;
  right: 0;
  transform: translate(0, 0);
}
.slick-slide .package-style1:hover:after {
  transform: translate(0, 5px);
}

.price-inner1 {
  max-width: 866px;
  width: 100%;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .package-style1 {
    padding: 30px 20px 45px 20px;
  }
  .package-style1 .package-name {
    margin: 0 0 0 0;
    font-size: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .price-inner1 {
    max-width: 100%;
    width: 100%;
  }
}
/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .package-style1 .package-name {
    font-size: 24px;
  }
  .package-style1 .package-duration {
    font-size: 10px;
  }
  .package-style1 .package-price {
    font-size: 42px;
  }
  .package-style1 .currency {
    font-size: 26px;
    top: 5px;
  }
  .package-style1 .package-list ul {
    margin: 0 0 38px 0;
  }
  .package-style1 .package-list li {
    font-size: 14px;
  }
  .package-style1 .package-shape {
    margin: 12px 0 15px 0;
  }
}
/* Extra small devices */
/*------------------- 4.13. Testimonial  -------------------*/

.slick-center .testi-style3 {
  border-color: var(--theme-color);
  box-shadow: none;
}
.slick-center .testi-style3 .testi-icon {
  opacity: 1;
}

/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/*------------------- 4.14. Team  -------------------*/

.vs-skillbar {
  margin-bottom: 28px;
}
.vs-skillbar .skillbar-head {
  display: flex;
  justify-content: space-between;
}
.vs-skillbar .skillbar-title {
  font-size: 20px;
}
.vs-skillbar .skillbar-number {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
}
.vs-skillbar .skillbar-progress {
  height: 10px;
  width: 100%;
  background-color: var(--secondary-color);
}
.vs-skillbar .progress-value {
  height: 100%;
  background-color: var(--theme-color);
}
/* Medium Large devices */
/* Small devices */
/*------------------- 4.15. Gallery  -------------------*/

.gallery-style2 {
  position: relative;
  margin-bottom: 50px;
}
.gallery-style2 .gallery-img {
  overflow: hidden;
  padding-top: 0;
  transition: all ease 0.4s;
}
.gallery-style2 .gallery-img img {
  width: 100%;
}
.gallery-style2 .circle-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 991px) {
  .slick-slide .gallery-style2 .gallery-img {
    padding-top: 12px;
  }
}
.slick-current .gallery-style2 .gallery-img {
  padding-top: 0;
}
.slick-current .gallery-style2 .circle-btn {
  bottom: -50px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.gallery-slider1 {
  margin: 0 0 -36px 0;
}

.gallery-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 304px;
  background-color: rgba(253, 231, 218, 0.58);
  background-image: linear-gradient(to bottom, #fff8f5 0%, rgba(0, 0, 0, 0) 100%);
}

/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .gallery-style2 .circle-btn {
    --btn-size: 80px;
  }
  .gallery-style2 .arrows-style1 button {
    font-size: 12px;
  }
}
/* Extra small devices */
/*------------------- 4.16. Features  -------------------*/

.feature-style2 {
  text-align: center;
  outline: 1px dashed rgba(154, 86, 58, 0.5);
  outline-offset: -15px;
  padding: 0.1px 55px 55px 55px;
  background-color: var(--white-color);
  --icon-size: 140px;
  margin: calc(var(--icon-size) / 3 + 8px) 0 30px 0;
  box-shadow: 1.5px 2.598px 14.88px 1.12px rgba(116, 117, 117, 0.1);
}
.feature-style2 .feature-text {
  margin: 0 auto 28px auto;
  color: #6f6c6c;
  line-height: 22px;
  max-width: 275px;
}
.feature-style2 .vs-icon {
  margin: calc(var(--icon-size) / -3) auto 24px auto;
  display: block;
  transition: all ease 0.4s;
}
.feature-style2 .vs-icon img {
  filter: none;
  transition: all ease 0.4s;
  transform: rotateY(0);
}
.feature-style2 .arrow-shape {
  margin: 17px 0 17px 0;
  opacity: 0.5;
}
.feature-style2:hover {
  outline-color: var(--theme-color);
}
.feature-style2:hover .vs-icon {
  background-color: var(--theme-color);
}
.feature-style2:hover .vs-icon img {
  filter: brightness(0) invert(1);
  transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-style2 {
    padding: 0.1px 40px 40px 40px;
  }
  .feature-style2 .feature-title {
    font-size: 24px;
  }
  .feature-style2 .feature-text {
    margin: 0 auto 18px auto;
    font-size: 14px;
  }
  .feature-style2 .arrow-shape {
    margin: 7px 0 7px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-style2 {
    --icon-size: 100px;
  }
  .feature-style2 .feature-text {
    margin: 0 auto 10px auto;
  }
}
/*------------------- 4.17. Service  -------------------*/
.service-style1 {
  display: flex;
  max-width: 430px;
  margin: 0 0 45px 0;
  align-items: center;
}
.service-style1:last-child {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .service-style1.reverse {
    flex-direction: row-reverse;
    text-align: right;
  }
  .service-style1.reverse .service-content {
    padding: 0 20px 0 0;
  }
}
.service-style1 .service-content {
  padding: 0 0 0 20px;
  flex: 1;
}
.service-style1 .service-title {
  font-size: 26px;
  margin: 0.08em 0 11px 0;
}
.service-style1 .service-text {
  margin: 0;
}
.service-style1:hover .vs-icon {
  background-color: var(--title-color);
}
.service-style1:hover .vs-icon:before {
  border-color: var(--title-color);
}


.slick-center .service-style3 {
  background-color: var(--theme-color);
}

.slick-center .service-style3 .service-icon {
  background-color: var(--white-color);
  color: var(--title-color);
}

.slick-center .service-style3 .service-text,
.slick-center .service-style3 .service-title a {
  color: var(--white-color);
}

.service-inner1 {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
  z-index: 1;
}
.service-inner1:after, .service-inner1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 200px 200px 0;
  background-image: linear-gradient(var(--gradient-direction, to right), rgb(254, 254, 254) 0%, rgb(253, 230, 216) 100%);
  z-index: -1;
}
.service-inner1:after {
  left: auto;
  right: 0;
  border-radius: 200px 0 0 200px;
  --gradient-direction: to left;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .service-inner1 {
    padding: 40px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-style1 .service-text {
    margin: 0;
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service-style1 {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .service-style1 .service-content {
    padding: 0;
  }
  .service-inner1 {
    padding: 50px 30px;
  }
  .service-inner1:after, .service-inner1:before {
    border-radius: 0;
    width: 51%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-inner1 {
    padding: 40px 0;
  }
}
/*------------------- 4.18. Banners  -------------------*/

/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/*------------------- 4.19. Simple Sections  -------------------*/

/* Medium devices */
/* Small devices */
/*------------------- 4.20. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--black-color);
  color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 2;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--body-bg);
  width: 400px;
  margin-left: auto;
  padding: 40px 40px 80px 40px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper .widget_title {
  margin-bottom: 36px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.sidemenu-wrapper .widget_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background-color: var(--theme-color);
}
.sidemenu-wrapper .footer-info {
  color: #737373;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.21. Popup Side Menu  -------------------*/

/*------------------- 4.21. Wocommerce  -------------------*/

/*------------------- 4.22. Products  -------------------*/

.vs-sort-bar {
  margin-bottom: 40px;
}
.vs-sort-bar .row {
  --bs-gutter-y: 20px;
}

.product-style1 {
  margin: 0 0 22px 0;
}
.product-style1 .product-img {
  background-color: #f8efea;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.product-style1 .product-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
  transform: scale(0.7);
}
.product-style1 .product-img img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.product-style1 .actions {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.product-style1 .actions .vs-btn,
.product-style1 .actions .icon-btn {
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.product-style1 .actions .icon-btn {
  margin-left: 5px;
}
.product-style1 .actions .icon-btn:first-child {
  margin-left: 0;
}
.product-style1 .actions .vs-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0 auto;
  transform: translateY(20px);
}
.product-style1 .product-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-style1 .product-title {
  font-size: 24px;
  margin: 0 0 2px 0;
}
.product-style1 .product-price {
  font-size: 18px;
  color: var(--theme-color);
  margin: 2px 0 0 0;
  line-height: 1;
  font-family: var(--title-font);
}
.product-style1 .product-category a {
  color: #6f6c6c;
}
.product-style1 .product-category a:hover {
  color: var(--theme-color);
}
.product-style1:hover .product-img:before {
  opacity: 0.51;
  visibility: visible;
  transform: scale(1.001);
}
.product-style1:hover .product-img img {
  transform: scale(1.05);
}
.product-style1:hover .actions .icon-btn,
.product-style1:hover .actions .vs-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.slick-slide .product-style2 {
  margin-bottom: 21px;
}

/* Large devices */
/* Medium devices */
/* Small devices */
/*------------------- 4.23. Cart  -------------------*/
/*------------------- 4.24. Checkout  -------------------*/
/*------------------- 4.25. Wishlist  -------------------*/
/*------------------- 4.26. Accordion  -------------------*/

/* Medium Large devices */
/*=================================
    05. Spacing
==================================*/

.mt-n4 {
  margin-top: -1.5rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}

.space-extra {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*=================================
    06. Template Style v2 / New
==================================*/
/*------------------- 06.1. New Feature -------------------*/
.vs-features-layout1 .shape1 {
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
}
.vs-features-layout1 .shape2 {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  height: 100%;
  z-index: -1;
  background-color: #fcf2ee;
  background-color: var(--secondary-color);
}
.vs-features-layout1 .shape3 {
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 2;
}
.vs-features-layout1 .shape5,
.vs-features-layout1 .shape4 {
  width: 920px;
  height: 920px;
  margin-left: -460px;
  margin-top: -440px;
  display: inline-block;
  left: 50%;
  top: 0;
  border-radius: 50%;
  background: var(--white-color);
  z-index: 1;
}
.vs-features-layout1 .shape5 {
  transform: scale(0.96);
  background-color: transparent;
  border: 34px solid var(--theme-color);
  opacity: 0.5;
}
.vs-features-layout1 .inner-wrapper {
  position: relative;
  z-index: 5;
  padding: 120px 0;
}
.vs-features-layout1 .feature-text:last-child {
  margin-bottom: 0;
}
.vs-features-layout1 .media-icon {
  margin-top: 3px;
  margin-right: 25px;
}
.vs-features-layout1 .media-icon .icon-btn:hover {
  color: var(--theme-color) !important;
}
.vs-features-layout1 .icon-btn {
  position: relative;
  --icon-size: 60px;
  border-radius: 50%;
}
.vs-features-layout1 .icon-btn.has-border:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px dashed var(--theme-color);
  border-radius: inherit;
}
.vs-features-layout1 .vs-feature {
  margin-bottom: 40px;
  display: flex;
}
.vs-features-layout1 .vs-feature:last-child {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .vs-features-layout1 .row > div:nth-child(1) {
    padding-right: 50px;
  }
  .vs-features-layout1 .row > div:nth-child(2) {
    padding-left: 50px;
  }
  .vs-features-layout1 .row > div:nth-child(2n+1) .vs-feature {
    flex-direction: row-reverse;
    text-align: right;
  }
  .vs-features-layout1 .row > div:nth-child(2n+1) .media-icon {
    margin-right: 0;
    margin-left: 25px;
  }
}
.vs-features-layout1 .row.has-default-view > div:nth-child(1) {
  padding-right: 15px;
}
.vs-features-layout1 .row.has-default-view > div:nth-child(2) {
  padding-left: 15px;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature {
  flex-direction: row;
  text-align: left;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
  margin-bottom: 40px;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature .media-icon {
  margin-right: 25px;
  margin-left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-features-layout1 .shape2 {
    left: 0;
    right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-features-layout1 .inner-wrapper {
    padding: 50px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-features-layout1 .vs-feature {
    margin-bottom: 20px;
  }
  .vs-features-layout1 .inner-wrapper.pb-60 {
    padding-bottom: 0;
  }
  .vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-features-layout1 .vs-feature {
    display: block;
    text-align: center;
  }
  .vs-features-layout1 .row.has-default-view > div .vs-feature {
    text-align: center;
  }
  .vs-features-layout1 .media-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*------------------- 06.2. Team -------------------*/
.vs-team-layout1 a {
  color: inherit;
}
.vs-team-layout1 .vs-team-degi {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.vs-team-layout1 .social-links {
  margin-bottom: 10px;
  transition: all ease 0.4s;
  position: relative;
  top: -50px;
  opacity: 0;
  visibility: hidden;
  margin: -20px 0 10px 0;
  padding: 0;
  list-style-type: none;
}
.vs-team-layout1 .social-links li {
  display: inline-block;
  margin: 0 5px;
}
.vs-team-layout1 .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  line-height: 40px;
  box-shadow: 0px 6px 12px 0px rgba(249, 163, 146, 0.2);
  border-radius: 50%;
}
.vs-team-layout1 .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-team-layout1 .vs-team {
  text-align: center;
  margin-bottom: 20px;
}
.vs-team-layout1 .vs-team:hover .social-links {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 06.3. Gallery -------------------*/
.vs-gallery-layout1 .vs-gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background-color: rgba(0, 0, 0, 0.6);
}
.vs-gallery-layout1 .vs-gallery-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-50%);
}
.vs-gallery-layout1 .vs-gallery-btn {
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 22px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
  color: var(--white-color);
  border-radius: 50%;
}
.vs-gallery-layout1 .vs-gallery-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.vs-gallery-layout1 .instagram-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-gallery-layout1 .instagram-btn i {
  line-height: 78px;
}
.vs-gallery-layout1 .vs-gallery {
  position: relative;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content,
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay,
.vs-gallery-layout1 .vs-gallery:hover .instagram-btn {
  opacity: 1;
  visibility: visible;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content {
  top: 50%;
  transition-delay: 0.4s;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay {
  height: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-gallery-layout1 .instagram-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .vs-gallery-layout1 .instagram-btn i {
    line-height: inherit;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-gallery-layout1 .vs-gallery-title {
    font-size: 18px;
  }
  .vs-gallery-layout1 .vs-gallery-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

/* Small devices */
/*------------------- 06.4. Price -------------------*/
.vs-pricing-layout2 .vs-price {
  font-size: 80px;
  font-family: var(--title-font);
  line-height: 1;
  position: relative;
  bottom: -5px;
}
.vs-pricing-layout2 .vs-price sub {
  font-size: 24px;
  position: relative;
  bottom: 0;
}
.vs-pricing-layout2 .vs-price-head {
  position: relative;
  border-bottom: 2px solid rgba(154, 86, 58, 0.3);
  padding-bottom: 30px;
  margin-bottom: 63px;
}
.vs-pricing-layout2 .vs-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 43px;
}
.vs-pricing-layout2 .vs-price-list li {
  display: block;
  clear: both;
  margin: 15px 0;
  padding-right: 40px;
  margin-bottom: 20px;
  position: relative;
}
.vs-pricing-layout2 .vs-price-list li:after {
  content: "\f00c";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: -6px;
  background-color: var(--white-color);
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--theme-color);
  z-index: 1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.vs-pricing-layout2 .vs-price-box {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 80px;
  padding-top: 74px;
  border-bottom: 10px solid transparent;
  transition: all ease 0.4s;
}
.vs-pricing-layout2 .vs-price-box[data-overlay=theme]:before {
  opacity: 0.5;
  z-index: -1;
  transition: all ease 0.4s;
  bottom: -10px;
  background-color: var(--secondary-color);
}
.vs-pricing-layout2 .vs-price-box:hover {
  border-color: var(--theme-color);
}
.vs-pricing-layout2 .vs-price-box:hover .vs-price-list li:after {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-pricing-layout2 .vs-price-box:hover::before {
  opacity: 0;
  visibility: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-pricing-layout2 .vs-price-box {
    padding: 40px;
    padding-top: 34px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-pricing-layout2 .vs-price-box {
    padding: 40px 20px;
  }
  .vs-pricing-layout2 .vs-price {
    font-size: 42px;
    bottom: -2px;
  }
  .vs-pricing-layout2 .package-name {
    font-size: 18px;
  }
  .vs-pricing-layout2 .vs-price-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .vs-pricing-layout2 .vs-price-list {
    margin-bottom: 23px;
  }
}
/*------------------- 06.5. Blog -------------------*/
.vs-blog-layout2 .vs-blog {
  display: block;
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.vs-blog-layout2 .blog-content {
  padding: 25px 30px;
  padding-bottom: 15px;
}
.vs-blog-layout2 .blog-meta {
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
  margin-top: 20px;
}
.vs-blog-layout2 .blog-meta a {
  text-transform: capitalize;
}
.vs-blog-layout2 .blog-meta a i {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-blog-layout2 .blog-content {
    padding: 15px;
    padding-bottom: 15px;
  }
  .vs-blog-layout2 .blog-meta a {
    font-size: 14px;
  }
}
/*------------------- 06.6. Counter -------------------*/

/* Large devices */
/* Medium devices */
/*------------------- 06.7. Testimonial -------------------*/

/* Large devices */
/* Small devices */
