@charset "UTF-8";
:root {
    --theme-color: #f8242a;
    --secondary-color: #BD7579;
    --title-color: #2E4A5B;
    --body-color: #F8EBE5;
    --text-color: #505050;
    --smoke-color: #F3ECDC;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e6edfd;
    --title-font: "Josefin Sans", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --main-container2: 1760px;
    --main-container3: 1340px;
    --main-container4: 1920px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 60px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

.home-five,
.home-four {
    --theme-color: #0037ff;
    --smoke-color: #f6f7fc;
}


/*------------------- 1.5. Typography -------------------*/

html,
body {
    scroll-behavior: auto !important;
    overflow-x: hidden;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--white-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* Small devices */
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

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]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

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

th {
    font-weight: 700;
    font-family: var(--title-font);
    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%;
}

ins {
    text-decoration: none;
}

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

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 18px 0;
    line-height: 1.63;
}

@media (max-width: 767px) {
    p {
        line-height: 1.73;
    }
}

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

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

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

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

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

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

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

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

@view-transition {
    navigation: auto;
}


/* 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;
    }
    .h5,
    h5 {
        font-size: 20px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}


/* 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;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    .h6,
    h6 {
        font-size: 16px;
    }
}


/*------------------- 1.6. Extend -------------------*/


/*------------------- 1.7. Wordpress Default -------------------*/

p.has-drop-cap {
    margin-bottom: 20px;
}

.page--item p:last-child .alignright {
    clear: right;
}

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

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
    display: block;
}

.page-links,
.clearfix {
    clear: both;
}

.page--item {
    margin-bottom: 30px;
}

.page--item p {
    line-height: 1.8;
}

.content-none-search {
    margin-top: 30px;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

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

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

.wp-block-columns {
    margin-bottom: 1em;
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block;
}

figure.wp-block-gallery {
    margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color);
}

.wp-block-cover {
    margin-bottom: 15px;
}

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
    background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4;
}

.wp-block-latest-comments a {
    color: inherit;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-button:last-child {
    margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
    color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border-color: var(--title-color);
    color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

ol.wp-block-latest-comments li {
    margin: 15px 0;
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

ul.wp-block-latest-posts a {
    color: inherit;
}

ul.wp-block-latest-posts a:hover {
    color: var(--theme-color);
}

ul.wp-block-latest-posts li {
    margin: 15px 0;
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: calc(100% - 120px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    padding-left: 20px;
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color);
    opacity: 0.8;
}

ul.wp-block-rss a {
    color: inherit;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
    top: 32px;
}

@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0;
    }
}

.post-password-form .theme-input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-password-form .theme-input-group .theme-input-style {
    width: 100%;
    max-width: calc(100% - 120px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    padding-left: 20px;
}

.post-password-form .theme-input-group .submit-btn {
    margin: 0;
    width: 120px;
    border: none;
    height: 50px;
    color: #fff;
    background-color: var(--theme-color);
}

.post-password-form .theme-input-group .submit-btn:hover {
    background-color: var(--title-color);
    opacity: 0.8;
}

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

.page-links>.page-links-title {
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text),
.page-links>a {
    display: inline-block;
    padding: 5px 13px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 10px;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: 0.8;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent;
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
}

.page-links span.screen-reader-text {
    display: none;
}

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px;
}

.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
    border-color: transparent;
    position: relative;
}

.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
    background-color: var(--smoke-color);
    padding: 40px;
    border: none;
}

.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
    display: none;
}

.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
    content: "\f0c1";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 5rem;
    opacity: 0.3;
    right: 15px;
    line-height: 1;
    top: 15px;
    color: var(--theme-color);
    z-index: 1;
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
    content: "Featured";
    right: 0;
    top: 0;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--theme-color);
    font-family: var(--title-font);
    opacity: 1;
    text-transform: capitalize;
    padding: 10px 23px;
    font-weight: 400;
}

.blog-single.format-quote:before {
    content: "\f10e";
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px;
}

.blog-details .blog-single:before {
    display: none;
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content>p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
    display: none;
}

.vs-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

.vs-search .search-grid-content {
    padding: 30px;
    /* Small devices */
}

@media (max-width: 767px) {
    .vs-search .search-grid-content {
        padding: 20px;
    }
}

.vs-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em;
}

.vs-search .search-grid-title a {
    color: inherit;
}

.vs-search .search-grid-title a:hover {
    color: var(--theme-color);
}

.vs-search .search-grid-meta>* {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.vs-search .search-grid-meta>*:last-child {
    margin-right: 0;
}

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
    color: var(--body-color);
}


/* Large devices */

@media (max-width: 1199px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content,
    .blog-single.format-link .blog-content,
    .blog-single.tag-sticky-2 .blog-content,
    .blog-single.sticky .blog-content {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .wp-block-search .wp-block-search__input {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .wp-block-latest-comments {
        padding-left: 10px;
    }
    .page--content.clearfix+.vs-comment-form {
        margin-top: 24px;
    }
}


/*------------------- 1.8. Media Query -------------------*/


/*-----------------
    3.2 Responsive Media Queries
-----------------*/


/**
@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .element {
    font-weight: bold;
  }
}
**/


/**
@include respond-below(lg) {
  .element {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .element {
    font-weight: bold;
  }
}
**/


/**
@include respond-between(sm, md) {
  .element {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .element {
    font-weight: bold;
  }
}
**/


/*=================================
    02. Reset
==================================*/


/*------------------- 2.1. Container -------------------*/

@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .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-style2 {
    max-width: calc(var(--main-container2) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.container-style3 {
    max-width: calc(var(--main-container3) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
    margin: 0 auto;
}

.container-style4 {
    max-width: calc(var(--main-container4) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    margin: 0 0 0 auto;
}

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

.container-style3 {
    --main-container: 1445px;
}


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

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

@media (min-width: 767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x);
}

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

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

@media (min-width: 1199px) {
    .gx-45 {
        --bs-gutter-x: 45px;
    }
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-50 {
        --bs-gutter-x: 50px;
    }
    .gx-70 {
        --bs-gutter-x: 70px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

@media (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px;
    }
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}


/*------------------- 2.3. Input -------------------*/

select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    color: #ccc;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    border-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

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

@media (max-width: 767px) {
    select,
    .form-control,
    .form-select,
    textarea,
    input {
        padding: 0 30px 0 20px;
    }
}

select.form-control-lg,
.form-control.form-control-lg,
.form-select.form-control-lg,
textarea.form-control-lg,
input.form-control-lg {
    height: 60px;
}

select.form-control-sm,
.form-control.form-control-sm,
.form-select.form-control-sm,
textarea.form-control-sm,
input.form-control-sm {
    height: 40px;
    font-size: 12px;
}

select[readonly],
.form-control[readonly],
.form-select[readonly],
textarea[readonly],
input[readonly] {
    color: var(--title-color);
}

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


/* Firefox */

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

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

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

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

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

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

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

input[type=radio]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

input[type=radio]~label::before {
    content: "\f111";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0.5px;
    font-size: 8px;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: transparent;
    transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
    border: 5px solid var(--theme-color);
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    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: 18px;
    font-size: 14px;
    color: #a0abb4;
}

.form-group.has-label>i {
    top: 45px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
    background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none;
}

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

.row.no-gutters>.form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

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

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

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

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

.noUi-handle {
    background: var(--white-color);
    box-shadow: none;
    border: 5px solid var(--theme-color);
}

.noUi-handle::before {
    display: none;
}

.noUi-handle::after {
    display: none;
}

.slider-area .slider-title {
    font-size: 16px;
    font-weight: bold;
}

.slider-area-wrapper {
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-area .noUi-target {
    flex: 1;
    position: relative;
    background: #e3e3e3;
    border-radius: 50px;
    border: none;
}

.slider-area .noUi-target.noUi-horizontal {
    height: 10px;
}

.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider-area .noUi-target .noUi-connects {
    border-radius: 30px;
    overflow: hidden;
    z-index: 0;
    background-color: var(--white-color);
}

.slider-area .noUi-target .noUi-connects .noUi-connect {
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    background-color: var(--theme-color);
}

.slider-area .noUi-target .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
}

.slider-area .noUi-target .noUi-origin .noUi-handle {
    border-radius: 50px;
    background: #fff;
    cursor: default;
    backface-visibility: hidden;
    position: absolute;
    width: 21px;
    height: 21px;
    right: -10px;
    top: -6px;
}

.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
    height: 100%;
    width: 100%;
}

.slider-area .noUi-draggable {
    cursor: ew-resize;
}

.range-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-btn .price-range {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}


/*------------------- 2.4. Slick Slider -------------------*/

.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: 2px 0;
    margin: 38px 0 38px 0;
    line-height: 0;
    text-align: center;
    height: max-content;
    align-items: center;
    margin-top: -25px;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: var(--body-color);
    width: 30px;
    height: 6px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #D8D8D8);
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:hover {
    border-color: var(--theme-color);
}

.slick-dots .slick-active button {
    background-color: var(--theme-color);
    width: 50px;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-weight: 600;
    left: var(--pos-x, 5px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    border-radius: 50%;
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}

.slick-arrow.slick-next {
    right: var(--pos-x, 5px);
    left: auto;
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.dot-style2 .slick-dots {
    margin-top: 10px;
    margin-bottom: 30px;
}

.dot-style2 .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: var(--theme-color);
}

.dot-style2 .slick-dots button:before {
    display: none;
}

.dot-style2 .slick-dots button:hover {
    background-color: var(--title-color);
}

.dot-style2 .slick-dots li {
    margin: 0 5px;
}

.dot-style2 .slick-dots li.slick-active button {
    width: 40px;
}


/* Extra large devices */

@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }
    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px;
    }
    .slick-dots {
        margin: 8px 0 38px 0;
    }
}


/*------------------- 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: #000;
}

.vs-menu-wrapper .mobile-logo img {
    max-width: 185px;
}

.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: 33px;
    font-size: 18px;
    z-index: 1;
    border-radius: 0%;
}

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

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    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 - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

.vs-mobile-menu .new-label {
    margin-left: 5px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

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

.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.vs-active>a .vs-mean-expand {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.vs-mobile-menu ul li ul li {
    padding-left: 10px;
}

.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(173, 136, 88, 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;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0%;
}

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

.vs-menu-toggle.style2 {
    background-color: var(--theme-color);
    border-radius: 0%;
    color: var(--white-color);
    width: 55px;
    height: 55px;
}

.vs-menu-toggle.style3 {
    background-color: var(--theme-color);
    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;
    }
}


/*=================================
    03. Utilities
==================================*/


/*------------------- 3.1. Preloader -------------------*/

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #000000bf;
    display: none;
}

.preloader .vs-btn {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 14px;
}

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

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

.loader {
    animation: loaderspin 1.5s infinite;
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: var(--theme-color);
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: var(--theme-color);
    box-shadow: 30px 0 0 var(--title-color);
}

@keyframes loaderspin {
    0% {
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        transform: rotate(360deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(0.8);
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--theme-color);
    }
    50% {
        box-shadow: 0 0 0 var(--theme-color);
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--theme-color);
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 var(--title-color);
    }
    50% {
        box-shadow: 0 0 0 var(--title-color);
        margin-top: -20px;
        transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 var(--title-color);
        margin-top: 0;
    }
}

@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}

@keyframes dots {
    from {
        width: 0px;
    }
    to {
        width: 15px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn,
.loading-window {
    animation: fadeIn 0.4s both;
}

.loading-window {
    height: 200px;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 99;
}

.loading-window .text {
    font-size: 16px;
    position: absolute;
    width: auto;
    top: 75%;
    left: 38%;
    margin: 0 auto;
}

.loading-window .dots {
    display: inline-block;
    width: 5px;
    overflow: hidden;
    vertical-align: bottom;
    animation: dots 1.5s linear infinite;
    transition: 1;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 92px;
    top: 85px;
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: var(--theme-color);
    animation: strikes 0.2s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.05s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.1s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.2s;
}

.car-detail {
    position: absolute;
    display: block;
    background: var(--theme-color);
    animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: none;
    border: 20px solid transparent;
    border-bottom: 8px solid var(--theme-color);
    border-left: 20px solid var(--theme-color);
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid var(--theme-color);
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid var(--theme-color);
    background: linear-gradient(45deg, transparent 45%, var(--theme-color) 46%, var(--theme-color) 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, var(--theme-color) 46%, var(--theme-color) 54%, transparent 55%), linear-gradient(90deg, transparent 45%, var(--theme-color) 46%, var(--theme-color) 54%, transparent 55%), linear-gradient(0deg, transparent 45%, var(--theme-color) 46%, var(--theme-color) 54%, transparent 55%), radial-gradient(var(--theme-color) 29%, transparent 30%, transparent 50%, var(--theme-color) 51%), #333;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}


/*------------------- 3.1. backtotop -------------------*/

.back-to-top {
    --back-to-top-size: 70px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top {
        --back-to-top-size: 60px;
        bottom: 80px;
        right: 10px;
    }
}

.back-to-top .progress-circle {
    display: inline-block;
    width: var(--back-to-top-size);
    height: var(--back-to-top-size);
    transform: rotate(-90deg);
    background: var(--theme-color);
    border-radius: 50%;
}

.back-to-top .progress-circle svg {
    width: 100%;
    height: 100%;
}

.back-to-top .progress-circle circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.back-to-top .progress-circle .bg {
    stroke: var(--title-color);
}

.back-to-top .progress-circle .progress {
    stroke: var(--white-color);
    stroke-dasharray: 251.2;
    /* Circumference = 2 * PI * R (R=40) */
    stroke-dashoffset: 251.2;
    transition: stroke-dashoffset 0.2s linear;
}

.back-to-top .progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: var(--white-color);
    pointer-events: none;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--title-font);
    padding: 5px;
    transition: color 0.2s linear;
    /* Small devices */
}

@media (max-width: 767px) {
    .back-to-top .progress-percentage {
        font-size: 10px;
    }
}

.back-to-top:hover .progress-percentage {
    color: var(--title-color);
}


/*------------------- 3.2. Buttons -------------------*/

.vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    padding: 17px 41px;
    border-radius: 30px;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
}

.vs-btn::after,
.vs-btn::before {
    width: 103%;
    height: 103%;
    content: "";
    margin: auto;
    position: absolute;
    top: -2%;
    left: 0%;
    background: var(--title-color);
    transition: all ease 0.5s;
    z-index: -1;
    border-radius: inherit;
}

.vs-btn:before {
    transform: rotateX(90deg);
}

.vs-btn:after {
    transform: rotateY(90deg);
}

.vs-btn>i {
    margin-left: 8px;
}

.vs-btn:hover {
    color: var(--white-color);
}

.vs-btn:hover:before {
    transform: rotateX(0);
}

.vs-btn:hover:after {
    transform: rotateY(0);
}

.vs-icon {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 0;
    color: var(--white-color);
    font-size: 24px;
    background-color: transparent;
    border: 2px solid var(--white-color);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.vs-icon i {
    color: var(--white-color);
    font-weight: 400;
    transition: all 0.5s ease;
}

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

.vs-icon:hover i {
    color: var(--theme-color);
}

.icon-btn {
    padding: 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 10px;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

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

.icon-btn2 {
    padding: 0;
    font-size: var(--icon-font-size, 20px);
    width: var(--icon-size, 80px);
    height: var(--icon-size, 60px);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: transparent;
    border-radius: 30px;
    transition: all ease 0.4s;
    position: relative;
    z-index: 1;
}

.icon-btn2 i {
    font-size: 24px;
    font-weight: 500;
}

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

.icon-btn2:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 120px);
    height: var(--icon-size, 120px);
    line-height: var(--icon-size, 120px);
    font-size: var(--icon-font-size, 1.5em);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn.style3 i,
.play-btn.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px;
}

.play-btn.style2>i {
    --icon-size: 120px;
    --icon-font-size: 48px;
    border-radius: 0;
    background-color: var(--theme-color);
}

.play-btn.style2:after,
.play-btn.style2:before {
    border-radius: 0px;
    background-color: var(--theme-color);
}

.play-btn.style2:hover>i {
    background-color: var(--theme-color);
}

.play-btn.style2:hover::before,
.play-btn.style2:hover::after {
    background-color: var(--theme-color);
}

.play-btn.style3 i {
    background-color: rgba(14, 89, 242, 0.7);
}

.play-btn.style3:after,
.play-btn.style3::before {
    display: none;
}

.play-btn.style4 {
    --icon-size: 120px;
    --icon-font-size: 30px;
}

.play-btn.style4:after,
.play-btn.style4:before,
.play-btn.style4 i {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.play-btn.style5 i {
    border-radius: 0;
    --icon-size: 120px;
    --icon-font-size: 30px;
}

.play-btn.style5:after,
.play-btn.style5:before {
    border: 2px solid var(--theme-color);
    background-color: transparent;
    border-radius: 0;
}

.play-btn.style6 {
    --icon-size: 60px;
    --icon-font-size: 18px;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color);
}

.link-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
}

.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%;
}

.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: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--theme-color);
    animation: spin 13s infinite linear;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--theme-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;
}


/* Large devices */

@media (max-width: 1199px) {
    .play-btn.style4 {
        --icon-size: 80px;
        --icon-font-size: 20px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
    .scrollToTop {
        right: 20px;
    }
    .scrollToTop.show {
        bottom: 20px;
    }
    .icon-btn2 {
        width: 60px;
        height: 40px;
    }
    .icon-btn2 i {
        font-size: 16px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .vs-icon {
        min-width: 50px;
        min-height: 50px;
        font-size: 20px;
    }
}


/*------------------- 3.3. Titles -------------------*/

.sec-title {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.01em;
}

.sec-title.h2 {
    font-size: 40px;
}

@media (max-width: 991px) {
    .sec-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .sec-title {
        font-size: 28px;
    }
}

@media (max-width: 319px) {
    .sec-title {
        font-size: 24px;
    }
}

.sec-title>span {
    color: var(--theme-color);
}

.sec-subtitle {
    text-transform: capitalize;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    margin: -0.25em 0 30px 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 100%;
    gap: 8px;
    letter-spacing: 0.03em;
}

.white-title .sec-subtitle,
.white-title .sec-title {
    color: var(--white-color);
}

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

.title-area2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    /* Small devices */
}

.title-area2 .sec-title {
    color: var(--title-color);
    margin: 0;
    line-height: initial;
    letter-spacing: normal;
    font-size: 40px;
}

.title-area2 .vs-btn {
    padding: 17px 32px;
    line-height: normal;
}

.title-area2 .border-line {
    right: 17%;
    top: 50%;
    max-width: 680px;
}

@media (max-width: 767px) {
    .title-area2 {
        display: block;
        text-align: center;
    }
    .title-area2 .sec-title {
        margin-bottom: 20px;
    }
}

.border-line {
    position: absolute;
    width: 100%;
    height: 4px;
    transform: translateY(-50%);
    background-color: var(--body-color);
}

.sec-btns {
    padding: 13px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sec-btns i.fa-arrow-left {
    margin-left: 0;
    margin-right: 10px;
}

.sec-btns2 {
    margin-bottom: calc(var(--section-title-space) - 5px);
}

.sec-line-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 80px 0;
}

.sec-line-wrap .sec-title2 {
    margin: -0.3em 0 -0.4em 0;
}

.sec-line {
    background-color: var(--theme-color);
    flex: 1;
    height: 2px;
}

.border-title {
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 0;
}

.border-title-border {
    width: 48px;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color);
    margin-bottom: 25px;
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .sec-title4 {
        font-size: 42px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .sec-title4 {
        font-size: 36px;
        line-height: 1.4;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 36px;
    }
    .sec-line-wrap {
        margin: 0 0 60px 0;
    }
    .sec-subtitle2 {
        margin-bottom: 15px;
    }
    .title-area {
        margin-bottom: 40px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 30px;
    }
    .sec-subtitle {
        font-size: 16px;
    }
    .sec-line-wrap {
        margin: 0 0 40px 0;
        gap: 10px;
    }
    .sec-title4 {
        font-size: 30px;
        line-height: 1.4;
    }
}


/*------------------- 3.4. Common -------------------*/

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 20px;
}

.image-scale-hover {
    overflow: hidden;
}

.image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.image-scale-hover:hover img {
    transform: scale(1.2);
}

.alert-dismissible .btn-close {
    font-size: 18px;
    line-height: 1;
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

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

.z-index1 {
    z-index: 1;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.hr-style1 {
    background-color: var(--white-color);
    margin: 20px 0 30px 0;
}

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    color: var(--white-color);
    line-height: 1;
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
}

.big-name {
    font-size: 450px;
    color: var(--white-color);
    -webkit-text-stroke: 2px #eef0ff;
    line-height: 1;
    letter-spacing: -0.08em;
    font-weight: 400;
    position: relative;
    z-index: 31;
    text-align: right;
    margin: -234px 30px -59px 0;
}

.sec-big-text2,
.sec-big-text {
    font-size: 160px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    display: block;
    color: #f1f3f9;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
    z-index: -1;
}

.sec-big-text2 {
    top: auto;
    left: auto;
    right: 120px;
    bottom: -26px;
}

.home-five-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #f6f7fc;
    width: 100%;
    max-width: 1255px;
    z-index: -3;
}

.home-five-shape2 {
    position: absolute;
    left: -428px;
    bottom: 250px;
    width: 1024px;
    height: 1024px;
    border: 50px solid var(--theme-color);
    border-radius: 50%;
    z-index: -2;
}

.home-five-shape3 {
    position: absolute;
    right: 60px;
    bottom: 325px;
}

.home-five-wrap1 {
    position: relative;
    border-bottom: 7px solid var(--theme-color);
    z-index: 1;
}

.shape-mockup {
    position: absolute;
}


/* Hight Resoulation devices */

@media (min-width: 1921px) {
    .ls-wrapper>.ls-layer.d-hd-none,
    .ls-wrapper>a>.ls-layer.d-hd-none,
    .d-hd-none {
        display: none !important;
    }
}

@media (min-width: 1500px) {
    .d-xxxl-block {
        display: block !important;
    }
}


/* Extra large devices */

@media (max-width: 1500px) {
    .big-name {
        font-size: 320px;
        margin: -168px 30px -59px 0;
    }
    .home-five-shape3 {
        right: 30px;
        bottom: 50px;
        max-width: 200px;
    }
    .home-five-shape2 {
        left: -18%;
        bottom: 34%;
        width: 500px;
        height: 500px;
    }
    .home-five-shape1 {
        max-width: 100%;
        right: 60px;
        width: auto;
    }
    .sec-big-text2,
    .sec-big-text {
        font-size: 130px;
    }
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .big-name {
        font-size: 245px;
        margin: -128px 40px -42px 0;
    }
    .home-five-shape1 {
        right: 0;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .big-name {
        font-size: 190px;
        margin: -100px 40px -42px 0;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .big-name {
        font-size: 146px;
        margin: -78px 40px -25px 0;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .big-name {
        font-size: 75px;
        margin: -20px 0 -12px 0;
        letter-spacing: 0;
        text-align: center;
    }
}

.text-box {
    background-color: var(--white-color);
    width: 160px;
    height: 160px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.text-box__number {
    font-size: 30px;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 10px;
    display: block;
}

.text-box__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--body-color);
    line-height: 160%;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 216px;
}

.icon-box__icon {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 0%;
}

.icon-box__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

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

.icon-box.style2 {
    background-color: var(--smoke-color);
    max-width: 100%;
    padding: 30px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__icon {
    background-color: var(--white-color);
    border-radius: 0;
    color: var(--white-color);
}

.icon-box.style2 .icon-box__title {
    margin-bottom: 6px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.icon-box.style2 .icon-box__text {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

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

.icon-box.style2:hover .icon-box__title,
.icon-box.style2:hover .icon-box__text {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 {
    max-width: 100%;
    margin-bottom: 20px;
}

.icon-box.style3:last-child {
    margin-bottom: 0px;
}

.icon-box.style3 .icon-box__icon {
    border-radius: 0;
    font-size: 30px;
    color: var(--white-color);
    min-width: 70px;
    min-height: 70px;
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__text {
    margin-bottom: 6px;
    font-size: 16px;
    font-family: var(--title-font);
    font-weight: 700;
}

.icon-box.style3 .icon-box__title {
    font-weight: 700;
    font-family: var(--title-color);
    font-family: var(--title-font);
    font-size: 24px;
}

@media (max-width: 767px) {
    .icon-box.style3 .icon-box__title {
        font-size: 20px;
    }
}

.icon-box.style3 .icon-box__title>a {
    transition: all 0.3s ease-in-out;
}

.icon-box.style3 .icon-box__title>p {
    margin-bottom: 0;
}

.icon-box.style3 .icon-box__title>a,
.icon-box.style3 .icon-box__title>p {
    color: var(--title-color);
    font-family: var(--title-font);
}

.icon-box.style3:hover .icon-box__icon {
    background-color: var(--theme-color);
}

.icon-box.style3:hover .icon-box__title>a {
    color: var(--theme-color);
}

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

.list-style>li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
    color: var(--title-color);
    font-weight: 500;
}

.list-style>li:last-child {
    margin-bottom: 0;
}

.list-style>li::before {
    content: "\f058";
    left: 0;
    position: absolute;
    top: 0px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--theme-color);
}

.star-rating {
    overflow: hidden;
    position: relative;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
    gap: 2px;
}

.star-rating i {
    font-size: 14px;
    color: var(--theme-color);
    margin-right: 0;
}

.divider1,
.divider2 {
    background-color: var(--border-color);
    opacity: 1;
}

.divider2 {
    height: 2px;
}

.banner-block {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 119px 33px;
}

.banner-block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--title-color);
    opacity: 0.8;
    z-index: -1;
    left: 0;
    top: 0;
}

.banner-block__logo {
    margin-bottom: 19px;
}

.banner-block__title {
    color: var(--white-color);
    margin-bottom: 45px;
    line-height: 46px;
}

.banner-block__title>span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTA3IDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAxMkMyMC4yOTUgNi4zNTQ0NCA2Ni41MDggLTIuOTE1MjIgMTA1IDUuMTcwNjkiIHN0cm9rZT0iI0VGMEYzQSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: bottom;
    color: var(--theme-color);
    padding-bottom: 12px;
    display: block;
    background-size: auto;
}

.bg-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 500px;
    width: 100%;
    right: 0;
    background-color: var(--smoke-color);
    z-index: -1;
}

.bg-shape1 .shape1,
.bg-shape1 .shape2 {
    position: absolute;
}

@media (max-width: 767px) {
    .bg-shape1 .shape1,
    .bg-shape1 .shape2 {
        display: none;
    }
}

.bg-shape1 .shape2 {
    top: 74px;
    left: 207px;
}

.it-reveal-animation {
    clip-path: inset(0 0 100% 0);
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.it-reveal-animation.active {
    clip-path: inset(0 0 0 0);
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.table {
    border: 0;
    margin: -0.25rem -0.25rem;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table> :not(caption)>*>* {
    padding: 0.3rem 0.3rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border: 0;
    color: var(--white-color);
    text-align: left;
}

.table>tbody>tr>td:first-child {
    width: 50px;
}


/*------------------- 3.6. Font -------------------*/

.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.fw-light {
    font-weight: 300;
}

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

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

.fw-semibold {
    font-weight: 600;
}

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

.fw-extrabold {
    font-weight: 800;
}

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

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


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

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

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

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

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

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

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

.bg-gray {
    background-color: #e5e5e5;
}

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

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}


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

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

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

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

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

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

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

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

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

.text-inherit {
    color: inherit;
}

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

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

.text-light2 {
    color: #919398;
}


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

.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.overlay2 {
    background: linear-gradient(90deg, #01133c 48.92%, rgba(1, 19, 60, 0) 119.11%);
    opacity: 0.9;
    z-index: -1;
}

.overlay3 {
    background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
    opacity: 0.9;
}

.overlay4 {
    background-color: var(--title-color);
    opacity: 0.85;
}

.overlay5 {
    background: linear-gradient(90deg, #01133c 57.39%, rgba(1, 19, 60, 0) 122.86%);
    opacity: 0.9;
}

.overlay6 {
    opacity: 0.85;
    background-color: var(--theme-color);
}

.overlay7 {
    background: linear-gradient(90deg, #01133c 41.07%, rgba(1, 19, 60, 0) 100%);
    opacity: 0.9;
    z-index: -1;
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.element {
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--theme-color);
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
    z-index: -1;
}

@media (max-width: 1199px) {
    .element {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .element {
        width: 100%;
    }
}

[data-overlay] {
    position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
    z-index: 1;
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

[data-overlay=theme]:before {
    background-color: var(--theme-color);
}

[data-overlay=title]:before {
    background-color: var(--title-color);
}

[data-overlay=white]:before {
    background-color: var(--white-color);
}

[data-overlay=black]:before {
    background-color: var(--black-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}


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

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

.jump-reverse-img,
.jump-img {
    --duration: 5s;
}

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

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

.moving {
    animation: moving 8s linear infinite;
}

@keyframes sway-left {
    0%,
    100% {
        transform: rotate(-6deg) rotateX(6deg);
    }
    50% {
        transform: rotate(6deg);
    }
}

@keyframes zoomAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

@-webkit-keyframes zoomAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.3) translate(0px);
    }
}

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

.vsfadeUp {
    -webkit-animation-name: vsfadeUp;
    animation-name: vsfadeUp;
}

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

.rotate-reverse-img,
.rotate-img {
    --duration: 40s;
}

.rotate-reverse {
    --rotate-angle: -360deg;
}

.spin {
    animation: spin var(--duration, 4s) infinite linear;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

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

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated,
.hero-layout3 .vs-btn,
.hero-layout3 .hero-text,
.hero-layout3 .hero-title,
.hero-layout3 .offer-price {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@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 fadein-custom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@keyframes 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 rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}

@keyframes leftToRight {
    0%,
    100% {
        left: 0px;
    }
    50% {
        left: 56px;
    }
}


/*------------------- 3.11. Animation -------------------*/

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.15s;
    z-index: 999;
    mix-blend-mode: difference;
}

@media (max-width: 1200px) {
    .cursor1 {
        display: none;
    }
}

.cursor1.hide {
    opacity: 0;
    visibility: hidden;
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999;
    mix-blend-mode: difference;
}

@media (max-width: 1200px) {
    .cursor2 {
        display: none;
    }
}

.cursor2.hide {
    opacity: 0;
    visibility: hidden;
}

.cursor2.circle {
    width: 60px;
    height: 60px;
}


/*=================================
    04. Template Style
==================================*/


/*------------------- 4.1. Widget  -------------------*/

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: flex;
    margin: 0px 0px 20px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    background: var(--white-color);
    color: var(--title-color);
    text-transform: capitalize;
    font-family: var(--title-font);
    min-height: 60px;
    position: relative;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

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

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    margin-bottom: 0;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    text-align: center;
    position: absolute;
    right: 0;
    top: -4.5px;
    font-size: 16px;
    transition: all ease 0.4s;
}

.widget_nav_menu li:hover>span,
.widget_meta li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
    color: var(--theme-color);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

.widget_categories a {
    background-color: var(--white-color);
    border-radius: 30px;
}

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

.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;
}

.cat-item {
    position: relative;
}

.cat-item a {
    position: relative;
    padding: 0 50px 0 25px;
}

.cat-item a::after {
    content: "\f061";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--icon-font);
    color: var(--white-color);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.cat-item a:hover::after {
    color: var(--title-color);
    background-color: var(--white-color);
}


/* Small devices */

@media (max-width: 767px) {
    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        font-size: 14px;
    }
}

.widget {
    padding: 44px 40px 40px 40px;
    background-color: var(--body-color);
    position: relative;
    margin-bottom: 30px;
    border: 6px;
    border-radius: 20px;
}

.widget_banner {
    padding: 0;
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: #fff;
    padding-left: 30px;
    font-weight: 400;
}

.widget_title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 132%;
    margin: -0.38em 0 30px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    padding: 0 0px 5px 0;
}

.widget .search-form {
    position: relative;
    display: block;
}

.widget .search-form input {
    flex: 1;
    background-color: var(--white-color);
    line-height: 170%;
    border-radius: 30px;
    height: 50px;
    color: var(--title-color);
    margin-bottom: 20px;
}

.widget .search-form input::placeholder {
    color: var(--title-color);
}

.widget .search-form .vs-btn {
    font-weight: 700;
    padding: 12px 30px;
}

.widget .search-form .vs-btn:hover {
    color: var(--white-color);
}

.widget .search-form textarea {
    border-radius: 25px;
    margin-bottom: 20px;
}

.widget .search-form textarea::placeholder {
    color: var(--text-color);
}

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    align-items: center;
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 21px 19px 21px;
    margin-right: 0;
    margin-bottom: 0;
    color: var(--black-color);
    text-transform: uppercase;
    background: var(--silverLightLight-color);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-family: var(--title-font);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color) !important;
}

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

.tagcloud a {
    background-color: var(--white-color);
    color: var(--title-color);
}

.recent-post,
.recent-product {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

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

.recent-post .media-img,
.recent-product .media-img {
    margin-right: 20px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.recent-post .media-img img,
.recent-product .media-img img {
    width: 100%;
    transition: all ease 0.4s;
}

.recent-post .post-title,
.recent-product .post-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 0;
}

.recent-post .post-title>a,
.recent-product .post-title>a {
    display: block;
}

.recent-post .recent-post-meta,
.recent-product .recent-post-meta {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--body-font);
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
}

.recent-post .recent-post-meta i,
.recent-product .recent-post-meta i {
    margin-right: 5px;
    color: var(--theme-color);
}

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

.recent-product .media-img {
    min-width: 100px;
    min-height: 80px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.recent-product .media-img img {
    width: inherit;
}

.recent-product .recent-post-meta {
    font-size: 16px;
}

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
}

.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 14px;
    color: var(--title-color);
    font-weight: 500;
    z-index: 1;
}

.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
    color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
    left: auto;
    right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
    caption-side: top;
    text-align: center;
    color: var(--title-color);
    background-color: #f1dbbe;
}

.wp-block-calendar th,
.calendar_wrap th {
    font-size: 14px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    border-right: 1px solid #fff;
    color: #01133c;
    font-weight: 500;
}

.wp-block-calendar th a,
.calendar_wrap th a {
    color: inherit;
}

.wp-block-calendar td,
.calendar_wrap td {
    font-size: 14px;
    padding: 5px;
    color: #01133c;
    border: 1px solid #ededed;
    text-align: center;
    background-color: transparent;
    transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--theme-color);
    background-color: var(--white-color);
    border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
    background-color: #f6f6f6;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
    margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
    display: none;
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.sidebar-gallery .gallery-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.2);
}

.widget_shopping_cart {
    text-align: left;
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 60px 110px;
    margin: 0 0 27px 0;
    min-height: 90px;
}

.widget_shopping_cart .mini_cart_item a {
    color: var(--title-color);
}

.widget_shopping_cart .mini_cart_item>a>img {
    max-width: 80px;
}

.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--title-color);
    line-height: 1;
    font-size: 18px;
}

.widget_shopping_cart .remove:hover {
    color: var(--theme-color);
}

.widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    border: 1px solid var(--theme-color);
}

.widget_shopping_cart .product-title {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

.widget_shopping_cart .amount {
    display: block;
    font-weight: 600;
    color: var(--title-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 0px;
}

.widget_shopping_cart .qut-btn {
    border: 1px solid var(--theme-color);
    background-color: transparent;
    display: inline-block;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    position: relative;
}

.widget_shopping_cart .qut-btn:hover {
    background-color: var(--title-color);
    border-color: transparent;
    color: var(--white-color);
}

.widget_shopping_cart .qty-input {
    border: 1px solid var(--theme-color);
    text-align: center;
    width: max-content;
    min-width: 40px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    margin: 0 -1px;
}

.widget_shopping_cart .subtotal {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

.widget_shopping_cart .subtotal>span:not(.amount) {
    color: var(--title-color);
    font-weight: 300;
}

.widget_shopping_cart .subtotal .amount {
    font-size: 12px;
    display: inline-block;
}

.widget_shopping_cart .total {
    color: var(--title-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: var(--theme-color);
}

.widget_shopping_cart .buttons {
    margin: 0;
    gap: 15px;
}

.sidebar-area {
    margin-bottom: -10px;
    position: sticky;
    top: 30px;
    margin-bottom: 30px;
}

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

.sidebar-area ul.wp-block-latest-posts {
    margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}

.sidebar-area .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px;
}

.sidebar-area .widget .wp-block-search {
    margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-product {
    display: flex;
}

.recent-product .product-title {
    font-size: 16px;
}

.widget-workhours ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-workhours li {
    background-color: var(--white-color);
    padding: 14.5px 20px;
    margin: 0 0 15px 0;
    font-family: var(--title-font);
    font-weight: 500;
}

.widget-workhours li:last-child {
    margin-bottom: 0;
}

.widget-workhours li i {
    margin-right: 10px;
}

.quote-box {
    position: relative;
    text-align: center;
    padding: 80px 30px;
    margin: 0 0 30px 0;
}

.quote-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 26, 62, 0.7);
}

.quote-box__title {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: -0.3em auto 25px auto;
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.sidebar-gallery .gallery-thumb img {
    transition: all ease 0.4s;
    width: 100%;
    transform: scale(1);
}

.sidebar-gallery .gallery-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
    text-align: center;
    font-size: 18px;
    color: var(--theme-color);
    background-color: transparent;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar-gallery .gallery-thumb .gal-btn i {
    color: var(--theme-color);
}

.sidebar-gallery .gallery-thumb .gal-btn:hover {
    transform: scale(1);
    background-color: var(--white-color);
}

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

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: 0.8;
    visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

.sidebar-gallery .gallery-thumb:hover img {
    transform: scale(1.12);
}

.widget--bg1 {
    background-color: var(--blackSand-color);
}

.vs-widget-about__text {
    color: var(--silverDeep-color);
}


/* Large devices */

@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 25px;
        --widget-padding-x: 25px;
    }
    .widget {
        padding: 40px 30px;
    }
    .widget_title {
        margin-bottom: 25px;
    }
    .recent-post .post-title {
        line-height: 22px;
    }
    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
    .widget-workhours li {
        padding: 14.5px 20px;
        font-size: 14px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }
    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }
    .sidebar-gallery {
        gap: 10px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .widget {
        padding: 30px 20px;
    }
    .recent-post .recent-post-meta {
        font-size: 14px;
    }
}

.widget-area {
    padding-top: 120px;
    padding-bottom: 93px;
}

.widget-area2 {
    padding-top: 60px;
}

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

.footer-widget .widget_title {
    border: none;
    font-size: 24px;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    color: var(--white-color);
    position: relative;
    text-align: left;
}

.footer-widget .widget_title::before {
    content: "";
    position: absolute;
}

.footer-widget .widget_title::before {
    width: 52px;
    height: 4px;
    background-color: var(--theme-color);
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.footer-widget .vs-btn {
    background-color: var(--theme-color);
}

.footer-widget .vs-btn::before,
.footer-widget .vs-btn::after {
    background-color: var(--theme-color);
}

.footer-widget.widget_nav_menu {
    margin-bottom: 30px;
    text-align: left;
}

.footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 30px;
}

.footer-widget.widget_nav_menu a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    border: none;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    max-width: 100%;
    padding: 0 0 0 0px;
    color: var(--white-color);
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: auto;
    line-height: 1.625;
}

.footer-widget.widget_nav_menu a i {
    color: var(--white-color);
    transition: all 0.5s ease;
}

.footer-widget.widget_nav_menu a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--body-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color);
    background-color: transparent;
    transform: translateX(5px);
}

.footer-widget.widget_nav_menu a:hover::before {
    width: 100%;
    left: 0;
    background-color: var(--theme-color);
}

.footer-widget.widget_nav_menu a:hover i {
    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-widget .sidebar-gallery {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.footer-widget .sidebar-gallery a {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}

.footer-widget .sidebar-gallery a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.footer-widget .sidebar-gallery a img {
    border-radius: 5px;
    transition: 0.4s ease-in-out;
}

.footer-widget .sidebar-gallery a .gal-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(1.5);
    width: var(--icon-size, 35px);
    height: var(--icon-size, 35px);
    line-height: calc(var(--icon-size, 35px) + 2px);
    margin: calc(var(--icon-size, 35px) / -2) 0 0 calc(var(--icon-size, 35px) / -2);
    text-align: center;
    font-size: 18px;
    color: var(--white-color);
    background-color: transparent;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.footer-widget .sidebar-gallery a:hover img {
    transform: scale(1.12);
}

.footer-widget .sidebar-gallery a:hover::before {
    opacity: 0.8;
    visibility: visible;
}

.footer-widget .sidebar-gallery a:hover .gal-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.footer-widget .sidebar-gallery a:hover .gal-btn:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: var(--white-color);
    color: var(--theme-color);
}

.vs-widget-about .footer-text {
    max-width: 275px;
    font-family: var(--body-font);
    font-size: 16px;
}

.footer-insta-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.social-style1 a {
    margin-right: 18px;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

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

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

.footer-contact .menu a {
    padding-left: 24px;
}

.footer-contact .menu a i {
    font-size: 14px;
    top: 5px;
}

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


/* Large devices */

@media (max-width: 1199px) {
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget .widget_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .footer-widget.widget_categories .widget_title,
    .footer-widget.widget_nav_menu .widget_title {
        margin-bottom: 25px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }
    .widget-area2 {
        padding-bottom: 20px;
    }
}

.widget__schedule>ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget__schedule>ul>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--white-color);
    gap: 43px;
    margin-bottom: 6px;
}

.widget__schedule>ul>li:last-child {
    margin-bottom: 0;
}

.widget__schedule>ul>li>span {
    color: var(--white-color);
}

.widget__schedule>ul>li>span>span {
    padding-left: 10px;
}

.price_slider_wrapper {
    margin-top: 40px;
}

.price_slider_wrapper .ui-slider {
    height: 10px;
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    border: none;
    margin-top: 10px;
    margin-bottom: 35px;
    cursor: pointer;
    border-radius: 3px;
}

.price_slider_wrapper .ui-slider-handle {
    width: 20px;
    height: 20px;
    outline: none;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    padding: 0;
    border: 5px solid var(--theme-color);
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-top: 0;
    background-color: var(--white-color);
    transform: translateX(9px);
}

.price_slider_wrapper .ui-slider-handle:last-child {
    transform: translateX(-10px);
}

.price_slider_wrapper .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--theme-color);
}

.price_slider_wrapper .price_label {
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
    color: var(--title-color);
}

.price_slider_wrapper .vs-btn {
    padding: 13px 30px;
    background-color: var(--theme-color);
    color: var(--white-color);
}

.price_slider_wrapper .vs-btn::before,
.price_slider_wrapper .vs-btn::after {
    background-color: var(--theme-color);
}

.price_slider_wrapper .vs-btn:hover {
    color: var(--white-color);
}

.price_slider_wrapper .price_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chekbox-area {
    margin-bottom: 5px;
}


/*------------------- 4.2. Header  -------------------*/

.vs-header {
    position: relative;
    z-index: 2;
}

.main-menu a,
.menu-style2 a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 16px;
    color: var(--title-color);
}

.main-menu>ul>li,
.menu-style2>ul>li {
    margin: 0 23px;
}

.main-menu>ul>li>a,
.menu-style2>ul>li>a {
    padding: 10px 0;
}

.main-menu>ul>li>a .new-label,
.menu-style2>ul>li>a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px;
}

.main-menu>ul>li>a .has-new-lable,
.menu-style2>ul>li>a .has-new-lable {
    position: relative;
}

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

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

.main-menu ul li:last-child,
.menu-style2 ul li:last-child {
    margin-right: 0;
}

.main-menu ul li:first-child,
.menu-style2 ul li:first-child {
    margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu,
.menu-style2 ul li:hover>ul.sub-menu,
.menu-style2 ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu,
.menu-style2 ul.sub-menu,
.menu-style2 ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    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,
.main-menu ul.mega-menu a,
.menu-style2 ul.sub-menu a,
.menu-style2 ul.mega-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
}

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

.main-menu ul.sub-menu:before,
.menu-style2 ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.33px;
    top: 34px;
    width: 1px;
    background-color: var(--theme-color);
    height: calc(100% - 65px);
    display: none;
}

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

.main-menu ul.sub-menu li.menu-item-has-children>a:after,
.menu-style2 ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 3px;
}

.main-menu ul.sub-menu li a,
.menu-style2 ul.sub-menu li a {
    position: relative;
    padding-left: 0px;
}

.main-menu ul.sub-menu li a:before,
.menu-style2 ul.sub-menu li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0;
}

.main-menu ul.sub-menu li a:hover,
.menu-style2 ul.sub-menu li a:hover {
    color: var(--secondary-color);
}

.main-menu ul.sub-menu li ul.sub-menu,
.menu-style2 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,
.menu-style2 ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

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

.main-menu ul.mega-menu,
.menu-style2 ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a,
.menu-style2 ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
    position: relative;
}

.main-menu ul.mega-menu li,
.menu-style2 ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.main-menu ul.mega-menu li li,
.menu-style2 ul.mega-menu li li {
    padding: 4px 0;
}

.main-menu ul.mega-menu li a,
.menu-style2 ul.mega-menu li a {
    display: inline-block;
}

.main-menu ul.mega-menu li a:hover,
.menu-style2 ul.mega-menu li a:hover {
    color: var(--secondary-color);
}

.main-menu ul.mega-menu>li>a,
.menu-style2 ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before,
.menu-style2 ul.mega-menu>li>a::after,
.menu-style2 ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.menu-style2 ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px;
}

.main-menu ul.mega-menu>li>a:hover,
.menu-style2 ul.mega-menu>li>a:hover {
    padding-left: 0;
}

.main-menu ul.mega-menu>li>ul>li>a:before,
.menu-style2 ul.mega-menu>li>ul>li>a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0;
}

.main-menu .mega-menu-wrap.active>a,
.menu-style2 .mega-menu-wrap.active>a {
    color: var(--title-color);
}

.menu-style1>ul>li>a::before,
.menu-style3>ul>li>a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--title-color);
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.menu-style1>ul>li>a:hover::before,
.menu-style3>ul>li>a:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.menu-style1>ul>li.active>a::before,
.menu-style3>ul>li.active>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--title-color);
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.menu-style1 ul.sub-menu li.active>a,
.menu-style3 ul.sub-menu li.active>a {
    color: var(--secondary-color);
}

.menu-style1 ul.mega-menu li li.active>a,
.menu-style3 ul.mega-menu li li.active>a {
    color: var(--secondary-color);
}

.menu-style2 a {
    color: var(--title-color);
}

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

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

.menu-style2 .mega-menu-wrap.active>a {
    color: var(--title-color);
}

.menu-style1 .mega-menu-wrap.active>a::before,
.menu-style3 .mega-menu-wrap.active>a::before {
    display: none;
}

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

.will-sticky .sticky-active.active {
    top: 0;
}

.will-sticky .sticky-active.active .menu-top::before {
    display: none;
}

.will-sticky .sticky-active.active .header-search {
    background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-search input {
    background-color: var(--body-color);
}

.will-sticky .sticky-active.active .header-logo::before {
    height: 100%;
    display: none;
}

.will-sticky .sticky-active.active.style3 {
    background-color: var(--theme-color);
}

.will-sticky .sticky-active.active .menu-style3 a {
    color: var(--white-color);
}

.will-sticky .sticky-active.active .menu-style3 a:hover {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.mega-menu li a,
.will-sticky .sticky-active.active .menu-style3 .menu-style2 ul.mega-menu li a {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a {
    color: var(--title-color);
}

.will-sticky .sticky-active.active .menu-style3 ul.sub-menu li a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.sub-menu a:hover,
.will-sticky .sticky-active.active .menu-style3 .main-menu ul.mega-menu a:hover {
    color: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-icon {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-icon:hover {
    color: var(--theme-color);
    background-color: var(--theme-color);
}

.will-sticky .sticky-active.active .vs-btn,
.will-sticky .sticky-active.active .vs-menu-toggle {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.will-sticky .sticky-active.active .vs-btn:hover,
.will-sticky .sticky-active.active .vs-menu-toggle:hover {
    background-color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-icon:hover {
    color: var(--white-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2 {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::before,
.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2::after {
    background-color: var(--theme-color);
}

.will-sticky.header-bottom3 .sticky-active.active .vs-btn.style2:hover {
    color: var(--white-color);
}

.header-text {
    margin: 0;
}

.header-text i {
    margin-right: 10px;
}

.header-infos {
    display: flex;
    align-items: center;
}

.header-info {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.header-info::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--smoke-color);
}

.header-info:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}

.header-info:last-child::after {
    display: none;
}

.header-info:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.header-info_icon {
    color: var(--white-color);
    font-size: 16px;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}

.header-info_icon:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.header-info_label {
    font-size: 14px;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    line-height: 115%;
}

.header-info a.header-info_label:hover {
    color: var(--white-color);
}

.header-info_link {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    font-family: var(--title-font);
}

.header-info_link a {
    color: #fff;
}

.header-info_link a:hover {
    color: var(--theme-color);
}

.header-info.style2 {
    padding: 0;
    border: none;
    margin: 0;
}

.header-info.style2 .header-info_icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.header-info.style2 .header-info_label {
    color: var(--title-color);
    text-transform: capitalize;
    font-weight: 500;
}

.header-info.style2 .header-info_link {
    color: var(--theme-color);
    font-weight: 400;
    font-size: 24px;
}

.header-info.style2 .header-info_link a:hover {
    color: var(--title-color);
}

.header-info.style3 {
    background-color: var(--theme-color);
    min-height: 95px;
    padding: 15px 70px 15px 60px;
    margin-bottom: -70px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {
    .header-info.style3 {
        padding: 15px 30px 15px 30px;
    }
}

.header-info.style3.bg {
    border-right: 1px solid var(--title-color);
    border-left: 1px solid var(--title-color);
}

.header-info.style3 .header-info_title {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 16px;
    line-height: 26px;
}

.header-info.style3 .header-info_label {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: var(--title-font);
}

@media (max-width: 1199px) {
    .header-info.style3 .header-info_label {
        font-size: 20px;
        line-height: 30px;
    }
}

.header-info.style3 .header-info_icon {
    font-size: 48px;
}

.header-info.style3 .header-info_text {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    font-family: var(--title-font);
}

.header-info.style3:hover {
    background-color: var(--title-color);
}

.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--title-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    right: 0;
    top: -5px;
}

.has-badge {
    position: relative;
}

.logo-style1 {
    background: linear-gradient(278.46deg, #00bcfa 0.91%, #0e59f2 71.89%, #0e59f2 100%);
    padding: 30px 35px 30px 35px;
    border-radius: 5px 0px 0px 5px;
    line-height: 0;
    margin: -1px 0;
}

.header-box {
    border: 10px solid var(--theme-color);
    background-color: var(--white-color);
    padding: 20px;
}

.header-box__icon {
    border-radius: 5px;
    margin: 0 15px 0 0;
    font-size: 18px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
}

.header-box__title {
    display: inline-block;
    color: var(--title-color);
    font-weight: 600;
    font-family: var(--title-font);
}

.header-box__number {
    display: block;
    width: fit-content;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color);
    margin: 15px 0 0 0;
}

.header-dropdown>.dropdown-toggle {
    color: var(--title-color);
}

.header-dropdown>.dropdown-toggle i {
    margin: 0 10px 0 0;
}

.header-dropdown>.dropdown-toggle:after {
    content: "\f107";
    font-family: var(--icon-font);
    border: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.header-dropdown>.dropdown-toggle:hover {
    color: var(--theme-color);
}

.header-dropdown ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: max-content;
    min-width: auto;
    position: relative;
    z-index: 1;
    border: none;
}

.header-dropdown ul.dropdown-menu li {
    margin-bottom: 10px;
}

.header-dropdown ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.header-dropdown ul.dropdown-menu a {
    display: block;
    margin: 0 0;
    width: max-content;
    padding: 2px 10px;
    color: var(--title-color);
    font-weight: 400;
    font-size: 14px;
}

.header-dropdown ul.dropdown-menu a:hover {
    color: var(--theme-color);
}

.header-dropdown ul.dropdown-menu a:first-child {
    margin-top: 0;
    padding-top: 0;
}

.header-dropdown ul.dropdown-menu a:last-of-type,
.header-dropdown ul.dropdown-menu a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-dropdown ul.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 47px;
    top: -7px;
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.header-dropdown.style-white>.dropdown-toggle {
    color: var(--white-color);
}

.header-dropdown.style-white>.dropdown-toggle:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.7);
}

.header-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 5px;
}

@media (max-width: 1199px) {
    .header-btns {
        padding-left: 0;
    }
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links ul .dropdown {
    padding-right: 10px;
    margin-right: 0px;
}

.header-links ul .dropdown a span {
    margin-right: 0px;
}

.header-links li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--body-font);
    line-height: 160%;
    transition: all 0.5s ease;
}

.header-links li:not(:last-child) {
    margin-right: 10px;
}

.header-links li a {
    color: var(--white-color);
    transition: all 0.5s ease;
}

.header-links li a:hover {
    color: var(--title-color);
}

.header-links i {
    margin: 0 10px 0 0;
}

.dropdown {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.dropdown a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.dropdown a span {
    color: var(--white-color);
    margin-right: 10px;
    transition: all 0.5s ease;
}

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

.dropdown a:hover span {
    color: var(--theme-color);
}

.dropdown .dropdown-item {
    color: var(--title-color);
}

.dropdown .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.dropdown::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: var(--body-color);
    top: 50%;
    transform: translateY(-50%);
}

.header-right {
    display: inline-flex;
}

.header-social {
    display: inline-flex;
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    color: var(--white-color);
    text-align: center;
}

.header-social a:not(:first-child) {
    margin-left: 20px;
}

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

.user-login a {
    height: 100%;
    padding: 0px 15px;
    text-align: center;
    display: block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
}

.user-login a:hover {
    color: var(--title-color);
    background-color: var(--body-color);
}

.header-top {
    height: 35px;
    line-height: 35px;
}

.header-middle {
    background-color: #000;
}

.header-middle .header-inner {
    display: inline-flex;
    align-items: center;
}

.header-middle .header-search {
    margin-right: 50px;
}

.header-layout1 .header-top {
    background-color: var(--title-color);
}

.header-layout1 .header-social {
    margin-right: 20px;
}

.header-layout1 .header-bottom {
    background-color: var(--white-color);
}

.header-layout1 .menu-inner .header-logo {
    display: none;
}

.header-layout1 .menu-top .header-logo,
.loginArea {
    display: none;
}

.header-layout1.style2 .header-middle {
    background-color: var(--white-color);
}

.header-layout1.style2 .header-top {
    background-color: var(--theme-color);
}

.header-layout1.style2 .dropdown a:hover {
    color: var(--title-color);
}

.header-layout1.style2 .dropdown a:hover .globe-icon {
    color: var(--title-color);
}

.header-layout1.style2 .header-social a:hover {
    color: var(--title-color);
}

.header-layout1.style2 .user-login a {
    background-color: var(--title-color);
}

.header-layout1.style2 .user-login a:hover {
    color: var(--theme-color);
}

.header-layout1.style2 .header-buttons .vs-icon {
    border-color: var(--theme-color);
}

.header-layout1.style2 .header-buttons .vs-icon i {
    color: var(--theme-color);
}

.header-layout1.style2 .header-buttons .vs-icon:hover {
    background-color: var(--theme-color);
}

.header-layout1.style2 .header-buttons .vs-icon:hover i {
    color: var(--white-color);
}

.header-layout1.style2 .header-buttons .header-info_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 18px;
}

.header-layout1.style2 .media-body .header-info_link {
    font-size: 20px;
}

.header-layout1.style2 .media-body .header-info_label {
    font-size: 16px;
    margin-bottom: 5px;
}

.header-layout1.style2 .header-search {
    border: 1px solid var(--secondary-color);
    width: 660px;
}

.header-layout1.style2 .header-search .dropdown .dropdown-toggle {
    color: var(--title-color);
}

.header-layout1.style2 .header-search .dropdown .dropdown-menu.show {
    display: block;
    transform: translate(0px, 42px) !important;
}

.header-layout1.style2 .header-search .dropdown::before {
    background-color: var(--theme-color);
}

.header-layout1.style2 .header-bottom {
    background-color: var(--secondary-color);
}

.header-layout1.style2 .header-cart .vs-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--title-color);
    border-color: var(--title-color);
    transition: all 0.5s ease;
}

.header-layout1.style2 .header-cart .vs-icon .badge {
    color: var(--theme-color);
    background-color: var(--white-color);
    transition: all 0.5s ease;
}

.header-layout1.style2 .header-cart .vs-icon:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
}

.header-layout1.style2 .header-cart .vs-icon:hover .badge {
    color: var(--white-color);
    background-color: var(--title-color);
}

.header-layout1.style2 .header-cart .widget_shopping_cart {
    margin-top: 0;
}

.header-layout1.style2 .header-category .category-toggler:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.header-layout1.style2 .header-category .category-toggler:hover::after {
    color: var(--white-color);
}

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

.header-layout1.style2 .menu-inner {
    display: flex;
    align-items: center;
}

.header-layout1.style2 .menu-inner .menu-area {
    margin-left: 80px;
}

.header-layout1.style2 .vs-menu-toggle {
    color: var(--white-color);
    background-color: var(--title-color);
}

.header-layout1.style2 .vs-menu-toggle:hover {
    color: var(--title-color);
    background-color: var(--white-color);
}

.header-layout1.style3 .header-top {
    background-color: var(--theme-color);
}

.header-layout1.style3 .dropdown a:hover {
    color: var(--title-color);
}

.header-layout1.style3 .dropdown a:hover .globe-icon {
    color: var(--title-color);
}

.header-layout1.style3 .header-social a:hover {
    color: var(--title-color);
}

.header-layout1.style3 .user-login a {
    background-color: var(--title-color);
}

@media (max-width: 575px) {
    .header-layout1.style3 .user-login a {
        display: block;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        margin-top: 3px;
        text-align: center;
        font-size: 19px;
    }
    .header-layout1.style3 .user-login a span {
        display: none;
    }
    .header-layout1.style3 .user-login a.nav-link.dropdown-toggle {
        font-size: 25px;
        overflow: hidden;
        padding-left: 3px;
    }
}

.header-layout1.style3 .user-login a:hover {
    color: var(--theme-color);
}

.header-layout1.style3 .header-buttons .vs-icon {
    border-color: var(--theme-color);
}

.header-layout1.style3 .header-buttons .vs-icon i {
    color: var(--theme-color);
}

.header-layout1.style3 .header-buttons .vs-icon:hover {
    background-color: var(--theme-color);
}

.header-layout1.style3 .header-buttons .vs-icon:hover i {
    color: var(--white-color);
}

.header-layout1.style3 .header-buttons .header-info_icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 20px;
    margin-right: 18px;
    border: 2px solid var(--theme-color);
    transition: all 0.5s ease;
}

.header-layout1.style3 .header-buttons .header-info_icon i {
    transition: all 0.5s ease;
}

.header-layout1.style3 .header-buttons .header-info_icon:hover {
    background-color: var(--white-color);
    border-color: var(--theme-color);
}

.header-layout1.style3 .header-buttons .header-info_icon:hover i {
    color: var(--theme-color);
}

.header-layout1.style3 .media-body .header-info_link {
    font-size: 20px;
}

.header-layout1.style3 .media-body .header-info_label {
    font-size: 16px;
    margin-bottom: 5px;
}

.header-layout1.style3 .header-search {
    border: 1px solid var(--secondary-color);
    width: 548px;
    background-color: var(--white-color);
}

.header-layout1.style3 .header-search input {
    background-color: transparent;
}

.header-layout1.style3 .header-search .dropdown .dropdown-toggle {
    color: var(--title-color);
}

.header-layout1.style3 .header-search .dropdown .dropdown-menu.show {
    display: block;
    transform: translate(0px, 42px) !important;
}

.header-layout1.style3 .header-search .dropdown::before {
    background-color: var(--theme-color);
}

.header-layout1.style3 .header-cart .vs-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    transition: all 0.5s ease;
}

.header-layout1.style3 .header-cart .vs-icon i {
    color: var(--white-color);
}

.header-layout1.style3 .header-cart .vs-icon .badge {
    color: var(--white-color);
    background-color: var(--title-color);
    transition: all 0.5s ease;
}

.header-layout1.style3 .header-cart .vs-icon:hover {
    background-color: var(--white-color);
    border-color: var(--theme-color);
}

.header-layout1.style3 .header-cart .vs-icon:hover i {
    color: var(--theme-color);
}

.header-layout1.style3 .header-cart .vs-icon:hover .badge {
    color: var(--white-color);
    background-color: var(--title-color);
}

.header-layout1.style3 .header-cart .widget_shopping_cart {
    margin-top: 0;
}

.header-layout1.style3 .header-category .category-toggler:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.header-layout1.style3 .header-category .category-toggler:hover::after {
    color: var(--white-color);
}

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

.header-layout1.style3 .menu-inner {
    display: block;
    border-top: 1px solid var(--body-color);
}

.header-layout1.style3 .menu-inner .main-menu>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-layout1.style3 .menu-inner .main-menu>ul li a {
    color: var(--title-color);
}

.header-layout1.style3 .menu-style1 ul li.mega-menu-wrap a:hover {
    color: var(--theme-color) !important;
}

.header-layout1.style3 .menu-style1 ul li a:hover {
    color: var(--theme-color);
}

.header-layout1.style3 .menu-style1>ul>li.active>a {
    color: var(--theme-color);
}

.header-layout1.style3 .menu-style1>ul>li.active>a {
    color: var(--theme-color);
}

.header-layout1.style3 .menu-style1>ul>li.active>a::before {
    display: none;
}

.header-layout1.style3 .menu-style1>ul>li.mega-menu-wrap.active>a {
    color: var(--title-color);
}

.header-layout1.style3 .main-menu ul.sub-menu li.active>a,
.header-layout1.style3 .main-menu ul.mega-menu li.active>a {
    color: var(--theme-color);
}

.header-layout1.style3 .sticky-active.active .menu-inner {
    display: flex;
    align-items: center;
}

.header-layout1.style3 .sticky-active.active .menu-inner .main-menu>ul {
    justify-content: end;
}

.header-layout1 .sticky-active.active .header-category {
    display: none;
}

.header-layout1 .sticky-active.active .menu-top .header-logo {
    display: block;
    padding: 0;
}

.header-layout1 .sticky-active.active .menu-inner {
    justify-content: space-between;
}

.loginArea a.cartBtn {
    margin-left: 15px;
}

.loginArea i {
    font-size: 24px;
    color: #fff;
}

.loginArea button {
    border: none;
    background: none;
    margin-right: 15px;
}

.header-layout1 .sticky-active.active .menu-inner .header-logo,
.header-layout1 .sticky-active.active .menu-inner .loginArea {
    display: block;
    padding: 0;
}

.header-layout1 .sticky-active.active .main-menu>ul>li {
    margin-right: 25px;
}

.header-layout1 .sticky-active.active .main-menu>ul>li>a {
    color: #fff;
}

.header-layout1 .sticky-active.active .header-cart .vs-icon:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.header-layout1 .sticky-active.active .header-cart .vs-icon:hover i {
    color: var(--white-color);
}

.header-layout1 .sticky-wrapper.will-sticky .header-category {
    display: none;
}

.header-category {
    width: 338px;
    position: relative;
}

.header-category .category-toggler {
    background-color: var(--title-color);
    width: 100%;
    text-align: left;
    color: var(--white-color);
    border: none;
    font-size: 16px;
    font-family: var(--title-font);
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    height: 80px;
    position: relative;
    transition: all 0.5s ease;
}

.header-category .category-toggler i {
    font-size: 20px;
    margin-right: 10px;
}

.header-category .category-toggler::after {
    content: "\f0dd";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    color: var(--white-color);
    position: absolute;
    right: 40px;
}

.header-category .category-toggler:hover {
    background-color: var(--secondary-color);
}

.header-category .vs-box-nav {
    background-color: var(--body-color);
    position: absolute;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    top: 120px;
}

.header-category .vs-box-nav.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    top: 80px;
}

.header-category .vs-box-nav ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-category .vs-box-nav ul li {
    list-style: none;
}

.header-category .vs-box-nav ul li:not(:last-child) {
    border-bottom: 1px solid var(--body-color);
}

.header-category .vs-box-nav ul li a {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    display: block;
    padding: 20px 30px;
    background-color: var(--white-color);
    transition: 0.5s ease;
    position: relative;
}

.header-category .vs-box-nav ul li a img {
    margin-right: 20px;
}

.header-category .vs-box-nav ul li a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--theme-color);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.header-category .vs-box-nav ul li a:hover {
    background-color: var(--body-color);
}

.header-category .vs-box-nav ul li a:hover::after {
    visibility: visible;
    opacity: 1;
}

.header-category.style2 .vs-box-nav {
    visibility: visible;
    top: 80px;
    opacity: 1;
}

.menu-top {
    position: relative;
}

.menu-btns {
    display: flex;
    align-items: center;
}

.header-search {
    display: flex;
    max-width: 100%;
    background-color: var(--body-color);
    border-radius: 50px;
    position: relative;
    padding: 13px 30px;
    width: 705px;
    max-height: 60px;
}

.header-search input {
    flex: 1;
    border: none;
    padding: 0;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    color: var(--title-color);
    background-color: var(--body-color);
    transition: all ease 0.4s;
}

.header-search input::placeholder {
    color: var(--title-color);
}

.header-search button {
    border: none;
    background-color: var(--secondary-color);
    color: var(--body-color);
    font-size: 20px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.header-search button i {
    font-weight: 500;
}

.header-search button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.header-search input:focus {
    background-color: transparent;
}

.header-buttons {
    display: inline-flex;
    align-items: center;
}

.header-buttons>a {
    margin-right: 20px;
    position: relative;
}

.header-buttons>a:last-child {
    margin-right: 0;
}

.header-buttons .header-cart {
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

.header-buttons .header-cart:last-of-type {
    margin-right: 0;
}

.header-buttons .header-cart+.vs-menu-toggle {
    margin-left: 15px;
}

.header-buttons.text-white .header-cart>a,
.header-buttons.text-white>a {
    color: var(--white-color);
}

.header-cart .widget_shopping_cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    background-color: var(--white-color);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    z-index: 3;
    margin: 20px -30px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all ease 0.4s;
}

.header-cart:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .menu-top::before {
        display: none;
    }
    .header-layout1 .header-bottom {
        position: relative;
        top: 0;
    }
    .main-menu>ul>li {
        margin: 0 10px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .header-search {
        display: none;
    }
    .main-menu>ul>li {
        margin: 0 14px;
    }
}

.header-logo {
    padding: 20px 0px 20px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .header-logo {
        min-height: auto;
        padding: 12px 0px 12px 0;
        max-width: 170px;
    }
}

.menu-top3 {
    background-color: var(--theme-color);
    margin: 0 -120px;
    padding: 0 120px;
}

@media (max-width: 1499px) {
    .menu-top3 {
        margin: 0 0px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .menu-top3 {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 1580px) {
    .container-style2 {
        max-width: calc(var(--main-container) + var(--container-gutters));
    }
}

@media screen and (max-width: 1299px) {
    .header-layout1.style3 .header-search {
        margin-right: 15px;
        width: 465px;
    }
    .header-category.style2 .vs-box-nav {
        visibility: hidden;
        opacity: 0;
    }
    .header-category.style2 .vs-box-nav.active {
        visibility: visible;
        opacity: 1;
    }
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .header-layout1.style2 .header-search {
        width: 500px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .header-layout2 .btn-area {
        display: none;
    }
    .header-layout3 .menu-top {
        padding: 0 40px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .header-category {
        width: 100%;
        position: unset;
    }
    .header-category .category-toggler::after {
        right: 15px;
        transform: translateY(-2px);
    }
    .header-links li {
        padding-right: 15px;
        margin-right: 10px;
    }
    .header-logo {
        padding: 15px 0;
    }
    .logo-style1 {
        padding: 20px 20px 20px 20px;
    }
    .header-layout1 .vs-menu-toggle {
        margin: 10px 0;
    }
    .header-layout1.style3 .menu-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-layout1.style3 .header-logo {
        display: block;
    }
    .header-layout1.style3 .header-middle {
        padding: 15px 0;
        background: #fff;
    }
    .header-info_link a,
    .header-info_label {
        color: #000;
    }
    .header-layout1 .header-bottom {
        background-color: #000;
    }
    .header-layout1.style3 .header-middle .header-logo {
        display: none;
    }
    .header-layout1.style3 .header-links li:first-child {
        display: none;
    }
    .header-layout1.style3 .header-links li:last-child {
        display: none;
    }
    .header-layout2 .menu-area {
        padding: 0 20px 0 0;
    }
    .header-layout1.style3 .header-links li:last-child {
        display: none;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .header-logo {
        max-width: 130px;
    }
    .header-buttons .wishlist {
        display: none;
    }
    .header-layout1 .vs-menu-toggle {
        margin: 10px 0;
    }
    .header-layout1.style2 .header-buttons .header-info_link,
    .header-layout1.style3 .header-buttons .header-info_link {
        font-size: 18px;
    }
    .header-layout1.style2 .header-buttons .header-info_icon,
    .header-layout1.style3 .header-buttons .header-info_icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-right: 5px;
    }
    .header-layout1.style2 .header-buttons .header-cart,
    .header-layout1.style3 .header-buttons .header-cart {
        margin-right: 10px;
    }
    .header-layout1.style2 .menu-inner .menu-area {
        margin-left: 60px;
    }
}

@media (max-width: 399px) {
    .header-category .vs-box-nav ul li a {
        font-size: 16px;
    }
    .header-layout1.style2 .header-middle {
        padding-bottom: 15px;
    }
}


/*------------------- 4.3. Footer  -------------------*/

.widget-area {
    padding-top: 48px;
    padding-bottom: 10px;
}

.copyright-wrap {
    text-align: center;
    padding: 29px 0;
}

.copyright-text {
    margin: 0;
    color: var(--white-color);
    font-weight: 500;
    font-family: var(--title-font);
}

.copyright-text a {
    color: var(--theme-color);
    transition: all 0.5s ease;
}

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

.footer-text {
    color: var(--body-color);
    margin-bottom: 33px;
}

@media (max-width: 767px) {
    .footer-text {
        max-width: 100%;
    }
}

.footer-communicate {
    max-width: 92%;
}

.footer-communicate>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-communicate>ul>li {
    margin-bottom: 30px;
}

.footer-communicate>ul>li:last-child {
    margin-bottom: 0;
}

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

.footer-communicate__text {
    padding: 0px 0px 0 45px;
    position: relative;
    display: flex;
    color: var(--white-color);
    min-height: 30px;
    align-items: self-start;
    text-align: left;
}

.footer-communicate__text>span {
    display: inline-block;
    padding-top: 3px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-communicate__text>span.link::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.footer-communicate__text>span.link:hover::before {
    width: 100%;
    left: 0;
}

.footer-communicate__text>i {
    position: absolute;
    left: 0;
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 14px;
}

.footer-communicate__text:hover>span {
    transition: all 0.3s ease-in-out;
    color: var(--white-color);
}

.footer-layout1 {
    overflow: hidden;
    background-color: var(--title-color);
    padding-top: 150px;
}

.footer-layout1.style2 {
    overflow: unset;
    padding-top: 14px;
}

.footer-layout1.style2 .cta-layout1 {
    transform: translateY(-80px);
    padding-right: 60px;
    border-radius: 20px;
}

.footer-layout1.style2 .cta-layout1 .cta-logo {
    border-left: none;
}

.footer-layout1 .widget {
    margin-bottom: 0;
}

.footer-layout1 .footer-top {
    padding-bottom: 70px;
}

.footer-layout1 .footer-menu {
    column-count: 2;
    gap: 60px;
}

.footer-layout1 .list-style1 {
    max-width: 300px;
    width: 100%;
}

.footer-layout1 .list-style1 li i {
    color: var(--white-color);
    transition: all 0.5s ease;
}

.footer-layout1 .list-style1 li a:hover {
    transform: unset;
}

.footer-layout1 .list-style1 li a::before {
    display: none;
}

.footer-layout1 .list-style1 li:hover i {
    color: var(--theme-color);
}

.footer-layout1 .space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 40px);
}

.footer-layout1 .logo-area {
    max-width: 385px;
}

.footer-layout1 .gal-btn:hover i {
    color: var(--theme-color);
}

.footer-layout1 .title-shape {
    position: absolute;
    bottom: -13px;
    left: 0;
    display: block;
}

.search-btn {
    position: relative;
    height: 60px;
    color: var(--text-color);
    margin-bottom: 0;
    background-color: var(--white-color);
    position: relative;
    border-radius: 30px;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}

.search-btn .form-control {
    height: 100%;
    color: var(--text-color);
    padding: 0 5px 0 30px;
    background-color: var(--white-color);
    border: none;
}

.search-btn .form-control::placeholder {
    color: var(--text-color);
}

.search-btn .vs-btn {
    line-height: 160%;
    right: 0px;
    top: 50%;
    padding: 17px 65px;
    height: 60px;
    color: var(--theme-color);
    font-weight: 500;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
}

.search-btn .vs-btn i {
    margin-right: 10px;
    margin-left: 0;
}

.search-btn .vs-btn:hover {
    color: var(--title-color);
}

.newsletter-style1 {
    background-color: var(--secondary-color);
}

.newsletter-style1 .title-area {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.newsletter-style1 .widget_title {
    font-size: 20px;
    color: var(--white-color);
    margin: 0;
}

.newsletter-style1 .sub_title {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.newsletter-style1 .icon {
    margin-right: 20px;
}

.newsletter-style1 .search-btn .icon-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    padding: 20px;
    color: var(--theme-color);
    background-color: var(--theme-color);
}

.newsletter-style1 .search-btn .icon-btn i {
    margin-right: 0;
}

.newsletter-style1 .search-btn .icon-btn:hover {
    color: var(--theme-color);
}

.bottom-info {
    background-color: #435C6B;
    padding: 20px 0;
}

.bottom-info .contact-body {
    display: inline-flex;
    align-items: center;
}

.bottom-info .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 60px;
    margin-right: 20px;
}

.bottom-info .icon img {
    width: 100%;
}

.bottom-info .title {
    margin-bottom: 0;
}

.bottom-info .title a {
    color: var(--body-color);
}

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

.bottom-info .sub-title {
    margin-bottom: 0;
    color: var(--body-color);
    font-weight: 500;
    text-transform: capitalize;
}

.copyright-menu ul {
    margin-bottom: 0;
}

.copyright-menu li {
    display: inline-block;
}

.copyright-menu li a {
    color: var(--white-color);
}

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

.copyright-menu li:not(:last-child) {
    margin-right: 20px;
}

.contact-box2 {
    position: relative;
}

.contact-box2::before {
    position: absolute;
    content: "";
    width: 10000%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    top: 0px;
    left: 0px;
}

.contact-box2 .newsletter-style1 {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
}

.contact-box2 .title-area {
    margin-right: 40px;
}

.contact-box2 .search-btn {
    max-width: 417px;
}

.contact-box2 .title-area {
    margin-bottom: 0;
}

.contact-box2 .contact-body {
    text-align: end;
    padding: 40px 0;
}

.contact-box2 .widget_title {
    text-align: left;
}

.contact-box2 .vs-btn {
    background-color: var(--theme-color);
}

.contact-box2 .logo-area {
    background-color: var(--theme-color);
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.contact-box2 .logo-area::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
}


/* Extra large devices */

@media (max-width: 1500px) {
    .footer-layout1 {
        padding-top: 80px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .footer-layout1 {
        padding-top: 80px;
    }
    .footer-layout1 .footer-menu {
        gap: 0px;
    }
    .copyright-menu li:not(:last-child) {
        margin-right: 10px;
    }
    .footer-layout1.style2 .cta-layout1 {
        padding-right: 30px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .footer-layout1 .footer-text {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-layout1.style2 .cta-layout1 {
        padding-right: 0px;
    }
    .bottom-info {
        padding: 40px 0;
    }
    .bottom-info .copyright-img,
    .bottom-info .copyright-menu,
    .bottom-info .contact-body {
        display: block;
        text-align: center;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .footer-layout1 .footer-menu {
        gap: 0px;
    }
    .footer-layout1.style2 .cta-layout1 {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .newsletter-inner .newsletter-content {
        text-align: left;
    }
}


/* Extra small devices */


/*------------------- 4.4. Breadcrumb  -------------------*/

.breadcumb-menu span {
    display: inline-block;
    list-style: none;
    position: relative;
}

.breadcumb-menu span:after {
    content: "//";
    position: relative;
    font-size: 16px;
    color: var(--title-color);
    padding: 0 5px 0 10px;
}

@media (max-width: 767px) {
    .breadcumb-menu span:after {
        font-size: 20px;
        padding-top: 4px;
    }
}

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

.breadcumb-menu span {
    white-space: normal;
    color: var(--theme-color);
    word-break: break-word;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--title-font);
    display: inline-flex;
    align-items: center;
}

.breadcumb-menu span a {
    color: var(--title-color);
}

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

@media (max-width: 767px) {
    .breadcumb-menu span {
        font-size: 14px;
    }
}

.breadcumb-menu-wrap {
    text-align: center;
}

.breadcumb-title {
    color: var(--title-color);
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 115%;
    text-align: center;
}

@media (max-width: 767px) {
    .breadcumb-title {
        margin-bottom: 0px;
    }
}

.breadcumb-text {
    color: var(--silver-color);
    margin-bottom: 0;
    max-width: 50%;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .breadcumb-text {
        max-width: 73%;
    }
}

@media (max-width: 991px) {
    .breadcumb-text {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .breadcumb-text {
        max-width: 100%;
        font-size: 17px;
    }
}

.breadcumb-wrapper {
    padding: 80px 0;
    background-color: var(--title-color);
    position: relative;
    z-index: 1;
    /* Medium devices */
}

@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 50px 0;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .breadcumb-title {
        max-width: 100%;
        font-size: 40px;
    }
    .breadcumb-menu {
        margin-top: 15px;
    }
}


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

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

.vs-pagination ul {
    margin: 0;
    padding: 0;
}

.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;
}

.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: center;
    position: relative;
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-weight: 400;
    font-size: 20px;
    z-index: 1;
    background-color: var(--white-color);
    border-radius: 5px;
}

.post-pagi-box {
    display: flex;
    align-items: center;
}

.post-pagi-box>a {
    color: var(--title-color);
    font-weight: 700;
    font-size: 20px;
    font-family: var(--title-font);
}

.post-pagi-box>a:hover {
    color: var(--theme-color);
}

.post-pagi-box img {
    width: 80px;
    margin-right: 25px;
}

.post-pagi-box.next {
    flex-direction: row-reverse;
}

.post-pagi-box.next img {
    margin-right: 0;
    margin-left: 25px;
}

.pagi-icon {
    color: var(--theme-color);
    font-size: 40px;
}

.pagi-icon:hover {
    color: var(--theme-color);
}


/* Small devices */

@media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }
    .post-pagi-box>a {
        font-size: 12px;
    }
    .post-pagi-box img {
        width: 40px;
        margin-right: 15px;
    }
    .post-pagi-box.next img {
        margin-right: 0;
        margin-left: 15px;
    }
}

.vs-pagination {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-pagination span,
.vs-pagination a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background-color: var(--body-color);
    color: var(--title-color);
    text-transform: capitalize;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--theme-color);
}

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

.vs-pagination span:before,
.vs-pagination a:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    top: 3px;
    background-color: var(--vs-secondary-color);
    border-radius: inherit;
    transition: all ease 0.4s;
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.vs-pagination span.active:before,
.vs-pagination span:hover:before,
.vs-pagination a.active:before,
.vs-pagination a:hover:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.vs-pagination li {
    display: inline-block;
    margin: 0 2.5px;
    list-style-type: none;
}

.vs-pagination .pagi-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background-color: var(--body-color);
    color: var(--theme-color);
    text-transform: capitalize;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.vs-pagination .pagi-btn i {
    font-size: 20px;
    font-weight: 600;
}

.vs-pagination .pagi-btn.active,
.vs-pagination .pagi-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

@media (max-width: 767px) {
    .vs-pagination {
        gap: 5px;
    }
    .vs-pagination .pagi-btn {
        width: 35px;
        height: 35px;
    }
    .vs-pagination .pagi-btn i {
        font-size: 14px;
    }
    .vs-pagination ul {
        padding: 3px 3px;
    }
    .vs-pagination span,
    .vs-pagination a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .vs-pagination li {
        margin: 0 0;
    }
    .vs-pagination .pagi-btn {
        padding: 11px 15px;
        font-size: 12px;
    }
}


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

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    text-align: left;
    color: var(--title-color);
    background-color: var(--body-color);
    border-radius: 20px;
    padding: 35px 40px;
    margin: 35px 0;
}

blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 65%;
    width: 4px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}

blockquote p {
    font-family: inherit;
    color: var(--text-color);
    z-index: 3;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.6;
    position: relative;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 150%;
    margin-top: 20px;
    font-style: normal;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--theme-color);
}

blockquote .quote-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

blockquote.vs-quote cite {
    padding: 0;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

blockquote.vs-quote cite::before {
    position: static;
}

blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: var(--title-font);
    display: block;
    font-weight: 400;
}

.blog-category {
    margin-bottom: -10px;
}

.blog-category a {
    display: inline-block;
    color: var(--white-color);
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    background-color: var(--theme-color);
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--theme-color);
}

.blog-title a {
    color: inherit;
    display: inline-block;
}

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

.blog--layout2 {
    padding-top: 235px;
    margin-top: -155px;
}

.blog-group-imgs img {
    border-radius: 20px;
    width: 100%;
}

.vs-blog {
    border-radius: 20px;
    overflow: hidden;
}

.vs-blog .blog-video {
    border-radius: 20px;
    overflow: hidden;
}

.vs-blog .blog-video,
.vs-blog .blog-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.vs-blog .blog-video .play-btn,
.vs-blog .blog-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.vs-blog .blog-video .play-btn>i,
.vs-blog .blog-img .play-btn>i {
    font-size: 48px;
    color: var(--white-color);
    background-color: var(--theme-color);
}

.vs-blog .blog-video .play-btn::before,
.vs-blog .blog-video .play-btn::after,
.vs-blog .blog-img .play-btn::before,
.vs-blog .blog-img .play-btn::after {
    background-color: var(--theme-color);
}

.vs-blog .blog-video .play-btn:hover i,
.vs-blog .blog-img .play-btn:hover i {
    color: var(--white-color);
}

.vs-blog .blog-video .play-btn:hover::before,
.vs-blog .blog-video .play-btn:hover::after,
.vs-blog .blog-img .play-btn:hover::before,
.vs-blog .blog-img .play-btn:hover::after {
    background-color: var(--title-color);
}

.vs-blog .blog-video .slick-prev.slick-arrow,
.vs-blog .blog-img .slick-prev.slick-arrow {
    left: 5%;
}

.vs-blog .blog-video .slick-next.slick-arrow,
.vs-blog .blog-img .slick-next.slick-arrow {
    left: auto;
    right: 5%;
}

.vs-blog .blog-video__img,
.vs-blog .blog-img__img {
    width: 100%;
    transform: scale(1) rotate(0deg);
    transition: all 0.6s ease-in-out;
}

.vs-blog .blog-video::before,
.vs-blog .blog-video::after,
.vs-blog .blog-img::before,
.vs-blog .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: var(--title-color);
    right: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.vs-blog .blog-video::after,
.vs-blog .blog-img::after {
    top: 0;
    opacity: 0.35;
}

.vs-blog .blog-video::before,
.vs-blog .blog-img::before {
    bottom: 0;
    opacity: 0.35;
}

.vs-blog .blog-date {
    background-color: var(--white-color);
    color: var(--theme-color);
    font-family: var(--title-font);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    border: 5px solid var(--theme-color);
    height: 60px;
    line-height: normal;
    z-index: 2;
    transition: all 0.5s ease;
}

.vs-blog .blog-date strong {
    display: block;
    color: var(--theme-color);
    line-height: 100%;
    font-size: 24px;
    font-weight: 700;
}

.vs-blog .blog-title {
    font-size: 24px;
    line-height: 1.41666667;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--theme-color);
}

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

.vs-blog .blog-content {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 0 0 20px 20px;
    transition: all 0.5s ease;
}

@media (max-width: 1199px) {
    .vs-blog .blog-content {
        padding: 15px;
    }
}

.vs-blog .vs-btn {
    background-color: var(--theme-color);
    display: inline-block;
    padding: 8px 32px;
    height: 40px;
    line-height: 170%;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 10px;
}

.vs-blog .btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-sidebar2 .blog-title {
    font-size: 40px;
}

.blog-layout1 .blog-content {
    padding: 35px 30px 30px 30px;
}

.blog-layout1 .blog-date {
    transform: rotate(-90deg);
    bottom: 41%;
    left: -17%;
    height: auto;
}

.blog-style1 {
    border-bottom: 2px solid var(--theme-color);
    transition: all 0.5s ease;
}

.blog-style1 .blog-content {
    background-color: var(--body-color);
    padding: 25px 40px 40px;
}

.blog-style1:hover {
    border-color: var(--title-color);
}

.blog-style1:hover .blog-content {
    background-color: var(--secondary-color);
    border-color: var(--theme-color);
}

.blog-style1:hover .blog-img__img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.blog-style1:hover .blog-img::before,
.blog-style1:hover .blog-img::after {
    height: 100%;
}

.blog-style1:hover .blog-date {
    background-color: var(--secondary-color);
    border-color: var(--white-color);
}

.blog-style1:hover .blog-date strong,
.blog-style1:hover .blog-date span {
    color: var(--white-color);
}

.blog-style1:hover .blog-title {
    border-color: var(--body-color);
}

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

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

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

.blog-style1:hover .blog-meta a i {
    color: var(--body-color);
}

.blog-style1:hover .blog-meta a:hover i {
    color: var(--title-color);
}

.blog-style1:hover .blog-text {
    color: var(--body-color);
}

.blog-style1:hover .vs-btn {
    color: var(--theme-color);
    background-color: var(--white-color);
}

.blog-style1:hover .vs-btn::after,
.blog-style1:hover .vs-btn::before {
    background-color: var(--title-color);
}

.blog-style1:hover .vs-btn:hover {
    color: var(--white-color);
}

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

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

.blog-style1:hover .member-links {
    background-color: var(--title-color);
}

.blog-style1:hover .member-links a {
    color: var(--white-color);
}

.social-media {
    position: relative;
    cursor: pointer;
}

.social-media .member-links {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 40px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 10px;
    padding: 12px 0;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-style: preserve-3d;
    transform: scaley(0);
    transform-origin: bottom;
}

.social-media .member-links a {
    color: var(--white-color);
    font-size: 14px;
    display: block;
    transition: all 0.5s ease;
}

.social-media .member-links a:not(:last-child) {
    margin-bottom: 5px;
}

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

.social-media .member-links.active {
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.social-media:hover .member-links {
    visibility: visible;
    opacity: 1;
    transform: scaley(1);
}

.blog-meta {
    margin-bottom: 22px;
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: var(--text-color);
}

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

.blog-meta span i,
.blog-meta a i {
    margin-right: 5px;
    color: var(--text-color);
    transition: all 0.5s ease;
}

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

.blog-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.blog-meta>i {
    font-size: 18px;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

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

.list-style1 ul li {
    color: var(--text-color);
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
    font-weight: 400;
    font-family: var(--body-font);
    line-height: 160%;
}

.list-style1 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.list-style1 ul li i {
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 4px;
}

.title-shep {
    position: relative;
    padding-bottom: 10px;
}

.title-shep:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 6px;
    background-color: var(--theme-color);
    border-radius: 10px;
}

.title-shep:after {
    content: "";
    position: absolute;
    left: 65px;
    bottom: 0px;
    width: 20px;
    height: 6px;
    background-color: var(--theme-color);
    border-radius: 10px;
}

.blog-inner-title {
    font-size: 40px;
    margin-top: -0.2em;
    margin-bottom: 40px;
    line-height: 125%;
}

.blog-single {
    position: relative;
    margin-bottom: 30px;
    background: var(--white-color);
    padding: 0.1px 0 0.1px 0;
    border: 1px solid var(--border-color);
}

.blog-single .blog-inner-img {
    margin-bottom: 25px;
}

.blog-single .blog-meta {
    margin: -0.2em 0 20px 0;
}

.blog-single .blog-title {
    font-size: 30px;
    margin-bottom: 17px;
}

.blog-single .link-btn {
    width: fit-content;
    display: block;
    margin-top: 26px;
}

.blog-single .blog-date {
    color: var(--body-color);
}

.blog-single .blog-date i {
    color: var(--theme-color);
    margin: 0 10px 0 0;
}

.blog-single .share-links-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    font-family: var(--title-font);
    display: inline-block;
    line-height: 150%;
}

.blog-single .share-links {
    margin: 50px 0 80px 0;
    padding: 40px 0 20px;
    border-top: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.blog-single .share-links .tagcloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 0;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-single .share-links .tagcloud .share-links-title {
    margin-right: 10px;
}

.blog-single .share-links .tagcloud a {
    border-radius: 0;
    color: var(--text-color);
    background-color: var(--body-color);
    text-transform: capitalize;
    display: inline-flex;
    font-family: var(--body-font);
    align-items: center;
    padding: 7px 10px;
    min-height: 30px;
    border: 0;
    font-weight: 400;
    border-radius: 5px;
}

.blog-single .share-links .tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.blog-single .blog-content {
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding: 0;
    position: relative;
    background-color: transparent;
}

.blog-single .blog-audio {
    line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color);
}

.blog-single .blog-audio::before,
.blog-single .blog-img::before {
    display: none;
}

.blog-single .blog-audio::after,
.blog-single .blog-img::after {
    opacity: 0.3;
    height: 100%;
}

.blog-single .blog-audio img,
.blog-single .blog-audio>*,
.blog-single .blog-img img,
.blog-single .blog-img>* {
    border-radius: 5px 5px 0 0;
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 5px;
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.blog-single .social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-single .social-links a {
    transition: all 0.5s ease;
}

.blog-single .social-links a:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.blog-single .social-links .share-links-title {
    margin-right: 10px;
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-links li {
    display: inline-block;
}

.social-links li:not(:last-child) {
    margin-right: 5px;
}

.social-links a {
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    border: none;
}

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

.blog-author {
    background-color: var(--theme-color);
    padding: 40px;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.blog-author .media-img {
    width: 100%;
    max-width: 180px;
    margin-right: 30px;
}

.blog-author .media-img img {
    border-radius: 20px;
}

.blog-author .title-shep {
    padding-bottom: 15px;
}

.blog-author .title-shep::after,
.blog-author .title-shep::before {
    background-color: var(--theme-color);
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: var(--white-color);
    margin-bottom: 5px;
}

.blog-author .author-name a {
    color: var(--white-color);
}

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

.blog-author .author-degi {
    color: var(--body-color);
    margin-bottom: 24px;
}

.blog-author .author-text {
    margin-bottom: 0px;
}

.blog-author .social-links {
    position: absolute;
    top: 30px;
    right: 30px;
}

.blog-author .social-links a {
    color: var(--theme-color);
    background-color: var(--white-color);
}

.blog-author .social-links a:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.blog-details .blog-single {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: none;
}

.blog-details .blog-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.blog-details .blog-img img {
    width: 100%;
}

.blog-details .blog-img .blog-tag {
    background-color: var(--theme-color);
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    color: var(--body-color);
    padding: 17px 40px;
    position: absolute;
    top: 40px;
    left: 40px;
    transition: all 0.5s ease;
}

.blog-details .blog-img .blog-tag:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.blog-details .blog-img::after {
    display: none;
}

.blog-details .blog-img .blog-meta {
    position: absolute;
    bottom: 30px;
    background-color: var(--theme-color);
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding: 17px 40px;
    text-align: center;
    width: 100%;
    max-width: 645px;
    justify-content: space-between;
    border-left: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
}

.blog-details .blog-img .blog-meta a {
    color: var(--white-color);
}

.blog-details .blog-img .blog-meta a i {
    color: var(--white-color);
    margin-right: 10px;
    transition: all 0.5s ease;
}

.blog-details .blog-img .blog-meta a:hover i {
    color: var(--title-color);
}

.blog-details .blog-content {
    margin: 0;
}

.blog-details .blog-title {
    font-size: 40px;
    line-height: 120%;
    border: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.blog-text {
    color: var(--text-color);
}

.blog-standard .blog-date {
    left: 30px;
    transform: unset;
}

.blog-standard .vs-blog .vs-btn {
    padding: 17px 41px;
}

.blog-standard .vs-blog .blog-content {
    padding: 55px 40px 50px;
}

.blog-standard .vs-blog .blog-title {
    font-size: 30px;
    margin-bottom: 10px;
}

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

.blog-style2 {
    display: inline-flex;
    align-items: center;
    background-color: var(--body-color);
    border-right: 2px solid var(--theme-color);
    transition: all 0.5s ease;
}

.blog-style2 .blog-title {
    font-size: 24px;
}

.blog-style2 .blog-content {
    background-color: transparent;
}

.blog-style2 .blog-img {
    max-width: 420px;
    width: 100%;
}

.blog-style2 .blog-img img {
    width: 100%;
}

.blog-style2 .blog-date {
    top: 20px;
    left: 20px;
}

.blog-style2:hover {
    background-color: var(--secondary-color);
    border-color: var(--title-color);
}

.blog-style2:hover .blog-content {
    border-color: var(--theme-color);
}

.blog-style2:hover .blog-img__img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}

.blog-style2:hover .blog-img::before,
.blog-style2:hover .blog-img::after {
    height: 100%;
}

.blog-style2:hover .blog-date {
    background-color: var(--secondary-color);
    border-color: var(--white-color);
}

.blog-style2:hover .blog-date strong,
.blog-style2:hover .blog-date span {
    color: var(--white-color);
}

.blog-style2:hover .blog-title {
    border-color: var(--body-color);
}

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

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

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

.blog-style2:hover .blog-meta a i {
    color: var(--body-color);
}

.blog-style2:hover .blog-meta a:hover i {
    color: var(--title-color);
}

.blog-style2:hover .blog-text {
    color: var(--body-color);
}

.blog-style2:hover .vs-btn {
    color: var(--theme-color);
    background-color: var(--white-color);
}

.blog-style2:hover .vs-btn::after,
.blog-style2:hover .vs-btn::before {
    background-color: var(--title-color);
}

.blog-style2:hover .vs-btn:hover {
    color: var(--white-color);
}

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

.blog-style2:hover .icon-btn:hover {
    color: var(--title-color);
    background-color: var(--white-color);
}

.blog-style2:hover .member-links {
    background-color: var(--title-color);
}

.blog-style2:hover .member-links a {
    color: var(--white-color);
}


/* Large devices */

@media (max-width: 1199px) {
    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px;
    }
    blockquote cite {
        font-size: 16px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }
    .blog-single .blog-title {
        font-size: 24px;
    }
    .blog-details .blog-title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .blog-meta span,
    .blog-meta a {
        font-size: 14px;
    }
    .blog-style3 .blog-content {
        padding: 25px 25px 30px 25px;
    }
    .blog-style4 {
        padding: 10px;
    }
    .blog-style4 .blog-content {
        padding: 0 15px 20px 15px;
    }
    .blog-style4 .blog-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .blog-style2 {
        display: block;
        border: none;
    }
    .blog-style2 .blog-img {
        max-width: 100%;
    }
    .blog-style2 .blog-content {
        padding: 30px;
    }
    .blog-author {
        padding: 30px;
        display: block;
        text-align: center;
    }
    .blog-author .social-links {
        position: relative;
        top: 30px;
        right: unset;
        text-align: center;
        justify-content: center !important;
    }
    .blog-author .media-img {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .blog-details .blog-img {
        margin-bottom: 40px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .vs-blog .blog-title {
        font-size: 22px;
    }
    .blog-details .blog-img {
        margin-bottom: 40px;
    }
    .blog-details .blog-title {
        font-size: 32px;
    }
    .blog-single .social-links {
        justify-content: start;
    }
    .vs-blog .blog-video .play-btn>i {
        font-size: 22px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    blockquote.vs-quote {
        padding: 40px 15px;
    }
    blockquote.vs-quote p {
        line-height: 1.8;
        font-size: 16px;
    }
    blockquote.vs-quote cite {
        padding: 0;
        margin-top: 10px;
    }
    .blog-inner-title {
        font-size: 26px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px;
    }
    .blog-single .blog-title {
        font-size: 20px;
    }
    .blog-details .blog-title {
        font-size: 28px;
    }
    .vs-blog .blog-img .play-btn>i {
        font-size: 24px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .blog-meta {
        display: block;
    }
    .blog-details .blog-img .blog-meta {
        padding: 10px;
        bottom: 5px;
        max-width: 90%;
    }
    .blog-details .blog-img .blog-tag {
        top: 5px;
        left: 5px;
        padding: 10px 20px;
    }
}

@media (max-width: 399px) {
    .blog-layout1 .blog-content {
        padding: 25px 20px 40px;
    }
    .blog-layout1 .blog-date {
        width: initial;
    }
    .blog-style1 .blog-content {
        padding: 25px 20px 40px;
    }
}


/*------------------- 4.7. Comments  -------------------*/

.comment-respond {
    margin: var(--blog-space-y, 70px) 0 30px 0;
    position: relative;
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}

.comment-respond .custom-checkbox.notice {
    margin-top: 0px;
    margin-bottom: 25px;
}

.comment-respond .form-control {
    background-color: var(--body-color);
    border: none;
    height: 60px;
    border-radius: 6px;
    color: #000;
}

.comment-respond .form-control::placeholder {
    color: var(--text-color);
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
}

.comment-respond input[type=checkbox]:checked~label:before {
    border: 1px solid var(--border-color);
    color: var(--theme-color);
}

.comment-respond .custom-checkbox>label {
    color: var(--text-color);
}

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

.comment-respond .vs-btn {
    font-weight: 700;
    padding: 17px 40px;
    border-radius: 30px;
    height: auto;
    line-height: 165%;
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0;
}

.question-form .form-control,
.review-form .form-control {
    background-color: var(--white-color);
    color: var(--title-color);
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    height: 50px;
}

.question-form .form-control::placeholder,
.review-form .form-control::placeholder {
    color: var(--title-color);
}

.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center;
}

.question-form .rating-select label,
.review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color);
}

.vs-comments-wrap {
    margin: var(--blog-space-y, 68px) 0 var(--blog-space-y, 0px) 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;
    align-items: center;
    position: relative;
    padding: 30px;
    background: var(--body-color);
    border-radius: 20px;
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    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: 130px;
    height: 130px;
    margin-right: 20px;
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 20px;
}

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

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative;
}

.vs-comments-wrap .comment-content .text {
    color: var(--text-color);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.7;
}

.vs-comments-wrap .commented-on {
    font-size: 16px;
    display: inline-flex;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 400;
    color: var(--title-color);
    font-family: var(--body-font);
    align-items: center;
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 20px;
    color: var(--secondary-color);
}

.vs-comments-wrap .name {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}

.vs-comments-wrap .children {
    margin: 20px 0 20px 100px;
    padding: 0;
    list-style-type: none;
}

.vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.vs-comments-wrap .replay-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    font-family: var(--title-font);
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 30px;
    padding: 12px 30px;
    transition: all 0.5s ease;
}

.vs-comments-wrap .replay-btn:hover {
    background-color: var(--title-color);
}

.vs-comments-wrap .star-rating {
    font-size: 14px;
    margin-bottom: 7px;
    top: 0;
    right: 0;
    width: 95px;
}

.vs-comments-wrap .star-rating::before {
    color: var(--theme-color);
}

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


/* Large devices */

@media (max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
        display: block;
    }
    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }
    .vs-comments-wrap .comment-top {
        display: block;
    }
    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .vs-comments-wrap .children {
        margin-left: 40px;
    }
    .vs-comments-wrap .reply_and_edit {
        position: relative;
        top: 0;
        margin: 15px 0 0 0;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px;
    }
    .vs-comments-wrap .name {
        font-size: 18px;
    }
    .comment-respond .form-inner {
        padding: 30px 15px;
    }
}


/*------------------- 4.8. Hero Area  -------------------*/

.hero-layout1 {
    position: relative;
    overflow: hidden;
}

.hero-layout1 .hero-content {
    position: relative;
    z-index: 1;
    border-radius: 13px 0 0 13px;
}

.hero-layout1 .hero-content .vs-btn2 {
    text-transform: uppercase;
    border: 2px solid #65B047;
    padding: 2px 5px 2px 28px;
    background: rgb(23, 167, 191);
    background: linear-gradient(85deg, rgb(23, 167, 191) 0%, rgb(103, 184, 70) 72%);
}

.hero-layout1 .hero-content .vs-btn2:hover {
    color: var(--title-color);
    border-color: var(--theme-color);
}

.hero-layout1 .hero-content .vs-btn2:hover i {
    color: var(--title-color);
    background-color: var(--white-color);
}

.hero-layout1.style2 {
    background-color: var(--white-color);
}

.hero-layout1.style2 .hero-item {
    border-radius: 20px;
    overflow: hidden;
    padding: 100px 0;
}

.hero-item {
    position: relative;
    padding: 35px 0 35px;
}

.hero-subtitle {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: capitalize;
    display: inline-flex;
    align-items: end;
    margin-bottom: 38px;
    line-height: 150%;
}

.hero-subtitle .icon {
    margin-right: 12px;
}

.hero-title {
    font-size: 50px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 125%;
    margin-bottom: 20px;
}

.hero-title span {
    color: var(--theme-color);
    position: relative;
}

.hero-title span::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6px;
    height: 2px;
    background-color: var(--theme-color);
}

.hero-item2 {
    padding: 115px 0;
}

.hero-item2.style2 {
    padding: 240px 0;
    border-bottom: 5px solid var(--theme-color);
}

.hero-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-right: 40px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.hero-layout3 {
    position: relative;
    max-height: 638px;
    background: #F8EBE5;
    background: linear-gradient(90deg, rgb(248, 235, 229) 0%, rgba(209, 102, 85, 0.43) 100%);
    overflow: hidden;
}

.hero-layout3 .hero-item {
    position: relative;
    padding: 100px 0px 100px 335px;
}

.hero-layout3 .hero-img {
    animation-delay: 0.5s;
}

.hero-layout3 .offer-price {
    color: var(--text-color);
    font-weight: 700;
    font-size: 16px;
    animation-delay: 0.5s;
}

.hero-layout3 .hero-content {
    padding-left: 60px;
}

.hero-layout3 .hero-title {
    animation-delay: 0.5s;
}

.hero-layout3 .hero-text {
    padding-right: 0;
    animation-delay: 0.7s;
}

.hero-layout3 .vs-btn {
    padding: 17px 36px;
    animation-delay: 0.9s;
}

.hero-layout3 .slick-current {
    --animation-name: slideinup;
}

.element1 {
    animation: sway-left 4s infinite ease-in-out;
}

.element2 {
    animation: sway-left 6s infinite ease-in-out;
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .hero-layout3 .hero-item2 {
        right: -30%;
    }
    .hero-layout3 .hero-item {
        left: -360px;
    }
}

@media (max-width: 1299px) {
    .hero-layout3 {
        height: auto;
        overflow: hidden;
        max-height: 100%;
        padding: 80px 0;
    }
    .hero-layout3 .hero-item {
        padding: 0;
    }
    .hero-layout3 .hero-content {
        margin-left: 0px;
        padding: 0;
    }
    .hero-layout3 .hero-btns {
        bottom: 0;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .hero-layout3 .hero-title {
        margin: 0;
    }
    .hero-layout3 .hero-item {
        text-align: center;
    }
    .hero-layout3 .hero-content {
        padding: 0;
    }
}


/* Small devices */

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


/* Extra small devices */

@media (max-width: 575px) {
    .hero-title {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .hero-item {
        position: relative;
        padding: 2px 0 20px;
    }
    .hero-text {
        font-size: 13px;
    }
    .hero-layout1 .hero-content {
        padding: 40px 0px 0px 2px;
    }
    .hero-layout1.style2 .hero-content {
        padding: 0;
    }
    .hero-content {
        position: absolute;
        top: 55px;
    }
}


/*------------------- 4.9. Error  -------------------*/

.error-content .sec-title,
.comming-content .sec-title {
    font-size: 260px;
    font-weight: 800;
    line-height: 1;
    color: var(--white-color);
    margin: 0 0 0px 0;
}

.error-content .sec-title2,
.comming-content .sec-title2 {
    font-size: 40px;
    margin: 0 0 10px 0;
}

.error-content .sec-title2>span,
.comming-content .sec-title2>span {
    color: var(--theme-color);
}

.error-content .error-content__text,
.comming-content .error-content__text {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 35px;
}

.comming-content .sec-title {
    font-size: 25px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .comming-content .sec-title {
        font-size: 18px;
    }
}

.comming-content .sec-title2 {
    font-size: 60px;
    color: var(--white-color);
}

@media (max-width: 767px) {
    .comming-content .sec-title2 {
        font-size: 30px;
    }
}

.error-text {
    color: var(--text-color);
}

.error-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

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

.error-style1 {
    overflow: hidden;
}


/*------------------- 4.10. Feature  -------------------*/

.feature-icon {
    width: 100%;
    max-width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--theme-color);
    border-radius: 10px;
    display: block;
    text-align: center;
}

.feature-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
}

.feature-title a {
    color: var(--title-color);
    transition: all 0.5s ease;
}

.feature-text {
    color: var(--text-color);
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.feature-style1 {
    background-color: var(--body-color);
    padding: 15px 20px;
    border-radius: 20px;
    border-bottom: 3px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.feature-style1 .feature-icon {
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.feature-style1 .feature-icon i {
    transition: all 0.5s ease;
    font-size: 47px;
    color: #fff;
    margin-top: 8px;
}

.feature-style1:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.feature-style1:hover .feature-text {
    color: #fff;
}

.feature-style1:hover .feature-icon {
    background-color: var(--white-color);
}

.feature-style1:hover .feature-icon i {
    transform: rotate(360deg);
    color: var(--theme-color);
}

.feature-style2 {
    text-align: center;
}

.feature-style2 .feature-img {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.feature-style2 .feature-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.feature-style2 .feature-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    background: #D16655;
    background: linear-gradient(179deg, rgba(209, 102, 85, 0) 0%, rgba(209, 102, 85, 0.71) 100%);
    transition: all 0.5s ease;
}

.feature-style2 .feature-title {
    font-size: 20px;
}

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

.feature-style2:hover .feature-img::after {
    height: 100%;
}

.feature-style2:hover .feature-img img {
    transform: scale(1.1);
}


/* Extra large devices */

@media (max-width: 1500px) {
    .feature-style1 {
        padding: 20px;
    }
}

@media (max-width: 399px) {
    .feature-style2 .feature-title {
        font-size: 15px;
    }
}


/*------------------- 4.11. About  -------------------*/

.about-layout1 .about-img {
    border-radius: 20px;
    overflow: hidden;
}

.about-layout1 .about-img img {
    transform: scale(1);
    transition: all 0.5s ease;
    width: 100%;
}

.about-layout1 .about-img:hover img {
    transform: scale(1.1);
}

.about-layout1 .sec-title {
    margin-bottom: 0;
    max-width: 25ch;
}

.about-layout1 .about-text {
    color: var(--text-color);
    max-width: 65ch;
}

.about-layout1 .title-area {
    margin-bottom: calc(var(--section-title-space) - 35px);
}

.about-layout1 .list-style1 {
    margin-bottom: 40px;
}

.about-layout1 .list-style1 .list-unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-layout1 .list-style1 .list-unstyled li {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #565656;
    font-family: var(--title-font);
    padding-left: 50px;
    line-height: 40px;
}

.about-layout1 .list-style1 .list-unstyled li i {
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white-color);
    border-radius: 10px;
}

.about-layout1 .about-box {
    display: inline-flex;
    align-items: center;
}

.about-layout1 .about-box .about-img {
    margin-right: 30px;
}

.about-layout1 .vs-btn {
    padding: 12px 34px;
}

.video-style1 {
    padding: 140px 0;
}

.video-style1 .sec-title {
    color: var(--white-color);
    font-size: 40px;
    max-width: 15ch;
    margin: 0 auto 50px auto;
}

.video-style1 .video-btn .play-btn i {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.video-style1 .video-btn .play-btn:hover i {
    color: var(--theme-color);
    background-color: var(--white-color);
}

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

.author-details .author-img {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.author-details .author-img img {
    transform: scale(1);
    transition: all 0.5s ease;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.author-details .author-img:hover img {
    transform: scale(1.1);
}

.author-details .author-content .text {
    color: var(--text-color);
}

.author-details .social-title {
    font-size: 30px;
}

.author-details .author-social {
    margin-top: 45px;
}

.author-details .border-line {
    bottom: 0;
    left: 50%;
    max-width: 90%;
    transform: translate(-50%, -50%);
}


/* Medium Large devices */

@media (max-width: 1399px) {
    .about-layout1 .list-style1 .list-unstyled li {
        align-items: start;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .about-layout1 .sec-title {
        font-size: 32px;
        max-width: 100%;
    }
    .about-layout1 .list-style1 .list-unstyled li {
        align-items: center;
        line-height: inherit;
    }
    .about-layout1 .list-style1 .list-unstyled li i {
        top: auto;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .about-layout1 .list-style1 .list-unstyled li {
        font-size: 16px;
    }
    .video-style1 {
        padding: 80px 0;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .about-layout1 .about-box {
        display: block;
    }
    .about-layout1 .about-box .about-img {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .about-layout1 .list-style1 .list-unstyled {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/*------------------- 4.12. Counter  -------------------*/

.counter-style1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.counter-style1 .counter-line {
    display: block;
    position: relative;
}

.counter-style1 .counter-line::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 120px;
    background-color: var(--white-color);
    right: -15px;
    top: 50%;
    transform: translateY(-80%);
}

.counter-style1 .counter-line .icon {
    position: absolute;
    right: -19px;
    top: -35px;
    z-index: 1;
}

.counter-style1 .media-count {
    display: inline-flex;
    font-family: var(--title-font);
    margin-bottom: 8px;
}

.counter-style1 .media-title {
    margin-bottom: 0;
}

.counter-style1 .media-title {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    margin: 0;
}

.counter-style1 .media-text {
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 100%;
}

.counter-style1 .count-icon {
    color: var(--white-color);
    font-size: 48px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    line-height: normal;
}

.counter-layout1 {
    padding: 70px 0;
}


/* Medium devices */

@media (max-width: 991px) {
    .counter-style1 {
        gap: 10px;
    }
    .counter-style1 .counter-line {
        display: none;
    }
    .counter-style1 .count-icon,
    .counter-style1 .media-title {
        font-size: 32px;
    }
    .counter-style1 .media-text {
        font-size: 16px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .counter-style1 {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .counter-style1 .count-icon,
    .counter-style1 .media-title {
        font-size: 48px;
    }
    .counter-style1 .media-text {
        font-size: 20px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .counter-style1 {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        gap: 20px;
    }
    .counter-style1 .media-text {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .counter-style1 {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 30px;
    }
    .counter-style1 .media-text {
        font-size: 16px;
    }
}


/*------------------- 4.13. Simple Sections  -------------------*/

.work--layout1 {
    background-size: contain;
    background-position: right;
    background-color: var(--theme-color);
}

@media (max-width: 1199px) {
    .work--layout1 {
        background-size: cover;
    }
}

.work-right {
    padding-right: 57px;
}

.work-list {
    position: relative;
    z-index: 1;
}

.work-list::before {
    position: absolute;
    content: "";
    height: 85%;
    width: 4px;
    background-color: var(--white-color);
    z-index: -1;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.work-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 80px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .work-item {
        padding-right: 0;
    }
}

.work-item:last-child {
    margin-bottom: 0;
}

.work-item__icon {
    min-width: 70px;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--title-color);
    border-radius: 0%;
}

.work-item__title {
    color: var(--white-color);
    margin-bottom: 4px;
    font-size: 24px;
}

.work-item__text {
    color: var(--white-color);
    margin-bottom: 0;
}


/*------------------- 4.14. Testimonial  -------------------*/

.vs-testi__layout1 {
    position: relative;
    overflow: hidden;
}

.vs-testi__layout1 .title-area .sec-subtitle {
    font-weight: 700;
    font-size: 20px;
    background-color: var(--white-color);
}

.vs-testi__layout1 .title-area .sec-title {
    font-size: 50px;
    color: var(--title-color);
}

.vs-testi__layout1 .custom-arraw .icon-btn {
    border: none;
}

.vs-testi__layout1 .custom-arraw::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11%;
    height: 2px;
    background-color: var(--theme-color);
}

.vs-testi__layout1 .custom-arraw::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 71%;
    height: 2px;
    background-color: var(--theme-color);
}

.vs-testi__layout2 {
    background-color: var(--body-color);
}

.vs-testi__layout2 .vs-testi__style1 {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.vs-testi__layout2 .vs-testi__style1 .vs-testi__image {
    border: 2px solid var(--secondary-color);
}

.vs-testi__layout2 .vs-testi__style1 .img1 {
    padding: 3px;
    background-color: transparent;
}

.vs-testi__layout2 .vs-testi__style1:hover {
    background-color: var(--theme-color);
}

.vs-testi__layout2 .vs-testi__style1:hover .icon {
    background-color: var(--title-color);
}

.vs-testi__layout2 .vs-testi__style1:hover .vs-testi__image {
    border-color: var(--white-color);
}

.vs-testi__layout2 .vs-testi__style1:hover .star-rating i {
    color: var(--white-color);
}

.vs-testi__layout2 .vs-testi__style1:hover .vs-testi__text,
.vs-testi__layout2 .vs-testi__style1:hover .text-highlight,
.vs-testi__layout2 .vs-testi__style1:hover .vs-testi__desi,
.vs-testi__layout2 .vs-testi__style1:hover .vs-testi__title {
    color: var(--white-color);
}

.vs-testi__style2 {
    background-color: var(--body-color);
    border-bottom: 3px solid var(--theme-color);
    padding: 40px 30px 30px;
    border-radius: 20px 175px 20px 20px;
    position: relative;
}

.vs-testi__style2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 25px 155px 25px 25px;
    transition: all 0.5s ease;
}

.vs-testi__style2:hover {
    border-color: var(--secondary-color);
}

.vs-testi__style2:hover::after {
    background-color: var(--secondary-color);
}

.vs-testi__style2 .vs-testi__text {
    max-width: 50ch;
    font-size: 14px;
    line-height: 170%;
    color: #616669;
}

.vs-testi__style2 .quote-icon {
    position: absolute;
    right: 20px;
    bottom: 30px;
    max-width: 54px;
}

.vs-testi__style2 .quote-icon img {
    width: 100%;
}

.vs-testi__style2 .vs-testi__image {
    max-width: 120px;
    max-height: 120px;
    border-radius: 50% 50% 20px 50%;
}

.vs-testi__style2 .vs-testi__image img {
    width: 100%;
    border-radius: 50% 50% 20px 50%;
}

.vs-testi__style2 .star-rating i {
    font-size: 18px;
}

.vs-testi__style2 .star-rating i:not(:last-child) {
    margin-right: 2px;
}

.vs-testi__style2 .vs-testi__title {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 2px;
}

.vs-testi__style2 .vs-testi__desi {
    font-size: 14px;
    line-height: 172%;
}

.vs-testi__style2 .vs-testi__top {
    margin-bottom: 25px;
}

.vs-testi__inner {
    z-index: 0;
    position: relative;
    padding-left: 30px;
    padding-top: 100px;
}

.vs-testi__inner .title-area {
    padding-right: 70px;
    margin-bottom: 40px;
}

.vs-testi__inner .title-area .sec-title {
    margin-bottom: 15px;
}

.vs-testi__inner .title-area .sec-text {
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.vs-testi__top {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.vs-testi__title {
    color: var(--title-color);
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 120%;
}

.vs-testi__image {
    max-width: 82px;
    max-height: 82px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.vs-testi__image img {
    width: 100%;
    border-radius: 50%;
    background-color: var(--theme-color);
}

.vs-testi__text {
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.vs-testi__icon {
    color: var(--theme-color);
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 40px;
    top: 50px;
}

.vs-testi__desi {
    display: inline-block;
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--body-font);
}

.vs-testi__style1 {
    padding: 36px 40px 40px 0px;
    position: relative;
}

.vs-testi__items {
    position: relative;
}

.vs-testi__items::after {
    content: "";
    position: absolute;
    left: -77%;
    bottom: 0;
    width: 177%;
    height: 100%;
    background-color: var(--body-color);
    z-index: -1;
}

.text-highlight {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--text-color);
    font-family: var(--title-font);
    position: relative;
    padding-left: 40px;
}

.text-highlight img.icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--theme-color);
    padding: 9px;
    border-radius: 10px;
}

.banner-img {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-content {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 80px;
}

.banner-content .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.banner-content .banner-title {
    color: var(--white-color);
    margin-bottom: 12px;
}

.banner-content .vs-btn {
    color: var(--theme-color);
    background-color: var(--white-color);
    padding: 12px 31px;
}

.banner-content .vs-btn:hover {
    color: var(--white-color);
}

.custom-arraw {
    position: absolute;
    bottom: -80px;
    display: block;
    width: 96%;
    text-align: left;
}

.custom-arraw .slick-prev {
    left: 20.5%;
    position: relative;
}

.custom-arraw .slick-next {
    left: 8%;
    position: relative;
}

.custom-arraw .icon-arraw {
    display: inline-flex;
}

.star-rating {
    display: inline-flex;
    margin-bottom: 24px;
    gap: 2px;
}

.star-rating i {
    color: var(--theme-color);
}

.quote-icon {
    font-size: 80px;
    color: rgba(123, 123, 123, 0.137254902);
}

.testi-bg {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}

.testi-bg::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: var(--theme-color);
    z-index: 1;
}

.testi-bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(16, 156, 61);
    background: linear-gradient(180deg, rgba(0, 26, 8, 0.23) 0%, rgba(0, 0, 0, 0.41) 100%);
}

.testi-style2 {
    background-color: var(--title-color);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    max-height: 500px;
}

.testi-style2 .testi-content {
    padding: 68px 0px 68px 90px;
}

.testi-style2 .testi-content .testi-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 25px;
}

.testi-style2 .border-icon {
    margin-bottom: 38px;
}

.testi-style2 .title-area .sec-subtitle {
    color: var(--white-color);
}

.testi-style2 .title-area .desi {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.testi-style2 .slick-dots {
    position: absolute;
    top: 50%;
    margin: 0;
    right: -97%;
    transform: translateY(-50%);
}

.testi-style2 .slick-dots li {
    display: block;
    margin-right: 0;
}

.testi-style2 .slick-dots li:not(:last-child) {
    margin-bottom: 8px;
}

.testi-style2 .slick-dots li button {
    width: 8px;
    height: 36px;
}

.testi-style2 .testi-img {
    position: relative;
    z-index: 0;
}

.testi-style2 .testi-items {
    z-index: 1;
    position: relative;
}

.border-icon {
    display: inline-block;
    border: 2px dotted var(--theme-color);
    border-radius: 50%;
}

.border-icon .icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-color: var(--theme-color);
    margin: 2px;
    color: var(--white-color);
    font-size: 35px;
}


/* Extra large devices */

@media (max-width: 1500px) {
    .vs-testi__layout1 .custom-arraw .slick-next {
        left: 6%;
        position: relative;
    }
    .vs-testi__layout1 .vs-testi__inner {
        padding-left: 0;
        padding-top: 50px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .vs-testi__layout1 .custom-arraw {
        display: none;
    }
    .vs-testi__layout1 .vs-testi__inner {
        padding-left: 0;
        padding-top: 0px;
    }
    .vs-testi__style1 {
        padding: 55px 40px 55px 40px;
    }
    .vs-testi__items::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .blog-box2 {
        display: flex;
        gap: 30px;
        margin-top: 20px;
    }
    .testi-style2 {
        max-height: 100%;
        text-align: center;
    }
    .testi-style2 .testi-content {
        padding: 80px 30px 0px 30px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .blog-box2 {
        display: block;
        gap: 30px;
        margin-top: 20px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .vs-testi__form1 {
        padding: 30px 15px;
    }
    .vs-testi__form1 .vs-btn {
        text-transform: capitalize;
        padding: 20px;
    }
    .vs-testi__layout1 .title-area .sec-title {
        font-size: 32px;
    }
    .vs-testi__style1 {
        padding: 30px 20px;
    }
    .vs-testi__style1 .vs-testi__icon {
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 399px) {
    .vs-testi__style1,
    .vs-testi__style2 {
        border-radius: 20px;
        border: none;
    }
    .vs-testi__style1::after,
    .vs-testi__style2::after {
        display: none;
    }
    .vs-testi__style1 .vs-testi__top,
    .vs-testi__style2 .vs-testi__top {
        display: block;
        text-align: center;
    }
    .vs-testi__style1 .vs-testi__image,
    .vs-testi__style2 .vs-testi__image {
        margin: 0 auto 15px auto;
    }
    .vs-testi__style1 .star-rating,
    .vs-testi__style2 .star-rating {
        display: inline-flex;
        margin-bottom: 14px;
        gap: 1px;
    }
}


/*------------------- 4.15. 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: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    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;
    margin: 0 0 40px 0;
    background-color: transparent;
}

.sidemenu-wrapper .widget_title {
    border-bottom: 1px solid var(--theme-color);
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
}

.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;
}

.sidemenu-wrapper .sidemenu-text {
    color: var(--title-color);
}

.offcanvas-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;
}

.offcanvas-wrapper .closeButton {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    z-index: 33;
}

.offcanvas-wrapper .closeButton i {
    line-height: inherit;
}

.offcanvas-wrapper .closeButton:hover {
    color: var(--white-color);
    border-color: transparent;
    transform: rotate(90deg);
    background-color: var(--theme-color);
}

.offcanvas-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 50px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.offcanvas-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 50px;
}

.offcanvas-wrapper .footer-text {
    max-width: 100%;
}

.offcanvas-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.offcanvas-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}


/*------------------- 4.16. Forms Style  -------------------*/

.form-control[type=date]::-webkit-inner-spin-button,
.form-control[type=date]::-webkit-calendar-picker-indicator,
.form-control[type=time]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 100px;
    height: 50px;
    cursor: pointer;
    margin-right: -20px;
    position: relative;
    z-index: 9;
}

.form-style1 {
    background-color: var(--body-color);
    padding: 80px 60px;
    border-radius: 20px;
    transform: translateY(120px);
}

.form-style1 input {
    background-color: var(--theme-color);
    border-radius: 30px;
    border: none;
}

.form-style1 .form-group:focus i {
    color: var(--theme-color);
}

.form-style1 .form-control {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.form-style1 .form-group:last-child {
    margin-bottom: 0;
}

.form-style1 .form-group i {
    color: var(--body-color);
    top: 50%;
    transform: translateY(-50%);
}

.form-style1 .form-group:focus i {
    color: var(--theme-color) !important;
}

.form-style1 .sec-title {
    font-size: 40px;
}

.form-style1 .title-area {
    margin-bottom: 40px;
}

.form-style1 .vs-btn {
    margin-top: 20px;
    color: var(--title-color);
    background-color: var(--theme-color);
}

.form-style1 .vs-btn::after,
.form-style1 .vs-btn::before {
    background-color: var(--theme-color);
}

.form-style1 .vs-btn:hover {
    color: var(--white-color);
}


/* Large devices */

@media (max-width: 1199px) {
    .form-style1 {
        transform: unset;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .form-style1 .sec-title {
        font-size: 28px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .form-style1 {
        padding: 60px 15px;
    }
}


/*------------------- 4.17. Contact  -------------------*/

.contact-layout2 .contact-img img {
    border-radius: 20px 48% 20px 20px;
}

.contact-layout2 .form-style1 {
    transform: unset;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.contact-layout2 .form-style1 .form-group i {
    color: var(--text-color);
}

.contact-layout2 .form-style1 textarea,
.contact-layout2 .form-style1 input {
    border-radius: 6px;
    color: var(--text-color);
    background-color: var(--white-color);
    border: 1px solid transparent;
}

.contact-layout2 .form-style1 textarea::placeholder,
.contact-layout2 .form-style1 input::placeholder {
    color: var(--text-color);
}

.contact-layout2 .form-style1 textarea:focus,
.contact-layout2 .form-style1 input:focus {
    border-color: var(--theme-color);
}

.contact-layout2 .form-style1 textarea {
    padding-top: 0;
}

.contact-layout2 .form-style1 .nice-select {
    min-width: auto;
    font-size: 14px;
    font-family: var(--body-font);
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid transparent;
}

.contact-layout2 .form-style1 .nice-select .current {
    font-weight: 400;
}

.contact-layout2 .form-style1 .nice-select::after {
    border-color: var(--text-color);
}

.contact-layout2 .form-style1 .nice-select .list {
    background-color: var(--white-color);
    margin-bottom: 0;
}

.contact-layout2 .form-style1 .nice-select .list .selected.focus {
    color: var(--title-color);
}

.contact-layout2 .form-style1 .nice-select .list li:hover {
    color: var(--white-color);
}

.contact-layout2 .form-style1 .nice-select:focus {
    border-color: var(--theme-color);
}

.contact-layout2 .form-style1 select {
    font-size: 14px;
    font-weight: 400;
}

.contact-layout2 .form-style1 .vs-btn {
    color: var(--white-color);
    margin-top: 10px;
}

.contact-layout2 .form-style1 .vs-btn::before,
.contact-layout2 .form-style1 .vs-btn::after {
    background-color: var(--title-color);
}

.contact-layout2 .form-style1 .vs-btn:hover {
    background-color: var(--title-color);
}

.contact-layout2 .form-style1 .shape-mockup img {
    opacity: 0.5;
}

.media-style1 {
    background-color: var(--body-color);
    border-radius: 20px;
    padding: 38px 30px 30px 30px;
    transition: all 0.5s ease;
}

.media-style1 .media-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.media-style1 .media-icon {
    width: 100%;
    height: 80px;
    max-width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--theme-color);
}

.media-style1 .media-title {
    color: var(--theme-color);
    font-size: 30px;
    line-height: 135%;
    padding-right: 20px;
    margin: 0;
    transition: all 0.5s ease;
}

.media-style1 .media-text {
    color: var(--text-color);
    margin-bottom: 0;
    max-width: 28ch;
}

.media-style1:hover {
    background-color: var(--theme-color);
}

.media-style1:hover .media-title {
    color: var(--white-color);
}

.media-style1:hover .media-text {
    color: var(--white-color);
}


/* Extra large devices */

@media (max-width: 1500px) {
    .media-style1 .media-title {
        font-size: 28px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .contact-layout2 .contact-img img {
        width: 100%;
    }
    .contact-layout2 .title-area {
        text-align: center;
    }
    .media-style1 .media-title {
        font-size: 24px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .map-layout1 {
        margin-top: 0;
    }
    .map-layout1 .contact-media {
        display: none;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .contact-layout2 .form-style1 {
        transform: unset;
        padding: 60px 20px;
    }
}


/*------------------- 4.18. Newsletter  -------------------*/

.cta-layout1 {
    background-color: var(--theme-color);
    position: relative;
    overflow: hidden;
}

.cta-layout1 .cta-logo {
    padding: 40px 60px;
    background-color: #000;
    text-align: center;
    border-right: 1px solid var(--white-color);
    border-left: 1px solid var(--white-color);
}

.cta-layout1 .newsletter-form {
    text-align: right;
}

.cta-layout1 .search-btn {
    max-width: 620px;
}

.cta-layout1.style2 .search-btn {
    max-width: 530px;
}

.cta-layout1 .vs-btn {
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--title-color);
    z-index: 2;
    width: 100%;
    max-width: 160px;
    padding: 20px;
}

.cta-layout1 .vs-btn::before,
.cta-layout1 .vs-btn::after {
    background-color: var(--theme-color);
}

.cta-layout1 .vs-btn:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.subscribe-block--style1 {
    position: relative;
}

.subscribe-block--style1 .subscribe-block__field {
    height: 70px;
}

.subscribe-block--style1 .vs-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.newsletter-inner {
    display: inline-flex;
    align-items: center;
}

.newsletter-inner .newsletter-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.newsletter-inner .newsletter-icon img {
    width: 100%;
}

.newsletter-inner .newsletter_title {
    font-size: 24px;
    color: var(--white-color);
    line-height: 100%;
    margin: 0 0 3px 0;
}

.newsletter-inner .newsletter-text {
    margin-bottom: 0;
    color: var(--white-color);
}

.newsletter-inner .newsletter-content {
    position: relative;
    top: 5px;
}


/* Large devices */

@media (max-width: 1199px) {
    .cta-layout1 .cta-logo {
        padding: 40px 30px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .cta-layout1 {
        text-align: center;
        padding: 40px 0;
    }
    .cta-layout1 .cta-logo {
        padding: 0;
        background-color: transparent;
        margin-bottom: 30px;
        border: none;
    }
    .cta-layout1 .newsletter-inner {
        margin-bottom: 20px;
    }
    .cta-layout1 .newsletter-form {
        text-align: center;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .cta-layout1 .search-btn .form-control {
        padding: 0 5px 0 15px;
    }
    .cta-layout1 .vs-btn {
        padding: 0;
    }
}


/*------------------- 4.19. shop-sortbar  -------------------*/

.vs-sort-bar {
    margin-bottom: 40px;
}

.vs-sort-bar select {
    height: 50px;
    border: 1px solid #eee;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
    padding: 0 45px 0 25px;
    font-size: 16px;
    margin: 0;
    background-position: right 22px center;
}

.vs-sort-bar label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1;
}

.vs-sort-bar p.woocommerce-result-count {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--body-font);
    color: #2D2D2D;
}

.vs-sort-bar p.woocommerce-result-count span {
    color: #2D2D2D;
}

.nice-select {
    width: 100%;
    min-width: 242px;
    padding-right: 50px;
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--title-font);
    border: 1px solid var(--vs-border-color4);
    color: var(--title-color);
    background-color: var(--body-color);
    /* Small devices */
}

.nice-select:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.nice-select:hover::after {
    border-color: var(--white-color);
}

.nice-select .current {
    font-weight: 700;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
    border: 1px solid var(--vs-border-color4);
    box-shadow: none;
    font-size: 14px;
    z-index: 2;
    color: var(--title-color);
    border-radius: 6px;
    background-color: var(--body-color);
    margin-bottom: 0;
}

.nice-select .list .option.selected {
    color: var(--white-color);
}

.nice-select .list .option.selected:not(:hover) {
    color: var(--title-color);
}

.nice-select .list .option:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.nice-select::after {
    border-bottom: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
    height: 8px;
    margin-top: -4px;
    right: 25px;
    width: 8px;
}

@media (max-width: 767px) {
    .nice-select {
        margin-left: auto;
        margin-right: auto;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .nice-select {
        min-width: 100%;
    }
}


/*------------------- 4.20. woocommerce  -------------------*/

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid var(--theme-color);
    padding: 11px 20px;
    background-color: var(--smoke-color);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: var(--title-font);
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: transparent;
    border-radius: 10px;
    font-size: 16px;
    padding: 11px 20px;
    font-family: var(--title-font);
    margin-bottom: 40px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
    top: 1px;
    position: relative;
}

.woocommerce-Reviews .vs-comments-wrap {
    margin-top: 0;
}

.woocommerce-Reviews .star-rating:before {
    display: block;
}

.quantity {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
}

.quantity>label {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 20px 0 0;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quantity input {
    padding: 0 10px 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid var(--smoke-color);
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.rating-select {
    margin-top: -0.4em;
}

.rating-select label {
    margin: 0 10px 0 0;
    display: inline-block;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .rating-select p.stars a {
        width: 14px;
    }
}

.rating-select p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
    line-height: 1;
    font-family: var(--icon-font);
    content: "\f005";
    font-weight: 400;
    text-indent: 0;
    color: var(--theme-color);
}

.rating-select p.stars a:hover~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.rating-select p.stars.selected a.active~a::before {
    content: "\f005";
    font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid transparent;
    padding: 16px 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
}

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 40px;
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    display: none;
}

.woocommerce-form-coupon .form-control,
.woocommerce-form-login .form-control {
    border: 1px solid var(--border-color);
    transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-form-login .form-control::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.woocommerce-form-coupon .form-control:focus,
.woocommerce-form-login .form-control:focus {
    border-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

.woocommerce-form-coupon .form-control:focus::placeholder,
.woocommerce-form-login .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 25px;
}

.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    align-items: center;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color);
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px;
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

table.variations td {
    padding: 0;
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px;
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px;
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700;
}


/*------------------- 4.21. shop  -------------------*/

.vs-product {
    background-color: var(--white-color);
    border: 2px solid var(--border-color);
    margin-bottom: 30px;
}

.vs-product .product-img {
    background-color: var(--border-color);
    max-height: 225px;
    position: relative;
}

.vs-product .product-img>a {
    display: inline-block;
    width: 100%;
}

.vs-product .product-img>a>img,
.vs-product .product-img>img,
.vs-product .product-img img {
    max-height: 225px;
    width: 100%;
    object-fit: cover;
}

.vs-product .product-img .star-ratings {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    min-height: 30px;
    padding: 0 15px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    display: none;
}

.vs-product .product-img .star-ratings>li {
    display: inline-flex;
    align-items: center;
}

.vs-product .product-img .star-ratings>li>span {
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-right: 6px;
    padding-top: 1px;
}

.vs-product .product-content {
    padding: 21px 27px 27px;
}

.vs-product .product-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
}

.vs-product .product-title>a {
    display: inline-block;
}

.vs-product .product-price {
    display: block;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 24px;
    color: var(--theme-color);
}

.vs-product .product-price>del {
    font-size: 16px;
    color: var(--title-color);
}

.vs-product .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.vs-product .icon-btn {
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--title-color);
    border-radius: 0%;
    color: var(--white-color);
    border-color: var(--title-color);
}

.vs-product .icon-btn::before {
    background-color: var(--theme-color);
}

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

.vs-product .vs-btn {
    background-color: var(--title-color);
    flex: auto;
    justify-content: center;
}

.vs-product .vs-btn::before,
.vs-product .vs-btn::after {
    background-color: var(--theme-color);
}

.product-about {
    padding-right: 3%;
}

.product_meta>span {
    display: flex;
    margin-bottom: 10px;
    color: var(--theme-color);
    font-weight: 700;
}

.product_meta>span>p {
    margin-bottom: 0;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    min-width: 150px;
    font-family: var(--title-font);
}

.product-about,
.product-slide-row {
    margin-bottom: 30px;
}

.product-about .text,
.product-slide-row .text {
    color: var(--text-color);
}

.product-about .product-rating {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 0 10px 0;
}

@media (max-width: 767px) {
    .product-about .product-rating {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.product-about .product-rating__total {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}

.product-about .product-rating .star-rating {
    margin-right: 10px;
    font-size: 16px;
    width: 104px;
}

.product-about .product-title {
    font-size: 36px;
    margin-bottom: 13px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .product-about .product-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

.quantity {
    display: flex;
    align-items: center;
    gap: 21px;
    flex-wrap: wrap;
    width: 100%;
}

.quantity .screen-reader-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
}

.quantity__field {
    display: flex;
    align-items: center;
    border: 0px solid var(--smoke-color);
    background-color: var(--smoke-color);
    min-width: 150px;
    padding-right: 0px;
    position: relative;
    min-height: 50px;
    border-radius: 25px;
}

.quantity__buttons {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
}

.product-about .qty-input {
    border: 0;
    padding: 0;
    width: auto;
    min-height: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--black-color);
    text-align: center;
    background-color: var(--smoke-color);
}

.quantity-plus {
    border-radius: 0 25px 25px 0;
}

.product-about .product-instock {
    display: inline-flex;
    align-items: center;
    color: var(--title-color);
    font-size: 24px;
    font-family: var(--title-font);
    font-weight: 700;
    gap: 10px;
    margin-bottom: 30px;
}

.product-about .product-instock>p {
    margin-bottom: 0;
    color: var(--title-color);
}

.product-about .product-instock>span {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    font-family: var(--body-font);
    color: var(--text-color);
    gap: 5px;
    font-weight: 400;
}

.product-about .product-instock>span>i {
    color: #85CB73;
}

.product-about .star-rating:before,
.product-about .star-rating span:before {
    color: var(--theme-color);
    transform: translate(0%, 0%);
    font-weight: 700;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.product-big-img {
    background-color: var(--body-color);
    margin-bottom: 0px;
    text-align: center;
    border-radius: 20px;
    padding: 80px 120px;
}

.product-big-img img {
    width: 100%;
}

.product-thumb-slide {
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .product-thumb-slide {
        max-width: 100%;
    }
}

.product-thumb-slide.row {
    --bs-gutter-x: 20px;
}

.product-thumb-slide .thumb {
    background-color: #f1f1f1;
    overflow: hidden;
    transition: all ease 0.4s;
    border: 1px solid rgba(203, 203, 203, 0.3);
    cursor: pointer;
    border-radius: 0px;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .product-thumb-slide .thumb {
        margin-bottom: 0;
        margin: 0 7.5px;
    }
}

.product-thumb-slide .thumb img {
    transition: all ease 0.4s;
    width: 100%;
}

.product-thumb-slide .thumb:hover {
    border-color: var(--theme-color);
}

.product-thumb-slide .slick-current .thumb {
    border-color: var(--theme-color);
}

.qty-btn {
    background: var(--theme-color);
    border: 0;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    margin: -4px 0;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

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

.product-about .product-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 1;
    margin: 0 0 25px 0;
    font-family: var(--title-font);
}

.vs-product-wrapper .product-about .star-rating {
    overflow: hidden;
    position: relative;
    width: 85px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.vs-product-wrapper .product-about .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--theme-color);
    letter-spacing: 2px;
    transform: translate(0%, 0%);
    font-weight: 700;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}

.vs-product-wrapper .product-rating {
    display: inline-flex;
    margin: 0 0 30px 0;
}

.vs-product-wrapper .product-rating__total {
    color: var(--title-color);
}

.vs-product-wrapper .product-author {
    font-size: 16px;
    margin-bottom: 30px;
}

.vs-product-wrapper .product-author a {
    text-decoration: underline;
}

.vs-product-wrapper .product-about .product-title {
    margin-bottom: 10px;
}

.vs-product-wrapper .product-about .actions .vs-btn {
    padding: 12px 55px;
    min-height: 50px;
    display: inline;
}

.vs-product-wrapper .product-about .actions .vs-btn i {
    margin-right: 10px;
}

.vs-product-wrapper .product-about .actions .vs-btn:hover {
    background-color: var(--title-color);
}

.vs-product-wrapper .product-about .actions .vs-btn::after,
.vs-product-wrapper .product-about .actions .vs-btn::before {
    background-color: var(--title-color);
}

.vs-product-wrapper .product-about .actions .icon-btn {
    border-radius: 50%;
}

.vs-product-wrapper .product-about .actions .icon-btn:hover {
    background-color: var(--title-color);
}

.vs-product-wrapper .product-about .qty-btn {
    transition: all 0.5s ease;
}

.vs-product-wrapper .product-about .qty-btn i {
    font-weight: 700;
}

.vs-product-wrapper .product-about .qty-btn:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.vs-product-wrapper .quantity {
    border-radius: 30px;
    overflow: hidden;
}

.product-about .product-price del {
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color);
}

.product-about .product-text {
    margin-bottom: 24px;
}

.product-about .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    align-items: center;
}

.product-about .actions .vs-btn {
    padding: 17px 55px;
    min-height: 50px;
    clip-path: none;
    flex: auto;
    background: var(--theme-color);
}

.product-about .actions .vs-btn::after,
.product-about .actions .vs-btn::before {
    background-color: var(--theme-color);
}

.product-about .actions .icon-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--silverLight-color);
    font-size: 20px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.product-about .actions .icon-btn::before {
    background-color: var(--theme-color);
    --border-size: 0;
}

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

.product-about .product-getway {
    padding-top: 30px;
}

.product-about .getway-title {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 700;
    margin: -0.15em 0 15px 0;
    line-height: 1;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.product_meta>span:last-child {
    margin-bottom: 0;
}

.product_meta>span a {
    color: inherit;
}

.product_meta>span a:hover {
    color: var(--theme-color);
}

.product_meta>span>a,
.product_meta>span>span {
    margin-bottom: 0;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
}

.product_meta>span>a {
    color: var(--title-color);
}

.product_meta>span>a:hover {
    color: var(--theme-color);
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 5px;
}

.product_meta>span>a:not(:last-child)::after,
.product_meta>span>span:not(:last-child)::after {
    content: ",";
    margin-right: 3px;
}

.product-description {
    background: var(--white-color);
    margin: var(--blog-space-y, 50px) 0 30px 0;
    border-radius: 20px;
    overflow: hidden;
}

.product-description .tab-content {
    border-bottom: 1px solid var(--theme-color);
    border-left: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    border-radius: 0 0 20px 20px;
}

.product-description .description .comment-list {
    margin: 0 0 0 0;
}

.product-description .product_meta>span>p {
    font-size: 16px;
}

.product-description__tab .nav {
    border: none;
    background-color: var(--body-color);
    padding: 0px 25px 0 25px;
}

@media (max-width: 767px) {
    .product-description__tab .nav .nav-item {
        width: 100%;
    }
}

.product-description__tab .nav .nav-link {
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--title-font);
    padding: 17px 39px 17px 39px;
    border: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.product-description__tab .nav .nav-link .product-description__tab .nav .nav-link:hover {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .product-description__tab .nav .nav-link {
        padding: 17px 19px 17px 19px;
    }
}

@media (max-width: 767px) {
    .product-description__tab .nav .nav-link {
        width: 100%;
        padding: 17px 0px 17px 0;
        font-size: 16px;
    }
}

.product-description__tab .nav .nav-link::before,
.product-description__tab .nav .nav-link::after {
    position: absolute;
    content: "";
    transition: all ease 0.4s;
}

.product-description__tab .nav .nav-link::before {
    width: 0%;
    min-height: 100%;
    background-color: var(--white-color);
    bottom: 0px;
    left: auto;
    right: 0;
    z-index: -1;
}

.product-description__tab .nav .nav-link::after {
    display: none;
}

.product-description__tab .nav .nav-link.active {
    color: var(--theme-color);
}

.product-description__tab .nav .nav-link.active::before {
    width: 100%;
    left: 0;
    right: 0;
}

.product-description__tab .nav .nav-item:last-child .nav-link::after {
    display: none;
}

.product-description .vs-comments-wrap .comment-content {
    position: unset;
}

.product-description .commented-on {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 14px;
    margin-bottom: 0;
}

.product-description .vs-comment-form {
    background-color: var(--body-color);
    padding: 60px 40px;
    border-radius: 20px;
}

.list-style2 li {
    color: var(--charcoalGreyDeep-color);
    font-weight: 400;
}

.list-style2 li::before {
    margin-top: 7px;
    margin-right: 15px;
}

.product-information__item {
    background-color: #f5f5f5;
    min-height: 66px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--black-color);
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .product-information__item {
        font-size: 16px;
    }
}

.product-information__item:last-child {
    margin-bottom: 0;
}

.product-information__name {
    color: var(--theme-color);
    background-color: var(--white-color);
    min-height: 66px;
    border: 1px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    min-width: 310px;
    padding: 10px 47px;
    margin-right: 24%;
}

@media (max-width: 991px) {
    .product-information__name {
        min-width: 180px;
        padding: 10px 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .product-information__name {
        min-width: 140px;
    }
}

.woocommerce-reviews,
.description {
    padding: 40px 40px;
}

.woocommerce-reviews .text,
.description .text {
    color: var(--text-color);
}

.woocommerce-reviews textarea,
.description textarea {
    border-radius: 20px !important;
}

.description .product_meta {
    margin-bottom: 15px;
}

.description .text:last-child {
    margin-bottom: 0;
}

.woocommerce-reviews .blog-inner-title {
    margin-bottom: 14px;
}

.woocommerce-reviews .rating-select {
    margin-bottom: 35px;
}

.woocommerce-reviews .vs-comments-wrap {
    margin: 0;
    margin-bottom: 40px;
}

.woocommerce-reviews .vs-comments-wrap ul.comment-list {
    margin: 0 0 0 0;
}

.woocommerce-reviews .vs-comments-wrap .vs-comment-item {
    margin-bottom: 30px;
}

.woocommerce-reviews .vs-comments-wrap .vs-comment-item:last-child {
    margin-bottom: 0;
}

.woocommerce-reviews .comment-respond {
    margin-bottom: 0;
}

.woocommerce-reviews .comment-respond .vs-btn {
    width: 100%;
}

.woocommerce-reviews .comment-respond .vs-btn:hover {
    background-color: var(--title-color);
}

.woocommerce-reviews .comment-respond .vs-btn::after,
.woocommerce-reviews .comment-respond .vs-btn::before {
    background-color: var(--title-color);
}

.product-details-img {
    margin-top: 0;
}

.product-details-img .product-img {
    background-color: var(--smoke-color);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.product-details-img .img {
    padding: 115px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumbs-item {
    list-style: none;
    padding: 18px 10px;
    margin: 0 5px;
    text-align: center;
    background-color: var(--smoke-color);
    border-radius: 10px;
    border: 1px solid transparent;
}

.thumbs-item:hover {
    border-color: var(--theme-color);
}

.thumbs-item.slick-center {
    border: 1px solid var(--theme-color);
}

.control-thumbs {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.control-thumbs img {
    width: 77px;
    height: 70px;
    cursor: pointer;
}

.product-img {
    width: 100%;
    height: auto;
    display: block;
}

.shop-result-count {
    margin-bottom: 0;
}

.shop-details {
    margin-bottom: 45px;
}


/* Medium devices */

@media (max-width: 991px) {
    .product-description__tab .nav {
        padding: 25px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .woocommerce-reviews,
    .description {
        padding: 40px 15px;
    }
    .product-description .vs-comment-form {
        padding: 40px 15px;
    }
    .vs-comments-wrap .vs-post-comment {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 390px) {
    .vs-comments-wrap .vs-post-comment {
        padding: 55px 15px 30px 15px;
    }
    .product-description .commented-on {
        right: unset;
        left: 15px;
        top: 20px;
    }
    .product-description .tab-content {
        border: none;
    }
    .woocommerce-reviews,
    .description {
        padding: 40px 0px;
        border: none;
    }
    .vs-comments-wrap .comment-avater {
        margin-bottom: 0px;
    }
}


/*------------------- 4.22. app  -------------------*/

.app-container {
    background-color: var(--smoke-color);
    position: relative;
    z-index: 3;
    margin-top: -155px;
}

.app-container.style0 {
    margin-top: 0;
    margin-bottom: 0;
}

.app-container.style2 {
    margin-top: 0;
    margin-bottom: -154px;
}

.app-container-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    z-index: -1;
}

@media (max-width: 991px) {
    .app-container-img {
        width: 100%;
        height: 100%;
    }
}

.app-container-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--title-color);
    opacity: 0.85;
    position: absolute;
    top: 0;
    left: 0;
}

.app-container-img.style2::before {
    background-color: var(--theme-color);
}

@media (max-width: 991px) {
    .app-container .vs-btn {
        background-color: var(--theme-color);
    }
}

.app-content {
    padding: 65px 125px 65px 65px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .app-content {
        padding: 40px 20px 0;
    }
}

.app-content .sec-title {
    font-size: 40px;
    margin-bottom: 35px;
}

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

@media (max-width: 991px) {
    .app-content .sec-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .app-content .sec-title {
        font-size: 24px;
    }
}

.call-block {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--title-font);
    gap: 15px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .call-block {
        font-size: 20px;
    }
}

.call-block>i {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 0%;
    color: var(--theme-color);
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.call-block>span {
    display: inline-block;
    position: relative;
}

.call-block>span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1.5px;
    bottom: 0;
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
    right: 0;
    transform: translateX(-15px);
}

.call-block:hover {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.call-block:hover i {
    background-color: var(--theme-color);
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.call-block:hover span::before {
    width: 100%;
    left: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}


/*------------------- 4.23. brand  -------------------*/

.brand-style1 .brand-item {
    text-align: center;
    background-color: var(--body-color);
    padding: 65px 40px;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.brand-style1 .brand-item img {
    transition: all 0.3s ease;
}

.brand-style1 .brand-item:hover {
    border-color: var(--theme-color);
}

.brand-style1 .brand-item:hover img {
    filter: invert(49%) sepia(42%) saturate(1287%) hue-rotate(328deg) brightness(80%) contrast(85%);
}

@media (max-width: 400px) {
    .brand-style1 .brand-item {
        padding: 30px 20px;
    }
}


/*------------------- 4.24. cart  -------------------*/

.cart_table {
    border: none;
    margin-bottom: 45px;
    border-radius: 10px;
    overflow: hidden;
}

.shipping-calculator-form .nice-select .current {
    font-weight: 400;
    font-family: var(--body-font);
    transition: all 0.5s ease;
}

.shipping-calculator-form .nice-select:hover .current {
    color: var(--white-color);
}

.cart_table thead {
    background-color: var(--body-color);
}

.cart_table thead th {
    border: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 26.75px 15px;
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px;
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    transform: translateY(-50%);
    display: none;
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--smoke-color);
    color: var(--title-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.cart_table .product-quantity {
    color: var(--title-color);
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px;
}

.cart_table .cart-productname {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
}

.cart_table .cart-productname:hover {
    color: var(--theme-color);
}

.cart_table .cart-productimage {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--body-color);
}

.cart_table .cart-productimage>img {
    object-fit: cover;
}

.summary-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px;
}

.cart_table .remove i {
    font-weight: 700;
}

.cart_table .remove:hover {
    color: var(--title-color);
}

.cart_table .quantity {
    display: inline-flex;
    align-items: center;
}

.quantity.style2 .quantity__field {
    background-color: transparent;
}

.quantity.style2 .qty-btn {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    color: var(--text-color);
}

.quantity.style2 .qty-btn i {
    font-weight: 700;
}

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

.cart_table .qut-btn {
    border: 2px solid var(--smoke-color);
    background-color: rgba(0, 0, 0, 0);
    color: #b8c6d0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 4px;
}

.cart_table .qut-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 1px solid var(--theme-color);
    width: 50px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-family: var(--body-font);
    font-weight: 400;
    /* margin: 0 10px; */
    border-radius: 4px;
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding: 20px;
    background-color: var(--body-color);
}

.cart_table .actions>.vs-btn {
    font-size: 16px;
    padding: 12px 26px;
    margin-right: 15px;
}

.cart_table .actions>.vs-btn:last-child {
    margin-right: 0;
}

.cart_table .vs-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: flex;
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(100% - 200px);
    margin-right: 10px;
    border: 1px solid var(--white-color);
    padding: 10px 20px;
    border-radius: 30px;
    color: var(--title-color);
    transition: all 0.3s ease-in-out;
}

.cart_table .vs-cart-coupon input:focus {
    background-color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.cart_table .vs-cart-coupon input::placeholder {
    color: var(--title-color);
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 12px 26px;
    width: -moz-max-content;
    width: max-content;
}

.cart_totals {
    border: 1px solid var(--theme-color);
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 10px 10px;
    border: none;
    border-bottom: 1px solid var(--theme-color);
    font-size: 16px;
    color: var(--title-color);
    width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--body-color);
    font-weight: 700;
    font-size: 16px;
    color: var(--title-color);
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--theme-color);
    font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--title-color);
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
    color: var(--text-color);
    font-size: 14px;
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 5px;
}

.cart_totals .woocommerce-shipping-methods>li {
    min-height: 26px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label {
    min-height: 26px;
    display: flex;
    align-items: center;
    font-family: var(--title-font);
    padding-left: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
    padding-right: 1.2px;
    padding-top: 0.3px;
    font-size: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    line-height: 14px;
}

.cart_totals .shipping-calculator-form p:first-child {
    margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
    margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .vs-btn {
    padding: 10px 30px;
    height: 50px;
    align-items: center;
}

.shipping-calculator-form .nice-select.form-select,
.shipping-calculator-form .orderby2,
.shipping-calculator-form .form-control {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 38px;
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    border-radius: 30px;
    background-color: var(--white-color);
    font-family: var(--body-font);
    background-image: none;
}

.shipping-calculator-form .nice-select.form-select::after,
.shipping-calculator-form .orderby2::after,
.shipping-calculator-form .form-control::after {
    display: block;
}

.cart_totals .amount {
    font-weight: 700;
}

.cart_totals .order-total .amount {
    color: var(--theme-color);
}

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }
    .cart_table .cart-productname {
        font-size: 14px;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
    }
    .cart_table .actions {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table thead {
        display: none;
    }
    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none;
    }
    .cart_table td::before {
        display: block;
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions>.vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_table td.actions>.vs-btn:last-child {
        margin-right: auto;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }
    .cart_table .vs-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4;
    }
}

.woocommerce-checkout .form-group {
    margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: var(--bs-gutter-x);
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
}

.woocommerce-checkout .form-select::after,
.woocommerce-checkout .select2-container::after,
.woocommerce-checkout .form-control::after {
    display: none;
}

.woocommerce-checkout .form-select .list,
.woocommerce-checkout .select2-container .list,
.woocommerce-checkout .form-control .list {
    width: 100%;
}

.woocommerce-checkout .form-select::placeholder,
.woocommerce-checkout .select2-container::placeholder,
.woocommerce-checkout .form-control::placeholder {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.woocommerce-checkout .form-select:focus,
.woocommerce-checkout .select2-container:focus,
.woocommerce-checkout .form-control:focus {
    border-color: var(--theme-color);
    transition: all 0.3s ease-in-out;
}

.woocommerce-checkout .form-select:focus::placeholder,
.woocommerce-checkout .select2-container:focus::placeholder,
.woocommerce-checkout .form-control:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 30px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
    color: var(--body-color);
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "ï„‡";
    font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    background-position: right 13px center;
    transition: all 0.5s ease;
}

.shipping-calculator-form .form-select::placeholder,
.shipping-calculator-form .form-control::placeholder {
    color: var(--text-color);
}

.shipping-calculator-form .form-select:hover,
.shipping-calculator-form .form-control:hover {
    background-color: var(--theme-color);
}

.shipping-calculator-form .form-select:hover::placeholder,
.shipping-calculator-form .form-control:hover::placeholder {
    color: var(--white-color);
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color);
}

.checkout-ordertable input[type=hidden]~label {
    color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
}

.checkout-ordertable th {
    text-align: left;
}

.woocommerce-checkout-payment {
    text-align: left;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-checkout-payment ul li {
    padding-top: 17px;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 19px;
    color: var(--title-color);
    font-weight: 700;
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
    margin-bottom: -2px;
    margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
    color: var(--body-color);
    background-color: var(--smoke-color);
    border: 1px solid var(--smoke-color);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

.vs-cart-wrapper .vs-btn,
.vs-checkout-wrapper .vs-btn {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }
    .woocommerce-checkout-payment ul input[type=radio]~label img {
        max-width: 150px;
    }
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list button {
    border-radius: 5px;
}

.tinv-wishlist .product-stock i {
    margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--theme-color);
    color: #fff;
    padding: 0;
}

.tinv-wishlist button.button i {
    font-size: 1rem !important;
    margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
    color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
    font-size: 0.9em;
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
    }
}

.cat-media {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.cat-media:after,
.cat-media:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    transition: width ease 0.6s, height ease 0.6s, border-color ease 0s;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
}

.cat-media:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}

.cat-media:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.cat-media_icon {
    padding: 3px 15px;
    border-right: 1px solid var(--border-color);
    position: relative;
    z-index: 3;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-media_cat {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.cat-media .badge {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.cat-media .media-body {
    text-align: center;
    position: relative;
    z-index: 3;
}

.cat-media_slider {
    z-index: 1;
}

.cat-media_slider .slick-arrow {
    --icon-size: 20px;
    --pos-x: -5px;
    font-size: 8px;
    padding: 0;
    line-height: 14px;
    background-color: var(--title-color);
    color: var(--white-color);
    top: calc(50% - 15px);
    border: 3px solid var(--white-color);
}

.cat-media_slider .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.cat-shape-1 {
    position: absolute;
    left: 2%;
    top: 1%;
}

.cat-media:hover .badge,
.slick-center .cat-media .badge {
    opacity: 1;
    visibility: visible;
}

.cat-media:hover::before,
.cat-media:hover::after,
.slick-center .cat-media::before,
.slick-center .cat-media::after {
    width: 100%;
    height: 100%;
    border-color: var(--theme-color);
}

.cat_chart {
    display: flex;
    background-color: var(--white-color);
    align-items: center;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.cat_chart_img {
    margin-right: 30px;
}

.cat_chart_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}

.cat_chart_list {
    margin: 0 0 -0.3em 0;
    padding: 0;
    list-style-type: none;
}

.cat_chart_list a {
    font-size: 14px;
    color: #71737a;
}

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

.cat_card {
    margin-bottom: 30px;
    position: relative;
}

.cat_card [class*=cat_card_name] a {
    color: inherit;
}

.cat_card_img {
    position: relative;
    overflow: hidden;
}

.cat_card_img img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1);
}

.cat_card_total {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 14px;
}

.cat_card_name {
    color: var(--white-color);
    background-color: var(--theme-color);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 18px 15px;
    text-align: center;
}

.cat_card_name--style2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: var(--white-color);
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 31px;
    border-radius: 9999px;
}

.cat_card:hover .cat_card_img img {
    transform: scale(1.15);
}

.cat_rounded {
    text-align: center;
    margin-bottom: 26px;
}

.cat_rounded .cat-img {
    border: 2px solid var(--theme-color);
    border: 2px solid var(--border-color);
    width: var(--img-size, 160px);
    height: var(--img-size, 160px);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 18px;
    transition: all ease 0.4s;
}

.cat_rounded .cat-img img {
    width: 100%;
    transition: all ease 0.4s;
}

.cat_rounded .cat-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.cat_rounded:hover .cat-img {
    border-color: var(--theme-color);
}

.cat_rounded:hover .cat-img img {
    transform: scale(1.1);
}


/* Extra small devices */

@media (max-width: 575px) {
    .cart_totals th,
    .cart_totals td {
        padding: 15px 5px;
    }
}


/*------------------- 4.26. popupsearch-v1  -------------------*/

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border: none;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 30px;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.popup-search-box button.searchClose i {
    line-height: inherit;
}

.popup-search-box button.searchClose:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform ease 0.4s;
    /* Large devices */
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px;
    }
}

.popup-search-box form input {
    font-size: 14px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--white-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
    color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff;
}

.popup-search-box form input::placeholder {
    color: #fff;
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    right: 13px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    transition: all ease 0.4s;
    transform: scale(1.001);
}

.popup-search-box form button:hover {
    transform: scale(1.1);
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    transition: all ease 0.4s;
    border-radius: 0;
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
}


/*------------------- 4.27. product  -------------------*/

.product-style1 {
    height: 100%;
}

.product-style1 .product-img {
    position: relative;
    margin-bottom: 15px;
}

.product-style1 .product-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(46, 74, 91, 0.3960784314);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-style1 .product-img img {
    width: 100%;
}

.product-style1 .post-box {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.product-style1 .product-btns {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-style1 .product-btns .icon-btn {
    font-size: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: var(--theme-color);
    background-color: var(--white-color);
}

.product-style1 .product-btns .icon-btn:not(:last-child) {
    margin-bottom: 10px;
}

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

.product-style1 .product-btns .cart {
    visibility: hidden;
    opacity: 0;
}

.product-style1:hover .product-img::after {
    visibility: visible;
    opacity: 1;
}

.product-style1:hover .product-btns .cart {
    visibility: visible;
    opacity: 1;
}

.product-style1.style2 {
    display: inline-flex;
    align-items: center;
}

.product-style1.style2 .product-img {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 195px;
    width: 100%;
}

.product-style1.style2 .product-img img {
    width: 100%;
}

.product-style1.style2 .product-title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 5px;
}

.product-style1.style2 .product-title a {
    color: var(--title-color);
}

.product-style1.style2 .product-title a:hover {
    color: var(--theme-color);
}

.product-style1.style2 .product-author {
    margin-bottom: 13px;
}

.product-style1.style2 .price-list {
    margin-bottom: 15px;
}

.product-style1.style2 .price-list li {
    font-size: 20px;
    font-weight: 700;
}

.product-style1.style2 .price-list li del {
    font-size: 16px;
    font-weight: 500;
}

.product-style1.style2 .vs-btn {
    font-weight: 700;
    padding: 12px 25px;
    letter-spacing: 1px;
}

.product-style1.style2 .star-rating {
    margin-bottom: 6px;
    gap: 2px;
}

.post-box {
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.post-box li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    background-color: var(--theme-color);
    padding: 0px 10px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: var(--white-color);
}

.post-box li:last-child {
    background-color: var(--title-color);
}

.product-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-rating .star {
    color: var(--text-color);
    font-size: 14px;
}

.product-rating .star i {
    color: var(--theme-color);
}

.price-list {
    padding: 0;
    margin-bottom: 0;
    display: inline-flex;
}

.price-list li {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    font-family: var(--title-font);
}

.price-list li del {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
    margin-right: 5px;
}

.product-author {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.product-author strong {
    font-weight: 500;
}

.product-title {
    font-size: 20px;
    font-family: var(--title-font);
    margin-bottom: 0;
    line-height: 100%;
}

.product-title a {
    color: var(--title-color);
}

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

.offer-style1 {
    padding: 40px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.offer-style1 .star-rating {
    margin-bottom: 15px;
}

.offer-style1 .star-rating:not(:last-child) i {
    margin-right: 2px;
}

.offer-style1 .star-rating i {
    font-size: 14px;
    color: var(--theme-color);
}

.offer-style1 .offer-price {
    display: block;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 20px;
}

.offer-style1 .offer-price span {
    display: inline-block;
    color: var(--theme-color);
}

.offer-style1 .offer-title {
    margin-bottom: 5px;
    font-size: 25px;
}

.offer-style1 .vs-btn {
    font-weight: 700;
    padding: 12px 31px;
}

.offer-style1.white-style .star-rating i {
    color: var(--white-color);
}

.offer-style1.white-style .offer-price {
    color: var(--white-color);
}

.offer-style1.white-style .offer-price span {
    color: var(--white-color);
}

.offer-style1.white-style .offer-title {
    color: var(--white-color);
}

.offer-style1.white-style .vs-btn {
    color: var(--theme-color);
    background-color: var(--white-color);
}

.offer-style1.white-style .vs-btn:hover {
    color: var(--white-color);
}

.offer-style1 .offer-img {
    position: relative;
    display: inline-block;
    perspective: 1000px;
}

.offer-style1 .offer-img img {
    display: block;
    width: 100%;
    height: auto;
    transform: rotateX(0deg);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform-origin: center;
    border-radius: 10px;
}

.offer-style1:hover .offer-img img {
    transform: rotateX(-12deg);
}

.romance-layout1 {
    position: relative;
}

.romance-layout1 .border-line {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 85%;
}

.Kids-layout1 {
    position: relative;
}

.Kids-layout1 .border-line {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 85%;
}

.books-layout1 {
    position: relative;
}

.books-layout1 .product-style1 .icon-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}

.books-layout1 .product-style1 .product-btns {
    top: 20px;
    right: 20px;
}

.books-layout1 .product-style1 .post-box {
    top: 20px;
    left: 20px;
}

.books-layout1.style2 .arraw-area .icon-btn {
    background-color: var(--body-color);
    color: var(--theme-color);
}

.books-layout1.style2 .arraw-area .icon-btn i {
    transition: all 0.5s ease;
}

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

.books-layout1.style2 .arraw-area .icon-btn:hover i {
    color: var(--white-color);
}

.product-sidebar {
    padding: 64px 40px 60px 40px;
}

.product-sidebar .product-author {
    line-height: 170%;
    margin-bottom: 15px;
}

.product-sidebar .post-title {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 4px;
}

.product-sidebar .price-list del {
    font-size: 16px;
    margin-right: 8px;
}

.product-sidebar .price-list li {
    font-size: 20px;
}

.product-sidebar .recent-post .media-img {
    width: auto;
    border-radius: 0;
}

.product-sidebar .vs-btn {
    margin-top: 10px;
}

.banner-layout1 .offer-style1 {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 80px;
}

.banner-layout1 .offer {
    display: block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 700;
    font-family: var(--title-font);
    margin-bottom: 15px;
}

.banner-layout1 .star-rating {
    margin-bottom: 37px;
}

.banner-layout1 .star-rating i {
    color: var(--white-color);
    font-size: 20px;
}

.banner-layout1 .offer-title {
    line-height: normal;
    margin-bottom: 20px;
    color: var(--white-color);
    font-size: 30px;
}

.banner-layout1 .offer-price {
    color: var(--white-color);
}

.banner-layout1 .offer-price span {
    font-size: 20px;
    color: var(--white-color);
}

.banner-layout1 .vs-btn {
    background-color: var(--theme-color);
}

.arraw-area .icon-btn {
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.arraw-area .icon-btn i {
    font-weight: 700;
    font-size: 20px;
}

.arraw-area .icon-btn:hover {
    background-color: var(--white-color);
}

.arraw-area .icon-btn:hover i {
    color: var(--theme-color);
}


/* Extra large devices */

@media (max-width: 1500px) {
    .offer-style1 {
        padding: 40px 30px;
    }
    .offer-style1 .offer-title {
        font-size: 28px;
    }
    .product-style1.style2 .product-img {
        max-width: 130px;
    }
}


/* Large devices */

@media (max-width: 1199px) {
    .offer-style1 {
        text-align: center;
    }
    .offer-style1 .offer-title {
        font-size: 32px;
    }
    .product-sidebar .post-title {
        font-size: 20px;
    }
    .product-sidebar {
        padding: 54px 30px 40px 30px;
    }
}


/* Medium devices */

@media (max-width: 991px) {
    .offer-style1 .offer-title {
        font-size: 25px;
    }
    .product-style1.style2 .product-img {
        max-width: 130px;
    }
    .product-style1.style2 .product-title {
        font-size: 20px;
    }
    .product-style1.style2 .vs-btn {
        padding: 8px 20px;
    }
    .product-style1.style2 .price-list {
        margin-bottom: 5px;
    }
    .product-style1.style2 .product-author {
        margin-bottom: 5px;
    }
    .product-title {
        font-size: 18px;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .offer-style1 {
        display: block;
        text-align: center;
    }
    .offer-style1 .offer-img {
        margin-bottom: 20px;
    }
    .offer-style1 .offer-title {
        font-size: 30px;
    }
    .product-style1.style2 .product-img {
        max-width: 190px;
    }
    .product-style1.style2 .product-title {
        font-size: 24px;
    }
    .product-title {
        font-size: 20px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .product-big-img {
        padding: 22px;
    }
    .product-style1.style2 .product-img {
        max-width: 130px;
    }
    .product-style1.style2 .product-title {
        font-size: 20px;
    }
    .product-sidebar .post-title {
        font-size: 20px;
    }
    .product-sidebar {
        padding: 64px 20px 60px 20px;
    }
}

@media (max-width: 399px) {
    .product-style1.style2 .product-img {
        max-width: 120px;
    }
    .product-style1.style2 .product-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .product-style1.style2 .vs-btn {
        padding: 5px 18px;
        font-size: 14px;
    }
    .product-style1.style2 .star-rating {
        margin-bottom: 0;
        gap: 1px;
    }
    .product-style1.style2 .product-author {
        margin-bottom: 5px;
    }
    .product-style1.style2 .price-list {
        margin-bottom: 5px;
    }
    .banner-layout1 .offer-style1 {
        padding: 60px 20px;
    }
}


/*------------------- 4.28. categorie  -------------------*/

.categorie-style1 {
    background-color: var(--white-color);
    text-align: center;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.categorie-style1 img {
    margin-bottom: 20px;
}

.categorie-style1 .categorie-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.categorie-style1 .categorie-title a {
    color: var(--title-color);
    transition: all 0.5s ease;
}

.categorie-style1:hover {
    background-color: var(--secondary-color);
}

.categorie-style1:hover .categorie-title {
    color: var(--white-color);
}

.categorie-style1:hover img {
    filter: brightness(0) invert(1);
}

.categorie-style2 {
    background-color: var(--body-color);
    padding: 0 38px 30px 38px;
    margin-top: 45px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}

.categorie-style2 .categorie-img {
    transform: translateY(-44px);
}

.categorie-style2 .product-title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -35px);
    width: 100%;
    text-align: center;
}

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

.categorie-style2:hover .product-title a {
    color: var(--white-color);
}


/* Extra small devices */

@media (max-width: 575px) {
    .categorie-style1 {
        padding: 20px 10px;
    }
    .categorie-style1 .categorie-title {
        font-size: 18px;
    }
}


/*------------------- 4.29. selling  -------------------*/

.selling-title {
    color: var(--white-color);
    line-height: 125%;
    margin-bottom: 35px;
}

.selling-text {
    color: var(--white-color);
    margin-bottom: 32px;
}

.selling-layout1 .author-name {
    color: var(--white-color);
    line-height: 132%;
    margin-bottom: 5px;
}

.selling-layout1 .published {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    margin-bottom: 15px;
}

.selling-layout1 .vs-btn {
    letter-spacing: 1px;
}

.selling-layout1 .vs-btn::after,
.selling-layout1 .vs-btn::before {
    background-color: var(--white-color);
}

.selling-layout1 .vs-btn:hover {
    color: var(--title-color);
    background-color: var(--white-color);
}

.selling-layout1 .tag {
    display: inline-flex;
    align-items: center;
    background-color: var(--white-color);
    border-left: 4px solid var(--theme-color);
    border-right: 4px solid var(--theme-color);
    padding: 20px 30px;
    max-width: 320px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selling-layout1 .tag img {
    margin-right: 20px;
}

.selling-layout1 .tag .tag-title {
    margin: 0;
    font-size: 20px;
}

.selling-img-tag {
    position: relative;
    padding-top: 50px;
}

.selling-books {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* Large devices */

@media (max-width: 1199px) {
    .selling-books {
        grid-template-columns: repeat(4, 1fr);
    }
    .selling-books .book-item {
        text-align: center;
    }
}

@media only screen and (max-width: 399px) {
    .selling-books {
        grid-template-columns: repeat(2, 1fr);
    }
    .selling-books .book-item img {
        width: 100%;
    }
    .selling-layout1 .tag {
        padding: 20px;
    }
}


/*------------------- 4.29. selling  -------------------*/

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

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 30px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
    color: var(--body-color);
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control {
    color: var(--title-color);
    background-color: var(--white-color);
    border-radius: 5px;
}

.woocommerce-form-login select::placeholder,
.woocommerce-form-login .form-select::placeholder,
.woocommerce-form-login .form-control::placeholder,
.woocommerce-form-coupon select::placeholder,
.woocommerce-form-coupon .form-select::placeholder,
.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-checkout select::placeholder,
.woocommerce-checkout .form-select::placeholder,
.woocommerce-checkout .form-control::placeholder {
    color: var(--title-color);
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 30px;
    padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 38px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 30px;
    background-position: right 13px top 13px !important;
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: max-content;
    height: 40px;
}

.woocommerce-form-login {
    display: none;
    padding: 30px 30px 25px 30px;
    margin-bottom: 30px;
}

.woocommerce-form-login .form-group {
    margin-bottom: 20px;
}

.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

.woocommerce-form-login label {
    margin-bottom: 0.3em;
}

.woocommerce-form-coupon {
    display: none;
    padding: 30px;
}

.woocommerce-form-coupon .form-group {
    margin-bottom: 20px;
}

.woocommerce-form-coupon .form-group:last-child {
    margin-bottom: 0;
}


/* .woocommerce-checkout .shipping_address {
    display: none;
} */

.checkout-ordertable th,
.checkout-ordertable td {
    border: none;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color);
}

.checkout-ordertable input[type=hidden]~label {
    color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
}

.checkout-ordertable th {
    text-align: left;
}

.woocommerce-checkout-payment {
    text-align: left;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-checkout-payment ul li {
    padding-top: 10px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 4px;
    font-size: 16px;
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 15px;
    color: var(--title-color);
    width: 100%;
}

.woocommerce-checkout-payment ul input[type=radio]~label img {
    margin-left: 30px;
    float: right;
    position: relative;
    top: 1px;
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
    color: var(--title-color);
}

.vs-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}


/* Small devices */

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }
    .woocommerce-checkout-payment ul input[type=radio]~label img {
        max-width: 150px;
    }
    .checkout-ordertable th,
    .checkout-ordertable td {
        padding-left: 25%;
    }
}


/*------------------- 4.29. selling  -------------------*/

.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}

.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:Hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.tinv-wishlist table th {
    color: var(--title-color);
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 10px;
    border: 1px solid var(--border-color);
    text-align: center;
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center;
}

.tinv-wishlist .product-thumbnail {
    width: 110px;
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0;
    color: var(--text-color);
}

.tinv-wishlist ins {
    text-decoration: none;
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.tinv-wishlist .tinvwl-mobile {
    display: none;
}

.tinv-wishlist .social-buttons {
    display: flex;
    max-width: 295px;
    margin-left: auto;
    align-items: center;
}

.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 14px;
}

.tinv-wishlist table.tinvwl-table-manage-list button {
    border-radius: 5px;
}

.tinv-wishlist .product-stock i {
    margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
}

.tinv-wishlist button.button i {
    font-size: 14px !important;
    margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
    color: var(--title-color);
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
    font-size: 0.9em;
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}


/* Medium devices */

@media (max-width: 991px) {
    .tinvwl-full {
        display: none;
    }
    .tinv-wishlist .tinvwl-mobile {
        display: block;
    }
    .tinvwl-txt {
        display: none;
    }
    .product-stock {
        width: 40px;
        text-align: center;
    }
}


/* Small devices */

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
        display: none;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    .product-name {
        text-align: center;
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none;
    }
    .tinv-wishlist table tbody {
        border-bottom: 1px solid var(--theme-color);
    }
    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        flex-direction: column;
    }
    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px;
    }
    .tinvwl-txt {
        display: inline-block;
    }
}


/*------------------- 4.26. selling  -------------------*/

.vendor-inner {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}

.vendor-detail {
    font-size: 12px;
}

.vendor-style1 {
    background-color: var(--body-color);
    border-radius: 20px;
    padding: 40px 40px 34px 40px;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 5px;
}

.vendor-style1 .vendor-icon {
    overflow: hidden;
    margin-right: 20px;
    font-size: 40px;
    background: #ffd506;
    color: #fff;
    font-family: 'FontAwesome';
    padding: 20px;
    border-radius: 8px;
    font-weight: 900;
}

.vendor-style1 .vendor-title {
    margin-bottom: 0;
}

.vendor-style1 .vendor-title a {
    color: var(--text-color);
}

.vendor-style1 .star-rating {
    margin-bottom: 0;
    gap: 2px;
}

.vendor-style1 .star-rating i {
    transition: all 0.5s ease;
}

.vendor-style1 .list-style1 ul {
    margin-bottom: 0;
}

.vendor-style1 .list-style1 ul li {
    color: var(--text-color);
    transition: all 0.5s ease;
}

.vendor-style1 .list-style1 ul li a {
    color: var(--text-color);
    transition: all 0.5s ease;
}

.vendor-style1 .list-style1 ul li a:hover {
    text-decoration: underline;
}

.vendor-style1 .list-style1 ul li i {
    color: var(--text-color);
    transition: all 0.5s ease;
}

.vendor-style1 .icon-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.vendor-style1 .icon-btn i {
    font-size: 18px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.vendor-style1:hover {
    background-color: var(--theme-color);
}

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

.vendor-style1:hover .icon-btn i {
    transform: rotate(-45deg);
}

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

.vendor-style1:hover .vendor-detail {
    color: var(--white-color);
}

.vendor-style1:hover .star-rating i {
    color: var(--white-color);
}

.vendor-style1:hover .list-style1 ul li {
    color: var(--white-color);
}

.vendor-style1:hover .list-style1 ul li i {
    color: var(--white-color);
}

.vendor-style1:hover .list-style1 ul li a {
    color: var(--white-color);
}

.vendor-details-title {
    font-size: 40px;
    padding-bottom: 5px;
}

.vendor-item .vendor-style1 {
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    margin-bottom: 35px;
}

.vendor-item .vendor-style1.style2 {
    height: 290px;
    width: 100%;
}

.vendor-item .vendor-style1.style2 .vendor-body {
    padding: 40px 40px 34px 40px;
    width: 75%;
    background-color: var(--body-color);
    transition: all 0.5s ease;
}

.vendor-item .vendor-style1.style2:hover .vendor-body {
    background-color: var(--theme-color);
}

.vendor-item .vendor-style1 .vendor-image {
    height: 100%;
}

.vendor-item .vendor-style1 .vendor-image img {
    width: 100%;
    height: 100%;
}


/* Extra large devices */

@media (max-width: 1500px) {
    .vendor-item .vendor-style1.style2 .vendor-body {
        padding: 40px 5px 34px 40px;
    }
}


/* Extra small devices */

@media (max-width: 575px) {
    .vendor-item .vendor-style1.style2 {
        display: block;
        height: 100%;
    }
    .vendor-item .vendor-style1.style2 .vendor-body {
        max-width: 100%;
        padding: 30px;
    }
}


/*=================================
    05. Spacing
==================================*/


/*-- Padding Left And Right --*/

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

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

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

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

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

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


/*-- Padding Top And Bottom --*/

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*-- Padding Top --*/

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

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

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

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

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

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


/*-- Padding Bottom --*/

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

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

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

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

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

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


/*-- Padding Left --*/

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

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

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

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

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

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


/*-- Padding Right --*/

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

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

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

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

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

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


/*-- margin Left And Right --*/

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px;
}


/*-- margin Top And Bottom --*/

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*-- margin Top --*/

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

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

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

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

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

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


/*-- margin Bottom --*/

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

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

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

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

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

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


/*-- margin Left --*/

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}


/*-- margin Right --*/

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-n1 {
    margin-top: -0.3125em;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

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

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

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

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-space-bottom {
    padding-bottom: 145px;
}


/* Medium devices */

@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }
    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }
    .space-top-md-none {
        padding-top: 0;
    }
}


/*=================================
    06. Color Plate
==================================*/


/* Color Plate */

.vs-color-plate {
    position: fixed;
    display: block;
    z-index: 91;
    padding: 20px;
    width: 240px;
    background: #fff;
    left: 0;
    text-align: left;
    top: 30%;
    transition: all 0.4s ease;
    box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
    direction: ltr;
    transform: translateX(-100%);
}

.vs-color-plate.open {
    transform: translateX(0);
}

.vs-color-plate .color-plate-icon {
    position: absolute;
    right: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    color: var(--white-color);
    top: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
    background-color: var(--theme-color);
}

.vs-color-plate h4 {
    display: block;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.vs-color-plate p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
}

.vs-color-plate .reset-btn {
    border: none;
    padding: 0;
    height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--title-color);
    background-color: var(--smoke-color);
    width: 100%;
    height: 40px;
}

.vs-color-plate .reset-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.vs-color-plate input[type=color] {
    border: none;
    padding: 0;
}

.default-color-btn {
    border: none;
    background-color: #000;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 5px 0;
}


/*# sourceMappingURL=style.css.map */

.custom-xmark {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    color: #FF0000;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-google {
    background: #db4437;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-google:hover {
    background: #c23321;
    color: #fff;
}

.btn-facebook {
    background: #1877f2;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 8px;
    transition: 0.3s;
}

.custom-input {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #d1d1d1;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    outline: none;
}

.custom-input::placeholder {
    color: #1a1818;
    font-size: 14px;
}

.custom-input:invalid {
    box-shadow: none;
}

.btn-custom-login {
    background: linear-gradient(90deg, #012e4a, #00adef);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 0;
    transition: 0.3s;
}

.btn-custom-login:hover {
    background: linear-gradient(90deg, #00adef, #012e4a);
}

.signupSection {
    display: none;
}

span.frm-err {
    color: red;
    font-size: 12px;
    float: right;
    text-transform: capitalize;
}

#header_profile {
    padding: 0;
}

#header_profile li a {
    background-color: #fff;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.faq-clean .accordion-item {
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    background: #fff;
}

.faq-clean .accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}


/* Header Buttons */

.faq-clean .accordion-button {
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    color: var(--theme-color);
    background: transparent;
    box-shadow: none;
}


/* Active State */

.faq-clean .accordion-button:not(.collapsed) {
    background: var(--theme-color);
    color: #fff;
}


/* Remove default icon and customize */

.faq-clean .accordion-button::after {
    background-image: none !important;
    content: "➤";
    transition: 0.2s;
    font-weight: bold;
    margin-left: auto;
    transform: rotate(90deg);
}

.faq-clean .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    color: #fff;
}


/* Body */

.faq-clean .accordion-body {
    padding: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    border-top: 1px solid #eee;
}

.addCrttoast {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: none;
}

.addCrttoast p {
    display: inline-block;
    background: #231313b8;
    padding: 19px 42px;
    border-radius: 49px;
    color: #ffffff;
}

.addCrttoast p a {
    font-weight: 500;
    text-decoration: underline;
}

.togglePassword {
    cursor: pointer;
    margin-top: 13px;
    position: absolute;
    font-size: 24px;
    right: 12px;
    color: #817878;
}

#enquiryForm .btn-close {
    color: red;
    font-size: 30px;
    right: 0;
}

#forgotSection {
    display: none;
}


/* Container fixed on right side */

.whatsapp-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}


/* Button Style */

.whatsapp-button {
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
}


/* WhatsApp Icon */

.whatsapp-button i {
    font-size: 28px;
}


/* Hidden Text Initially */

.whatsapp-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.35s ease;
}


/* Hover Effect — Reveal Text */

.whatsapp-button:hover {
    padding-right: 28px;
    background: #1ebe5d;
    transform: translateX(-6px);
}

.whatsapp-button:hover .whatsapp-text {
    max-width: 200px;
    opacity: 1;
}


/* Pulse Animation */

.whatsapp-container .whatsapp-button {
    animation: w-pulse 1.7s infinite;
}

@keyframes w-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}


/* WhatsApp Floating Button (Left Side) */

.whatsapp-btn {
    position: fixed;
    left: 25px;
    /* LEFT SIDE POSITION */
    bottom: 30px;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 18px 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.35s ease-in-out;
    animation: waBounce 2s infinite;
}


/* Hide text initially */

.wa-label {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.35s ease;
    color: #fff;
}


/* On hover → show text */

.whatsapp-btn:hover {
    padding-right: 35px;
}

.whatsapp-btn:hover .wa-label {
    max-width: 200px;
    opacity: 1;
    font-size: 14px;
    padding-left: 15px;
}


/* Bounce animation */

@keyframes waBounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0);
    }
}

#head-country li {
    display: block;
}