@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Dosis:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




:root {
    /* --text-blue: #ff3e01; */
    --title-color: #0c2045;
    --body-color: #4a4949;
    --smoke-color: #15161b;
    --vs-secondary-color: #eef2fb;
    --black-color: #000000;
    --bg-color1: #15161b;
    --bg-color2: #0c0e12;
    --bg-color3: #101318;
    --bg-color4: #171b21;
    --bg-color5: #020203;
    --bg-color6: #181c22;
    --bg-color7: #0b0e12;
    --bg-color8: #151921;
    --bg-color9: #0a0c0e;
    --bg-color10: #161a20;
    --bg-color11: #856f3c;
    --bg-gold: #f4e6c1;
    --dgold: #bca971;
    --bg-color12: #f8efdc;
    --bg-color13: #171b22;
    --text-color1: #e2e2e2;
    --text-color2: #e7e7e7;
    --text-color3: #364d4a;
    --text-color4: #c6c6c6;
    --text-color5: #23282d;
    --text-color6: #dcc8b0;
    --text-color7: #3c3b3b;
    --text-color8: #dadada;
    --text-blue: #08234D;
    --rating-color1: #eedcb3;
    --rating-color2: #f0e9d7;
    --bread-text-color: #bdbbba;
    --pagi-text-color: #b0acac;
    --footer-text-color: #6f6f6f;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --vs-border-color: #e0e0e0;
    --vs-border-color2: #15191f;
    --vs-border-color3: #23272e;
    --vs-border-color4: #1e232c;
    --vs-border-color5: #2e343e;
    --vs-border-color6: #1e1d1d;
    --vs-border-color7: #212020;
    --gold-light-color: #eee7d5;
    --black-bg: #030b09;
    --gray-color1: #d9d9d9;
    --gray-color2: #a7a7a7;
    --gray-color3: #7d7c7c;
    --text-blue-rgb: 255, 62, 1;
    --title-color-rgb: 2, 18, 16;
    --body-color-rgb: 74, 73, 73;
    --smoke-color-rgb: 156, 155, 155;
    --vs-secondary-color-rgb: 238, 242, 251;
    --black-color-rgb: 0, 0, 0;
    --white-color-rgb: 255, 255, 255;
    --yellow-color-rgb: 254, 198, 36;
    --success-color-rgb: 40, 167, 69;
    --error-color-rgb: 220, 53, 69;
    --vs-border-color-rgb: 224, 224, 224;
    --gold-light-color-rgb: 238, 231, 213;
    --black-bg-rgb: 3, 11, 9;
    --gray-color1-rgb: 217, 217, 217;
    --title-font: "Cormorant Garamond", serif;
    --body-font: "Montserrat", sans-serif;
    --special-font: "Italiana", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1300px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    /* color: var(--body-color); */
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll
}

@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
}

.logo {
    width: auto !important;
    height: 70px !important;
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--vs-border-color)
}

th {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--vs-border-color);
    padding: 9px 12px
}

a {
    color: var(--white-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s
}

a:hover {
    color: var(--text-blue)
}

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;
    color: var(--body-color);
    line-height: 1.63;
    letter-spacing: .5px
}

@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: var(--title-font);
    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 0 15px 0
}

.h1,
h1 {
    font-size: 60 px
}

.h2,
h2 {
    font-size: 50px
}

.h3,
h3 {
    font-size: 48px
}

.h4,
h4 {
    font-size: 38px
}

.h5,
h5 {
    font-size: 28px
}

.h6,
h6 {
    font-size: 20px
}

@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
    }
}

@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
    }
}

p.has-drop-cap {
    margin-bottom: 20px
}

.page--item p:last-child .alignright {
    clear: right
}

.bg-gold {
    background-color: var(--bg-gold);
}

.bg-blue {
    background-color: var(--text-blue);
}

.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: .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: .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(--text-blue)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: #fff0;
    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(--text-blue);
    border-color: var(--text-blue)
}

.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(--text-blue)
}

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 rgb(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(--text-blue)
}

.wp-block-search .wp-block-search__button:hover {
    background-color: var(--title-color);
    opacity: .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: rgb(0 0 0 / .1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgb(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 rgb(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(--text-blue)
}

.post-password-form .theme-input-group .submit-btn:hover {
    background-color: var(--title-color);
    opacity: .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 rgb(0 0 0 / .08);
    margin-right: 10px
}

.page-links>span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links>a:hover {
    opacity: .8;
    color: var(--white-color);
    background-color: var(--text-blue);
    border-color: #fff0
}

.page-links>span:not(.page-links-title):not(.screen-reader-text).current,
.page-links>a.current {
    background-color: var(--text-blue);
    color: var(--white-color);
    border-color: #fff0
}

.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: #fff0;
    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: .3;
    right: 15px;
    line-height: 1;
    top: 15px;
    color: var(--text-blue);
    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(--text-blue);
    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: #fff0;
    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: #fff0
}

.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
}

@media (max-width:767px) {
    .vs-search .search-grid-content {
        padding: 20px
    }
}

.vs-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -.2em
}

.vs-search .search-grid-title a {
    color: inherit
}

.vs-search .search-grid-title a:hover {
    color: var(--text-blue)
}

.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)
}

@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
    }
}

@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
    }
}

@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)
    }
}

@media only screen and (min-width:1300px) {
    .custom-container {
        max-width: calc(1600px + var(--container-gutters))
    }
}

@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
    }
}

@media (min-width:1399px) {
    .container-style2 {
        max-width: 1920px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
}

.container-style3 {
    --main-container: 1445px
}

@media (min-width:1500px) and (max-width:1921px) {
    .container-style1 {
        max-width: 1576px;
        overflow: hidden;
        margin-right: 0;
        padding-right: 0
    }
}

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

@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
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    border-radius: 0;
    width: 100%;
    /* background-color: var(--bg-color3); */
    border-color: var(--text-blue);
    color: var(--smoke-color);
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    transition: all 0.3s ease-in-out
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    transition: all 0.3s ease-in-out
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    /* background-color: var(--vs-border-color7); */
    border-color: var(--text-blue)
}

select:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder,
.form-select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    color: var(--white-color)
}

select:focus::placeholder,
.form-control:focus::placeholder,
.form-select:focus::placeholder,
textarea:focus::placeholder,
input:focus::placeholder {
    color: var(--white-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}

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,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -webkit-appearance: textfield;
    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(--text-blue);
    border-color: var(--text-blue)
}

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: 0;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--vs-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: .5px;
    font-size: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--text-blue);
    border-radius: 100%;
    font-weight: 700;
    background: var(--text-blue);
    color: #fff0;
    transition: all 0.2s ease
}

input[type=radio]:checked~label::before {
    border-color: var(--text-blue);
    background-color: var(--text-blue);
    color: var(--white-color)
}

label {
    margin-bottom: .5em;
    margin-top: -.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 30px);
    top: 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: #fff0;
    color: inherit
}

.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: -moz-max-content;
    height: max-content
}

.slick-dots li {
    display: inline-block;
    margin-right: 25px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: #fff0;
    width: 8px;
    height: 8px;
    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(--text-blue)
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid var(--text-blue);
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden
}

.slick-dots .slick-active button {
    background-color: var(--text-blue)
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--smoke-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 18px);
    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, -100px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--text-blue);
    color: var(--white-color);
    border-color: #fff0
}

.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(--text-blue)
}

.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
}

@media (max-width:1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }
}

@media (max-width:1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }
}

@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
    }
}

.carousel-arrow {
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    right: 25.15%;
    left: auto;
    box-shadow: 0 4px 10px rgb(0 0 0 / .25);
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .carousel-arrow {
        right: 0
    }
}

.carousel-arrow .vs-btn {
    padding: 18px 15px;
    background-color: #fff0;
    color: var(--title-color)
}

.carousel-arrow .vs-btn::before,
.carousel-arrow .vs-btn::after {
    width: 101%;
    background-color: var(--text-blue)
}

.carousel-arrow .vs-btn>i {
    margin-left: 0
}

.carousel-arrow .vs-btn:hover {
    color: var(--title-color)
}

[data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s
}

.carousel-arrow2 {
    display: flex;
    align-items: center;
    gap: 22px
}

.carousel-arrow2 button {
    border: 1.5px dashed var(--vs-border-color5);
    width: 50px;
    height: 50px;
    background-color: #fff0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.carousel-arrow2 button::before,
.carousel-arrow2 button::after {
    content: "";
    width: 42.86px;
    height: 42.86px;
    background-color: var(--dgold);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease 0.3s;
    z-index: -1
}

.carousel-arrow2 button:hover {
    border-color: var(--text-blue)
}

.carousel-arrow2 button.btn-right {
    border-color: var(--text-blue)
}

.slick-status {
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    letter-spacing: .5px;
    gap: 7px;
    font-size: 16px;
    font-weight: 700
}

.slick-status__active {
    color: var(--text-blue)
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(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: var(--title-color)
}

.vs-menu-wrapper .mobile-logo svg {
    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: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--text-blue)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--text-blue);
    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: 17px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 600
}

.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(--text-blue)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.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(--title-color);
    color: var(--white-color);
    box-shadow: none;
    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 .vs-item-has-children.vs-active .vs-mean-expand {
    background-color: var(--text-blue)
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: auto;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    display: inline-block;
    background-color: #fff0;
    color: var(--white-color);
    border-radius: 5px
}

.vs-menu-toggle:hover {
    color: var(--text-blue)
}

.vs-menu-toggle.style2 {
    background-color: #fff0;
    border-radius: 0%;
    padding: 0;
    height: auto;
    width: auto
}

@media (max-width:400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--title-color)
}

.preloader .vs-btn {
    padding: 20px 20px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700
}

@media (max-width:767px) {
    .preloader .vs-btn {
        font-size: 16px;
        padding: 15px 15px
    }
}

.preloader .vs-btn::before,
.preloader .vs-btn::after {
    background-color: var(--white-color)
}

.preloader .vs-btn:hover {
    color: var(--text-blue)
}

.preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.preloader-inner img {
    display: block;
    margin: 0 auto 10px auto
}

.loader {
    animation: loaderspin 1.5s infinite;
    height: 50px;
    width: 50px;
    display: block
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: var(--white-color);
    box-shadow: 30px 0 0 var(--text-blue);
    margin-bottom: 10px
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: var(--text-blue);
    box-shadow: 30px 0 0 var(--title-color)
}

@keyframes loaderspin {
    0% {
        transform: rotate(0deg) scale(.8)
    }

    50% {
        transform: rotate(360deg) scale(1)
    }

    100% {
        transform: rotate(720deg) scale(.8)
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 var(--text-blue)
    }

    50% {
        box-shadow: 0 0 0 var(--text-blue);
        margin-bottom: 0;
        transform: translate(15px, 15px)
    }

    100% {
        box-shadow: 30px 0 0 var(--text-blue);
        margin-bottom: 10px
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 var(--white-color)
    }

    50% {
        box-shadow: 0 0 0 var(--white-color);
        margin-top: -20px;
        transform: translate(15px, 15px)
    }

    100% {
        box-shadow: 30px 0 0 var(--white-color);
        margin-top: 0
    }
}

.vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--dgold) !important;
    color: var(--text-blue);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 45px;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    letter-spacing: .1px
}

.vs-btn::after,
.vs-btn::before {
    width: 101%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--text-blue);
    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.style2,
.vs-btn.style3 {
    background-color: var(--white-color);
    color: var(--text-blue);
    min-height: 65px;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1px
}

.vs-btn.style2 {
    padding: 15px 48px
}

.vs-btn.style3 {
    gap: 25px;
    padding-right: 25px
}

.vs-btn.style3>i {
    width: 59px;
    height: 55px;
    margin-left: 0;
    background-color: var(--text-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px
}

.vs-btn.style4 {
    letter-spacing: .1px;
    font-weight: 800;
    font-size: 15px;
    padding: 21px 33px;
    min-height: 57px
}

.vs-btn.style5 {
    background-color: var(--dgold);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1px;
    padding: 10px 38px;
    font-family: var(--title-font);
    color: var(--text-blue);
}

.vs-btn.style6 {
    padding: 19px 28px;
    background-color: #fff0;
    gap: 17px;
    border: 2px solid var(--vs-border-color)
}

.vs-btn.style6::before,
.vs-btn.style6::after {
    background-color: var(--white-color);
    border-color: var(--white-color)
}

.vs-btn.style6:hover {
    color: var(--text-blue)
}

.vs-btn:hover {
    color: var(--white-color)
}

.vs-btn:hover:before {
    transform: rotateX(0)
}

.vs-btn:hover:after {
    transform: rotateY(0)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 67px);
    height: var(--btn-size, 67px);
    line-height: var(--btn-size, 67px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--text-blue);
    color: var(--white-color);
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0
}

.icon-btn.style2 {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    background-color: #fff0
}

.icon-btn.style2:hover {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.icon-btn.style4,
.icon-btn.style3 {
    --btn-size: 55px;
    background-color: #f2f6ff;
    color: var(--text-blue);
    border-radius: 5px
}

.icon-btn.style4 {
    background-color: var(--white-color)
}

.icon-btn.style5 {
    background-color: var(--white-color);
    color: var(--title-color);
    box-shadow: 0 10px 24px rgb(0 0 0 / .08)
}

.icon-btn.style5:hover {
    background-color: var(--text-blue);
    color: var(--white-color);
    box-shadow: none
}

.icon-btn.style6 {
    background-color: var(--text-blue);
    color: var(--white-color);
    --btn-size: 55px;
    --btn-font-size: 17px
}

.icon-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: #fff0
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #fff0;
    padding: 0
}

.play-btn>i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size, 102px);
    height: var(--icon-size, 102px);
    line-height: var(--icon-size, 102px);
    font-size: var(--icon-font-size, 1.5em);
    text-align: center;
    background-color: rgb(0 0 0 / .5);
    color: var(--white-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
    border: 3px solid var(--rating-color1)
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff0;
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s
}

.play-btn:after {
    animation-delay: 2s
}

.play-btn.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px
}

.play-btn:hover::after,
.play-btn:hover::before {
    background-color: var(--text-blue)
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.link-btn {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase
}

.link-btn i {
    margin-left: 7px;
    font-size: .9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--text-blue);
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--text-blue)
}

.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%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--dgold);
    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: #fff0;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var(--dgold);
    animation: spin 13s infinite linear
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media (max-width:767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

@media (max-width:1199px) {
    .play-btn.style4 {
        --icon-size: 80px;
        --icon-font-size: 20px
    }
}

@media (max-width:767px) {
    .play-btn {
        --icon-size: 60px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }
}

.sec-title {
    text-transform: uppercase;
    line-height: 1.35;
    margin: -.25em 0 15px 0
}

.sec-title span {
    color: var(--rating-color1)
}

.sec-title.style2 {
    font-size: 90px;
    line-height: 85px;
    margin: 0
}

.sec-subtitle {
    text-transform: uppercase;
    display: block;
    color: #0c2045;
    font-size: 15px;
    font-weight: 700;
    margin: -.46em 0 10px 0;
    letter-spacing: 3px
}

.sec-text {
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px
}

/* .title-area {
    margin-bottom: calc(var(--section-title-space) - 20px)
} */

@media (max-width:767px) {
    .title-area {
        text-align: center
    }
}

.title-area.style2 {
    margin-bottom: 0
}

.title-area.style2 img {
    margin-bottom: 0
}

.title-area.style2 .sec-title {
    font-size: 80px;
    line-height: 95px;
    margin: 0em 0 15px 0
}

@media (max-width:991px) {
    .title-area.style2 .sec-title {
        font-size: 50px;
        line-height: 70px
    }
}

@media (max-width:767px) {
    .title-area.style2 .sec-title {
        font-size: 44px;
        line-height: 54px
    }
}

.title-area.style2 .sec-subtitle {
    margin: -.6em 0 44px 0;
    color: var(--white-color)
}

@media (max-width:767px) {
    .title-area.style2 .sec-subtitle {
        margin: -.6em 0 30px 0
    }
}

.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-line-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 80px 0
}

.sec-line-wrap .sec-title2 {
    margin: -.3em 0 -.4em 0
}

.sec-line {
    background-color: var(--text-blue);
    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(--text-blue);
    margin-bottom: 25px
}

@media (max-width:1399px) {
    .sec-title4 {
        font-size: 42px
    }
}

@media (max-width:1199px) {
    .sec-title4 {
        font-size: 36px;
        line-height: 1.4
    }
}

@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
    }
}

@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
    }
}

.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: 3
}

.z-index-n1 {
    z-index: -1
}

.media-body {
    flex: 1
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--text-blue);
    color: var(--white-color);
    padding: .35em .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: -.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(--text-blue);
    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(--text-blue);
    z-index: 1
}

@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
    }
}

@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
    }
}

@media (max-width:1399px) {
    .big-name {
        font-size: 245px;
        margin: -128px 40px -42px 0
    }

    .home-five-shape1 {
        right: 0
    }
}

@media (max-width:1199px) {
    .big-name {
        font-size: 190px;
        margin: -100px 40px -42px 0
    }
}

@media (max-width:991px) {
    .big-name {
        font-size: 146px;
        margin: -78px 40px -25px 0
    }
}

@media (max-width:767px) {
    .big-name {
        font-size: 75px;
        margin: -20px 0 -12px 0;
        letter-spacing: 0;
        text-align: center
    }
}

.vs-body {
    background-color: var(--black-bg)
}

/* .vs-body2 {
    background-color: var(--bg-color5)
} */

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #ddd
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #000
}

.extra-shape {
    position: absolute;
    width: 100%;
    height: 1006px;
    /* background: linear-gradient(180deg, #161a20 4.67%, #000000 22.27%); */
    opacity: .4;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.gradient-bg {
    /* background: linear-gradient(0deg, #000000 0%, #000000 100%); */
    opacity: .25;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

/*.main {*/
/*    perspective: 1px;*/
/*    min-width: 100vw;*/
/*    overflow-x: hidden;*/
/*    backface-visibility: hidden;*/
/*    transform-style: preserve-3d*/
/*}*/

.image-boom {
    width: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(.86, 0, .09, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .09, 1)
}

.image-boom.is-inview {
    opacity: 1;
    transform: scale(1)
}

.bg-scroll {
    background-attachment: scroll
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: clip
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.element-layout .h3ele1 {
    position: absolute;
    top: 121px;
    left: 50px
}

.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
}

.bg-theme {
    background-color: var(--text-blue) !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
}

.text-theme {
    color: var(--text-blue) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-blue {
    color: var(--text-blue) !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(--text-blue)
}

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline
}

.text-light2 {
    color: #919398
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

[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(--text-blue)
}

[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: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

[data-opacity="10"]:before {
    opacity: 1
}

.fadeInUp {
    animation-name: fadeInUp
}

.wow-animated {
    animation-duration: 1s;
    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
}

.vs-animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name)
}

.animated {
    transition: all 0.5s ease-in-out
}

.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
    }

    30% {
        opacity: .4
    }

    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 vsfadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.vs-hero .slick-current {
    --animation-name: slideinup;
    --animation-name2: slideinright;
    --animation-name3: fadeInLeft
}

.animate-elements .hero-subtitle,
.animate-elements .hero-text,
.animate-elements .hbtn1,
.animate-elements .hero-img1,
.animate-elements .hero-img2,
.animate-elements .hero-img3,
.animate-elements .hero-img4,
.animate-elements .hero-title .htext1,
.animate-elements .hero-title .htext2 {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name)
}

.animate-elements .hero-img3 {
    animation-name: var(--animation-name2)
}

.animate-elements .hero-img1 {
    animation-name: var(--animation-name3)
}

.animate-elements .hero-img3.style2 {
    animation-name: var(--animation-name)
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 8%, 0)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 18.25px
}

.icon-box__title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    margin-bottom: 0
}

.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 ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li {
    margin: 0 0 20px;
    padding: 0 0 20px
}

.widget_nav_menu ul li:last-child a,
.widget_meta ul li:last-child a,
.widget_pages ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_categories ul li:last-child a {
    margin-bottom: 0
}

.widget_nav_menu ul li .dot-shape,
.widget_meta ul li .dot-shape,
.widget_pages ul li .dot-shape,
.widget_archive ul li .dot-shape,
.widget_categories ul li .dot-shape {
    display: flex;
    position: absolute;
    bottom: 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: #fff0;
    color: var(--smoke-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .4px
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--text-blue)
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    text-align: center;
    right: 0;
    font-size: 14px;
    transition: all ease 0.4s;
    width: 32px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color4);
    font-weight: 700;
    color: var(--pagi-text-color)
}

.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(--text-blue)
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px
}

.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
}

@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: 0;
    background-color: #fff0;
    position: relative;
    margin-bottom: 40px;
    border: 0
}

.widget:last-child {
    margin-bottom: 30px
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: #fff;
    padding-left: 20px;
    font-weight: 400
}

.widget_about {
    padding: 0;
    background-color: #fff0
}

.widget_about img {
    margin-bottom: 30px;
    border-radius: 0 150px 0 0;
    width: 100%
}

.widget_about h3 {
    font-size: 26px;
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.widget_about h3 span {
    color: var(--text-blue)
}

.widget_about p {
    color: var(--smoke-color);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .4px
}

.widget_title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    margin: -.07em 0 35px 0;
    text-transform: uppercase;
    font-family: var(--title-font);
    color: var(--text-blue)
}

.widget .search-form {
    position: relative;
    display: flex;
    border-bottom: 2px solid var(--vs-border-color2);
    margin: -20px 0 0 0
}

.widget .search-form input {
    flex: 1;
    background-color: #fff0;
    padding: 0;
    color: var(--smoke-color);
    letter-spacing: .4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.widget .search-form input::-moz-placeholder {
    color: var(--smoke-color);
    letter-spacing: .4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.widget .search-form input::placeholder {
    color: var(--smoke-color);
    letter-spacing: .4px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize
}

.widget .search-form button {
    border: none;
    background-color: #fff0;
    color: var(--white-color);
    height: 55px;
    width: auto;
    line-height: 55px;
    font-size: 17px
}

.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 9.5px 16.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--title-color);
    background-color: var(--smoke-color);
    border-radius: 4px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--text-blue);
    color: var(--white-color) !important
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tagcloud a {
    background-color: var(--bg-color3);
    color: var(--smoke-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .4px;
    margin: 0;
    border-radius: 0;
    padding: 11px 18px
}

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.recent-post:last-child {
    margin-bottom: 0
}

.recent-post .media-img {
    margin-right: 18px;
    width: 100px;
    overflow: hidden
}

.recent-post .media-img img {
    width: 100%;
    border-radius: 0;
    transition: all ease 0.4s
}

.recent-post .post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px 0;
    color: var(--white-color);
    font-family: var(--body-font);
    text-transform: uppercase
}

.recent-post .post-title a {
    display: block
}

.recent-post .recent-post-meta a,
.recent-post .recent-post-meta span {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: var(--pagi-text-color);
    letter-spacing: .4px
}

.recent-post .recent-post-meta a i,
.recent-post .recent-post-meta span i {
    margin-right: 5px;
    color: var(--text-blue)
}

.recent-post:hover .media-img img {
    transform: scale(1.1)
}

.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: #fff0;
    transition: all ease 0.4s
}

.wp-block-calendar #today,
.calendar_wrap #today {
    color: var(--text-blue);
    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: 11px
}

.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 0
}

.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(--text-blue);
    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(--white-color);
    background-color: #fff0;
    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:hover {
    transform: scale(1);
    background-color: var(--white-color);
    color: var(--text-blue)
}

.sidebar-gallery .gallery-thumb:hover:before {
    opacity: .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_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(--vs-border-color);
    padding: 0 0 32px 110px;
    margin: 0 0 27px 0;
    min-height: 90px
}

.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(--text-blue)
}

.widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid var(--vs-border-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
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 12px
}

.widget_shopping_cart .qut-btn {
    border: 1px solid var(--vs-border-color);
    background-color: #fff0;
    display: inline-block;
    background-color: #fff0;
    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: #fff0;
    color: var(--white-color)
}

.widget_shopping_cart .qty-input {
    border: 1px solid var(--vs-border-color);
    text-align: center;
    width: -moz-max-content;
    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: 19px
}

.widget_shopping_cart .subtotal>span:not(.amount) {
    color: var(--body-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
}

.widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: var(--text-blue)
}

.widget_shopping_cart .vs-btn {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    margin-right: 10px;
    text-transform: capitalize;
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-weight: 400
}

.widget_shopping_cart .vs-btn:hover {
    background-color: #fff0;
    color: var(--title-color)
}

.widget_shopping_cart .buttons {
    margin: 0
}

.sidebar-area {
    margin-left: -29px
}

@media (max-width:1199px) {
    .sidebar-area {
        margin-left: -50px
    }
}

@media (max-width:991px) {
    .sidebar-area {
        margin-left: 0
    }
}

.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: -.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 rgb(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: rgb(7 26 62 / .7)
}

.quote-box__title {
    color: var(--white-color);
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: -.3em auto 25px auto
}

@media (max-width:1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .recent-post .post-title {
        font-size: 14px;
        line-height: 22px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }

    .widget-workhours li {
        padding: 14.5px 20px;
        font-size: 14px
    }
}

.vs-header {
    position: relative;
    z-index: 41
}

.vs-header.layout1 {
    padding: 0 0 40px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0
}

@media (max-width:1199px) {
    .vs-header.layout1 {
        padding: 20px 0 20px 0
    }
}

@media (max-width:991px) {
    .vs-header.layout1 {
        padding-top: 0
    }
}

.vs-header.layout2 {
    padding: 50px 0 0 0;
    background-color: var(--black-bg);
    transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
    .vs-header.layout2 {
        padding: 20px 0 0 0
    }
}

.vs-header.layout3 {
    background-color: var(--text-blue);
    position: absolute;
    right: 0;
    left: 0;
    /* top: 0 */
}

.vs-header.layout3 .svg-line {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%)
}

.header-top {
    border-bottom: 1px solid rgba(var(--gray-color1-rgb), 25%);
    padding-bottom: 27px
}

@media (max-width:767px) {
    .header-logo {
        margin-bottom: 15px
    }
}

.header-logo.style3 {
    padding: 20px 0;
    position: relative;
    z-index: 1
}

.header-logo.style3::before {
    position: absolute;
    content: "";
    width: 273px;
    height: 28px;
    background-color: var(--bg-color9);
    z-index: -1;
    bottom: -9px;
    border-radius: 999px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

@media (max-width:1199px) {
    .header-logo.style3 {
        padding: 20px 0 6px;
        margin-bottom: 0
    }
}

.header-wc {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end
}

.header-wc.style2 {
    gap: 1rem
}

.wc-link {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 1.2px
}

.wc-link:hover {
    color: var(--text-blue)
}

.wc-link2 svg path {
    transition: all ease 0.4s
}

.wc-link2:hover svg path {
    stroke: var(--text-blue)
}

.header-bottom {
    position: relative;
    z-index: 9
}

.will-sticky .header-logo.style3 {
    padding: 0 0
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--bg-color1);
    transition: all ease 1s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .07);
    padding: 10px 0
}

.will-sticky .sticky-active.active {
    top: 0
}

.will-sticky .sticky-active.active .main-menu>ul>li>a {
    color: var(--white-color)
}

.will-sticky .sticky-active.active .menu-style1>ul>li>a {
    color: var(--white-color)
}

.will-sticky .sticky-active.active .menu-style1>ul>li>a:hover {
    color: var(--text-blue)
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: .1px;
    font-family: var(--title-font);
    text-transform: capitalize;
}

.main-menu a:hover {
    color: var(--text-blue)
}

.main-menu>ul>li {
    margin: 0 24px
}

@media (max-width:1500px) {
    .main-menu>ul>li {
        margin: 0 10px
    }
}

@media (max-width:1199px) {
    .main-menu>ul>li {
        margin: 0 10px
    }
}

.main-menu>ul>li>a {
    padding: 28px 0;
    color: var(--white-color)
}

.main-menu>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 {
    position: relative
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-size: .8rem;
    display: none
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover>ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
    top: 100%;
    transition: all 0.3s ease-in-out
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 150%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / .1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 0;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--text-blue);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / .09), 0 3px 0 0 rgb(231 13 60 / .004);
    transform-origin: top center;
    transition: all 0.3s ease-in-out
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px);
    opacity: 0;
    display: none
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 0
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 0
}

.main-menu 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 ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu 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 {
    position: relative
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--text-blue)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--text-blue)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu ul.mega-menu>li>ul>li>a:before {
    content: "\f105";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0
}

.menu-style1>ul>li {
    margin: 0 0
}

.menu-style1>ul>li>a {
    padding: 0px 15px;
    position: relative;
    line-height: 1
}

@media (max-width:1919px) {
    .menu-style1>ul>li>a {
        padding: 0px 15px
    }
}

@media (max-width:1500px) {
    .menu-style1>ul>li>a {
        padding: 0px 4px
    }
}

/* .menu-style1>ul>li>a::before {
    position: absolute;
    content: "|";
    right: -4.5px;
    font-family: var(--body-font);
    font-weight: 100;
    font-size: 15px;
    letter-spacing: .1px;
    color: var(--white-color)
} */

@media (max-width:1500px) {
    .menu-style1>ul>li>a::before {
        display: none
    }
}

.menu-style1>ul>li:first-child a {
    padding-left: 0
}

.menu-style1>ul>li:last-child a {
    padding-right: 0;
    color: var(--text-blue)
}

.menu-style1>ul>li:last-child a::before {
    display: none
}

.menu-style1>ul>li.menu-item-has-children>a {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
    transition: all ease 0.4s;
    align-items: center;
    color: var(--dgold)
}

/* .menu-style1>ul>li.menu-item-has-children>a::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTEuNUwwIDQuNUgzLjVMNSAwTDYuNSA0LjVIMTBMNSAxMS41WiIgZmlsbD0iI0ZGM0UwMSIvPgo8L3N2Zz4K);
    position: relative;
    font-family: var(--icon-font);
    margin-left: 0;
    font-size: .8rem;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    color: var(--text-blue)
} */

@media (max-width:1919px) {
    .menu-style1>ul>li.menu-item-has-children>a::after {
        display: none
    }
}

@media (max-width:1500px) {
    .menu-style1>ul>li.menu-item-has-children>a::after {
        display: none
    }
}

.menu-style1>ul>li.menu-item-has-children>a:hover::after {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.4s
}

.menu-style1>ul.sub-menu li a {
    display: inline-flex;
    align-items: center
}

.menu-style1>ul.sub-menu li a::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTEuNUwwIDQuNUgzLjVMNSAwTDYuNSA0LjVIMTBMNSAxMS41WiIgZmlsbD0iI0ZGM0UwMSIvPgo8L3N2Zz4K);
    position: relative;
    font-family: var(--icon-font);
    margin-left: 0;
    font-size: .8rem;
    display: inline-block;
    transition: all ease 0.4s;
    color: var(--text-blue);
    margin-right: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    top: 0;
    background-color: #fff0;
    border: none;
    box-shadow: none
}

.menu-style1>ul>li.menu-item-has-children>a+ul.sub-menu,
.menu-style1>ul>li.menu-item-has-children>a+ul.mega-menu {
    top: 110%;
    z-index: 99
}

.menu-style1>ul>li.menu-item-has-children:hover>a+ul.sub-menu,
.menu-style1>ul>li.menu-item-has-children:hover>a+ul.mega-menu {
    top: 95%
}

.header-text {
    margin: 0
}

.header-text i {
    margin-right: 10px
}

.header-info {
    display: flex;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #e7ebf3
}

.header-info:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.header-info_icon {
    color: var(--text-blue);
    font-size: 24px;
    margin-right: 20px
}

.header-info_label {
    font-size: 14px;
    color: var(--body-color);
    display: block;
    margin-bottom: 2px
}

.header-info_link {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.header-info_link a {
    color: inherit
}

.header-info_link a:hover {
    color: var(--text-blue)
}

.header-search {
    display: inline-flex;
    position: relative
}

.header-search input {
    flex: 1;
    border: none;
    transition: all ease 0.4s;
    background-color: #fff0;
    height: auto;
    padding: 2px 25px 2px 0;
    color: var(--gold-light-color);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.1px;
    font-size: 11px;
    min-width: 189px
}

.header-search input::-moz-placeholder {
    color: var(--gold-light-color);
    font-size: 11px
}

.header-search input::placeholder {
    color: var(--gold-light-color);
    font-size: 11px
}

.header-search button {
    position: absolute;
    background-color: #fff0;
    height: auto;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    color: var(--white-color);
    line-height: 1
}

.header-search::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    border-radius: 3px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out
}

.header-search:hover::after,
.header-search:focus::after {
    background-color: var(--text-blue)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid #cad4f1;
    line-height: 23px
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: var(--text-blue);
    margin: 0 10px 0 0
}

.header-links a {
    color: inherit
}

.header-links a:hover {
    color: var(--text-blue)
}

.header-links.style-white i,
.header-links.style-white li {
    color: var(--white-color);
    border-color: #558eff
}

.header-social {
    font-size: 14px
}

.header-social .social-title {
    color: var(--title-color);
    display: inline-block
}

.header-social a {
    display: inline-block;
    color: var(--title-color);
    margin-left: 16px
}

.header-social a:hover {
    color: var(--text-blue)
}

.header-social.style-white .social-title,
.header-social.style-white a {
    color: var(--white-color)
}

.header-social.style-white a:hover {
    color: var(--title-color)
}

.header-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.header-box {
    border: 10px solid var(--text-blue);
    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(--text-blue);
    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: -moz-fit-content;
    width: fit-content;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--text-blue);
    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(--text-blue)
}

.header-dropdown ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: -moz-max-content;
    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: -moz-max-content;
    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(--text-blue)
}

.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: rgb(255 255 255 / .7)
}

.login-tab {
    display: flex;
    border-radius: 9999px;
    position: relative;
    z-index: 1
}

.login-tab:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    border: 2px solid var(--text-blue);
    z-index: -1
}

.login-tab a {
    display: inline-block;
    color: var(--text-blue);
    background-color: #fff0;
    font-family: var(--title-font);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 18.5px 37px;
    line-height: 1;
    border-radius: inherit
}

.login-tab a:hover,
.login-tab a.active {
    color: var(--white-color)
}

.login-tab .indicator {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    background-color: var(--text-blue);
    z-index: -1;
    transition: all ease 0.4s;
    border-radius: inherit
}

.header-layout1 .header-top {
    background-color: var(--text-blue);
    padding: 9.5px 0
}

.header-layout1 .menu-top {
    border-bottom: 1px solid #e7ebf3
}

.header-layout1 .header-text {
    color: var(--white-color)
}

.sideMenuToggler {
    background-color: #fff0;
    border: 0;
    padding: 0
}

.sideMenuToggler svg path {
    transition: all 0.3s ease-in-out
}

.sideMenuToggler:hover svg path {
    fill: var(--text-blue)
}

#navbars {
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    left: 0;
    background: #000;
    box-shadow: 0 4px 8px rgb(102 102 102 / .116);
    transition: all 0.15s ease
}

.menu-category {
    position: relative;
    min-height: 82px;
    display: grid;
    align-items: center
}

.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    width: 31px;
    height: 23px
}

.menu-toggle .menu-icon {
    transition: transform 0.3s ease, color 0.3s ease
}

.menu-toggle .menu-icon .line1,
.menu-toggle .menu-icon .line2,
.menu-toggle .menu-icon .line3 {
    transition: all 0.3s ease
}

.menu-toggle .menu-icon .line3 {
    width: 16px
}

.menu-toggle:hover svg path {
    fill: var(--text-blue);
    transition: all 0.3s ease
}

.menu-toggle.active {
    transform: translateX(-11.91px)
}

.menu-toggle.active .line1 {
    transform: rotate(45deg) translateY(7px);
    width: 31px;
    transform-origin: center
}

.menu-toggle.active .line2 {
    opacity: 0
}

.menu-toggle.active .line3 {
    transform: rotate(-45deg) translateY(-6px);
    width: 31px;
    transform-origin: center
}

.menu-toggle.active .menu-icon path {
    fill: var(--text-blue)
}

.menu-category .menu-list {
    list-style: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 80%;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%)
}

.menu-category .menu-item {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    opacity: 0;
    transform: translateY(100%);
    transition: background-color 0.3s ease;
    gap: 5px
}

.menu-category .menu-item:hover {
    background-color: #f3f4f6
}

.footer-logo {
    margin-bottom: 35px
}

.footer-info {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--smoke-color)
}

.footer-info a {
    color: var(--smoke-color)
}

.footer-info a:hover {
    color: var(--text-blue)
}

.footer-info.style2 p {
    color: var(--pagi-text-color);
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize
}

.footer-info.style2 p span {
    font-weight: 700;
    text-transform: uppercase
}

.footer-menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    padding: 40px 0 30px;
    gap: 55px
}

@media (max-width:991px) {
    .footer-menu {
        gap: 30px;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .footer-menu {
        gap: 15px
    }
}

.footer-menu a {
    color: var(--gold-light-color);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase
}

.footer-menu a:hover {
    color: var(--text-blue)
}

.footer-layout2 {
    padding-bottom: 2px;
    position: relative;
    z-index: 9
}

@media (max-width:767px) {
    .footer-layout2 {
        text-align: center
    }
}

.footer-widgets {
    padding: 90px 0
}

@media (max-width:767px) {
    .footer-widgets {
        padding: 40px 0
    }
}

.footer-title {
    color: var(--white-color);
    font-size: 16px;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 800;
    margin: 0 0 25px 0
}

.footer-title span {
    color: var(--text-blue)
}

h4.footer-title {
    font-size: 14px;
    margin-bottom: 15px
}

.footer-menu2 a {
    display: block;
    font-size: 19px;
    font-weight: 400;
    font-family: var(--title-font);
    color: white;
    letter-spacing: .4px;
    text-transform: capitalize;
    margin: 0 0 5px 0
}

.footer-menu2 a:hover {
    color: var(--dgold)
}

.footer-newsletter {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--vs-border-color3);
    margin-bottom: 20px
}

.footer-newsletter input,
.footer-newsletter button {
    background-color: #fff0;
    border: 0;
    padding: 0 0;
    font-size: 13px;
    letter-spacing: .4px;
    color: var(--gray-color3);
    font-weight: 600
}

.footer-newsletter button svg path {
    transition: all 0.3s ease-in-out
}

.footer-newsletter button:hover svg path {
    stroke: var(--text-blue)
}

.footer-newsletter input::-moz-placeholder {
    font-size: 13px;
    letter-spacing: .4px;
    color: var(--gray-color3);
    font-weight: 600
}

.footer-newsletter input::placeholder {
    font-size: 13px;
    letter-spacing: .4px;
    color: var(--gray-color3);
    font-weight: 600
}

.social-style {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;

}

@media (max-width:767px) {
    .social-style {
        justify-content: center
    }
}

.social-style a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-color1);
    font-size: 14px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out
}

.social-style a.facebook {
    background-color: var(--dgold);
    color: var(--text-blue);
}

.social-style a.instagram {
    background-color: var(--dgold);
    color: var(--text-blue);
}

.social-style a.twitter {
    background-color: var(--dgold);
    color: var(--text-blue);
}

.social-style a.linkedin {
    background-color: var(--dgold);
    color: var(--text-blue);
}

.social-style a:hover {
    background-color: var(--text-blue);
    color: var(--white-color);
    transition: all 0.4s ease-in-out
}

.footer-copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: var(--smoke-color);
    padding: 40px 15px;
    border-top: 1px solid rgb(255 255 255 / .1)
}

.footer-copyright.style2 {
    background-color: var(--bg-color3);
    border-top: 0;
    color: var(--footer-text-color);
    padding: 40px 15px
}

.footer-copyright a {
    color: var(--rating-color1)
}

.footer-copyright a:hover {
    color: var(--text-blue)
}

.breadcumb-menu {
    max-width: 100%;
    margin: 0em 0 0em 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f101";
    font-family: var(--icon-font);
    position: relative;
    margin: 0 6px;
    color: var(--dgold)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    color: var(--bread-text-color);
    text-transform: uppercase;
    letter-spacing: 2.3px;
    transition: all 0.3s ease-in-out
}

.breadcumb-menu a {
    color: var(--dgold)
}

.breadcumb-menu a:hover {
    color: var(--text-blue)
}

.breadcumb-content {
    text-align: left
}

.breadcumb-title {
    color: var(--white-color);
    margin: -.3em 0 10px 0;
    max-width: 100%;
    width: 100%;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 60px
}

@media (max-width:767px) {
    .breadcumb-title {
        font-size: 35px
    }
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    position: relative;
    min-height: 561px;
    display: flex;
    align-items: end;
    padding: 129px 0 125px
}

@media (max-width:1199px) {
    .breadcumb-wrapper {
        min-height: 420px;
        padding: 167px 0 100px
    }
}

@media (max-width:991px) {
    .breadcumb-wrapper {
        padding-top: 200px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .breadcumb-wrapper {
        min-height: 385px
    }
}

.breadcumb-wrapper .breadcumb-element {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1
}

.breadcumb-wrapper .overlay {
    background-color: var(--title-color);
    opacity: 80%
}

@media (max-width:991px) {
    .breadcumb-content {
        display: block
    }

    .breadcumb-title {
        max-width: 100%
    }

    .breadcumb-menu {
        margin-top: 15px
    }
}

.vs-pagination {
    display: flex;
    align-items: center;
    margin: 70px 0 30px;
    gap: 0
}

.vs-pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

/* .vs-pagination ul a {
    background-color: #fff0;
    border: 2px solid var(--bg-color3)
} */

.vs-pagination li {
    display: inline-block;
    margin: 0 0;
    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 {
    --icon-size: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--body-font);
    color: var(--text-blue);
    text-align: center;
    position: relative;
    border: none;
    width: var(--icon-size);
    height: var(--icon-size);
    font-weight: 700;
    font-size: 16px;
    z-index: 1;
    /* background-color: var(--bg-color3); */
    border-radius: 0;
    letter-spacing: .8px
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--text-blue);
    box-shadow: none
}

.vs-pagination.pagi-shop {
    margin: 15px 0 30px
}

.post-pagination {
    margin: 0 0
}

.post-pagi-box {
    display: flex;
    align-items: center;
    gap: 20px
}

.post-pagi-box>a {
    color: var(--title-color);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--title-font)
}

.post-pagi-box>a:hover {
    color: var(--text-blue)
}

.post-pagi-box img {
    width: 80px;
    margin-right: 25px
}

.post-pagi-box.next {
    flex-direction: row-reverse;
    text-align: right
}

.post-pagi-box.next img {
    margin-right: 0;
    margin-left: 25px
}

.post-pagi-box .post-pagi-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-blue);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 20px
}

.post-pagi-box .post-pagi-icon:hover {
    background-color: var(--text-blue2);
    color: var(--title-color)
}

.post-pagi-box .post-pagi-title {
    font-size: 20px;
    margin-bottom: 6px
}

@media (max-width:991px) {
    .post-pagi-box .post-pagi-title {
        font-size: 18px
    }
}

.post-pagi-box .post-pagi-control {
    font-size: 13px;
    color: var(--smoke-color);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    gap: 15px
}

.post-pagi-box .post-pagi-control i {
    color: var(--text-blue)
}

.post-pagi-box .post-pagi-control:hover {
    color: var(--text-blue)
}

.pagi-icon {
    color: #f0f0f0;
    font-size: 40px
}

@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
    }
}

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--quote-bg, #eff1f5);
    border-left: 4px solid var(--text-blue);
    padding: 43px 50px 42px 35px;
    margin: 35px 0
}

blockquote p {
    font-family: inherit;
    color: inherit;
    z-index: 3;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.5;
    position: relative;
    font-size: 24px
}

blockquote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: var(--text-blue);
    opacity: .3
}

blockquote p {
    margin-bottom: 0
}

blockquote p a {
    color: inherit
}

blockquote cite {
    color: var(--text-blue);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    margin-top: 20px;
    font-style: normal
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--text-blue)
}

blockquote.vs-quote {
    text-align: left;
    padding: 0 30px 0 110px;
    border-left: 0;
    background-color: #fff0
}

blockquote.vs-quote .quote-icon {
    position: absolute;
    left: 56px;
    top: 0
}

blockquote.vs-quote p {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--body-font);
    line-height: 30px;
    color: var(--white-color);
    text-transform: uppercase
}

blockquote.vs-quote:before {
    position: relative;
    bottom: 0;
    right: 0;
    font-weight: 300;
    opacity: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--text-blue);
    color: var(--white-color);
    font-size: 34px;
    display: inline-block;
    margin: 0 0 28px 0;
    border-radius: 50%;
    display: none
}

blockquote.vs-quote cite {
    padding: 0;
    margin-top: 23px
}

blockquote.vs-quote cite::before {
    display: none
}

blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: var(--title-font);
    display: block;
    font-weight: 400
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #8b919c
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--text-blue)
}

.blog-meta a:hover {
    color: var(--text-blue)
}

.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 #fff0;
    background-color: var(--text-blue)
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--text-blue)
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--text-blue)
}

.vs-blog {
    margin-bottom: 30px
}

.blog-style2 .blog-img img,
.blog-style2 .blog-img .img {
    width: 100%;
    height: auto
}

.blog-inner-title {
    font-size: 30px;
    margin-top: -.2em;
    margin-bottom: 8px;
    color: var(--text-blue);
    text-transform: uppercase
}

.blog-author {
    background-color: var(--smoke-color);
    padding: 30px;
    display: flex;
    align-items: center;
    margin: var(--blog-space-y, 60px) 0
}

.blog-author .media-img {
    width: 189px;
    margin: 0 30px 0 0
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    margin: -.3em 0 0 0
}

.blog-author .author-degi {
    color: var(--text-blue)
}

.blog-author .author-text {
    margin: 0 0 -.1em 0
}

.blog-details .blog-single {
    background: #fff0;
    box-shadow: none;
    padding: 0
}

.blog-details .blog-img {
    margin: 0 0 40px 0
}

.blog-details .blog-img img {
    border-radius: 0
}

.blog-details .blog-content {
    margin: 0
}

.blog-style1,
.blog-style3 {
    margin-right: 50px
}

@media (max-width:991px) {

    .blog-style1,
    .blog-style3 {
        margin-right: 0
    }
}

@media (max-width:767px) {

    .blog-style1 .blog-body,
    .blog-style3 .blog-body {
        text-align: center
    }
}

.blog-style1 .blog-img,
.blog-style3 .blog-img {
    padding: 7px;
    background-color: var(--bg-color3);
    margin-bottom: 20px
}

.blog-style1 .blog-title,
.blog-style3 .blog-title {
    font-size: 45px;
    color: var(--white-color);
    text-transform: uppercase
}

@media (max-width:767px) {

    .blog-style1 .blog-title,
    .blog-style3 .blog-title {
        font-size: 28px
    }
}

.blog-style1 .blog-title a,
.blog-style3 .blog-title a {
    display: block
}

.blog-style1 .blog-text,
.blog-style1 p,
.blog-style3 .blog-text,
.blog-style3 p {
    font-size: 15px;
    line-height: 28px;
    color: var(--smoke-color);
    font-weight: 600;
    letter-spacing: .4px;
    margin: 0 10px 35px 0;
    text-transform: capitalize
}

@media (max-width:991px) {

    .blog-style1 .blog-text,
    .blog-style1 p,
    .blog-style3 .blog-text,
    .blog-style3 p {
        margin: 0 0 20px 0
    }
}

@media (max-width:767px) {

    .blog-style1 .blog-text,
    .blog-style1 p,
    .blog-style3 .blog-text,
    .blog-style3 p {
        margin: 0 0 25px 0
    }
}

.blog-style1 .blog-footer,
.blog-style3 .blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0
}

.blog-style1 .blog-element,
.blog-style3 .blog-element {
    display: flex;
    width: 100%
}

.blog-style1 .blog-link,
.blog-style3 .blog-link {
    background-color: var(--bg-color3);
    display: inline-flex;
    align-items: center;
    padding: 15px 23px;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--smoke-color);
    font-weight: 700;
    gap: 13px
}

.blog-style1 .blog-link svg path,
.blog-style3 .blog-link svg path {
    fill: var(--text-blue);
    transition: all 0.3s ease-in-out
}

.blog-style1 .blog-link:hover,
.blog-style3 .blog-link:hover {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.blog-style1 .blog-link:hover svg path,
.blog-style3 .blog-link:hover svg path {
    fill: var(--white-color);
    transition: all 0.3s ease-in-out
}

.blog-style1 .blog-meta,
.blog-style3 .blog-meta {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.blog-style1 .blog-meta a,
.blog-style1 .blog-meta span,
.blog-style3 .blog-meta a,
.blog-style3 .blog-meta span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    position: relative;
    padding-right: 0;
    margin-right: 0;
    display: inline-flex;
    align-items: center
}

.blog-style1 .blog-meta a::after,
.blog-style1 .blog-meta span::after,
.blog-style3 .blog-meta a::after,
.blog-style3 .blog-meta span::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--smoke-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 17px
}

.blog-style1 .blog-meta a:last-child::after,
.blog-style1 .blog-meta span:last-child::after,
.blog-style3 .blog-meta a:last-child::after,
.blog-style3 .blog-meta span:last-child::after {
    display: none
}

.blog-style2 .blog-img {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .blog-style2 .blog-body {
        text-align: center
    }
}

.blog-style2 .blog-metas {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .blog-style2 .blog-metas {
        justify-content: center
    }
}

.blog-style2 a.blog-meta:hover {
    color: var(--text-blue)
}

.blog-style2 .blog-meta {
    color: var(--gray-color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.9px;
    text-transform: uppercase
}

.blog-style2 .blog-meta::after {
    content: "/";
    padding: 0 10px
}

.blog-style2 .blog-meta:last-child::after {
    display: none
}

.blog-style2 .blog-title {
    font-size: 36px;
    margin: 0 0 25px 0;
    text-transform: capitalize
}

.blog-style2 .blog-title a {
    color: var(--white-color)
}

.blog-style2 .blog-title a:hover {
    color: var(--text-blue)
}

.blog-style2 .blog-link {
    display: inline-block;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px
}

.blog-style2 .blog-link::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--text-blue);
    bottom: 0;
    left: 0
}

@media (max-width:767px) {
    .blog-style2 .blog-link::after {
        left: 50%;
        transform: translateX(-50%)
    }
}

.blog-style2 .blog-divider,
.blog-style2 .blog-divider2 {
    background: #f4eddb;
    border-radius: 0 10px 10px 10px;
    opacity: 60%;
    display: block;
    width: 100%;
    height: .25px
}

.blog-style2 .blog-divider2 {
    width: 100px;
    margin-bottom: 3.75px
}

@media (max-width:767px) {
    .blog-style2 .blog-divider2 {
        margin: 0 auto 3.75px
    }
}

.blog-style2 .blog-divider {
    margin-bottom: 30px
}

.blog-style3 .blog-body {
    display: flex;
    align-items: stretch;
    margin-bottom: 45px
}

@media (max-width:767px) {
    .blog-style3 .blog-body {
        flex-direction: column
    }
}

.blog-style3 .blog-title {
    font-size: 36px;
    margin: 0 0 10px 0
}

@media (max-width:767px) {
    .blog-style3 .blog-title {
        font-size: 26px
    }
}

.blog-style3 .blog-content {
    align-self: center
}

.blog-style3 .blog-footer {
    margin-bottom: 0
}

.blog-style3 .blog-img {
    flex: 0 0 44%;
    margin-right: 38px;
    margin-bottom: 0
}

@media (max-width:991px) {
    .blog-style3 .blog-img {
        margin-right: 15px;
        flex: 0 0 35%
    }
}

@media (max-width:767px) {
    .blog-style3 .blog-img {
        margin-bottom: 15px;
        margin-right: 0;
        flex: 0 0 100%
    }
}

.blog-style3 .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1199px) {
    .blog-style4-slider {
        max-width: 775px
    }
}

.blog-single {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0
}

.blog-single .blog-meta {
    margin: -.2em 0 10px 0
}

.blog-single .blog-title {
    font-size: 45px;
    margin-bottom: 17px
}

.blog-single h2.blog-title {
    font-size: 34px
}

.blog-single .blog-text {
    margin: 0 10px 20px 0
}

.blog-single .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 26px
}

.blog-single .blog-date {
    color: var(--body-color)
}

.blog-single .blog-date i {
    color: var(--text-blue);
    margin: 0 10px 0 0
}

.blog-single .share-links-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0 15px 0 0;
    display: inline-block
}

.blog-single .share-links {
    margin: 16px 0 0 0
}

.blog-single .share-links .row {
    align-items: center;
    --bs-gutter-y: 15px
}

.blog-single .share-links .tagcloud {
    display: inline-block
}

.blog-single .share-links .tagcloud a {
    padding: 0;
    border-radius: 0;
    color: var(--body-color)
}

.blog-single .share-links .tagcloud a:not(:last-child):after {
    content: ","
}

.blog-single .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 13px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    line-height: 1;
    font-size: 16px;
    color: var(--body-color);
    text-align: center;
    display: block
}

.blog-single .social-links a:hover {
    color: var(--text-blue)
}

.blog-single .blog-content {
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 0 0 5px 5px
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img {
    position: relative;
    background-color: #fff0;
    padding: 0;
    margin-bottom: 30px
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--text-blue);
    color: var(--white-color);
    border-radius: 5px
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 80px;
    --icon-font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .blog-footer {
    margin-bottom: 50px;
    padding-top: 40px
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-social {
    display: flex;
    align-items: center
}

.blog-social a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    color: var(--smoke-color);
    position: relative;
    display: inline-flex;
    align-items: center
}

.blog-social a::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--smoke-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px
}

.blog-social a:last-child::after {
    display: none
}

.blog-social a:nth-child(odd)::after {
    background-color: var(--text-blue)
}

.blog-social a:hover {
    color: var(--text-blue)
}

.post-admin {
    background-color: var(--bg-color3);
    border-radius: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 50px
}

@media (max-width:767px) {
    .post-admin {
        padding: 10px;
        gap: 10px;
        flex-wrap: wrap
    }
}

.post-admin .post-img {
    flex: 0 148px;
    --image-size: 148px;
    width: var(--image-size);
    height: var(--image-size);
    max-width: var(--image-size);
    max-height: var(--image-size);
    min-width: var(--image-size);
    min-height: var(--image-size);
    border-radius: 0%;
    overflow: hidden;
    border: 0 solid var(--white-color)
}

@media (max-width:767px) {
    .post-admin .post-img {
        --image-size: 100%
    }
}

.post-admin .post-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.post-admin .post-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px
}

.post-admin .post-header h4 {
    margin-bottom: 0;
    color: var(--white-color);
    text-transform: uppercase
}

.post-admin .post-text {
    margin-bottom: 10px;
    padding-right: 17%;
    font-size: 15px;
    font-weight: 600;
    color: var(--smoke-color);
    text-transform: capitalize;
    line-height: 28px
}

@media (max-width:767px) {
    .post-admin .post-text {
        padding-right: 0
    }
}

.post-admin .social-links li {
    margin-right: 0
}

.post-admin .social-links a {
    --icon-size: 41px;
    color: var(--text-color);
    font-size: 13.41px;
    border: 1.5px solid var(--vs-border-color8);
    box-shadow: none
}

.post-admin .social-links a:hover {
    background-color: var(--text-blue2);
    border-color: var(--text-blue2);
    color: var(--title-color)
}

.comment-respond {
    margin: var(--blog-space-y, 60px) 0 30px 0;
    position: relative
}

.comment-respond p {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 30px 0
}

.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: .7em;
    text-decoration: underline
}

.comment-respond .custom-checkbox.notice {
    margin-top: 10px;
    margin-bottom: 25px
}

.comment-respond .row {
    --bs-gutter-x: 20px
}

.comment-respond .form-control {
    background-color: #fff0;
    border: none;
    height: 55px;
    border: 1px solid rgb(156 155 155 / .25);
    color: var(--smoke-color)
}

.comment-respond .form-control::-moz-placeholder {
    color: var(--smoke-color);
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 600;
    text-transform: capitalize
}

.comment-respond .form-control::placeholder {
    color: var(--smoke-color);
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 600;
    text-transform: capitalize
}

.comment-respond .form-group>i {
    top: 20.5px
}

.comment-respond input[type=checkbox]~label {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize
}

.comment-respond input[type=checkbox]~label:before {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 3px
}

.comment-respond input[type=checkbox]:checked~label:before {
    background-color: var(--text-blue);
    border-color: #fff0
}

.comment-respond .blog-inner-title {
    margin-bottom: 10px
}

.comment-respond .form-text {
    margin-bottom: 25px
}

.comment-respond .vs-btn {
    background-color: var(--bg-color3);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    color: var(--pagi-text-color);
    padding: 21px 45px
}

.comment-respond .vs-btn::before,
.comment-respond .vs-btn::after {
    background-color: var(--text-blue)
}

.comment-respond .vs-btn:hover {
    color: var(--white-color)
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0
}

.question-form .form-control,
.review-form .form-control {
    background-color: #fff0;
    border: 1px solid #e4e4e4
}

.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, 60px) 0 var(--blog-space-y, 60px) 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 li .comment-ele {
    display: flex;
    width: 100%
}

.vs-comments-wrap .vs-post-comment {
    border-bottom: 0 solid #f0f0f0;
    position: relative;
    display: flex;
    position: relative;
    padding: 0 0 0 0;
    margin: 30px 0 30px 0
}

.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
    width: 126px;
    height: 126px;
    margin-right: 25px;
    overflow: hidden;
    background-color: #fff0
}

.vs-comments-wrap .comment-avater img {
    width: 100%;
    height: 100%
}

.vs-comments-wrap .comment-content {
    flex: 1;
    position: relative
}

.vs-comments-wrap .commented-on {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    margin-top: 0em;
    font-weight: 700;
    color: var(--bg-color1);
    font-family: var(--body-font)
}

.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: .9rem
}

.vs-comments-wrap .name {
    margin-bottom: 13px;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-blue);
    text-transform: uppercase
}

.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between
}

.vs-comments-wrap .text:last-of-type {
    color: var(--bg-color1);
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: capitalize;
    margin: 0 0 10px 0
}

.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px
}

.vs-comments-wrap .reply_and_edit {
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 1
}

.vs-comments-wrap .replay-btn {
    font-weight: 700;
    font-size: 13px;
    display: flex;
    font-family: var(--body-font);
    color: var(--smoke-color);
    align-items: center;
    text-transform: uppercase;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px
}

.vs-comments-wrap .replay-btn i {
    margin-right: 0;
    font-size: 13px;
    color: var(--text-blue)
}

.vs-comments-wrap .replay-btn:hover {
    color: var(--text-blue)
}

.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px
}

.vs-comments-wrap.vs-comment-form {
    margin: 0
}

@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
    }
}

@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
    }
}

.vs-hero {
    position: relative
}

.hero-main {
    padding-left: 460px;
    min-height: 785px;
    display: flex;
    align-items: center;
    position: relative
}

@media (max-width:1500px) {
    .hero-main {
        padding-left: 20%
    }
}

@media (max-width:1199px) {
    .hero-main {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .hero-main {
        padding-left: 10%;
        min-height: 550px
    }
}

@media (max-width:767px) {
    .hero-main {
        min-height: 420px;
        padding-left: 0%;
        text-align: center
    }
}

@media (max-width:767px) {
    .hero-main .hbtn1 {
        justify-content: center
    }
}

.hero-main .hero-img1,
.hero-main .hero-img2,
.hero-main .hero-img3,
.hero-main .hero-img4 {
    position: absolute;
    animation-delay: 1s
}

.hero-main .hero-img1 {
    left: 0;
    top: 0;
    bottom: 0;
    animation-delay: 0.8s
}

@media (max-width:1199px) {
    .hero-main .hero-img1 {
        display: none
    }
}

.hero-main .hero-img2 {
    top: 40px;
    left: 227px;
    animation-delay: 0.6s
}

@media (max-width:1500px) {
    .hero-main .hero-img2 {
        display: none
    }
}

@media (max-width:991px) {
    .hero-main .hero-img2 {
        left: 0
    }
}

@media (max-width:767px) {
    .hero-main .hero-img2 {
        top: 0;
        max-width: 90px
    }
}

.hero-main .hero-img3 {
    left: auto;
    right: 0
}

@media (max-width:1199px) {
    .hero-main .hero-img3 {
        max-width: 330px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:991px) {
    .hero-main .hero-img3 {
        display: none
    }
}

.hero-main .hero-img4 {
    right: 32%;
    top: 20px
}

@media (max-width:1199px) {
    .hero-main .hero-img4 {
        display: none
    }
}

@media (max-width:991px) {
    .hero-main .hero-img4 {
        right: 0
    }
}

@media (max-width:767px) {
    .hero-main .hero-img4 {
        display: none
    }
}

.hero-main .hero-title {
    font-size: 100px;
    text-transform: uppercase;
    line-height: .95;
    font-family: var(--special-font);
    font-weight: 400;
    overflow: hidden
}

@media (max-width:1199px) {
    .hero-main .hero-title {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .hero-main .hero-title {
        font-size: 50px;
        line-height: 1
    }
}

.hero-main .hero-title .highlight {
    color: var(--text-blue)
}

.hero-main .hero-title span {
    display: block
}

.hero-main .hero-title .htext1 {
    animation-delay: 0s
}

.hero-main .hero-title .htext2 {
    animation-delay: 0.15s
}

.hero-main .hero-subtitle {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    overflow: hidden;
    animation-delay: 0.2s
}

.hero-main .hero-subtitle span {
    display: block
}

.hero-main .hero-subtitle a {
    color: var(--text-blue)
}

.hero-main .hbtn1 {
    animation-delay: 0.4s
}

.hero-main.style3 {
    padding: 200px 0 200px;
    min-height: 990px;
    align-items: flex-end
}

@media (max-width:1500px) {
    .hero-main.style3 {
        min-height: 80vh;
    }
}

@media (max-width:767px) {
    .hero-main.style3 {
        min-height: 680px;
        padding-right: 120px;
        text-align: left
    }
}

.hero-main.style3 .hero-title {
    letter-spacing: -.3px
}

@media (max-width:1500px) {
    .hero-main.style3 .hero-title {
        max-width: 70%
    }
}

@media (max-width:1199px) {
    .hero-main.style3 .hero-title {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .hero-main.style3 .hero-title {
        font-size: 38px
    }
}

.hero-main.style3 .hero-title span {
    display: inline-block
}

.hero-main.style3 .hero-subtitle {
    color: var(--text-color3);
    font-weight: 700
}

@media (max-width:767px) {
    .hero-main.style3 .hero-subtitle {
        margin-bottom: 20px
    }
}

.hero-main.style3 .vs-btn {
    background-color: var(--bg-color9)
}

@media (max-width:767px) {
    .hero-main.style3 .vs-btn {
        padding: 19px 40px;
        justify-content: flex-start
    }
}

.hero-main.style3 .vs-btn::before,
.hero-main.style3 .vs-btn::after {
    background-color: var(--text-blue)
}

@media (max-width:767px) {
    .hero-main.style3 .hbtn1 {
        justify-content: flex-start
    }
}

.hero-main.style4 {
    padding: 0;
    min-height: 930px;
    justify-content: center;
    z-index: 1;
    overflow: hidden
}

@media (max-width:991px) {
    .hero-main.style4 {
        min-height: 434px;
        margin-top: -5px;
        padding-top: 150px
    }
}

@media (max-width:767px) {
    .hero-main.style4 {
        padding-top: 170px
    }
}

.hero-main.style4 .hero-title {
    font-size: 200px;
    color: var(--text-color6)
}

@media (max-width:991px) {
    .hero-main.style4 .hero-title {
        font-size: 120px
    }
}

@media (max-width:767px) {
    .hero-main.style4 .hero-title {
        font-size: 90px
    }
}

.hero-main.style4 .hero-title>span {
    display: inline-flex;
    justify-content: center;
    gap: 55px;
    padding: 0 4%
}

@media (max-width:767px) {
    .hero-main.style4 .hero-title>span {
        gap: 0;
        padding: 0 0;
        flex-direction: column;
        text-align: center
    }
}

.hero-main.style4 .hero-title .htext1 {
    z-index: -1
}

.hero-main.style4 .hero-title .htext2 {
    z-index: 2
}

.hero-main.style4 .hero-img3 {
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    animation-delay: 0.5s
}

@media (max-width:1199px) {
    .hero-main.style4 .hero-img3 {
        display: flex;
        align-items: end;
        max-width: 100%;
        justify-content: center
    }
}

@media (max-width:991px) {
    .hero-main.style4 .hero-img3 {
        display: none
    }
}

.hero-layout1 .ele1,
.hero-layout1 .ele2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    animation: vs-rotations 80s infinite linear
}

@media (max-width:991px) {

    .hero-layout1 .ele1,
    .hero-layout1 .ele2 {
        display: none
    }
}

.hero-layout1 .ele2 {
    right: 0;
    animation-duration: 85s
}

@keyframes vs-rotations {
    0% {
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        transform: translateY(-50%) rotate(360deg)
    }
}

.hero-layout2 .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1300px;
    margin: 40px auto 105px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left
}

.hero-layout2 .slick-dots button {
    width: 10px;
    height: 7px;
    border-radius: 5px;
    background-color: #282525
}

.hero-layout2 .slick-dots button::before {
    display: none
}

.hero-layout2 .slick-dots li {
    margin-right: 8px
}

.hero-layout2 .slick-dots .slick-active button {
    width: 38px
}

.hero-layout3 {
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .hero-layout3 {
        margin-top: -10px
    }
}

.hero-layout3 .hero-carousel-arrow {
    position: absolute;
    top: auto;
    z-index: 999;
    min-width: 146px;
    right: 8%;
    bottom: 109px;
    margin: 0;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: var(--rating-color1)
}

@media (max-width:1199px) {
    .hero-layout3 .hero-carousel-arrow {
        bottom: 15px
    }
}

@media (max-width:767px) {
    .hero-layout3 .hero-carousel-arrow {
        left: 50%;
        transform: translateX(-50%)
    }
}

.hero-layout3 .hero-carousel-arrow button {
    background-color: #fff0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0;
    color: var(--text-blue)
}

.hero-layout3 .hero-carousel-arrow button::before {
    display: none
}

.hero-layout3 .hero-carousel-arrow button:hover svg path {
    stroke: var(--text-blue)
}

.hero-layout3 .hero-ele1 {
    position: absolute;
    left: 129px;
    z-index: 2;
    top: 165px
}

.hero-pricing {
    position: absolute;
    z-index: 9;
    left: 8%;
    bottom: 109px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--rating-color1)
}

@media (max-width:1199px) {
    .hero-pricing {
        bottom: 15px
    }
}

@media (max-width:991px) {
    .hero-pricing {
        display: none
    }
}

.hero-pricing span {
    color: var(--text-blue);
    font-size: 26px;
    font-weight: 500
}

.feature-style {
    text-align: center
}

.feature-style__title {
    font-size: 35 px;
    font-weight: 700;
    color: var(--text-blue);
    margin-bottom: 0;
    text-transform: capitalize
}

.feature-style__text {
    color: #000;
    margin-bottom: 0
}

.call-box {
    display: flex;
    align-items: center;
    gap: 16px
}

.call-box__list {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.call-box__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --circle-size: 57px;
    width: var(--circle-size);
    height: var(--circle-size);
    min-width: var(--circle-size);
    min-height: var(--circle-size);
    background-color: var(--text-blue);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0 -15px
}

.call-box__list a:hover {
    color: var(--white-color)
}

.call-box__title,
.call-box__subtitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 800
}

.call-box__subtitle {
    color: var(--text-blue);
    font-size: 18px;
    letter-spacing: .8px
}

.call-box__subtitle:hover {
    color: var(--white-color)
}

.about-divider {
    background: #eedcb3;
    opacity: .15;
    margin: 35px 0;
    width: 90%
}

.img-box4 {
    position: relative;
    z-index: 1
}

@media (max-width:991px) {
    .img-box4__img1 {
        width: 100%
    }
}

.img-box4__img2 {
    position: absolute;
    z-index: -1;
    top: -29px;
    right: -51px
}

.img-box4__shape {
    position: absolute;
    bottom: 57px;
    left: 20px;
    min-height: 178px;
    background-color: var(--text-blue)
}

.img-box5 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.img-box5 .img1,
.img-box5 .img2 {
    position: relative
}

.img-box5 .img1::after,
.img-box5 .img2::after {
    content: "";
    width: 19px;
    height: 187px;
    background-color: var(--text-blue);
    position: absolute;
    left: 0;
    top: -16px
}

.img-box5 .img2::after {
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color)
}

.img-box5 .img3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 171px;
    min-height: 263px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--text-blue);
    border-radius: 92px;
    right: 30px
}

@media (max-width:767px) {
    .img-box5 .img3 {
        min-width: 90px;
        min-height: 140px;
        border-radius: 90px;
        right: 0
    }
}

.img-box5 .img4 {
    position: absolute;
    z-index: -1;
    top: -35px;
    left: -77px
}

.aboutpage-layout1 {
    z-index: 1
}

.aboutpage-layout1 .abele1,
.aboutpage-layout1 .abele2 {
    position: absolute;
    z-index: -1
}

.aboutpage-layout1 .abele1 {
    top: 5%;
    left: 5%
}

.aboutpage-layout1 .abele2 {
    bottom: 10%;
    right: 3%
}

.offer-counter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 17px;
    text-align: center;
    margin-bottom: 36px;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .offer-counter {
        justify-content: center
    }
}

.offer-counter .count-number {
    background-color: var(--dgold);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: var(--text-blue);
    margin-bottom: 15px
}

.offer-counter .count-name {
    display: block;
    color: var(--text-color5);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.img-box6 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 35%
}

@media (max-width:1199px) {
    .img-box6 {
        max-width: 45%
    }
}

@media (max-width:991px) {
    .img-box6 {
        position: relative;
        max-width: 100%;
        margin-bottom: var(--section-space-mobile);
        margin-top: calc(-1 * var(--section-space-mobile));
        background-color: var(--bg-color4)
    }
}

.img-box6 .img1 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:991px) {
    .img-box6 .img1 {
        width: 100%
    }
}

.img-box6 .img-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 53px;
    text-align: center
}

.img-box6 .img-content h3 {
    color: var(--rating-color1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3.9px;
    font-family: var(--body-font);
    text-transform: uppercase;
    margin-bottom: 20px
}

.img-box6 .img-offer {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--rating-color1);
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: var(--rating-color1);
    margin-bottom: 15px
}

.img-box6 .img-offer span {
    padding: 15px 11px
}

.img-box6 .img-offer span:last-child {
    color: var(--text-blue);
    background-color: var(--dgold)
}

.deal-content .sec-title {
    font-size: 60px;
    text-transform: capitalize;
    margin: -.25em 0 5px 0
}

.deal-content .sec-text2 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px;
    overflow: hidden;
    animation-delay: 0.2s;
    color: var(--text-color3);
    font-weight: 700
}

.process-layout1 {
    padding: 130px 0
}

@media (max-width:991px) {
    .process-layout1 {
        padding: 80px 0
    }
}

.process-content h3 {
    font-size: 46px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 52px
}

.process-content h3 span {
    color: var(--text-blue)
}

.process-content p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px
}

.accordion-style1 .accordion-item {
    margin: 0 0 20px 0;
    background: var(--bg-color3);
    border: 1.5px solid var(--vs-border-color7);
    box-shadow: inset 2px 4px 4px 1px rgb(0 0 0 / .25);
    border-radius: 10px;
    padding: 25px 35px
}

.accordion-style1 .accordion-item:last-child {
    margin-bottom: 0
}

.accordion-style1 .accordion-header {
    margin: 0
}

.accordion-style1 .accordion-button {
    background-color: #fff0;
    border: none;
    padding: 0 0 0 0;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--text-color1);
    text-align: left;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px dotted #fff0;
    text-transform: capitalize
}

.accordion-style1 .accordion-button:after {
    content: "\f107";
    font-family: var(--icon-font);
    font-weight: 400;
    color: var(--title-color);
    border: none;
    width: auto;
    height: auto;
    background-image: none;
    transition: all 0.3s ease-in-out;
    font-size: 20px
}

.accordion-style1 .accordion-button:hover {
    color: var(--text-blue)
}

.accordion-style1 .accordion-button:hover::after {
    color: var(--text-blue)
}

.accordion-style1 .accordion-button:focus {
    box-shadow: none
}

.accordion-style1 .accordion-button:not(.collapsed) {
    color: var(--text-blue);
    padding: 0 0 20px 0;
    border-bottom: 1px dotted rgb(156 155 155 / .5);
    transition: all 0.3s ease-in-out
}

.accordion-style1 .accordion-button:not(.collapsed):after {
    color: var(--text-blue);
    content: "\f107"
}

.accordion-style1 .accordion-body {
    padding: 18px 0 0 0;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    letter-spacing: .3px;
    color: #9c9b9b;
    font-weight: 600;
    text-transform: capitalize
}

.accordion-style1 .accordion-body p:last-child {
    margin-bottom: 0
}

.accordion-style1 .accordion-collapse {
    border: none;
    transition: all 0.3s ease-in-out
}

.quote-block {
    padding: 15px 0
}

.quote-block .quote-title {
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 70px;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .quote-block .quote-title {
        font-size: 45px
    }
}

.quote-block .quote-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

@media (max-width:767px) {
    .quote-block .quote-btns {
        flex-wrap: wrap
    }
}

.multi-layout1 {
    background-color: var(--bg-color2)
}

.video-layout {
    min-height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .video-layout {
        min-height: 300px
    }
}

.video-layout .overlay {
    background-color: rgb(100 88 62 / .3);
    z-index: -1
}

.error-content {
    text-align: center
}

.error-content h2 {
    font-size: 350px;
    color: var(--text-blue);
    line-height: 1;
    font-weight: 300;
    margin: 0 0 30px 0
}

.error-content h3 {
    color: var(--bread-text-color);
    font-family: var(--body-font);
    letter-spacing: 4.5px;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0
}

.error-content h3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: var(--text-blue);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.error-content p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    color: var(--smoke-color);
    margin: 0 17% 35px;
    text-transform: capitalize
}

.error-content .vs-btn {
    padding: 20px 28px;
    background-color: var(--bg-color3);
    letter-spacing: .4px;
    color: var(--pagi-text-color);
    font-weight: 700
}

.error-content .vs-btn::before,
.error-content .vs-btn::after {
    background-color: var(--text-blue)
}

.error-content .vs-btn:hover {
    color: var(--white-color)
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease forwards;
    z-index: 9999999
}

.popup-overlay .popup-content {
    min-width: 1106px;
    min-height: 564px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    background-color: #f4eddb;
    text-align: center;
    position: relative
}

@media (max-width:1500px) {
    .popup-overlay .popup-content {
        min-width: auto
    }
}

.popup-overlay .popup-form {
    padding: 30px 79px;
    max-width: calc(100% - 471px);
    height: auto;
    align-self: center
}

@media (max-width:1500px) {
    .popup-overlay .popup-form {
        max-width: 100%;
        padding: 20px 15px
    }
}

.popup-overlay .close-btn {
    position: absolute;
    min-width: 44px;
    min-height: 44px;
    background-color: #ded8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--body-font);
    border-radius: 50%;
    right: 31px;
    top: 25px;
    color: var(--title-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.popup-overlay .close-btn:hover {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.popup-overlay .popup-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 20px 0
}

.popup-overlay .popup-title span {
    color: var(--text-blue);
    display: block
}

.popup-overlay .popup-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 40px 0
}

.popup-overlay .popup-input {
    background-color: #ded8c8;
    height: 58px;
    padding: 0 20px;
    margin: 0 0 14px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px
}

.popup-overlay .popup-input::-moz-placeholder {
    color: var(--pagi-text-color)
}

.popup-overlay .popup-input::placeholder {
    color: var(--pagi-text-color)
}

.popup-overlay .vs-btn {
    width: 100%;
    margin: 0 0 17px 0;
    padding: 21px 45px;
    min-height: 58px;
    color: #eee7d5;
    background-color: var(--title-color);
    font-weight: 700
}

.popup-overlay .vs-btn::before,
.popup-overlay .vs-btn::after {
    background-color: var(--text-blue)
}

.popup-overlay .vs-btn:hover {
    color: var(--white-color)
}

.popup-overlay .popup-img {
    position: absolute;
    left: 0;
    height: 100%
}

@media (max-width:1500px) {
    .popup-overlay .popup-img {
        display: none
    }
}

.popup-overlay .no-thanks {
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.popup-overlay .no-thanks:hover {
    color: var(--text-blue)
}

.section-layout1 .ele1,
.section-layout1 .ele2 {
    position: absolute;
    z-index: -1
}

.section-layout1 .ele1 {
    left: 82px;
    top: 158px
}

.section-layout1 .ele2 {
    top: 92px;
    right: 73px
}

.section-layout2 .ele1,
.section-layout2 .ele2,
.section-layout2 .ele3,
.section-layout2 .ele4 {
    position: absolute;
    z-index: -1
}

.section-layout2 .ele1 {
    left: 172px;
    top: 340px
}

.section-layout2 .ele2 {
    bottom: 192px;
    left: 25px
}

.section-layout2 .ele3 {
    top: 130px;
    right: 79px
}

.section-layout2 .ele4 {
    bottom: 399px;
    right: 61px
}

.section-layout3 .ele1,
.section-layout3 .ele2 {
    position: absolute;
    z-index: -1
}

.section-layout3 .ele1 {
    left: 97px;
    top: 240px
}

.section-layout3 .ele2 {
    bottom: 0;
    right: 63px
}

.multi-layout1 .ele1,
.multi-layout1 .ele2 {
    position: absolute;
    z-index: -1
}

.multi-layout1 .ele1 {
    left: 188px;
    top: 188px
}

.multi-layout1 .ele2 {
    right: 36px;
    top: 253px
}

.h2section-layout1 .ele1,
.h2section-layout1 .ele2 {
    position: absolute;
    z-index: -1
}

.h2section-layout1 .ele1 {
    left: 65px;
    top: 99px
}

.h2section-layout1 .ele2 {
    right: 58px;
    bottom: 108px
}

.contact-layout2 .ele1,
.contact-layout2 .ele2 {
    position: absolute;
    z-index: -1
}

.contact-layout2 .ele1 {
    left: 12px;
    bottom: 141px
}

@media (max-width:767px) {
    .contact-layout2 .ele1 {
        display: none
    }
}

.contact-layout2 .ele2 {
    right: 45px;
    top: 0
}

.bg-position {
    position: relative;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0;
    overflow: hidden;
    z-index: 1
}

.bg-position .overlay {
    background-color: rgb(171 144 5 / .2);
    z-index: -1;
    pointer-events: none
}

.quote-layout {
    min-height: 467px;
    display: flex;
    align-items: center
}

.testi-style {
    text-align: center;
    padding: 0 43px
}

@media (max-width:767px) {
    .testi-style {
        padding: 0 0
    }
}

.testi-style .testi-thumb {
    margin-bottom: 25px
}

.testi-style .testi-thumb .img,
.testi-style .testi-thumb img {
    border-radius: 50%;
    border: 5px solid var(--text-blue)
}

.testi-style .testi-text {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 30px 0
}

.testi-style .testi-user {
    color: var(--title-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    display: inline-flex;
    align-items: center;
    gap: 17px
}

.testi-style .testi-user::before,
.testi-style .testi-user::after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: var(--title-color);
    display: inline-block
}

.testi-style.style2 {
    text-align: left;
    padding: 0 41px 0 0
}

@media (max-width:991px) {
    .testi-style.style2 {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .testi-style.style2 {
        text-align: center
    }
}

.testi-style.style2 .testi-rate {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .testi-style.style2 .testi-rate {
        justify-content: center
    }
}

.testi-style.style2 .testi-rate i {
    color: var(--text-blue);
    font-size: 13px
}

.testi-style.style2 .testi-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--smoke-color)
}

@media (max-width:767px) {
    .testi-style.style2 .testi-text {
        font-size: 16px;
        line-height: 26px
    }
}

.testi-style.style2 .testi-auth {
    display: flex;
    align-items: center;
    gap: 19px
}

@media (max-width:767px) {
    .testi-style.style2 .testi-auth {
        flex-direction: column
    }
}

.testi-style.style2 .testi-thumb {
    margin-bottom: 0
}

.testi-style.style2 .testi-auth-info {
    display: flex;
    flex-direction: column;
    color: var(--pagi-text-color);
    font-weight: 600
}

.testi-style.style2 .testi-user {
    color: var(--vs-secondary-color);
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 9px
}

.testi-style.style2 .testi-user::after {
    background-color: var(--rating-color1);
    transform: translateY(-2px)
}

.testi-style.style2 .testi-user::before {
    display: none
}

.img-box3 {
    position: absolute;
    min-width: 830px;
    height: 100%;
    top: 0;
    z-index: -1
}

@media (max-width:1500px) {
    .img-box3 {
        min-width: 40%
    }
}

@media (max-width:991px) {
    .img-box3 {
        position: static;
        height: 500px;
        margin-bottom: 50px;
        margin-top: -80px
    }
}

.testi-layout1 .ele1 {
    position: absolute;
    right: 54px;
    bottom: 130px
}

@media (max-width:1199px) {
    .testi-layout1 .ele1 {
        display: none
    }
}

.vs-carousel-arrow {
    position: absolute;
    min-height: 98px;
    min-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

@media (max-width:767px) {
    .vs-carousel-arrow {
        min-width: 270px
    }
}

.vs-carousel-arrow button {
    background-color: #fff0;
    padding: 0;
    border: 0
}

.vs-carousel-arrow button:hover {
    color: var(--text-blue)
}

.testi-layout2 {
    padding: 20px 0;
    z-index: 1
}

@media (max-width:991px) {
    .testi-layout2 {
        padding: 20px 0 80px
    }
}

.testi-layout2 .h3ele2,
.testi-layout2 .h3ele3 {
    position: absolute;
    bottom: 0;
    z-index: -1
}

.testi-layout2 .h3ele2 {
    left: 0
}

.testi-layout2 .h3ele3 {
    right: 0
}

.testi-layout2 .testi-left {
    padding-left: 83px
}

@media (max-width:991px) {
    .testi-layout2 .testi-left {
        padding-left: 0;
        text-align: center
    }
}

.testi-layout2 .vs-carousel-arrow {
    position: absolute;
    min-height: 98px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 235px
}

@media (max-width:991px) {
    .testi-layout2 .vs-carousel-arrow {
        padding: 0 0
    }
}

.testi-layout2 .vs-carousel-arrow button {
    width: 56px;
    height: 48px;
    background-color: rgb(16 19 24 / .9)
}

.testi-layout2 .vs-carousel-arrow button path {
    transition: all 0.3s ease-in-out
}

.testi-layout2 .vs-carousel-arrow button:hover {
    background-color: var(--text-blue)
}

.testi-layout2 .vs-carousel-arrow button:hover path {
    fill: var(--white-color);
    fill-opacity: 1;
    transition: all 0.3s ease-in-out
}

.sidemenu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 45px 25px 45px;
    border-bottom: 1px solid rgb(255 255 255 / .05);
    margin-bottom: 40px
}

.sidemenu-logo a {
    display: inline-block
}

.sidemenu-title {
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 50px 0
}

.sidemenu-title span {
    color: var(--text-blue)
}

.sidemenu-subtitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: var(--gold-light-color)
}

.sidemenu-subtitle.style2 {
    color: var(--text-blue);
    margin-bottom: 24px
}

.sidemenu-contact {
    display: grid;
    gap: 10px;
    margin-bottom: 50px
}

.sidemenu-contact a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    font-weight: 600;
    position: relative
}

.sidemenu-contact a:hover {
    color: var(--text-blue)
}

.sidemenu-contact a::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--smoke-color);
    display: inline-block
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgb(0 0 0 / .75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s
}

.sidemenu-wrapper .closeButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--white-color);
    background-color: var(--bg-color8);
    width: 58px;
    height: 58px;
    font-size: 26px;
    padding: 0;
    position: static;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    font-family: var(--body-font);
    font-weight: 600
}

.sidemenu-wrapper .closeButton:hover {
    background-color: var(--text-blue);
    color: var(--white-color);
    transform: rotate(360deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--bg-color7);
    width: 566px;
    margin-left: auto;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    right: -566px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgb(0 0 0 / .1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-body {
    padding: 0 45px 159px
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    margin: 0 0 40px 0;
    background-color: #fff0
}

.sidemenu-wrapper .widget_title {
    border-bottom: 1px solid var(--vs-border-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 .footer-social {
    display: flex;
    align-items: center
}

.sidemenu-wrapper .footer-social span {
    font-size: 14px;
    font-weight: 700;
    color: var(--gold-light-color);
    letter-spacing: .1px;
    text-transform: uppercase;
    margin-right: 13px
}

.sidemenu-wrapper .footer-social a {
    font-size: 15px;
    margin-right: 15px
}

.sidemenu-wrapper .footer-social a:last-child {
    margin-right: 0
}

.offcanvas-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgb(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(--text-blue);
    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: #fff0;
    transform: rotate(90deg);
    background-color: var(--sec-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 {
    box-shadow: inset 0 0 1px rgb(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: #fff0;
    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
}

.sidemenu-form {
    position: relative;
    margin-bottom: 20px
}

.sidemenu-form input {
    min-height: 67px;
    border: 1px solid rgb(255 255 255 / .1);
    background-color: #fff0;
    padding: 0 69px 0 24px;
    font-size: 14px;
    font-weight: 600;
    color: var(--smoke-color);
    letter-spacing: .5px
}

.sidemenu-form input::-moz-placeholder {
    color: var(--smoke-color)
}

.sidemenu-form input::placeholder {
    color: var(--smoke-color)
}

.sidemenu-form .vs-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #fff0;
    border: none;
    padding: 0;
    font-size: 24px;
    color: var(--text-blue);
    transition: all ease 0.4s;
    width: 69px;
    height: 67px
}

.sidemenu-form::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 69px;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    border-radius: 50%;
    border-left: 1px solid rgb(255 255 255 / .1)
}

.sidemenu-form+p {
    font-size: 15px;
    letter-spacing: .4px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    font-weight: 600;
    position: relative;
    margin-bottom: 33px
}

.form-style1 {
    background-color: var(--text-blue);
    --bs-gutter-x: 20px;
    padding: 70px 80px 80px 80px
}

.form-style1 .form-title {
    color: var(--white-color);
    text-align: center;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    position: relative
}

.form-style1 .form-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #0844bc;
    background-color: var(--white-color);
    opacity: .3
}

.form-style1 .vs-btn {
    width: 100%
}

.form-style1 textarea,
.form-style1 input {
    height: 55px;
    background-color: var(--white-color);
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    border-radius: 5px
}

.form-style1 textarea {
    min-height: 180px;
    resize: none
}

.newsletter-form {
    position: relative;
    display: flex;
    border: 2.5px solid var(--bg-color1);
    margin-bottom: 75px
}

@media (max-width:767px) {
    .newsletter-form {
        flex-wrap: wrap;
        border: 0
    }
}

.newsletter-form .form-control {
    height: 57px;
    background-color: var(--bg-color1);
    border: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .4px;
    color: var(--smoke-color)
}

.newsletter-form .form-control::-moz-placeholder {
    color: var(--smoke-color);
    font-size: 14px
}

.newsletter-form .form-control::placeholder {
    color: var(--smoke-color);
    font-size: 14px
}

.newsletter-form .vs-btn {
    background-color: #fff0;
    gap: 9px;
    letter-spacing: 3px;
    font-weight: 700;
    flex: none
}

.newsletter-form .vs-btn::before,
.newsletter-form .vs-btn::after {
    background-color: var(--text-blue)
}

@media (max-width:767px) {
    .newsletter-form .vs-btn {
        border: 2.5px solid var(--bg-color1);
        width: 100%
    }
}

.review-form .comment-respond {
    margin-bottom: 0
}

.review-form .comment-respond .row {
    --bs-gutter-x: 0px
}

.review-form .comment-respond .form-group {
    margin-bottom: 13px
}

.review-form .comment-respond .form-control {
    border: 1px solid var(--bg-color1);
    color: var(--smoke-color)
}

.review-form .comment-respond .form-control::-moz-placeholder {
    color: var(--smoke-color)
}

.review-form .comment-respond .form-control::placeholder {
    color: var(--smoke-color)
}

.review-form .comment-respond textarea.form-control {
    height: 145px;
    min-height: 145px
}

.review-form .comment-respond .rating-select {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 37px
}

.review-form .comment-respond .rating-select label {
    display: block;
    color: var(--text-blue);
    letter-spacing: .5px;
    font-weight: 700;
    margin-bottom: 7px
}

.review-form .comment-respond .rating-select p.stars {
    font-size: 14px
}

.review-form .comment-respond .rating-select p.stars a {
    width: 16px
}

.review-form .comment-respond .rating-select p.stars a::before {
    color: var(--rating-color1);
    width: 16px
}

.review-form .comment-respond .custom-checkbox {
    padding: 11px 0 30px 0
}

.review-form .comment-respond .custom-checkbox label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600
}

.review-form .comment-respond .custom-checkbox input[type=checkbox]~label:before {
    background-color: #fff0;
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 0;
    height: 20px;
    width: 20px;
    line-height: 20px
}

.review-form .comment-respond .custom-checkbox input[type=checkbox]:checked~label:before {
    background-color: var(--text-blue);
    border-color: #fff0
}

.review-form .comment-respond .vs-btn {
    background-color: var(--text-blue);
    color: var(--white-color);
    font-weight: 700;
    letter-spacing: .5px
}

.review-form .comment-respond .vs-btn::before,
.review-form .comment-respond .vs-btn::after {
    background-color: var(--text-blue)
}

.review-form .comment-respond .vs-btn:hover {
    color: white
}

.form-style2 .vs-btn {
    margin-top: 10px
}

.form-style2 .form-control {
    /* background-color: var(--bg-color3); */
    border-color: var(--vs-border-color7);
    color: var(--smoke-color);
    font-size: 14px;
    font-weight: 600;
    height: 60px
}

.form-style2 .form-control::-moz-placeholder {
    color: var(--smoke-color)
}

.form-style2 .form-control::placeholder {
    color: var(--smoke-color)
}

.contact-info {
    font-size: 14px;
    font-weight: 600;
    color: var(--smoke-color);
    text-transform: capitalize;
    max-width: 82%
}

.contact-info span {
    color: var(--text-color8);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px
}

.address-info {
    display: flex;
    align-items: center;
    gap: 19px;
    font-size: 14px;
    color: var(--text-color8);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 20px 0;
    border-top: 1px dashed rgb(156 155 155 / .5)
}

.address-info:last-child {
    border-bottom: 1px dashed rgb(156 155 155 / .5)
}

.address-info a {
    color: var(--smoke-color)
}

.address-info a:hover {
    color: var(--text-blue)
}

.product-style1 {
    margin-bottom: 30px;
    text-align: center
}

.product-style1 .product-img {
    position: relative;
    margin-bottom: 30px;
    display: inline-block
}

.product-style1 .product-img::before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--text-blue-rgb), .25);
    position: absolute;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotate(22deg) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style1 .product-img>img,
.product-style1 .product-img .img {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transform: rotate(22deg)
}

.product-style1 .product-title {
    font-size: 28px;
    margin: 0 0 5px 0;
    text-transform: capitalize
}

.product-style1 .product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: .9px;
    display: block;
    margin-bottom: 8px
}

.product-style1 .product-rate i {
    font-size: 13px;
    color: var(--gold-light-color)
}

.product-style1 .product-action {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style1 .product-action__btn {
    width: 62px;
    height: 62px;
    background-color: rgb(41 45 50 / .8);
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-style1 .product-action__btn:hover {
    background-color: var(--text-blue)
}

.product-style1 .product-price,
.product-style1 .product-cart {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-blue);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.product-style1 .product-price__number,
.product-style1 .product-cart__number {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: inline-block
}

.product-style1 .product-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #fff0;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style1:hover .product-img::before {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1)
}

.product-style1:hover .product-price__number {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0)
}

.product-style1:hover .product-cart {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.product-style1:hover .product-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.img-box2 {
    min-height: 812px;
    text-align: center;
    padding-top: 213px;
    margin-bottom: 30px;
    clip-path: polygon(10% 0, 90% 0, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0 95%, 0 5%)
}

.img-box2 .img-body {
    text-align: center;
    position: relative;
    min-width: 255px;
    display: inline-block;
    background-color: rgba(var(--gold-light-color-rgb), 20%);
    border: 5px solid var(--white-color);
    padding: 52px 0
}

.img-box2 .img-body .ele1 {
    position: static
}

.img-box2 .img-caption {
    display: block;
    font-size: 60px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    color: var(--white-color)
}

.product-style2 {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    text-align: center;
    padding: 37px 0;
    /* min-height: 396px; */
    margin-bottom: 20px;
    clip-path: polygon(8% 0, 91% 0, 100% 11%, 100% 89%, 91% 100%, 8% 100%, 0 89%, 0 11%);
    box-shadow: 0 4px 4px rgb(0 0 0 / .03)
}

.product-style2::before,
.product-style2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f2ebd9 100%);
    opacity: .5;
    box-shadow: 0 4px 4px rgb(0 0 0 / .03);
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out
}

.product-style2::before {
    background-color: #fcf9f3;
    opacity: 0;
    visibility: hidden
}

.product-style2 .ele1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 4px rgb(0 0 0 / .03);
    z-index: -1
}

@media (max-width:1199px) {
    .product-style2 .ele1 {
        display: none
    }
}

.product-style2 .product-title {
    font-size: 30px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    position: relative;
    z-index: 1
}

.product-style2 .product-title a {
    color: var(--title-font);
    display: block
}

.product-style2 .product-title a:hover {
    color: var(--text-blue)
}

.product-style2 .product-action {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style2 .product-action__btn {
    width: 62px;
    height: 62px;
    background-color: rgb(41 45 50 / .8);
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-style2 .product-action__btn:hover {
    background-color: var(--text-blue)
}

.product-style2 .product-price,
.product-style2 .product-cart {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--dgold);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.product-style2 .product-price__number,
.product-style2 .product-cart__number {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: inline-block
}

.product-style2 .product-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #fff0;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style2.version2,
.product-style2.version3 {
    clip-path: none;
    background-color: #fff0;
    /* min-height: 424px; */
    background-size: cover;
    padding: 0 0 35px;
    margin-bottom: 30px
}

.product-style2.version2 .product-img,
.product-style2.version3 .product-img {
    padding: 45px 0 30px
}

.product-style2.version2::before,
.product-style2.version2::after,
.product-style2.version3::before,
.product-style2.version3::after {
    background: var(--text-blue);
    box-shadow: none;

    opacity: 1;
    background-size: cover
}

.product-style2.version2 .product-title,
.product-style2.version3 .product-title {
    font-size: 28px;
    margin: 0 0 5px 0
}

.product-style2.version2 .product-title a,
.product-style2.version3 .product-title a {
    color: var(--white-color)
}

.product-style2.version2 .product-title a:hover,
.product-style2.version3 .product-title a:hover {
    color: var(--dgold)
}

.product-style2.version2 .product-tag,
.product-style2.version3 .product-tag {
    position: absolute;
    left: 0;
    top: 34px;
    background-color: var(--text-blue);
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px
}

.product-style2.version2 .product-tag:hover,
.product-style2.version3 .product-tag:hover {
    background-color: var(--white-color)
}

.product-style2.version2 .product-action {
    flex-direction: column;
    left: auto;
    top: 35px;
    right: 22px;
    transform: translate(0%, 0%) scale(0)
}

.product-style2.version2 .product-action__btn {
    width: 42px;
    height: 42px;
    background-color: #111419;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out
}

.product-style2.version2 .product-action__btn svg {
    transition: all 0.3s ease-in-out
}

.product-style2.version2 .product-action__btn path {
    transition: all 0.3s ease-in-out
}

.product-style2.version2 .product-action__btn:hover {
    background-color: var(--dgold)
}

.product-style2.version2 .product-action__btn:hover path {
    stroke: var(--white-color);
    fill: var(--white-color);
    transition: all 0.3s ease-in-out
}

.product-style2.version2 .product-action__btn:nth-child(1):hover path {
    fill: none
}

.product-style2.version2 .product-action__btn:nth-child(2):hover path {
    stroke: none
}

.product-style2.version2:hover .product-action {
    transform: translate(0%, 0%) scale(1)
}

.product-style2.version2:hover::before {
    z-index: -1
}

.product-style2.version3 {
    margin-bottom: 45px;
    padding-bottom: 25px
}

.product-style2.version3::before,
.product-style2.version3::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzA0IiBoZWlnaHQ9IjQyNiIgdmlld0JveD0iMCAwIDMwNCA0MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDIzLjMyNEwyNC43NjY0IDFIMjc4LjE5MUwzMDMgMjMuMzI0VjQwMC45NDNMMjc3Ljc3NSA0MjVIMjUuNTAyOUwxIDQwMS4yMTRWMjMuMzI0WiIgZmlsbD0iIzEwMTMxOCIvPgo8cGF0aCBvcGFjaXR5PSIwLjgiIGQ9Ik0xIDIzLjMyNEwyNC43NjY0IDFIMjc4LjE5MUwzMDMgMjMuMzI0VjQwMC45NDNMMjc3Ljc3NSA0MjVIMjUuNTAyOUwxIDQwMS4yMTRWMjMuMzI0WiIgc3Ryb2tlPSIjMUUxRDFEIi8+Cjwvc3ZnPgo=)
}

.product-style2.version3 .product-img {
    padding: 45px 0 30px
}

.product-style2.version3 .product-img img {
    width: 174px;
    height: 243px
}

.product-style2.version3 .product-tag {
    left: 15px;
    top: 37px
}

.product-style2.version3 .product-action {
    flex-direction: column;
    left: auto;
    top: 35px;
    right: 22px;
    transform: translate(0%, 0%) scale(0)
}

.product-style2.version3 .product-action__btn {
    width: 42px;
    height: 42px;
    background-color: rgb(41 45 50 / .8);
    transition: all 0.3s ease-in-out
}

.product-style2.version3 .product-action__btn svg {
    transition: all 0.3s ease-in-out
}

.product-style2.version3 .product-action__btn path {
    transition: all 0.3s ease-in-out
}

.product-style2.version3 .product-action__btn:hover {
    background-color: var(--text-blue)
}

.product-style2.version3 .product-action__btn:hover path {
    stroke: var(--white-color);
    fill: var(--white-color);
    transition: all 0.3s ease-in-out
}

.product-style2.version3 .product-action__btn:nth-child(1):hover path {
    fill: none
}

.product-style2.version3 .product-action__btn:nth-child(2):hover path {
    stroke: none
}

.product-style2.version3 .product-cart {
    font-size: 16px
}

.product-style2.version3:hover .product-action {
    transform: translate(0%, 0%) scale(1)
}

.product-style2.version3:hover::before {
    z-index: -1
}

.product-style2:hover::before {
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 65%;
    visibility: visible
}

.product-style2:hover .product-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.product-style2:hover .product-price__number {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0)
}

.product-style2:hover .product-cart {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.product-style3 {
    margin-bottom: 45px;
    position: relative
}

.product-style3 .product-tag {
    position: absolute;
    left: 15px;
    top: 37px;
    background-color: var(--text-blue);
    letter-spacing: 2.6px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
    z-index: 1
}

.product-style3 .product-img {
    text-align: center;
    /* clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); */
    background: #101318;
    border: 1px solid rgb(30 29 29 / .8);
    box-shadow: 0 4px 4px rgb(0 0 0 / .03);
    min-height: 353px;
    display: flex;
    align-items: center;
    justify-content: center
}

/* .product-style3 .product-img.version2 {
    clip-path: polygon(5% 0, 95% 0, 100% 8%, 100% 92%, 95% 100%, 5% 100%, 0 92%, 0 8%)
} */

.product-style3 .product-content {
    text-align: center;
    padding: 20px 0 0 0
}

.product-style3 .product-title {
    font-size: 28px;
    margin: 0 0 5px 0;
    text-transform: capitalize
}

.product-style3 .star-rating {
    margin: 0 auto
}

.product-style3 .product-action {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style3 .product-action__btn {
    width: 62px;
    height: 62px;
    background-color: rgb(41 45 50 / .8);
    border: 0;
    border-radius: 50%
}

.product-style3 .product-action__btn:hover {
    background-color: var(--text-blue)
}

.product-style3 .product-action {
    flex-direction: column;
    left: auto;
    top: 35px;
    right: 22px;
    transform: translate(0%, 0%) scale(0)
}

.product-style3 .product-action__btn {
    width: 42px;
    height: 42px;
    background-color: rgb(41 45 50 / .8);
    transition: all 0.3s ease-in-out
}

.product-style3 .product-action__btn svg {
    transition: all 0.3s ease-in-out
}

.product-style3 .product-action__btn path {
    transition: all 0.3s ease-in-out
}

.product-style3 .product-action__btn:hover {
    background-color: var(--text-blue)
}

.product-style3 .product-action__btn:hover path {
    stroke: var(--white-color);
    fill: var(--white-color);
    transition: all 0.3s ease-in-out
}

.product-style3 .product-action__btn:nth-child(1):hover path {
    fill: none
}

.product-style3 .product-action__btn:nth-child(2):hover path {
    stroke: none
}

.product-style3 .product-price,
.product-style3 .product-cart {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-blue);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.product-style3 .product-price__number,
.product-style3 .product-cart__number {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    display: inline-block
}

.product-style3 .product-price {
    margin-bottom: 10px
}

.product-style3 .product-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #fff0;
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.product-style3 .star-rating {
    width: 69px;
    font-size: 10px
}

.product-style3 .star-rating:before {
    color: var(--rating-color2);
    width: 69px
}

.product-style3 .star-rating span:before {
    color: var(--rating-color2);
    width: 69px
}

.product-style3:hover .product-action {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(0%, 0%) scale(1)
}

.product-style3:hover .product-price__number {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0)
}

.product-style3:hover .product-cart {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) scale(1)
}

.shop-page1 {
    padding-bottom: 75px
}

@media (max-width:991px) {
    .shop-page1 {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

.cate-style1 {
    text-align: center;
    background-color: var(--white-color);
    padding: 30px 35px;
    box-shadow: 0 4px 4px rgb(0 0 0 / .03);
    margin-bottom: 30px;
    clip-path: polygon(15% 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 15%)
}

@media (max-width:1500px) {
    .cate-style1 {
        padding: 30px 20px
    }
}

@media (max-width:991px) {
    .cate-style1 {
        clip-path: polygon(10% 0, 90% 0, 100% 15%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0 15%)
    }
}

.cate-style1 .cate-img {
    padding-bottom: 35px;
    margin-bottom: 15px;
    position: relative
}

.cate-style1 .cate-img::before,
.cate-style1 .cate-img::after {
    background-color: var(--title-color);
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.cate-style1 .cate-img img {
    border-radius: 50%
}

.cate-style1 .cate-title {
    font-size: 28px;
    text-transform: capitalize;
    margin: 0 0 0 0
}

.cate-style1 .cate-title a {
    color: var(--title-color)
}

.cate-style1 .cate-title a:hover {
    color: var(--text-blue)
}

.cate-style1 .cate-stock {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: .9px;
    text-transform: uppercase
}

.cate-style1.style2 {
    clip-path: none;
    box-shadow: 0 4px 4px #dbd2bd
}

.cate-style1.style2 .cate-img::before {
    width: 150px;
    background-color: #98907c;
    opacity: 30%;
    height: 2px
}

.cate-style1.style2 .cate-img::after {
    background-color: var(--text-blue);
    opacity: 80%;
    width: 40px
}

.img-box1 {
    position: absolute;
    min-width: 623px;
    top: 0;
    height: 100%;
    padding-top: 200px;
    overflow: hidden
}

@media (max-width:1500px) {
    .img-box1 {
        min-width: 420px
    }
}

@media (max-width:991px) {
    .img-box1 {
        position: relative;
        height: 830px;
        padding-top: 80px;
        margin-top: -80px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .img-box1 {
        min-width: 100%;
        height: 500px
    }
}

.img-box1 .img1 {
    position: absolute;
    top: 0;
    height: 1199px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1199px) {
    .img-box1 .img1 {
        height: 820px
    }
}

@media (max-width:991px) {
    .img-box1 .img1 {
        position: absolute;
        height: 830px
    }
}

@media (max-width:767px) {
    .img-box1 .img1 {
        height: 500px
    }
}

.img-box1 .img-body {
    position: relative;
    text-align: center
}

.img-box1 .img-caption {
    display: block;
    font-size: 100px;
    font-family: var(--special-font);
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 1
}

@media (max-width:767px) {
    .img-box1 .img-caption {
        font-size: 55px
    }
}

.img-box1.style2 {
    min-width: 892px
}

@media (max-width:767px) {
    .img-box1.style2 {
        min-width: 100%
    }
}

.img-box1.style2 .img1 {
    height: 100%
}

.cate-layout1 .ele2 {
    position: absolute;
    right: 74px;
    top: 74px
}

@media (max-width:1199px) {
    .cate-layout1 .ele2 {
        display: none
    }
}

.cate-content {
    padding-left: 100px
}

@media (max-width:991px) {
    .cate-content {
        padding-left: 0
    }
}

.cate-tab .nav-pills .nav-link {
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background-color: #fff0;
    color: var(--title-color)
}

.cate-tab .nav-pills .nav-link svg {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.cate-tab .nav-pills .nav-link svg path {
    transition: all 0.3s ease-in-out
}

.cate-tab .nav-pills .nav-link.active {
    background-color: var(--text-blue);
    color: var(--white-color)
}

.cate-tab .nav-pills .nav-link.active svg {
    opacity: 1;
    visibility: visible
}

.cate-layout2 {
    position: relative
}

.cate-layout2 .ele1,
.cate-layout2 .ele2,
.cate-layout2 .ele3,
.cate-layout2 .ele4 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.cate-layout2 .ele1 {
    right: 0;
    top: auto;
    bottom: 48px
}

.cate-layout2 .ele2 {
    top: 114px;
    right: 161px
}

.cate-layout2 .ele3,
.cate-layout2 .ele4 {
    left: auto;
    right: 161px
}

.cate-layout2 .ele4 {
    top: auto;
    bottom: 0
}

.offer-style {
    display: flex;
    gap: 20px;
    background: linear-gradient(269.94deg, #f4eddb .05%, #ffffff 99.95%);
    box-shadow: 0 4px 4px rgb(0 0 0 / .03);
    min-height: 315px;
    clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%);
    align-items: stretch
}

@media (max-width:767px) {
    .offer-style {
        flex-wrap: wrap;
        justify-content: center;
        clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%)
    }
}

.offer-style .offer-subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: 1.8px;
    margin: 0 0 5px 0
}

.offer-style .offer-title {
    font-size: 40px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0 0 20px 0
}

@media (max-width:767px) {
    .offer-style .offer-title {
        font-size: 30px
    }
}

.offer-style .offer-title a {
    color: var(--title-color)
}

.offer-style .offer-title a:hover {
    color: var(--text-blue)
}

.offer-style .offer-body {
    flex: 0 0 50%;
    align-self: center;
    padding: 15px
}

@media (max-width:767px) {
    .offer-style .offer-body {
        flex: 0 0 100%;
        padding: 0 25px 35px;
        text-align: center
    }
}

.offer-style .offer-img {
    display: flex;
    align-items: center
}

.offer-style .offer-img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.offer-style .vs-btn {
    background-color: var(--body-color);
    padding: 19px 28px
}

.offer-style .vs-btn::before,
.offer-style .vs-btn::after {
    background-color: var(--text-blue)
}

.instagram-layout1 {
    padding: 45px 0 85px;
    border-top: 1px solid rgb(255 255 255 / .1);
    margin: 0 -145px
}

@media (max-width:991px) {
    .instagram-layout1 {
        margin: 0 0
    }
}

@media (max-width:767px) {
    .instagram-layout1 {
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

.instagram-layout1 .slick-list {
    margin: 0 -15px
}

.instagram-layout1 .slick-slide {
    padding: 0 15px
}

.insta-style {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.insta-style::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(220 200 176 / .7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.insta-style img {
    width: 100%
}

.insta-style .insta-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    font-size: 40px;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25)
}

.insta-style:hover {
    border-radius: 115px
}

.insta-style:hover::before {
    opacity: 1;
    visibility: visible
}

.insta-style:hover .insta-icon {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.instagram-layout2 .insta-style .insta-icon {
    font-size: 15px;
    text-shadow: none;
    padding: 19px 53px;
    text-transform: uppercase;
    font-weight: 800;
    color: #07080a;
    background: rgb(238 220 179 / .8);
    border: 3px solid var(--white-color)
}

.instagram-layout2 .insta-style .insta-icon:hover {
    background: #eedcb3
}

.instagram-layout2 .insta-style::before {
    display: none
}

.instagram-layout2 .insta-style:hover {
    border-radius: 0
}

.product-slide-row {
    display: flex;
    gap: 13px
}

@media (max-width:767px) {
    .product-slide-row {
        flex-direction: column
    }
}

.product-slide-row .product-thumb-slide {
    flex: 0 0 112px;
    width: 112px
}

@media (max-width:767px) {
    .product-slide-row .product-thumb-slide {
        flex: 0 0 100%;
        width: 100%
    }
}

.product-slide-row .product-thumb-slide .thumb {
    --thum-size: 110px;
    width: var(--thum-size);
    background-color: var(--vs-border-color2);
    margin-bottom: 13px;
    border: 1px solid #fff0
}

@media (max-width:767px) {
    .product-slide-row .product-thumb-slide .thumb {
        --thum-size: 105px
    }
}

.product-slide-row .product-big-img {
    width: 583px;
    height: 648px
}

@media (max-width:767px) {
    .product-slide-row .product-big-img {
        width: 100%;
        height: auto
    }
}

.product-slide-row .product-big-img img {
    background-color: var(--vs-border-color2)
}

.product-slide-row .slick-slide.slick-current.slick-active .thumb {
    border: 1px solid var(--text-blue)
}

.product-about {
    margin-left: -15px
}

@media (max-width:991px) {
    .product-about {
        margin-left: 0
    }
}

.product-about .product-title {
    color: var(--white-color);
    text-transform: capitalize
}

.product-about .product-rating {
    display: flex;
    align-items: center
}

.product-about .product-rating__total {
    color: var(--pagi-text-color);
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: capitalize;
    padding-left: 12px;
    margin-left: 12px;
    position: relative
}

.product-about .product-rating__total::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 15px;
    background-color: var(--pagi-text-color);
    transition: transform 0.3s ease-in-out
}

.product-about .product-price {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.product-about .product-price span {
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: .8px;
    font-size: 16px;
    padding-left: 17px;
    position: relative;
    margin-left: 17px
}

.product-about .product-price span::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--text-blue);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.product-about .product-desc {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 30px
}

.product-about .wish-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: var(--smoke-color);
    font-weight: 700
}

.product-about .wish-btn:hover {
    color: var(--text-blue)
}

.product-about .product_meta>span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    gap: 15px;
    margin-bottom: 10px
}

.product-about .product_meta>span:last-child {
    margin-bottom: 0
}

.product-about .product_meta>span span {
    display: flex;
    align-items: center;
    color: var(--smoke-color)
}

.product-about .product_meta>span span a {
    color: var(--smoke-color);
    margin-right: 5px
}

.product-about .product_meta>span span a:last-child {
    margin-right: 0
}

.product-about .product_meta>span span a:hover {
    color: var(--text-blue)
}

.product-about .product_meta>span span.social a {
    margin-right: 15px
}

.product-about .product_meta>span span.social a:last-child {
    margin-right: 0
}

.product-about .product-divider {
    background-color: var(--vs-border-color2);
    height: 2px;
    opacity: 1;
    margin: 25px 0
}

.product-description .nav {
    border: 2.5px solid var(--dgold);
    gap: 63px;
    padding: 0 29px
}

@media (max-width:767px) {
    .product-description .nav {
        gap: 5px;
        padding: 5px 10px
    }
}

.product-description .nav .nav-link {
    background-color: #fff0;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
    color: var(--pagi-text-color);
    letter-spacing: .4px;
    padding: 25px 0;
    display: inline-block;
    text-transform: uppercase
}

@media (max-width:767px) {
    .product-description .nav .nav-link {
        padding: 0 0
    }
}

.product-description .nav .nav-link.active {
    color: var(--text-blue)
}

.product-description .desc-content {
    background-color: rgb(175 171 171 / 13%);
    padding: 40px
}

@media (max-width:767px) {
    .product-description .desc-content {
        padding: 15px
    }
}

.product-description .desc-content .desc-title {
    color: var(--text-blue);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .4px;
    font-family: var(--text-font);
    text-transform: capitalize
}

.product-description .desc-content .desc-text,
.product-description .desc-content .desc-subtitle {
    color: var(--smoke-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px
}

.product-description .desc-content .desc-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 11px
}

.product-description .vs-comments-wrap {
    margin: 0;
    padding-right: 26px
}

@media (max-width:1199px) {
    .product-description .vs-comments-wrap {
        padding-right: 0
    }
}

.product-description .vs-comments-wrap .inner-title {
    color: var(--text-blue);
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 30px 0
}

.product-description .vs-comments-wrap .vs-post-comment {
    padding-bottom: 40px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgb(255 255 255 / .1)
}

.product-description .vs-comments-wrap .comment-list {
    margin-top: 0
}

.product-description .vs-comments-wrap .comment-avater {
    --img-size: 105px;
    width: var(--img-size);
    height: var(--img-size);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 32px
}

.product-description .vs-comments-wrap .name {
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--body-font);
    gap: 15px;
    margin-bottom: 0;
    flex-wrap: wrap
}

.product-description .vs-comments-wrap .name .commented-on {
    font-size: 13px;
    letter-spacing: .4px;
    margin-bottom: 0
}

.product-description .vs-comments-wrap .comment-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.product-description .vs-comments-wrap .comment-content__header .star-rating {
    position: static;
    margin-bottom: 0
}

.product-description .vs-comments-wrap .comment-content .text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 30px
}

.product-information__item {
    color: var(--smoke-color);
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    gap: 15px;
    margin-bottom: 10px
}

.product-information__item:last-child {
    margin-bottom: 0
}

.product-information__name {
    color: var(--text-blue)
}

.tab-style1 {
    overflow: hidden
}

.tab-style1 .nav {
    margin-bottom: 63px;
    justify-content: center;
    position: relative;
    margin: 0 12% 63px
}

@media (max-width:767px) {
    .tab-style1 .nav {
        margin: 0 0% 30px
    }
}

.tab-style1 .nav::before,
.tab-style1 .nav::after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--dgold);
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
    transform: translateY(-50%);
    width: 353px;
    opacity: 25%
}

.tab-style1 .nav::after {
    left: auto;
    right: 0;
    background: var(--dgold);
}

.tab-style1 .nav .nav-item {
    margin: 0 0
}

@media (max-width:767px) {
    .tab-style1 .nav .nav-item {
        flex: auto
    }
}

.tab-style1 .nav .nav-item:last-child {
    margin: 0 0
}

.tab-style1 .nav .nav-link {
    border: 0;
    border-radius: 0;
    padding: 13px 40px;
    background-color: white;
    color: var(--text-blue);
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative
}

@media (max-width:767px) {
    .tab-style1 .nav .nav-link {
        width: 100%
    }
}

.tab-style1 .nav .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--text-blue);
    transition: all 0.3s ease-in-out
}

.tab-style1 .nav .nav-link.active {
    color: var(--dgold);
    border-color: var(--text-blue);
    transition: all 0.3s ease-in-out
}

.tab-style1 .nav .nav-link.active::before {
    border-color: var(--dgold)
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: #fff0;
    padding: 15px 25px;
    background-color: var(--text-blue);
    margin-bottom: 10px;
    color: var(--dgold);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px
}

.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
    color: var(--text-blue)
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
    color: var(--dgold)
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 92px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 14px
}

.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: var(--text-blue);
    float: left;
    letter-spacing: 3px;
    font-weight: 700
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--text-blue);
    letter-spacing: 3px;
    font-weight: 700
}

.woocommerce-Reviews .vs-comments-wrap {
    margin-top: 0
}

.woocommerce-Reviews .star-rating:before {
    display: block
}

.actions {
    display: flex;
    gap: 19px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .actions {
        flex-direction: column
    }
}

.actions .vs-btn {
    flex: 1;
    background-color: var(--vs-border-color2)
}

.actions .vs-btn::before,
.actions .vs-btn::after {
    background-color: var(--text-blue)
}

.quantity {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center
}

.quantity__buttons {
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: auto;
    height: 100%
}

.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: .05em
}

.quantity input {
    padding: 0 45px 0 24px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    --body-color: var(--title-color);
    border: 1px solid var(--vs-border-color4);
    border-radius: 0;
    min-width: 114px;
    min-height: 62px;
    background-color: var(--dgold);
    color: var(--text-blue)
}

.quantity input::-moz-placeholder {
    color: var(--text-color1)
}

.quantity input::placeholder {
    color: var(--text-color1)
}

.quantity .qty-btn {
    background: #fff0;
    border: 0;
    line-height: 1;
    display: inline-flex;
    margin: -2px 0;
    color: var(--pagi-text-color);
    padding: 0 0;
    font-size: 16px
}

.quantity .qty-btn:hover {
    background-color: #fff0;
    color: var(--text-blue)
}

.quantity .quantity-plus {
    bottom: 30px;
    border-radius: 0
}

.rating-select {
    margin-top: -.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
}

@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(--text-blue)
}

.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
}

.product-swatches-container {
    display: flex;
    gap: 10px;
    margin-bottom: 40px
}

.product-swatches-container .swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #fff0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 0 #fff0
}

.product-swatches-container .swatch.swatch1 {
    background-color: #ff4500
}

.product-swatches-container .swatch.swatch1.active {
    box-shadow: 0 0 0 2.5px #ff4500
}

.product-swatches-container .swatch.swatch2 {
    background-color: #f28d35
}

.product-swatches-container .swatch.swatch2.active {
    box-shadow: 0 0 0 2.5px #f28d35
}

.product-swatches-container .swatch.swatch3 {
    background-color: #f2e3c6
}

.product-swatches-container .swatch.swatch3.active {
    box-shadow: 0 0 0 2.5px #f2e3c6
}

.product-swatches-container .swatch.active {
    border-color: var(--bg-color5)
}

.vs-sort-bar {
    margin-bottom: 35px
}

.vs-sort-bar select {
    height: 50px;
    border: 0 solid #eee;
    min-width: auto;
    padding: 10px 0 10px 15px;
    margin: 0;
    background-position: right 0 center;
    background-color: #fff0;
    font-size: 14px;
    font-weight: 700;
    color: var(--smoke-color);
    letter-spacing: .4px;
    text-transform: uppercase;
    max-width: 200px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45OTc4IDEuMDcxNDNDMTEuOTk3OCAxLjE2MDcxIDExLjk1MzEgMS4yNjExNiAxMS44ODYyIDEuMzI4MTJMNi42ODUyNyA2LjUyOTAyQzYuNjE4MyA2LjU5NTk4IDYuNTE3ODYgNi42NDA2MiA2LjQyODU3IDYuNjQwNjJDNi4zMzkyOSA2LjY0MDYyIDYuMjM4ODQgNi41OTU5OCA2LjE3MTg4IDYuNTI5MDJMMC45NzA5ODIgMS4zMjgxMkMwLjkwNDAxOCAxLjI2MTE2IDAuODU5Mzc1IDEuMTYwNzEgMC44NTkzNzUgMS4wNzE0M0MwLjg1OTM3NSAwLjk4MjE0MyAwLjkwNDAxOCAwLjg4MTY5NiAwLjk3MDk4MiAwLjgxNDczMkwxLjUyOTAyIDAuMjU2Njk2QzEuNTk1OTggMC4xODk3MzIgMS42ODUyNyAwLjE0NTA4OSAxLjc4NTcxIDAuMTQ1MDg5QzEuODc1IDAuMTQ1MDg5IDEuOTc1NDUgMC4xODk3MzIgMi4wNDI0MSAwLjI1NjY5Nkw2LjQyODU3IDQuNjQyODZMMTAuODE0NyAwLjI1NjY5NkMxMC44ODE3IDAuMTg5NzMyIDEwLjk4MjEgMC4xNDUwODkgMTEuMDcxNCAwLjE0NTA4OUMxMS4xNjA3IDAuMTQ1MDg5IDExLjI2MTIgMC4xODk3MzIgMTEuMzI4MSAwLjI1NjY5NkwxMS44ODYyIDAuODE0NzMyQzExLjk1MzEgMC44ODE2OTYgMTEuOTk3OCAwLjk4MjE0MyAxMS45OTc4IDEuMDcxNDNaIiBmaWxsPSIjQjBBQ0FDIi8+Cjwvc3ZnPgo=)
}

.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-size: 14px;
    font-weight: 700;
    color: var(--text-blue);
    letter-spacing: .4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px
}

.vs-sort-bar p.woocommerce-result-count span {
    color: var(--text-blue);
    line-height: 1;
    margin-top: -3px
}

.vs-sort-bar .nice-select {
    width: 100%;
    min-width: 250px;
    padding-right: 50px;
    padding-left: 26px;
    height: 60px;
    line-height: 64px;
    border-radius: 40px;
    font-size: 16px;
    font-family: var(--body-font);
    border: 1px solid var(--vs-border-color4)
}

.vs-sort-bar .nice-select .current {
    font-weight: 700
}

.vs-sort-bar .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    border: 1px solid var(--vs-border-color4);
    box-shadow: none;
    z-index: 2;
    border-radius: 30px
}

.vs-sort-bar .nice-select::before {
    content: "";
    width: 36px;
    height: 36px;
    background: var(--text-blue2);
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.vs-sort-bar .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) {
    .vs-sort-bar .nice-select {
        margin-left: auto;
        margin-right: auto
    }
}

.vs-sort-bar .nav-tabs {
    border-bottom: 0;
    gap: 10px;
    align-items: center;
    padding-left: 1.5rem;
    position: relative
}

.vs-sort-bar .nav-tabs::before {
    position: absolute;
    content: "";
    background-color: var(--rating-color1);
    height: 26px;
    width: 1px;
    left: 0
}

.vs-sort-bar .nav-tabs .nav-tabs-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--smoke-color);
    letter-spacing: .4px;
    text-transform: uppercase
}

.vs-sort-bar .nav-link {
    font-weight: 700;
    color: var(--smoke-color);
    letter-spacing: .4px;
    text-transform: uppercase;
    background-color: #fff0;
    border: 0;
    padding: 0
}

.vs-sort-bar .nav-link:hover {
    color: var(--text-blue);
    background-color: #fff0;
    border: 0;
    padding: 0
}

.vs-sort-bar .nav-link.active {
    color: var(--text-blue);
    background-color: #fff0;
    border: 0;
    padding: 0
}

.vs-sort-bar .nav-link.active:hover {
    color: var(--text-blue)
}

.vs-sort-bar.style2 select {
    max-width: 257px;
    padding: 10px 24px;
    min-height: 60px;
    background-color: #101318;
    background-position: right 2px center;
    background-size: 55px 56px;
    text-transform: capitalize;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA1NSA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjU1IiBoZWlnaHQ9IjU2IiBmaWxsPSIjMDIwMjAzIi8+CjxwYXRoIGQ9Ik0zMy44ODYyIDI1LjgxNDdDMzMuOTYwNiAyNS44ODkxIDMzLjk5NzggMjUuOTc0NyAzMy45OTc4IDI2LjA3MTRDMzMuOTk3OCAyNi4xNjgyIDMzLjk2MDYgMjYuMjUzNyAzMy44ODYyIDI2LjMyODFMMjguNjg1MyAzMS41MjlDMjguNjEwOSAzMS42MDM0IDI4LjUyNTMgMzEuNjQwNiAyOC40Mjg2IDMxLjY0MDZDMjguMzMxOCAzMS42NDA2IDI4LjI0NjMgMzEuNjAzNCAyOC4xNzE5IDMxLjUyOUwyMi45NzEgMjYuMzI4MUMyMi44OTY2IDI2LjI1MzcgMjIuODU5NCAyNi4xNjgyIDIyLjg1OTQgMjYuMDcxNEMyMi44NTk0IDI1Ljk3NDcgMjIuODk2NiAyNS44ODkxIDIyLjk3MSAyNS44MTQ3TDIzLjUyOSAyNS4yNTY3QzIzLjYwMzQgMjUuMTgyMyAyMy42ODkgMjUuMTQ1MSAyMy43ODU3IDI1LjE0NTFDMjMuODgyNCAyNS4xNDUxIDIzLjk2OCAyNS4xODIzIDI0LjA0MjQgMjUuMjU2N0wyOC40Mjg2IDI5LjY0MjlMMzIuODE0NyAyNS4yNTY3QzMyLjg4OTEgMjUuMTgyMyAzMi45NzQ3IDI1LjE0NTEgMzMuMDcxNCAyNS4xNDUxQzMzLjE2ODIgMjUuMTQ1MSAzMy4yNTM3IDI1LjE4MjMgMzMuMzI4MSAyNS4yNTY3TDMzLjg4NjIgMjUuODE0N1oiIGZpbGw9IiM5QzlCOUIiLz4KPC9zdmc+Cg==)
}

@media (max-width:767px) {
    .vs-sort-bar.style2 select {
        max-width: 100%
    }
}

.range-slider-area .price-amount {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    margin: -.4em 0 0 0
}

.range-slider-area .price-amount .title {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px
}

.range-slider-area .ui-slider {
    height: 4px;
    position: relative;
    width: 100%;
    background-color: var(--text-blue);
    border: none;
    margin-top: 25px;
    margin-bottom: 31px;
    cursor: pointer;
    border-radius: 0
}

.range-slider-area .ui-slider-range {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: var(--text-blue)
}

.range-slider-area .ui-slider-handle {
    width: 11px;
    height: 11px;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--text-blue);
    transform: translateX(-1px);
    border-radius: 50%
}

.range-slider-area .ui-slider-handle:focus {
    outline: none;
    box-shadow: none
}

.range-slider-area .ui-slider-handle:last-child {
    transform: translateX(-10px)
}

.range-slider-area .filter-btn {
    background-color: var(--text-blue);
    color: var(--white-color);
    border: 0 solid #fff0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1px
}

.range-slider-area .filter-btn::before,
.range-slider-area .filter-btn::after {
    background-color: var(--text-blue);
    color: white;
}

.range-slider-area .filter-btn:hover {
    background-color: var(--text-blue);
    color: var(--white-color) !important
}

.range-slider-area .reset-btn {
    background-color: #fff0;
    padding: 0;
    border: 0;
    color: var(--smoke-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px
}

.range-slider-area .reset-btn i {
    color: var(--white-color)
}

.range-slider-area .reset-btn i {
    margin-right: 10px
}

.range-slider-area .reset-btn:hover {
    color: var(--text-blue)
}

.shop-sidebar .widget_title {
    padding: 0 0 28px 0;
    border-bottom: 2px solid var(--vs-border-color2);
    margin: -.07em 0 29px 0
}

.shop-sidebar .price-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shop-sidebar .price-heading .title {
    display: flex;
    align-items: center;
    color: var(--text-blue);
    gap: 11px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .1px;
    text-transform: uppercase
}

.shop-sidebar .slider-acordion {
    padding: 0;
    background-color: #fff0;
    border: 0
}

.shop-sidebar .slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.shop-sidebar .slider-amount {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--smoke-color);
    letter-spacing: .4px
}

.shop-sidebar .sidebar-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.category-filter ul {
    margin: 0;
    padding: 2px 0 0 0;
    list-style: none
}

.category-filter li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--smoke-color)
}

.category-filter input[type=checkbox]~label {
    margin: 0;
    line-height: 1;
    color: var(--smoke-color);
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out
}

.category-filter input[type=checkbox]~label:before {
    top: -2px;
    /* background-color: var(--bg-color6); */
    border-color: var(--bg-color6);
    transition: all 0.3s ease-in-out;
    content: ""
}

.category-filter input[type=checkbox]:checked~label {
    color: var(--text-blue)
}

.category-filter input[type=checkbox]:checked~label:before {
    background-color: var(--text-blue);
    border-color: var(--text-blue);
    transition: all 0.3s ease-in-out
}

.category-filter input[type=checkbox]:checked~label+.total {
    color: var(--text-blue)
}

.category-filter input[type=checkbox]~label:hover {
    color: var(--text-blue)
}

.category-filter .total {
    position: relative;
    color: var(--smoke-color);
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out
}

.latest-product {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.latest-product:last-child {
    margin-bottom: 0
}

.latest-product .media-img {
    width: 99px;
    height: 95px;
    background-color: var(--vs-border-color2);
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.latest-product .media-img img {
    transition: all ease 0.4s;
    transform: scale(1.001)
}

.latest-product .product-title {
    font-size: 16px;
    font-family: var(--body-font);
    border-bottom: 2px solid var(--vs-border-color2);
    padding-bottom: 9px;
    margin-bottom: 8px;
    color: var(--smoke-color);
    letter-spacing: .5px
}

.latest-product .product-price {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 700;
    margin: 0 0 -.2em 0;
    color: var(--smoke-color);
    letter-spacing: .5px
}

.latest-product:hover .media-img img {
    transform: scale(1.15)
}

.woocommerce-form-login .lost-link {
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600
}

.woocommerce-form-login .lost-link:hover {
    color: var(--text-blue)
}

.woocommerce-form-login .custom-checkbox label {
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}

.woocommerce-form-login .custom-checkbox label:hover {
    color: var(--text-blue)
}

.woocommerce-checkout #accountNewCreate+label,
.woocommerce-checkout #ship-to-different-address label {
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease-in-out
}

.woocommerce-checkout #accountNewCreate+label:hover,
.woocommerce-checkout #ship-to-different-address label:hover {
    color: var(--text-blue)
}

.woocommerce-form-login,
.woocommerce-form-coupon {
    display: none
}

.grid-container {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%
}

@media (max-width:1500px) {
    .grid-container {
        gap: 15px
    }
}

@media (max-width:1199px) {
    .grid-container {
        gap: 10px
    }
}

@media (max-width:991px) {
    .grid-container {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .grid-container {
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: 1fr
    }
}

.grid-container .item1 {
    grid-area: 1/1/3/2
}

@media (max-width:991px) {
    .grid-container .item1 {
        grid-area: 1/1/3/2
    }
}

@media (max-width:767px) {
    .grid-container .item1 {
        grid-area: 1/1/3/2
    }
}

.grid-container .item2 {
    grid-area: 1/2/2/3
}

@media (max-width:991px) {
    .grid-container .item2 {
        grid-area: 3/1/4/2
    }
}

@media (max-width:767px) {
    .grid-container .item2 {
        grid-area: 3/1/4/2
    }
}

.grid-container .item3 {
    grid-area: 2/2/3/3
}

@media (max-width:991px) {
    .grid-container .item3 {
        grid-area: 3/2/4/3
    }
}

@media (max-width:767px) {
    .grid-container .item3 {
        grid-area: 4/1/5/2
    }
}

.grid-container .item4 {
    grid-area: 1/3/3/4
}

@media (max-width:991px) {
    .grid-container .item4 {
        grid-area: 1/2/3/3
    }
}

@media (max-width:767px) {
    .grid-container .item4 {
        grid-area: 5/1/7/2
    }
}

.view-style {
    position: relative
}

.view-style>img {
    width: 100%
}

.view-style .view-content {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 413px;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 33px;
    z-index: 1
}

@media (max-width:1199px) {
    .view-style .view-content {
        min-width: 100%;
        min-height: 190px;
        padding: 15px
    }
}

@media (max-width:991px) {
    .view-style .view-content {
        min-width: 85%;
        padding: 25px
    }
}

.view-style .view-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: var(--bg-color11);
    border: 10px solid var(--white-color); */
    opacity: 45%;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.view-style .view-content .shape1 {
    position: absolute;
    right: 37px;
    top: 70px
}

@media (max-width:1199px) {
    .view-style .view-content .shape1 {
        top: 0;
        right: 0
    }
}

.view-style .view-content .view-title {
    color: var(--white-color);
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1;
    align-self: flex-start
}

@media (max-width:1199px) {
    .view-style .view-content .view-title {
        font-size: 30px
    }
}

.view-style .view-content .view-link {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .1px;
    gap: 7px;
    align-self: flex-start
}

.view-style .view-content .view-link i {
    font-size: 15px
}

.view-style .view-title2 {
    position: absolute;
    font-size: 45px;
    line-height: 54px;
    text-transform: capitalize;
    text-shadow: 0 4px 4px rgb(0 0 0 / .15);
    bottom: 10px;
    left: 40px;
    margin-bottom: 0
}

.view-style .view-title2 a {
    display: inline-flex;
    align-items: center;
    gap: 20px
}

.view-style .view-title2 a span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--white-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out
}

.view-style .view-title2:hover a span {
    border-color: var(--text-blue);
    color: var(--text-blue)
}

.banner-layout1 {
    overflow: hidden;
    padding: 0 156px
}

@media (max-width:1500px) {
    .banner-layout1 {
        padding: 0 15px
    }
}

@media (max-width:991px) {
    .banner-layout1 {
        padding: 0 10px
    }
}

.banner-style {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgb(23 27 34 / .95);
    padding: 0 25px;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

@media (max-width:767px) {
    .banner-style {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
        border-radius: 10px 10px 0 0
    }
}

.banner-style .banner-img {
    position: relative;
    width: 320px;
    height: 359px
}

.banner-style .banner-img img {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:767px) {
    .banner-style .star-rating {
        margin: 0 auto
    }
}

.banner-style .product-price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--smoke-color);
    font-family: var(--body-font);
    display: block;
    color: var(--rating-color1);
    text-transform: uppercase;
    letter-spacing: .8px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px
}

.banner-style .product-price span {
    color: var(--text-blue)
}

@media (max-width:767px) {
    .banner-style .product-price {
        justify-content: center
    }
}

.banner-style .banner-title {
    font-size: 40px;
    margin: 0 0 5px 0;
    text-transform: capitalize
}

.banner-style .vs-btn {
    padding: 19px 30px
}

@media (max-width:767px) {
    .banner-style .banner-content {
        padding-top: 30px
    }
}

.banner-style.style2 {
    border-radius: 0 10px 10px 0;
    gap: 40px
}

@media (max-width:767px) {
    .banner-style.style2 {
        border-radius: 0 0 10px 10px
    }
}

.banner-style.style2 .banner-title a {
    color: var(--title-color)
}

.banner-style.style2 .banner-title a:hover {
    color: var(--text-blue)
}

.banner-style.style2 .product-price {
    color: var(--text-color7)
}

.banner-style.style2 .star-rating::before {
    color: var(--black-color)
}

.banner-style.style2 .star-rating span::before {
    color: var(--black-color)
}

.searchBoxTggler {
    background-color: #fff0;
    padding: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    color: var(--white-color)
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .95);
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    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(--text-blue);
    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(--text-blue);
    background-color: var(--white-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
}

@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(--text-blue);
    background-color: #fff0;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0;
    background-color: #fff0;
    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%;
    transition: all ease 0.4s
}

.popup-search-box.show form {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1)
}

.cart_table {
    border: 1px solid var(--bg-color3);
    margin-bottom: 45px;
    /* background-color: var(--text-blue) */
}

.cart_table thead th {
    border: none !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
    margin-bottom: 10px;
    color: var(--dgold);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px
}

.cart_table td:before,
.cart_table th {
    font-family: var(--body-font);
    color: var(--white-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: 1px solid var(--bg-color3);
    border-bottom: 1px solid var(--bg-color3);
    color: var(--smoke-color);
    font-weight: 600;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle;
    text-align: center
}

.cart_table .product-quantity {
    color: var(--white-color)
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px
}

.cart_table .cart-productname {
    font-weight: 600;
    font-family: var(--body-font);
    color: var(--smoke-color)
}

.cart_table .cart-productname:hover {
    color: var(--text-blue)
}

.cart_table .cart-productimage {
    display: inline-block
}

.cart_table .cart-productimage>img {
    width: 100px;
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover
}

.cart_table .remove {
    color: var(--text-blue);
    font-size: 18px
}

.cart_table .remove:hover {
    color: var(--text-blue)
}

.cart_table .quantity {
    display: inline-flex;
    align-items: center
}

.quantity.style2 .quantity__field {
    background-color: #fff0
}

.quantity.style2 .qty-btn {
    width: 35px;
    height: 30px;
    background-color: var(--dgold);
    border: 0;
    border-radius: 0;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.quantity.style2 .qty-btn:hover {
    background-color: var(--text-blue);
    color: var(--white-color);
    border-color: var(--white-color)
}

.cart_table .qut-btn {
    border: 2px solid var(--bg-color4);
    background-color: #fff0;
    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(--text-blue);
    color: var(--white-color)
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 1px solid var(--bg-color3);
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 400;
    margin: 0 10px;
    border-radius: 0;
    padding: 0;
    min-width: 70px;
    width: 70px;
    min-height: 50px
}

.cart_table .cart-actions {
    text-align: right;
    vertical-align: middle;
    padding: 20px
}

.cart_table .cart-actions>.vs-btn {
    font-size: 16px;
    padding: 17px 28px;
    margin-right: 15px
}

.cart_table .cart-actions>.vs-btn:last-child {
    margin-right: 0
}

.cart_table .vs-cart-coupon {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.cart_table .vs-cart-coupon input {
    height: 50px;
    width: calc(80% - 200px);
    margin-right: 0;
    border: 0;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out
}

.cart_table .vs-cart-coupon input:focus {
    border-color: var(--text-blue);
    transition: all 0.3s ease-in-out
}

.cart_table .vs-cart-coupon .vs-btn {
    font-size: 16px;
    padding: 17px 30px;
    width: -moz-max-content;
    width: max-content;
    flex: none;
    background-color: var(--bg-color3)
}

.cart_table .vs-cart-coupon .vs-btn::before,
.cart_table .vs-cart-coupon .vs-btn::after {
    background-color: var(--text-blue)
}

.cart_totals {
    border: 1px solid var(--bg-color3)
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border-bottom: 1px solid var(--bg-color3);
    font-size: 14px;
    color: black;
    width: 55%
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    /* background-color: var(--text-blue); */
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px;
    font-family: var(--body-font)
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--text-blue);
    font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--text-blue)
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px;
    color: var(--smoke-color);
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px
}

.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;
    padding-left: 25px;
    color: black
}

.cart_totals .woocommerce-shipping-methods input[type=radio]~label::before {
    padding-right: 1.2px;
    padding-top: .3px;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    line-height: 14px;
    border: 0
}

.cart_totals .shipping-calculator-form {
    display: none
}

.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 .form-control {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 50px;
    border: 1px solid var(--bg-color3);
    color: var(--body-color)
}

.shipping-calculator-form .nice-select.form-select::after,
.shipping-calculator-form .form-control::after {
    display: none
}

.cart_totals .amount {
    font-weight: 700
}

.cart_totals .order-total .amount {
    color: var(--text-blue)
}

@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 .cart-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.cart-actions {
        padding-left: 15px;
        text-align: center
    }

    .cart_table td.cart-actions>.vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }

    .cart_table td.cart-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(--bg-color3);
    color: var(--body-color);
    --bs-gutter-x: 20px
}

.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::-moz-placeholder,
.woocommerce-checkout .select2-container::-moz-placeholder,
.woocommerce-checkout .form-control::-moz-placeholder {
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.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(--text-blue);
    transition: all 0.3s ease-in-out
}

.woocommerce-checkout .form-select:focus::-moz-placeholder,
.woocommerce-checkout .select2-container:focus::-moz-placeholder,
.woocommerce-checkout .form-control:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.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;
    border-radius: 0;
    background-position: right 13px center
}

.shipping-calculator-form .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    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(--text-blue)
}

.checkout-ordertable input[type=hidden]~label {
    color: var(--text-blue)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid var(--bg-color3);
    text-align: right;
    padding: 10px 20px;
    color: var(--smoke-color)
}

.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: 20px 0;
    border-bottom: 1px solid var(--bg-color3);
    border-radius: 0;
    font-size: 16px;
    display: flex;
    align-items: center
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: none;
    line-height: 29px
}

.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 {
    background-color: var(--bg-color4);
    border: 1px solid var(--bg-color4);
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none;
    margin-left: 15px
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
    color: var(--smoke-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px
}

.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: 16px
}

@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(--text-blue);
    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(--white-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(--text-blue)
}

.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--text-blue);
    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(--white-color)
}

.tinv-wishlist td.product-name a:hover {
    color: var(--text-blue)
}

.tinv-wishlist td.product-price del {
    font-size: .9em
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--white-color)
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--text-blue);
    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(--white-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(--bg-color3);
    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: #fff0;
    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(--bg-color3);
    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(--white-color);
    color: var(--white-color);
    top: calc(50% - 15px);
    border: 3px solid var(--white-color)
}

.cat-media_slider .slick-arrow:hover {
    background-color: var(--text-blue);
    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(--text-blue)
}

.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 -.3em 0;
    padding: 0;
    list-style-type: none
}

.cat_chart_list a {
    font-size: 14px;
    color: #71737a
}

.cat_chart_list a:hover {
    color: var(--text-blue)
}

.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(--white-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(--text-blue);
    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(--text-blue);
    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: .02em
}

.cat_rounded:hover .cat-img {
    border-color: var(--text-blue)
}

.cat_rounded:hover .cat-img img {
    transform: scale(1.1)
}

.summary-title {
    color: var(--white-color)
}

.woocommerce-checkout-payment input[type=radio]~label::before {
    font-size: 0;
    border: 0 solid var(--text-blue);
    top: 50%;
    transform: translateY(-50%)
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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
}

.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: -.25rem
}

.mt-n2 {
    margin-top: -.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.5rem
}

.mb-n3 {
    margin-bottom: -1rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.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) - 30px)
}

@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
    }
}

.border-bottom-gold {
    border-bottom: 3px solid var(--dgold);
}

.border-end-gold {
    border-right: 3px solid var(--dgold);
}

.text-dgold {
    color: var(--dgold);
}

.border-below {
    width: 100%;
    background-color: var(--text-blue);
    height: 25px;
    border: 40px;
    display: block;
    position: absolute;
    border-radius: 30px;
    bottom: -10px;
    z-index: -1;
}

.top-bar {
    background-color: var(--bg-gold);
    font-family: var(--title-font);
}

.feature-style__icon {
    height: 60px !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: var(--text-blue);
    z-index: 9999;
    transition: 0.3s ease-in-out;
    padding: 2rem 1.5rem;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .close-mobile-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
}

.mobile-menu-list li {
    margin-bottom: 1rem;
}

.mobile-menu-list li a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
}

.text-dgold {
    color: #bfa559 !important;
}

.border-end-gold {
    border-right: 1px solid #bfa559;
}

.team img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.zoom-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomInOut 8s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 110%;
    }
}

.product-img img {
    min-width: 100%;
    height: 180px;
    object-fit: contain;
}

.price-breakup-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    font-family: sans-serif;
    max-width: 100%;
    box-shadow: none;
    /* Removed shadow */
}

.price-breakup-header {
    background-color: #f5f5f5;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.price-breakup-body {
    padding: 15px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.price-breakup-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: none !important;
}

.price-breakup-body tbody,
td,
tfoot,
th,
thead,
tr {
    padding: 6px 0;
    border: none !important;
}

.price-breakup-body .text-end {
    text-align: right;
}

.net-price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 10px;
}

.toggle-icon {
    transition: transform 0.3s;
}

.toggle-icon.rotate {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.metal-info-card {
    background-color: #fff4ea;
    border-radius: 10px;
    padding: 15px 20px;
    max-width: 300px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 0 transparent;
}

.metal-header {
    color: #bca9715c;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.metal-header i {
    margin-right: 6px;
}

.metal-details {
    display: flex;
    justify-content: space-between;
}

.metal-column {
    display: flex;
    flex-direction: column;
}

.label {
    color: #444;
    font-size: 13px;
    margin: 0;
}

.value {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin: 2px 0 0 0;
}

.text-right {
    text-align: right;
}

.collection-first img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.collection-first {
    position: relative;
    overflow: hidden;
}



.collection-heading {
    position: absolute;
    bottom: 20px;
    /* You can adjust this */
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 45px;
    background: #00000085;
}

.gallery-first img {

    height: 300px;
    width: 100%;
    object-fit: cover;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    right: 0;
    left: auto;
}


.auth-form {
    display: none;
    flex-direction: column;
}

.auth-form.active {
    display: flex;
}

.auth-form h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.auth-form input {
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.auth-form button {
    padding: 12px;
    background-color: var(--dgold);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.auth-form button:hover {
    background-color: var(--text-blue);
}

.toggle-text {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.toggle-text a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.toggle-text a:hover {
    text-decoration: underline;
}

.form-container {
    border: 1px solid var(--dgold);
    padding: 25px;
    border-radius: 25px;
}

.accordion-button:not(.collapsed) {
    color: var(--dgold);
    background-color: var(--text-blue);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    filter: invert(1);
    transform: var(--bs-accordion-btn-icon-transform);
}

.mega-menu {
    top: 76px;
}

.dropdown-toggle::after {
    display: none !important;
}

.menu-img {
    height: 128px !important;
    width: 100%;

    object-fit: cover;
    object-position: center;
}

.dropdown-side img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.earring-look {
    font-family: var(--title-font);
}

#mainHeader {
    position: fixed;
    /* top: 58px; */
    /* adjust to match top bar height */
    left: 0;
    right: 0;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
}

#mainHeader.header-hidden {
    transform: translateY(-100%);
}

/* Hide filter by default on mobile */
@media (max-width: 991.98px) {
    .filter {
        display: none;
        position: fixed;
        /* top: 0;
        left: 0; */
        background: white;
        z-index: 9999;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 20px;
    }

    .filter.show {
        display: block;
    }

    .filter-close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        color: #000;
    }
}
.header-scroll-control {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: top 0.3s ease;
}

.hide-header {
  top: -150px; /* adjust height based on your header height */
}

.show-header {
  top: 0;
}
.floating-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  writing-mode: vertical-rl; /* Makes text vertical */
  text-align: center;
}

.floating-btn .vs-btn {
  display: inline-block;
  /* transform: rotate(180deg); Optional: flip text if needed */
  padding: 10px 15px;
  background-color: #d4af37; /* Example color */
  color: white;
  text-decoration: none;
  /* border-radius: 6px 0 0 6px; */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}




