@use "sass:math";
.indicator {
    position: absolute;
    top: var(--pos-y);
    left: var(--pos-x);
    height: var(--height-set);
    width: var(--width-set);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

:root {
    --theme-color: #D2B25F;
    --title-color: #fff;
    --body-color: #D8DBDC;
    --smoke-color: #F8F8F8;
    --smoke-color2: #ECF1FF;
    --black-color: #000000;
    --black-color2: #181A1E;
    --black-color3: #0F1013;
    --gray-color: #D8DBDC;
    --white-color: #ffffff;
    --body-bg: #0B0B0C;
    --light-color: #E1E4E5;
    --light-color2: #123641;
    --light-color3: #184040;
    --tertiary-color: #1C4C5A;
    --yellow-color: #E2B93B;
    --success-color: #27AE60;
    --error-color: #EB5757;
    --th-border-color: #fff;
    --title-font: "Noto Serif Display", serif;
    --body-font: "Plus Jakarta Sans", serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1680px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 20px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --transform: all ease 0.4s
}

.home-luxury-hotel {
    --body-bg: #112E2E
}

.home-luxury-hotel-2 {
    --body-bg: #0C2830
}

.home-city-hotel {
    --body-bg: #0C2830
}

html,
body {
    scroll-behavior: auto !important
}

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

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
.currency-menu input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open,
.currency-menu textarea.nice-select.open {
    outline: none
}

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

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

ul {
    list-style-type: disc
}

ol {
    list-style-type: disc
}

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

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

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

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

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

a:active,
a.nice-select.open,
.currency-menu a.nice-select.open,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

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

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

ins {
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 375px) {
    .h1,
    h1 {
        font-size: 32px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search__inside-wrapper {
    position: relative
}

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

.wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    padding-left: 25px;
    border: 1px solid transparent;
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
    border-radius: 20px
}

.wp-block-search .wp-block-search__input:focus {
    border-color: var(--theme-color)
}

.wp-block-search .wp-block-search__button {
    margin: 0;
    min-width: 110px;
    height: 100%;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.wp-block-search .wp-block-search__button.has-icon {
    min-width: 56px
}

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 8px 0 25px
}

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

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

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

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

.wp-block-table.is-style-stripes {
    border: 0;
    margin-bottom: 30px;
    border-bottom: 0
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-color: var(--th-border-color)
}

.logged-in .sticky-wrapper.sticky,
.logged-in .preloader .th-btn {
    top: 32px
}

@media (max-width: 782px) {
    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 46px
    }
}

@media (max-width: 600px) {
    .logged-in .sticky-wrapper.sticky,
    .logged-in .preloader .th-btn {
        top: 0
    }
}

.post-password-form {
    margin-bottom: 30px;
    margin-top: 20px
}

.post-password-form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form p {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0;
    gap: 15px
}

@media (max-width: 575px) {
    .post-password-form label {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-password-form input {
    width: 100%;
    border: none;
    height: 55px;
    padding-left: 25px;
    color: var(--body-color);
    border: 1px solid var(--th-border-color)
}

.post-password-form input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 140px;
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    text-align: center
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--title-color)
}

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

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

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

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

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

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

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

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

.blog-single.format-quote .blog-content: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: var(--icon-font);
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    right: 0;
    top: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    z-index: 1;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 0 20px 0 20px
}

@media (max-width: 767px) {
    .blog-single.format-quote:before,
    .blog-single.format-link:before,
    .blog-single.tag-sticky-2:before,
    .blog-single.sticky:before {
        border-radius: 0 10px 0 10px
    }
}

.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
    content: "\f08d"
}

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

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

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

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

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

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

.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
    background-color: transparent
}

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

.nof-title {
    margin-top: -0.24em
}

.th-search {
    background-color: var(--smoke-color2);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden
}

.th-search .search-grid-content {
    padding: 30px
}

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

.th-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.th-search .search-grid-title a {
    color: inherit
}

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

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

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

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

@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;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 768px) {
    .wp-block-latest-comments {
        padding-left: 10px
    }
    .page--content.clearfix+.th-comment-form {
        margin-top: 24px
    }
}

@media (max-width: 1399px) {
    :root {
        --main-container: 1250px
    }
}

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

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

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

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

.container-gallery {
    max-width: 1840px
}

.slick-track>[class*=col] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    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: 1300px) {
    .row {
        --bs-gutter-x: 24px
    }
}

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

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

.gx-0 {
    --bs-gutter-x: 0
}

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

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

.gx-48 {
    --bs-gutter-x: 48px
}

.gy-40 {
    --bs-gutter-y: 40px
}

.gy-48 {
    --bs-gutter-y: 48px
}

.gy-50 {
    --bs-gutter-y: 50px
}

.gy-60 {
    --bs-gutter-y: 60px
}

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

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

.gx-100 {
    --bs-gutter-x: 100px
}

@media (max-width: 1399px) {
    .gx-100 {
        --bs-gutter-x: 50px
    }
}

@media (max-width: 1299px) {
    .gx-100 {
        --bs-gutter-x: 20px
    }
}

.gy-100 {
    --bs-gutter-y: 100px
}

@media (max-width: 1399px) {
    .gy-100 {
        --bs-gutter-y: 50px
    }
}

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

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

@media (max-width: 991px) {
    .gy-50 {
        --bs-gutter-y: 40px
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    background-color: transparent;
    border: 1px solid #4D4D4D;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: rgba(128, 129, 130, 0.9)
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--th-border-color);
    background-color: var(--smoke-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: rgba(128, 129, 130, 0.9)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: rgba(128, 129, 130, 0.9)
}

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

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

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

textarea.form-control.style2,
textarea.style2 {
    min-height: 100px
}

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

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}

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

.form-group>i.fa-comment {
    margin-top: -2px
}

.form-group>i.fa-chevron-down {
    width: 17px;
    background-color: var(--smoke-color)
}

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

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

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
    border-radius: 10px !important
}

.form-rounded-10 .th-btn {
    border-radius: 10px
}

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

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

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

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

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

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

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

input[type="checkbox"].style2~label {
    color: #8B929C;
    padding-left: 23px;
    margin-bottom: -0.5em
}

input[type="checkbox"].style2~label:before {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #8B929C;
    height: 14px;
    width: 14px;
    line-height: 14px;
    border-radius: 3px;
    top: 6px
}

input[type="checkbox"].style2:checked~label:before {
    color: var(--theme-color)
}

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

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

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

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

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

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

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

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

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

.form-messages {
    display: none
}

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

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

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

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

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

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

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

[class*="col-"].form-group .form-icon-left {
    left: calc((var(--bs-gutter-x) / 2) + 30px);
    right: auto
}

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

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

.swiper-wrapper.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

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

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

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    margin-top: 30px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .swiper-pagination-progressbar {
        margin-top: 20px
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--theme-color)
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0
}

.swiper-pagination-fraction {
    text-align: center;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color)
}

.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 600;
    display: inline-block;
    width: 31px
}

.white-color .swiper-pagination-current {
    color: var(--white-color)
}

.slider-controller {
    margin-top: 60px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.slider-controller .button {
    width: calc(100% - 204px)
}

.slider-controller .slider-arrow {
    min-width: 48px
}

@media (max-width: 1199px) {
    .slider-controller {
        margin-top: 45px
    }
}

.swiper-fade .swiper-slide {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0 !important
}

.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.swiper-fade .swiper-slide-prev {
    opacity: 0
}

.swiper-fade:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    z-index: 3;
    pointer-events: none
}

.swiper-fade.fade-ani:after {
    -webkit-animation: swiperFade 0.8s linear 0.2s forwards;
    animation: swiperFade 0.8s linear 0.2s forwards
}

@-webkit-keyframes swiperFade {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes swiperFade {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 40px 0 22px 0;
    line-height: 4px;
    height: 4px
}

@media (max-width: 1199px) {
    .swiper-pagination-bullets {
        margin: 25px 0 22px 0
    }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 50px;
    height: 4px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    margin: 5px 7px;
    opacity: 1;
    background-color: var(--white-color);
    position: relative;
    border-radius: 0;
    cursor: pointer;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    color: transparent
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    height: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    background: var(--theme-color);
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    inset: -12px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-size: 12px;
    height: 12px
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets.style3 .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
    height: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    background: transparent;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid var(--white-color)
}

.swiper-pagination-bullets.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.slider-area {
    position: relative
}

.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: var(--title-color);
    position: absolute;
    top: 50%;
    border: 1px solid;
    left: var(--pos-x, -120px);
    width: var(--icon-size, 48px);
    height: var(--icon-size, 48px);
    line-height: var(--icon-size, 48px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 48px) / -2);
    z-index: 3;
    border-radius: 99px
}

.slider-arrow img {
    padding-bottom: 5px
}

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

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

.slider-arrow.style2:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

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

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

.arrow-wrap {
    position: relative
}

.arrow-wrap .slider-arrow {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4)
}

@media (max-width: 1299px) {
    .arrow-wrap .slider-arrow {
        display: none
    }
}

.arrow-wrap:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .slider-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px
    }
}

@media (max-width: 1399px) {
    .slider-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px
    }
}

.icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991px) {
    .slick-dots {
        margin: 40px 0 0 0
    }
    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slider-drag-cursor {
    pointer-events: none;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: -2px;
    height: 36px;
    width: 36px;
    -webkit-transition: width .1s ease-in-out;
    transition: width .1s ease-in-out;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none
}

.slider-drag-cursor.active {
    display: block
}

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

.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: #181A1E
}

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

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

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

.th-menu-wrapper.th-body-visible {
    opacity: 1;
    visibility: visible
}

.th-menu-wrapper.th-body-visible .th-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

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

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

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

.th-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--th-border-color)
}

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

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

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

.th-mobile-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-mobile-menu ul li ul li {
    padding-left: 20px
}

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

.th-mobile-menu ul .menu-item-has-children>a .th-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: #808182;
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-mobile-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

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

.th-mobile-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-mobile-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

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

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

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

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title-color);
    font-size: 20px
}

.th-menu-toggle.style-text i,
.th-menu-toggle.style-text-white i {
    margin-right: 10px
}

.th-menu-toggle.style-text-white {
    color: var(--white-color)
}

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

:root {
    --input-height: 56px
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select:after {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    font-size: 16px;
    pointer-events: none;
    border-bottom: 1px solid var(--body-color);
    border-right: 1px solid var(--body-color);
    position: absolute;
    right: 20px;
    line-height: calc(var(--input-height) - 2px);
    top: 21px;
    height: 8px;
    width: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    border-radius: 0;
    pointer-events: auto;
    display: block;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-bottom: 1px solid var(--theme-color)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--smoke-color)
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.currency-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.currency-menu img {
    min-width: 16px;
    min-height: 16px;
    position: relative
}

.currency-menu .nice-select {
    font-family: var(--body-font);
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    padding: 0;
    padding-right: 30px;
    height: 10px
}

.currency-menu .nice-select .list {
    left: -20px;
    width: 110%
}

.currency-menu .nice-select:after {
    content: "\f107";
    right: 15px;
    top: -22px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: none;
    border-right: none
}

.currency-menu .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.currency-menu .nice-select.open .list {
    left: -20px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.currency-menu .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.currency-menu .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.currency-menu .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.currency-menu .nice-select .option:hover,
.currency-menu .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--black-color2)
}

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

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

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

#preloader .txt-loading {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#preloader .preloading-img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    text-align: center;
    margin: 0 auto
}

.preloading-animate {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

#preloader .txt-loading .letters-loading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    #preloader .txt-loading .letters-loading {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 5px
    }
}

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

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

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

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

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

#preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

#preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

#preloader .txt-loading .letters-loading {
    color: var(--theme-color)
}

#preloader .txt-loading .letters-loading:before {
    color: #fff
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px
    }
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 26px;
    -webkit-perspective: 320px;
    perspective: 320px
}

.th-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

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

.th-btn:hover {
    color: var(--theme-color)
}

.th-btn:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-btn:hover img {
    -webkit-filter: none;
    filter: none
}

.th-btn:hover.th-icon:after {
    background-color: var(--theme-color)
}

.th-btn img {
    margin: -5px 0 0 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid #4D4D4D;
    box-shadow: none
}

.th-btn.style2:hover {
    color: var(--white-color)
}

.th-btn.style2:hover:before {
    background-color: var(--theme-color)
}

.th-btn.style3 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    box-shadow: none
}

.th-btn.style3:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

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

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

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

.th-btn.btn-fw {
    width: 100%
}

.th-btn.btn-fw:hover {
    background-color: var(--title-color)
}

.th-btn.extra-btn {
    padding: 22px 40px
}

.th-btn.btn-sm {
    padding: 20px 25px
}

.th-btn.radius {
    border-radius: 48px
}

.th-btn.th-radius {
    border-radius: 0
}

.th-btn2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 30px;
    border-radius: 48px;
    -webkit-perspective: 320px;
    perspective: 320px;
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1)
}

.th-btn2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1
}

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

.th-btn2 img {
    margin: -5px 0 0 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.th-btn2:hover {
    color: var(--theme-color)
}

.th-btn2:hover:before {
    width: 220px;
    height: 220px;
    opacity: 1
}

.th-btn2:hover.th-icon:after {
    background-color: var(--theme-color)
}

.th-btn2:hover img {
    -webkit-filter: none;
    filter: none
}

.th-btn2.active {
    scale: 0.95
}

.th-btn2.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid #4D4D4D;
    box-shadow: none
}

.th-btn2.style2:hover {
    color: var(--white-color)
}

.th-btn2.style2:hover:before {
    background-color: var(--theme-color)
}

.th-btn2.style2:hover.th-icon:after {
    background-color: var(--white-color)
}

.th-btn2.style3 {
    background-color: transparent;
    color: var(--white-color);
    padding: 23px 26px;
    border: 1px solid var(--white-color);
    box-shadow: none
}

.th-btn2.style3 img {
    margin: -2px 0 0 8px
}

.th-btn2.style3:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.th-btn2.style3:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.th-btn2.style3:hover:before {
    width: 230px;
    height: 230px;
    background-color: var(--theme-color)
}

.th-btn2.style3.th-icon {
    padding: 15px 24px
}

.th-btn2.style3.th-icon:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.th-btn2.btn-fw {
    width: 100%
}

.th-btn2.btn-fw:before {
    display: none
}

.th-btn2.btn-fw:hover {
    background-color: var(--theme-color)
}

.th-btn2.btn-fw:hover:after {
    background-color: var(--white-color)
}

.th-btn2.btn-sm {
    padding: 16px 20px 16px 24px;
    min-width: 150px
}

.th-btn2.extra-btn {
    padding: 22px 40px
}

.th-btn2.ser-btn {
    width: 150px;
    height: 150px;
    background-color: #181A1E;
    color: var(--title-color);
    border-radius: 50%;
    padding: 18px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.th-btn2.ser-btn.style4 {
    background: var(--light-color2);
    border: 1px solid var(--white-color)
}

.th-btn2.ser-btn:before {
    background-color: var(--theme-color)
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 54px);
    font-size: var(--btn-font-size, 20px);
    background-color: var(--icon-bg, #f7f7f7);
    color: var(--title-color);
    text-align: center;
    border-radius: 99px;
    border: 1px solid var(--th-border-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative
}

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

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

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

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1
}

.play-btn.border-play-btn {
    border: 0;
    width: 90px;
    height: 90px;
    line-height: 92px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: var(--white-color)
}

.play-btn.border-play-btn i {
    --icon-size: 90px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white-color)
}

.play-btn.border-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #6E7070;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.play-btn.border-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #6E7070;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

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

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

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

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

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

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

.play-btn.gr-style1>i {
    background-image: var(--theme-color);
    color: var(--white-color) !important
}

.play-btn.gr-style1:before,
.play-btn.gr-style1:after {
    background-color: rgba(255, 255, 255, 0.5)
}

.play-btn.style2:before,
.play-btn.style2:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

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

.play-btn.style3:before,
.play-btn.style3:after {
    background-color: var(--white-color)
}

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

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

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

.play-btn.style4>i {
    font-size: 28px;
    color: var(--white-color);
    background-color: rgba(255, 255, 255, 0.3)
}

.play-btn.style4:before,
.play-btn.style4:after {
    background-color: transparent;
    border: 1px solid var(--white-color)
}

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

.play-btn.style4:hover:before,
.play-btn.style4:hover:after {
    border-color: var(--theme-color)
}

.link-btn {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color)
}

.link-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover {
    color: var(--theme-color)
}

.link-btn:hover::before {
    width: 100%
}

.line-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--title-color)
}

.line-btn i {
    margin-left: 5px;
    font-size: 0.9rem
}

.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--title-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.line-btn:hover {
    color: var(--theme-color)
}

.line-btn:hover::before {
    background-color: var(--theme-color);
    width: 45px
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%
}

.scroll-top svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: var(--white-color)
}

.scroll-top svg path {
    fill: none
}

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.18em;
    font-weight: 500
}

.sub-title {
    display: inline-block;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: -0.2em;
    position: relative
}

.sub-title:has(img) {
    margin-top: 0
}

.sub-title.h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.14em
}

.sub-title img {
    margin: -3px 10px 0 0
}

.sub-title i {
    font-size: 32px;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sub-title i {
        font-size: 24px
    }
}

.sub-title2 {
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    color: var(--theme-color);
    display: block;
    margin-bottom: 15px
}

.sub-title2.style1 {
    background: transparent;
    padding-left: 65px
}

@media (max-width: 575px) {
    .sub-title2.style1 {
        padding-left: 40px
    }
}

@media (max-width: 450px) {
    .sub-title2.style1 {
        padding-left: 0
    }
}

@media (max-width: 375px) {
    .sub-title2.style1:before {
        display: none
    }
}

.sub-title2.style1:after {
    display: none
}

.sub-title2::before,
.sub-title2:after {
    content: "";
    position: absolute;
    top: 48%;
    height: 1px;
    width: 48px;
    opacity: 1
}

@media (max-width: 575px) {
    .sub-title2::before,
    .sub-title2:after {
        width: 30px
    }
}

@media (max-width: 450px) {
    .sub-title2::before,
    .sub-title2:after {
        display: none
    }
}

.sub-title2::before {
    background-color: var(--theme-color);
    margin-left: -4rem
}

@media (max-width: 575px) {
    .sub-title2::before {
        margin-left: -2rem
    }
}

.sub-title2::after {
    background-color: var(--theme-color);
    margin-left: 10px
}

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

.box-title a {
    color: inherit
}

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

.box-subtitle {
    margin-bottom: 8px
}

.box-title2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: -0.35em
}

.box-title2 a {
    color: inherit
}

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

.extra-text {
    line-height: 32px
}

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

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

.title-area img {
    margin-bottom: 16px;
    display: block
}

.title-area .title-img {
    display: block;
    margin-bottom: 10px
}

.title-area .title-img img {
    margin: auto
}

.title-area .sec-title {
    margin-bottom: 8px;
    letter-spacing: 0.02em
}

.title-area .sec-title span {
    display: block
}

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

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

.mb-32 {
    margin-bottom: 32px
}

.mb-37 {
    margin-bottom: 37px
}

hr.title-line {
    margin-top: 0;
    background-color: var(--th-border-color);
    opacity: 1
}

.sec-btn {
    text-align: center
}

.animated-text {
    font-size: 2.5rem;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase
}

.highlight {
    color: #ff5733
}

.sec-btn,
.title-line {
    margin-bottom: var(--section-title-space)
}

.shadow-title {
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 1;
    font-size: 72px;
    letter-spacing: 0.02em;
    color: #184040;
    margin: -0.18em 0 -0.4em 0
}

@media (max-width: 1299px) {
    .shadow-title {
        font-size: 70px
    }
}

@media (max-width: 991px) {
    .shadow-title {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .shadow-title {
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .shadow-title {
        font-size: 30px
    }
}

.title-area2 {
    padding: 50px 100px
}

.title-area2 .subtitle {
    color: var(--white-color);
    text-transform: uppercase;
    margin-top: -0.4em;
    margin-bottom: 5px;
    display: block
}

.title-area2 .title {
    color: var(--white-color);
    max-width: 430px;
    margin-bottom: -0.26em
}

@media (max-width: 1700px) {
    .title-area2 {
        padding: 50px 50px
    }
}

@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 20px
    }
    .title-area,
    .sec-title {
        --section-title-space: 60px
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 36px
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 40px
    }
    .sec-btn,
    .title-line {
        --section-title-space: 55px
    }
    .title-area2 .title {
        max-width: 300px
    }
}

@media (max-width: 991px) {
    .title-area,
    .sec-title {
        --section-title-space: 50px
    }
    .title-area.mb-45,
    .sec-title.mb-45 {
        margin-bottom: 35px
    }
    .sec-btn,
    .title-line {
        --section-title-space: 50px
    }
    .sub-title.h4 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .title-area2 {
        text-align: center
    }
    .title-area2 .title {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .title-area2 {
        padding: 40px 20px
    }
}

.shape-mockup-wrap {
    z-index: 2;
    position: relative
}

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

.shape-mockup.z-index-3 {
    z-index: 3;
    pointer-events: none
}

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

.shape-mockup .svg-img {
    height: 110px;
    width: 110px
}

.shape-mockup2 {
    position: absolute
}

@media (max-width: 991px) {
    .shape-mockup2.scanbox {
        top: 25% !important;
        right: 11% !important
    }
}

@media (max-width: 575px) {
    .shape-mockup2.scanbox {
        right: 14% !important
    }
}

@media (max-width: 375px) {
    .shape-mockup2.scanbox {
        right: 18% !important
    }
}

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

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

.z-index-3 {
    z-index: 3
}

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

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

.color-masking {
    position: relative;
    display: inline-block
}

.color-masking .masking-src {
    position: absolute;
    inset: 0;
    mix-blend-mode: color;
    background: var(--theme-color)
}

.color-scheme {
    position: fixed;
    right: -1px;
    top: calc(50% - 100px);
    z-index: 99;
    background: var(--black-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    max-width: 300px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.color-scheme-title {
    font-size: 22px;
    border-bottom: 1px solid var(--th-border-color);
    padding-bottom: 6px;
    color: var(--white-color);
    margin-bottom: 20px
}

.color-scheme-title i {
    font-size: 18px;
    margin-right: 3px
}

.color-scheme-text {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 6px
}

.color-scheme .switchIcon {
    position: absolute;
    left: 0;
    top: 10px;
    border: 0;
    background: var(--theme-color);
    color: var(--white-color);
    height: 45px;
    width: 45px;
    border-radius: 5px 0 0 5px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.color-scheme .color-switch-btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 20px
}

.color-scheme .color-switch-btns button {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: var(--theme-color);
    text-align: left
}

.color-scheme #thcolorpicker {
    padding: 0 !important;
    border: 2px solid var(--white-color);
    border-radius: 0;
    height: 25px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 170px
}

.color-scheme.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.th-social a {
    display: inline-block;
    width: var(--icon-size, 48px);
    height: var(--icon-size, 48px);
    line-height: var(--icon-size, 48px);
    border: 1px solid rgba(128, 129, 130, 0.5);
    color: var(--body-color);
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px
}

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

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

.th-social.color-theme a {
    color: var(--body-color);
    border-color: var(--theme-color)
}

.multi-social a:has(.fa-facebook-f) {
    --theme-color: #3b5997
}

.multi-social a:has(.fa-twitter) {
    --theme-color: #54abf0
}

.multi-social a:has(.fa-pinterest-p) {
    --theme-color: #c8232c
}

.multi-social a:has(.fa-linkedin-in) {
    --theme-color: #0077b5
}

.multi-social a:has(.fa-vimeo-v) {
    --theme-color: #86c9ef
}

.multi-social a:has(.fa-youtube) {
    --theme-color: #ff0000
}

.multi-social a:has(.fa-instagram) {
    --theme-color: #d63084
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.box-text {
    margin-bottom: -0.4em
}

.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.btn-group.style2 {
    gap: 20px 70px
}

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

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

.th-bg-img {
    position: absolute;
    inset: 0
}

.th-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

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

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

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

.fw-extralight {
    font-weight: 100
}

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

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

.fw-extrabold {
    font-weight: 800
}

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

.fs-16 {
    font-size: 16px !important
}

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

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

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

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

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

.bg-light2 {
    background-color: var(--light-color2) !important
}

.bg-light3 {
    background-color: var(--light-color3) !important
}

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

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

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

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

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

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

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

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

.bg-fixed {
    background-attachment: fixed;
    scroll-behavior: smooth
}

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

.bg-shape {
    background-image: url("../img/bg/bg_shape.png");
    background-repeat: repeat
}

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

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

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

.bg-bottom-right {
    background-size: auto;
    background-position: bottom right
}

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

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

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

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

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

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

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

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

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

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

.text-inherit {
    color: inherit
}

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

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

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

[data-overlay] {
    position: relative;
    z-index: 2
}

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

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

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

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

[data-overlay="smoke"]:before {
    background-color: var(--smoke-color)
}

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

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

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

[data-overlay="body-bg"]:before {
    background-color: var(--body-bg)
}

[data-overlay="overlay1"]:before {
    background-color: #080E1C
}

[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
}

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

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

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

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

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

.fancy-animation {
    -webkit-animation: morph 8s ease-in-out infinite;
    animation: morph 8s ease-in-out infinite
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pulse {
    -webkit-animation: pulse 6s linear infinite;
    animation: pulse 6s linear infinite
}

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

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

.bg-color-ani,
.color-animate {
    -webkit-animation: bgColor 6s linear infinite;
    animation: bgColor 6s linear infinite
}

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

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

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

@-webkit-keyframes sectionShape {
    0% {
        left: -50%
    }
    100% {
        left: 100%
    }
}

@keyframes sectionShape {
    0% {
        left: -50%
    }
    100% {
        left: 100%
    }
}

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

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

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

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

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

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideinrighthero,
.slideindown,
.slideinup,
.rollinleft,
.rollinright,
.hero-img1 {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

.swiper-slide-active .fadein {
    --animation-name: fadein
}

.swiper-slide-active .scalein {
    --animation-name: scalein
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright
}

.swiper-slide-active .slideinrighthero {
    --animation-name: slideinrighthero
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright
}

.swiper-slide-active .hero-img1 {
    --animation-name: heroImg1
}

.hero-img1 {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

@-webkit-keyframes heroImg1 {
    0% {
        opacity: 0;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(0.8) scaleY(0);
        transform: scaleX(0.8) scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
}

@keyframes heroImg1 {
    0% {
        opacity: 0;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(0.8) scaleY(0);
        transform: scaleX(0.8) scaleY(0)
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
}

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

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

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

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

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

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

@-webkit-keyframes slideinrighthero {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px) scale(0.6);
        transform: translateX(280px) scale(0.6)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

@keyframes slideinrighthero {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px) scale(0.6);
        transform: translateX(280px) scale(0.6)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

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

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

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

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

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

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

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

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

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

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    display: block;
    padding: 17px 32px 17px 0;
    font-size: 16px;
    line-height: 1.313;
    color: var(--title-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-bottom: 1px solid #4D4D4D
}

.widget_nav_menu a img,
.widget_meta a img,
.widget_pages a img,
.widget_archive a img,
.widget_categories a img,
.wp-block-categories a img {
    margin-top: -3px;
    margin-right: 9px
}

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

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span,
.wp-block-categories li>span {
    color: var(--title-color);
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 14px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right;
    background-color: var(--body-bg)
}

.widget_nav_menu .menu>li:last-child>a,
.widget_nav_menu>ul>li:last-child>a,
.widget_meta .menu>li:last-child>a,
.widget_meta>ul>li:last-child>a,
.widget_pages .menu>li:last-child>a,
.widget_pages>ul>li:last-child>a,
.widget_archive .menu>li:last-child>a,
.widget_archive>ul>li:last-child>a,
.widget_categories .menu>li:last-child>a,
.widget_categories>ul>li:last-child>a,
.wp-block-categories .menu>li:last-child>a,
.wp-block-categories>ul>li:last-child>a {
    border-bottom: none
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
    color: var(--theme-color);
    box-shadow: none
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span,
.wp-block-categories a:hover~span {
    color: var(--theme-color)
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
    margin-left: 10px
}

.wp-block-categories {
    list-style: none;
    padding: 0
}

.wp-block-categories>li:last-child>a {
    border-bottom: none
}

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

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

.widget {
    padding: var(--widget-padding-y, 32px) var(--widget-padding-x, 18px);
    background-color: transparent;
    border: 1px solid #4D4D4D;
    margin-bottom: 32px;
    position: relative
}

.widget[data-overlay]:before {
    z-index: -1
}

.widget.widget_search {
    background-color: #24272E;
    border: none
}

.widget.widget_offer {
    text-align: center;
    border: none;
    padding: 62px 51px 72px 51px
}

@media (max-width: 1399px) {
    .widget.widget_offer {
        padding: 40px 30px 40px 30px
    }
}

@media (max-width: 767px) {
    .widget.widget_offer {
        padding: 40px 30px 40px 30px
    }
}

.widget.widget_offer .banner-title {
    font-weight: 500;
    margin-bottom: 25px
}

.widget.widget_offer .banner-logo {
    margin-bottom: 20px
}

.widget.widget_offer .offer-title {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.widget.widget_offer .offer-text {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 30px
}

.widget.widget_offer .offer-text a {
    color: inherit
}

.widget.widget_quote {
    padding: 0;
    border: none
}

.widget .th-social a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1)
}

.widget textarea {
    min-height: 120px
}

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

.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 32px 0;
    overflow: hidden
}

.widget_title:after,
.widget_title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #808182;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2px 0
}

.widget_title:after {
    background-color: var(--theme-color);
    height: 3px;
    width: 50px;
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite;
    margin: 0 0 1px 0
}

.widget-form {
    --bs-gutter-x: 20px
}

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

.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 55px;
    background-color: #181A1E;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff
}

.widget .search-form input:focus {
    border-color: var(--theme-color)
}

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

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

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px 12px 16px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--body-color);
    background: #24272E
}

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

.wp-block-tag-cloud,
.tagcloud {
    margin-right: -10px;
    margin-bottom: -10px;
    display: inline-block
}

.widget-service-list {
    background-color: var(--black-color2);
    padding: 0 40px 60px
}

@media (max-width: 1399px) {
    .widget-service-list {
        padding: 0 20px 40px
    }
}

.widget-service-list .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.widget-service-list .service-list:not(:last-child) {
    margin-bottom: 24px
}

.widget-service-list .service-list label {
    margin: 0
}

.widget-service-list .service-list .box-title {
    font-size: 18px
}

.widget-service-list .service-list .text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize
}

.widget-service-list .service-list.style2 {
    border-top: 1px solid #4D4D4D;
    padding-top: 24px;
    margin-top: 40px
}

.widget_banner {
    border: none;
    border-radius: 14px
}

.widget-banner {
    text-align: center;
    padding: 42px 30px
}

@media (max-width: 375px) {
    .widget-banner {
        padding: 30px 10px
    }
}

.widget-banner .box-title,
.widget-banner .box-text,
.widget-banner .box-link {
    color: var(--white-color)
}

.widget-banner .box-title {
    margin-bottom: 27px
}

.widget-banner .box-text {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 10px
}

.widget-banner .box-link {
    font-size: 24px;
    font-weight: 600
}

.widget-banner .box-link a {
    color: inherit
}

.widget-banner .box-link a:hover {
    color: var(--theme-color)
}

.widget-banner .logo {
    display: inline-block;
    padding: 17px 40px;
    border-radius: 99px;
    text-align: center;
    background-color: var(--white-color)
}

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 320px
}

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

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

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

.sidebar-gallery .gallery-thumb:before {
    content: '';
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    background-color: var(--title-color);
    opacity: 0.6;
    position: absolute;
    top: 7px;
    left: 7px;
    border: 1px solid var(--white-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
    width: 100%
}

.sidebar-gallery .gallery-thumb:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

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

.sidebar-gallery .wp-block-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100% !important
}

.sidebar-gallery .wp-block-image img {
    width: 100%
}

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

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

.recent-post .media-img {
    margin-right: 24px;
    width: 80px;
    overflow: hidden;
    position: relative
}

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

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

.recent-post .post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 6px 0;
    font-family: var(--title-font);
    text-transform: capitalize
}

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

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

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

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

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

.sidebar-area {
    margin-bottom: -10px
}

.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 .widget_nav_menu>ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta>ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages>ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive>ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories>ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories>ul,
.sidebar-area .wp-block-categories .menu {
    margin: -16px 0 -16px 0
}

.sidebar-area .wp-block-categories {
    margin: -16px 0 -16px 0
}

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

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

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    padding-bottom: 20px;
    margin: -0.12em 0 38px 0
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--th-border-color);
    position: absolute;
    bottom: 0;
    left: 0
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
    background-color: var(--theme-color);
    width: 40px
}

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

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

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

.download-widget-wrap .th-btn {
    width: 100%
}

.download-widget-wrap .th-btn:first-child {
    margin-bottom: 15px
}

.download-widget-wrap .th-btn.style2 {
    color: var(--body-color)
}

.download-widget-wrap .th-btn.style2:before {
    background-color: var(--theme-color)
}

.download-widget-wrap .th-btn.style2:hover {
    color: var(--white-color);
    border-color: var(--theme-color)
}

.widget_call {
    background-color: var(--title-color);
    position: relative;
    padding: 0 !important
}

.widget_call .widget_title {
    color: var(--white-color)
}

.widget-map iframe {
    min-height: 280px
}

.widget-call {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 0 10px var(--widget-padding-y, 40px) 10px
}

.widget-call:before {
    content: '';
    width: 368px;
    height: 368px;
    background-color: var(--theme-color);
    border: 6px solid var(--white-color);
    position: absolute;
    bottom: calc(100% - 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.widget-call .text {
    display: block;
    margin: 22px auto 25px auto;
    color: var(--white-color);
    max-width: 310px
}

.widget-call .call {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px auto 0 auto
}

.widget-call .call:hover {
    color: var(--theme-color)
}

.widget-call .play-btn {
    --icon-size: 60px
}

.widget-call .play-btn>i {
    font-size: 30px
}

.widget-call .box-title {
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 35px;
    padding-top: 20px
}

@media (max-width: 1299px) {
    .widget-call .title {
        font-size: 34px
    }
}

.widget_info .th-btn {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.widget_info .th-video {
    margin-bottom: 20px
}

.info-list {
    margin-top: -16px
}

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

.info-list i {
    color: var(--theme-color);
    width: 16px;
    margin-right: 2px;
    font-size: 16px
}

.info-list strong {
    font-weight: 500;
    color: var(--title-color)
}

.info-list li {
    border-bottom: 1px dashed #D3DBEB;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -0.45em
}

.price_slider_wrapper {
    margin-top: -0.5em
}

.price_slider_wrapper .price_label span {
    display: inline-block;
    color: var(--body-color)
}

.price_slider_wrapper .ui-slider {
    height: 6px;
    position: relative;
    width: 100%;
    background-color: var(--theme-color);
    border: none;
    margin-top: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 0
}

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

.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    cursor: pointer;
    position: absolute;
    margin-top: -5px;
    z-index: 2;
    background-color: var(--white-color);
    border: 3px solid var(--title-color);
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px)
}

.price_slider_wrapper .ui-slider-handle:focus {
    outline: none;
    box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15)
}

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

.price_slider_wrapper button,
.price_slider_wrapper .button {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 7px 20px;
    min-width: 100px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in
}

.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
    background-color: var(--title-color)
}

.widget_shopping_cart .widget_title {
    margin-bottom: 35px;
    border-bottom: none
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0
}

.widget_shopping_cart ul li {
    list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
    color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--body-color)
}

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

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px
}

.widget_shopping_cart .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
    font-family: var(--title-font)
}

.widget_shopping_cart .amount {
    padding-left: 5px
}

.widget_shopping_cart .th-btn {
    margin-right: 15px
}

.widget_shopping_cart .th-btn:last-child {
    margin-right: 0
}

.th-video-widget .video-thumb {
    position: relative
}

.th-video-widget .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.th-video-widget .play-btn i {
    font-size: 16px
}

.th-video-widget .video-thumb-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: -0.3em
}

.widget_recent_entries ul {
    margin: -0.3em 0 0 0;
    padding: 0;
    list-style: none
}

.widget_recent_entries ul li>a {
    color: var(--body-color);
    font-weight: 500;
    display: inline-block
}

.widget_recent_entries ul li>a:hover {
    color: var(--theme-color)
}

.widget_recent_entries ul li span.post-date {
    font-size: 14px
}

.widget_recent_entries ul li:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
    list-style-type: none;
    padding-left: 0
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
    margin-top: -0.11em;
    padding-left: 0
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
    margin-bottom: 0
}

.widget_recent_comments li,
.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
    content: "\f086";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
    padding-left: 0;
    padding-bottom: 0 !important
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
    display: none
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
    margin-top: 0.4em
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
    padding-bottom: 12px
}

.widget_recent_comments article,
.wp-block-latest-comments article {
    line-height: 1.5
}

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

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment {
    line-height: 1.6
}

.wp-block-latest-comments__comment a {
    color: var(--body-color)
}

.wp-block-latest-comments__comment a:hover {
    color: var(--theme-color)
}

.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 10px
}

.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: 9px;
    left: 20px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    z-index: 1;
    line-height: 1.7
}

.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(--white-color);
    background-color: var(--theme-color)
}

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

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
    border-left: 1px solid #eee
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
    border-right: 1px solid #eee
}

.wp-block-calendar table th,
.calendar_wrap table th {
    font-weight: 500
}

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

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

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

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

.wp-block-calendar a,
.calendar_wrap a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
    color: var(--title-color)
}

.wp-block-calendar {
    margin-bottom: 30px;
    border: none;
    padding-bottom: 0
}

.wp-block-calendar table caption {
    color: var(--white-color)
}

ul.widget_rss,
ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
    padding-left: 0
}

.widget_rss,
.wp-block-rss {
    list-style-type: none
}

.widget_rss ul,
.wp-block-rss ul {
    margin: -0.2em 0 -0.5em 0;
    padding: 0;
    list-style: none
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
    color: var(--title-color);
    font-family: var(--theme-font);
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5
}

.widget_rss ul a,
.wp-block-rss ul a {
    display: block;
    font-weight: 600;
    color: inherit
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
    color: var(--theme-color)
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: var(--title-color)
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
    content: "\f073";
    font-family: var(--icon-font);
    margin-right: 10px;
    font-weight: 300;
    color: var(--theme-color)
}

.widget_rss ul cite,
.wp-block-rss ul cite {
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 14px
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: var(--theme-color)
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px
}

.widget_rss a:hover,
.wp-block-rss a:hover {
    color: var(--theme-color)
}

.textwidget {
    margin-top: -0.1em
}

.sidebar-area .widget_shopping_cart .th-btn {
    margin-right: 10px;
    padding: 8px 22px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .sidebar-shop .widget {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .sidebar-shop .widget {
        margin-bottom: 24px
    }
}

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

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

@media (max-width: 767px) {
    .widget {
        padding: 20px;
        border-radius: 10px
    }
}

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

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

.footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #333333;
    width: 1px;
    height: 300px
}

@media (max-width: 1399px) {
    .footer-widget.footer-line:before {
        display: none
    }
}

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

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

.footer-widget input,
.footer-widget select {
    color: #666666
}

.footer-widget input::-moz-placeholder,
.footer-widget select::-moz-placeholder {
    color: #666666
}

.footer-widget input::-webkit-input-placeholder,
.footer-widget select::-webkit-input-placeholder {
    color: #666666
}

.footer-widget input:-ms-input-placeholder,
.footer-widget select:-ms-input-placeholder {
    color: #666666
}

.footer-widget input::-webkit-input-placeholder,
.footer-widget select::-webkit-input-placeholder {
    color: #666666
}

.footer-widget input::-moz-placeholder,
.footer-widget select::-moz-placeholder {
    color: #666666
}

.footer-widget input:-ms-input-placeholder,
.footer-widget select:-ms-input-placeholder {
    color: #666666
}

.footer-widget input::-ms-input-placeholder,
.footer-widget select::-ms-input-placeholder {
    color: #666666
}

.footer-widget input::placeholder,
.footer-widget select::placeholder {
    color: #666666
}

.footer-widget .sidebar-gallery {
    max-width: 287px;
    gap: 11px
}

.footer-widget .sidebar-gallery .gallery-thumb {
    border-radius: 5px
}

.footer-widget .widget_title {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: -0.09em 0 32px 0;
    padding: 0
}

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

.footer-widget .widget_title img {
    margin: -6px 3px 0 0
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -5px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -5px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    font-family: var(--body-font);
    color: #D8DBDC;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    position: relative
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
    content: "";
    position: absolute;
    -webkit-mask-image: url("../img/icon/right-arrow.svg");
    mask-image: url("../img/icon/right-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--body-color);
    color: var(--body-color);
    width: 20px;
    height: 20px;
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    border: none;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

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

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
    background-color: var(--theme-color)
}

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

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

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

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

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

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

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

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

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

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

.footer-widget .sidebar-gallery {
    max-width: 250px
}

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

.th-widget-about {
    max-width: 379px
}

.th-widget-about .about-logo {
    text-align: center;
    margin-bottom: 32px
}

.th-widget-about .about-text {
    text-align: center;
    margin-bottom: 26px;
    margin-top: -0.4em
}

.th-widget-about.style2 {
    max-width: 435px
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: var(--white-color);
    font-size: 18px;
    margin-right: 17px
}

.icon-group a:last-child {
    margin-right: 0
}

.newsletter-form {
    position: relative;
    max-width: 465px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.newsletter-form .th-btn {
    min-width: 145px;
    padding: 21px 20px
}

.newsletter-form.style2 {
    max-width: 377px
}

.newsletter-form.style2 select,
.newsletter-form.style2 .form-control,
.newsletter-form.style2 .form-select,
.newsletter-form.style2 textarea,
.newsletter-form.style2 input {
    background-color: #24272E;
    border-radius: 48px 0 0 48px;
    font-size: 14px
}

.newsletter-form.style2 select::-moz-placeholder,
.newsletter-form.style2 .form-control::-moz-placeholder,
.newsletter-form.style2 .form-select::-moz-placeholder,
.newsletter-form.style2 textarea::-moz-placeholder,
.newsletter-form.style2 input::-moz-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-webkit-input-placeholder,
.newsletter-form.style2 .form-control::-webkit-input-placeholder,
.newsletter-form.style2 .form-select::-webkit-input-placeholder,
.newsletter-form.style2 textarea::-webkit-input-placeholder,
.newsletter-form.style2 input::-webkit-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select:-ms-input-placeholder,
.newsletter-form.style2 .form-control:-ms-input-placeholder,
.newsletter-form.style2 .form-select:-ms-input-placeholder,
.newsletter-form.style2 textarea:-ms-input-placeholder,
.newsletter-form.style2 input:-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-webkit-input-placeholder,
.newsletter-form.style2 .form-control::-webkit-input-placeholder,
.newsletter-form.style2 .form-select::-webkit-input-placeholder,
.newsletter-form.style2 textarea::-webkit-input-placeholder,
.newsletter-form.style2 input::-webkit-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-moz-placeholder,
.newsletter-form.style2 .form-control::-moz-placeholder,
.newsletter-form.style2 .form-select::-moz-placeholder,
.newsletter-form.style2 textarea::-moz-placeholder,
.newsletter-form.style2 input::-moz-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select:-ms-input-placeholder,
.newsletter-form.style2 .form-control:-ms-input-placeholder,
.newsletter-form.style2 .form-select:-ms-input-placeholder,
.newsletter-form.style2 textarea:-ms-input-placeholder,
.newsletter-form.style2 input:-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::-ms-input-placeholder,
.newsletter-form.style2 .form-control::-ms-input-placeholder,
.newsletter-form.style2 .form-select::-ms-input-placeholder,
.newsletter-form.style2 textarea::-ms-input-placeholder,
.newsletter-form.style2 input::-ms-input-placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 select::placeholder,
.newsletter-form.style2 .form-control::placeholder,
.newsletter-form.style2 .form-select::placeholder,
.newsletter-form.style2 textarea::placeholder,
.newsletter-form.style2 input::placeholder {
    color: #D8DBDC
}

.newsletter-form.style2 .th-btn {
    border-radius: 0 48px 48px 0
}

@media (max-width: 1199px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }
    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

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

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

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

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

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

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

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

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

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

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

.main-menu>ul>li>a:before {
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

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

.main-menu>ul>li>a:hover:before {
    width: 100%;
    right: unset;
    left: 0
}

.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";
    display: inline-block;
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    font-weight: 600;
    top: 0;
    font-size: 0.9em;
    color: inherit;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

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

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

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

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

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

@media (max-width: 1399px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(12%);
        -ms-transform: scaleY(1) translateX(12%);
        transform: scaleY(1) translateX(12%)
    }
}

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

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

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

.main-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 5px
}

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

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

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

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

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

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

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

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

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

.main-menu ul.mega-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

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

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

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

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

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

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

@media (max-width: 1299px) {
    .menu-style1>ul>li {
        margin: 0 10px
    }
}

.menu-style1>ul>li>a {
    padding: 17px 0;
    color: var(--white-color)
}

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

.menu-style1 ul li.menu-item-has-children>a:after {
    color: var(--white-color)
}

.header-call {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 700;
    color: var(--title-color)
}

.header-call .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-right: 5px
}

.header-call .icon-btn i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-call:hover {
    color: var(--theme-color)
}

.header-call:hover .icon-btn {
    background-color: var(--title-color)
}

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header-button .th-btn {
    margin-left: 20px
}

@media (min-width: 1399px) {
    .header-button .th-btn {
        min-width: 185px
    }
}

.header-button .icon-btn {
    --btn-size: 48px
}

.header-button .icon-btn:hover {
    background-color: var(--theme-color)
}

.header-button .icon-btn .badge {
    font-size: 12px;
    background-color: var(--theme-color)
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title-color)
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--body-color)
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

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

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

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

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

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

.header-links li:not(:last-child) {
    margin: 0 30px 0 0
}

.header-links li:not(:last-child):after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: #C6C9D4;
    position: absolute;
    top: 0px;
    right: -15px;
    margin-top: 5px;
    opacity: 0.35
}

@media (max-width: 1199px) {
    .header-links li:not(:last-child) {
        display: none
    }
}

.header-links li>i {
    margin-right: 6px;
    color: var(--theme-color)
}

.header-links li .icon-btn {
    margin-right: 8px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--body-color)
}

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

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px
}

.header-links .social-links a {
    font-size: 14px
}

.header-notice {
    margin: 0
}

.header-top {
    padding: 10.5px 0;
    background-color: #181A1E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    --body-color: #D8DBDC
}

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

.header-top .icon-btn {
    --btn-size: 30px;
    background-color: transparent;
    border: 1px solid;
    font-size: 12px
}

.dropdown-link {
    position: relative
}

.dropdown-link>a {
    color: var(--body-color)
}

.dropdown-link>a i {
    color: var(--theme-color);
    margin-right: 5px
}

.dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: var(--icon-font);
    vertical-align: middle;
    font-weight: 400;
    margin-left: 6px;
    margin-top: -1px
}

.dropdown-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    top: calc(100% + 14px) !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    padding: 8px 20px !important;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.2);
    background: var(--black-color2)
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0
}

.dropdown-menu li:after {
    display: none
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7
}

.dropdown-menu a {
    color: var(--body-color) !important
}

.dropdown-menu a:hover {
    color: var(--theme-color) !important
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--black-color2);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.header-layout1 {
    position: relative
}

.header-layout1 .th-menu-toggle {
    margin-left: auto
}

.header-layout1 .th-btn2 {
    padding: 16px 28px
}

.header-layout1 .sticky-wrapper {
    background-color: #181A1E
}

@media (max-width: 1299px) {
    .unittest-header .main-menu a {
        font-size: 15px
    }
    .unittest-header .main-menu>ul>li {
        margin: 0 11px
    }
}

.header-layout2 .header-top {
    background-color: #24272E;
    padding: 11.5px 0
}

.header-layout2 .sticky-wrapper {
    background-color: #0B0B0C
}

.header-layout3 {
    background-color: #112E2E
}

.header-layout3 .header-top {
    background-color: #112E2E;
    border-bottom: 1px solid #2F5C5C
}

.header-layout3 .sticky-wrapper.sticky {
    background-color: #112E2E
}

.header-layout3 .sticky-wrapper.sticky .header-logo {
    margin-top: -20px
}

.header-layout3 .menu-area {
    border-bottom: 1px solid #112E2E
}

.header-layout3 .header-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
    margin-right: -12px;
    margin-left: -12px
}

.header-layout3 .header-logo {
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-top: -80px
}

@media (max-width: 1299px) {
    .header-layout3 .header-logo {
        margin-left: -140px
    }
}

@media (max-width: 1199px) {
    .header-layout3 .header-logo {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .header-layout3 .header-logo {
        margin-left: 0
    }
}

.header-layout3 .header-logo .bg-shape {
    width: 180px;
    height: 146px;
    background: #184040;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.header-layout3 .simple-btn {
    width: 238px;
    height: 112px;
    background-color: #184040;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 480px) {
    .header-layout3 .simple-btn {
        width: 130px
    }
}

@media (max-width: 375px) {
    .header-layout3 .simple-btn {
        width: auto;
        padding-left: 20px;
        background-color: transparent
    }
}

.header-layout3 .simple-btn i {
    color: var(--white-color);
    font-size: 25px;
    margin-right: 16px
}

.header-layout3 .simple-btn .menu {
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color)
}

@media (max-width: 375px) {
    .header-layout3 .simple-btn .menu {
        display: none
    }
}

.header-layout3 .th-btn.booking {
    width: 238px;
    height: 112px;
    background: #184040
}

@media (max-width: 767px) {
    .header-layout3 .th-btn.booking {
        display: none
    }
}

.header-layout3 .th-btn.booking:before {
    background: var(--theme-color)
}

.header-layout3 .th-btn.booking:hover {
    color: var(--white-color)
}

.header-layout4 .header-top {
    background: var(--light-color2);
    border-bottom: 1px solid #163E4A
}

.header-layout4 .menu-area {
    background: var(--body-bg);
    border-bottom: 1px solid #163E4A
}

.header-layout4 .main-menu a {
    font-weight: 600
}

.header-layout4 .main-menu>ul>li>a {
    padding: 37px 0
}

.header-layout4 .simple-btn {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500
}

.header-layout4 .simple-btn:hover {
    color: var(--theme-color)
}

.header-layout4 .header-logo {
    padding: 39px 123.5px 25px;
    margin-top: -36px;
    position: relative
}

.header-layout4 .header-logo .bg-shape {
    background: var(--body-bg);
    position: absolute;
    inset: 0;
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout4 .header-logo {
        padding: 39px 54px 25px
    }
}

@media (max-width: 991px) {
    .header-layout4 .header-logo {
        padding: 13.5px 0;
        margin-top: 0
    }
    .header-layout4 .header-logo .bg-shape {
        display: none
    }
}

.header-layout4 .th-btn2 {
    padding: 15px 24px;
    border-color: #163E4A
}

.header-layout4 .icon-btn {
    background: var(--theme-color);
    border-radius: 10px;
    border: 0
}

.header-layout5 .header-top {
    background: transparent;
    border-bottom: 1px solid var(--tertiary-color)
}

.header-layout5 .menu-area {
    background: var(--body-bg);
    border-bottom: 1px solid var(--tertiary-color)
}

.header-layout5 .main-menu a {
    font-weight: 600
}

.header-layout5 .main-menu>ul>li>a {
    padding: 37px 0
}

.header-layout5 .simple-btn {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500
}

.header-layout5 .simple-btn:hover {
    color: var(--theme-color)
}

.header-layout5 .header-logo {
    padding: 20px 31px 44px;
    margin-top: -63px;
    position: relative;
    margin-left: 64px;
    margin-right: 64px
}

.header-layout5 .header-logo .bg-shape {
    background: var(--light-color2);
    position: absolute;
    inset: 0;
    z-index: -1
}

@media (max-width: 1299px) {
    .header-layout5 .header-logo {
        padding: 39px 54px 25px
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-logo {
        margin-top: -50px;
        padding: 20px 34px 35px;
        margin-bottom: 12px;
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .header-layout5 .header-logo {
        padding: 13.5px 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .header-layout5 .header-logo .bg-shape {
        display: none
    }
}

@media (max-width: 575px) {
    .header-layout5 .header-logo {
        margin-left: 0
    }
}

.header-layout5 .th-btn2 {
    padding: 15px 24px
}

.header-layout5 .th-btn2:before {
    background: var(--tertiary-color)
}

.header-layout5 .th-btn2:hover {
    color: var(--white-color)
}

.header-layout5 .th-btn2:hover:before {
    width: 250px;
    height: 250px
}

.header-layout5 .icon-btn {
    background: var(--theme-color);
    border-radius: 10px;
    border: 0
}

.header-layout5 .sticky-wrapper.sticky .header-logo {
    margin-top: 0;
    margin-bottom: -35px
}

@media (max-width: 991px) {
    .header-layout5 .sticky-wrapper.sticky .header-logo {
        margin-bottom: 0
    }
}

@media (max-width: 1299px) {
    .header-layout5 .header-button .th-btn2 {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .header-layout5 .header-button .th-btn2 {
        display: block !important
    }
}

@media (max-width: 575px) {
    .header-layout5 .header-button .th-btn2 {
        display: none !important
    }
}

.footer-wrapper {
    --th-border-color: rgba(255, 255, 255, 0.2);
    --body-color: #D8DBDC;
    position: relative;
    z-index: 2;
    background-color: #181A1E;
    overflow: hidden
}

.footer-wrapper .th-social a {
    --icon-size: 48px;
    color: var(--white-color);
    margin-right: 24px
}

@media (max-width: 991px) {
    .footer-wrapper .th-social a {
        margin-right: 10px
    }
}

@media (max-width: 375px) {
    .footer-wrapper .th-social a {
        --icon-size: 40px
    }
}

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

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.widget-area {
    padding-top: 100px;
    padding-bottom: 0px
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer-menu {
    margin: 0;
    padding: 60px 0;
    border-bottom: 1px solid #4D4D4D;
    text-align: center;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 53px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .footer-menu {
        gap: 15px 40px
    }
}

.footer-menu li {
    display: inline-block;
    margin-right: 0
}

.footer-menu li a {
    padding: 24px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    text-transform: uppercase
}

.footer-menu li a:hover {
    color: var(--theme-color)
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px
}

@media (max-width: 991px) {
    .footer-links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-size: 14px;
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 25px;
    margin-right: 10px;
    position: relative
}

@media (max-width: 575px) {
    .footer-links li {
        padding-right: 20px;
        margin-right: 5px
    }
}

.footer-links li:after {
    content: "";
    position: absolute;
    top: 40%;
    height: 10px;
    width: 1px;
    background-color: var(--theme-color);
    right: 6px
}

.footer-links li:last-child {
    margin-right: 0;
    padding-right: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {
    font-family: inherit;
    color: #D8DBDC
}

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

.room-book {
    background-color: #24272E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 480px) {
    .room-book {
        display: block
    }
}

.room-book.style2 {
    background-color: #112E2E
}

.room-book .room-img {
    position: relative;
    z-index: 2
}

@media (max-width: 1699px) {
    .room-book .room-img {
        max-width: 50%;
        height: 169px
    }
}

@media (max-width: 480px) {
    .room-book .room-img {
        max-width: 100%;
        height: 100%
    }
}

.room-book .room-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.room-book .room-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    z-index: 0
}

.room-book .room-img .box-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .room-book .room-img .box-title {
        font-size: 20px
    }
}

.room-book .footer-btn {
    font-weight: 500;
    font-size: 20px;
    color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1399px) {
    .room-book .footer-btn {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .room-book .footer-btn {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .room-book .footer-btn {
        padding: 20px 0px;
        text-align: center;
        display: block
    }
}

.room-book .footer-btn span {
    margin-left: 16px;
    min-width: 32px;
    height: 32px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-book .footer-btn span:hover {
    background-color: var(--white-color)
}

@media (max-width: 1199px) {
    .footer-card {
        display: none
    }
}

.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    border-top: 1px solid var(--th-border-color)
}

.copyright-wrap .copyright-text {
    font-size: 14px;
    color: var(--body-color)
}

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

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

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

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

.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.footer-contact-area {
    padding: 20px 0;
    background-color: var(--white-color);
    border-radius: 0 0 40px 40px;
    max-width: 1620px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .footer-contact-area {
        border-radius: 0 0 15px 15px
    }
}

.footer-contact-wrap {
    --body-color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-contact-wrap .divider {
    width: 1px;
    height: 80px;
    background-color: var(--body-color)
}

@media (max-width: 767px) {
    .footer-contact-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
        padding: 20px 0
    }
    .footer-contact-wrap .divider {
        display: none
    }
}

.footer-contact .box-title {
    font-size: 16px;
    margin-bottom: 7px
}

.footer-contact .box-text {
    color: var(--title-color);
    max-width: 205px;
    margin-top: -0.45em
}

.footer-contact .box-text a {
    color: inherit
}

.footer-contact .box-text a:hover {
    color: var(--theme-color)
}

.footer-contact .box-icon {
    font-size: 34px;
    color: var(--theme-color)
}

.footer-layout1 .footer-logo {
    position: relative;
    text-align: center;
    padding-top: 80px
}

.footer-layout1 .footer-logo img {
    z-index: 9;
    position: relative;
    background-color: #181A1E
}

.footer-layout1 .footer-logo:after,
.footer-layout1 .footer-logo:before {
    content: "";
    position: absolute;
    top: 85%;
    width: 45%;
    height: 1px;
    background-color: #333333
}

.footer-layout1 .footer-logo:before {
    left: 0
}

.footer-layout1 .footer-logo:after {
    right: 0
}

.footer-layout1-2 .footer-logo:after,
.footer-layout1-2 .footer-logo:before {
    background: var(--tertiary-color)
}

.footer-layout1-2 .footer-widget.footer-line:before {
    background: var(--tertiary-color)
}

@media (max-width: 1500px) {
    .footer-layout1-2 .footer-widget.footer-line:before {
        display: none
    }
}

.footer-layout1-2 .widget-area {
    padding-top: 60px;
    padding-bottom: 10px
}

.footer-layout1-2 .widget_title {
    font-size: 24px
}

.footer-layout1-2 .th-social a {
    line-height: 46px;
    margin-right: 16px
}

@media (max-width: 375px) {
    .footer-layout1-2 .th-social a {
        line-height: 38px
    }
}

.footer-layout1-2 .footer-widget .recent-post {
    max-width: 362px;
    margin-bottom: 16px
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta a {
    color: var(--theme-color)
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta a:after {
    background: var(--tertiary-color)
}

.footer-layout1-2 .footer-widget .recent-post .blog-meta i {
    color: var(--white-color);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.footer-layout1-2 .recent-post .post-title {
    letter-spacing: 0.02em
}

.footer-layout1-2 .copyright-wrap {
    border-color: var(--theme-color);
    padding: 30px 0
}

.copyright-text {
    margin: 0
}

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

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

.th-widget-contact {
    max-width: 265px
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-left: 60px
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0
}

.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.schedule-info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.th-widget-schedule {
    width: 280px;
    max-width: 100%
}

.th-widget-schedule .title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.newsletter-widget {
    max-width: 435px
}

@media (max-width: 575px) {
    .newsletter-widget {
        max-width: 100%
    }
}

.newsletter-widget .newsletter-title {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 35px
}

.newsletter-widget .newsletter-form {
    gap: 0px
}

.newsletter-widget .newsletter-form .th-btn2 {
    min-width: 136px;
    height: 56px;
    padding: 12px 20px;
    margin-left: -2px;
    border-radius: 0 48px 48px 0
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

.newsletter-widget .th-social {
    margin-top: 24px
}

.newsletter-widget .icon-btn {
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    min-width: 56px;
    padding: 0
}

.newsletter-widget .icon-btn:hover {
    background-color: var(--title-color)
}

.newsletter-widget .footer-text {
    margin-bottom: 25px
}

.newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    gap: 10px
}

@media (max-width: 1199px) {
    .newsletter-form {
        max-width: 460px
    }
}

.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%
}

.newsletter-form .form-group>i {
    color: var(--theme-color)
}

.newsletter-form input {
    width: 100%;
    border-radius: 0
}

.newsletter-form input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    color: var(--body-color);
    background-color: transparent
}

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

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

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

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

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

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

.newsletter-form .newsletter-btn {
    display: inline-block;
    border: none;
    background-color: var(--theme-color);
    color: var(--title-color);
    width: 55px;
    height: 55px;
    line-height: 55px;
    min-width: 55px
}

.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0
}

.newsletter-wrap .newsletter-title {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    margin: 0
}

.newsletter-wrap .info-title {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.4px var(--light-color)
}

.newsletter-wrap .divider {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 50px
}

.newsletter-wrap .newsletter-form {
    max-width: 510px;
    gap: 0
}

@media (max-width: 1299px) {
    .newsletter-wrap .newsletter-form {
        max-width: 440px
    }
}

.newsletter-wrap .newsletter-form input {
    height: 50px;
    border-radius: 8px 0 0 8px
}

.newsletter-wrap .newsletter-form .th-btn {
    min-width: 190px;
    border-radius: 0 8px 8px 0;
    height: 50px;
    padding: 10px 20px
}

.newsletter-wrap .newsletter-form .th-btn:before {
    background-color: var(--light-color)
}

.newsletter-wrap .newsletter-form .th-btn i {
    margin-left: 8px
}

@media (max-width: 1199px) {
    .newsletter-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 25px 0
    }
    .newsletter-wrap .newsletter-form {
        max-width: 700px
    }
    .newsletter-wrap .newsletter-form .th-btn {
        font-size: 0;
        min-width: 50px
    }
    .newsletter-wrap .newsletter-form .th-btn i {
        font-size: 16px;
        margin-left: 0
    }
    .newsletter-wrap .divider {
        display: none
    }
}

@media (max-width: 991px) {
    .footer-wrapper .newsletter-form {
        max-width: 400px
    }
}

@media (max-width: 767px) {
    .footer-wrapper .newsletter-form {
        max-width: 550px;
        gap: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }
}

.footer-layout2 .copyright-wrap {
    margin-top: 60px
}

.footer-layout2 .footer-links li {
    padding-right: 20px
}

.footer-layout2 .footer-links li:after {
    display: none
}

.footer-layout2-1 {
    z-index: 1
}

.footer-layout2-1:before {
    z-index: -1
}

.footer-layout2-1 .footer-wrap2-1 {
    margin: 60px 60px 0;
    padding-bottom: 60px
}

@media (max-width: 1500px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin: 40px 40px 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 55px
    }
}

@media (max-width: 1199px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin: 30px 30px 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 375px) {
    .footer-layout2-1 .footer-wrap2-1 {
        margin: 10px 10px 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px
    }
}

.footer-layout2-1 .footer-logo {
    padding-top: 60px
}

@media (max-width: 1500px) {
    .footer-layout2-1 .footer-logo {
        padding-top: 40px
    }
}

.footer-layout2-1 .footer-logo:before,
.footer-layout2-1 .footer-logo:after {
    background: var(--tertiary-color)
}

.footer-layout2-1 .footer-logo img {
    background: var(--body-bg)
}

.footer-layout2-1 .footer-menu {
    border-bottom: 1px solid var(--tertiary-color)
}

.footer-layout2-1 .room-book {
    background: var(--light-color2)
}

.footer-layout2-1 .copyright-wrap {
    margin-top: 0;
    border-top: 0
}

.th-widget-contact {
    max-width: 280px
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

.info-box:last-child {
    margin-bottom: 0
}

.info-box .box-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #D8DBDC;
    color: #D8DBDC;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

.info-box .box-text {
    color: var(--body-color);
    margin-top: -0.45em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 1.5
}

.info-box .box-link {
    display: inline-block;
    color: var(--body-color)
}

.info-box .box-link:hover {
    color: var(--theme-color)
}

.social-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    padding: 48px
}

@media (max-width: 1299px) {
    .social-area {
        gap: 25px
    }
}

@media (max-width: 991px) {
    .social-area {
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .social-area {
        grid-template-columns: auto auto
    }
}

@media (max-width: 767px) {
    .social-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.social-link {
    text-align: center;
    padding: 46px 70px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #112E2E;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

@media (max-width: 1199px) {
    .social-link {
        padding: 30px 20px
    }
}

@media (max-width: 991px) {
    .social-link {
        padding: 30px 30px
    }
}

@media (max-width: 767px) {
    .social-link {
        max-width: 100%
    }
}

.social-link i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 18px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.social-link i:hover {
    background-color: var(--theme-color)
}

.social-link .text {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    display: block;
    margin-top: 11px
}

.social-link:hover {
    background: #112E2E
}

.footer-layout3 {
    background-color: #184040
}

.footer-layout3 .widget-area {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #112E2E
}

.footer-layout3 .footer-widget {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .footer-layout3 .footer-widget {
        margin-bottom: 30px
    }
}

.footer-layout3 .footer-widget.footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #112E2E;
    width: 1px;
    height: 250px
}

.footer-layout3 .copyright-wrap {
    border-top: 1px solid #112E2E
}

.footer-layout3 .footer-links li {
    padding-right: 20px
}

.footer-layout3 .footer-links li:after {
    display: none
}

.room-book-area {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #112E2E
}

.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 -0.42em 0;
    list-style-type: none;
    position: relative
}

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

.breadcumb-menu li:after {
    content: "\f061";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 0.9em;
    color: var(--theme-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color)
}

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

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 500;
    font-size: 18px;
    color: var(--gray-color)
}

.breadcumb-title {
    margin: -0.25em 0 -0.2em 0;
    line-height: 1.3;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color)
}

.breadcumb-banner {
    position: relative;
    z-index: 3;
    margin-bottom: -20px
}

.breadcumb-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 5px;
    -webkit-mask-image: url("../img/bg/bg-shape.png");
    mask-image: url("../img/bg/bg-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: -1
}

@media (min-width: 1930px) {
    .breadcumb-banner:before {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1699px) {
    .breadcumb-banner:before {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .breadcumb-banner:before {
        -webkit-mask-size: auto;
        mask-size: auto;
        -webkit-mask-position: center center;
        mask-position: center center
    }
}

.breadcumb-wrapper {
    position: relative;
    -webkit-mask-image: url("../img/bg/bg-shape.png");
    mask-image: url("../img/bg/bg-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: #0F1013;
    background-size: auto;
    background-position: top center;
    padding: 115px 0 210px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: 2
}

@media (min-width: 1930px) {
    .breadcumb-wrapper {
        background-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1699px) {
    .breadcumb-wrapper {
        background-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .breadcumb-wrapper {
        background-size: cover;
        -webkit-mask-size: auto;
        mask-size: auto;
        -webkit-mask-position: center center;
        mask-position: center center;
        padding: 130px 0 210px 0
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 120px 0 160px 0
    }
}

@media (max-width: 575px) {
    .breadcumb-wrapper {
        padding: 120px 0 160px 0
    }
}

.breadcumb-wrapper .overlay-shape {
    position: absolute;
    inset: 0;
    bottom: -30px;
    background-color: var(--theme-color);
    z-index: -1
}

.breadcumb-wrapper .shape {
    position: absolute;
    inset: 0
}

.breadcumb-content {
    max-width: 760px;
    display: block;
    margin: auto
}

@media (max-width: 1199px) {
    .breadcumb-menu {
        margin: 25px 0 -0.5em 0
    }
    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 28px
    }
}

.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 500px;
    overflow: overlay;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: var(--white-color);
    padding: 20px 10px
}

.main-menu ul.mega-menu.style2 {
    background-color: #184040;
    max-height: 520px
}

@media (max-width: 1399px) {
    .main-menu ul.mega-menu.style2 {
        max-height: 500px
    }
}

.main-menu ul.mega-menu.style3 {
    background-color: #184040;
    width: 1350px;
    max-height: 820px
}

@media (max-width: 1299px) {
    .main-menu ul.mega-menu.style3 {
        width: 1000px
    }
}

@media (max-width: 1599px) {
    .main-menu ul.mega-menu {
        width: 1170px;
        left: -10rem !important
    }
}

@media (max-width: 1399px) {
    .main-menu ul.mega-menu {
        left: -23rem !important
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        left: -18rem !important
    }
}

.main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    border-radius: 0px
}

.main-menu ul.mega-menu li li {
    padding: 2px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block;
    text-transform: capitalize
}

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

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

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

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

@media (max-width: 1299px) {
    .main-menu ul.mega-menu {
        width: 1060px
    }
}

@media (max-width: 1199px) {
    .main-menu ul.mega-menu {
        width: 900px
    }
}

@media (max-width: 991px) {
    .main-menu ul.mega-menu {
        padding: 10px 0 !important
    }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
    padding-left: 0px
}

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

.main-menu.style3 ul li ul.mega-menu {
    -webkit-transform: scaleY(0) translateX(-100%);
    -ms-transform: scaleY(0) translateX(-100%);
    transform: scaleY(0) translateX(-100%)
}

@media (max-width: 1699px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-83%);
        -ms-transform: scaleY(1) translateX(-83%);
        transform: scaleY(1) translateX(-83%)
    }
}

@media (max-width: 1599px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-65%);
        -ms-transform: scaleY(1) translateX(-65%);
        transform: scaleY(1) translateX(-65%)
    }
}

@media (max-width: 1399px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-45%);
        -ms-transform: scaleY(1) translateX(-45%);
        transform: scaleY(1) translateX(-45%)
    }
}

@media (max-width: 1299px) {
    .main-menu.style3 ul li ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-36%);
        -ms-transform: scaleY(1) translateX(-36%);
        transform: scaleY(1) translateX(-36%)
    }
}

.main-menu.style3 ul li:hover ul.mega-menu {
    -webkit-transform: scaleY(1) translateX(-100%);
    -ms-transform: scaleY(1) translateX(-100%);
    transform: scaleY(1) translateX(-100%)
}

@media (max-width: 1699px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-83%);
        -ms-transform: scaleY(1) translateX(-83%);
        transform: scaleY(1) translateX(-83%)
    }
}

@media (max-width: 1599px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-65%);
        -ms-transform: scaleY(1) translateX(-65%);
        transform: scaleY(1) translateX(-65%)
    }
}

@media (max-width: 1399px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-45%);
        -ms-transform: scaleY(1) translateX(-45%);
        transform: scaleY(1) translateX(-45%)
    }
}

@media (max-width: 1299px) {
    .main-menu.style3 ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(-36%);
        -ms-transform: scaleY(1) translateX(-36%);
        transform: scaleY(1) translateX(-36%)
    }
}

.mega-menu-box {
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.08);
    border-radius: 5px
}

.mega-menu-box.style2 {
    background-color: #112E2E;
    padding: 40px;
    text-align: center
}

.mega-menu-box.style2 .mega-menu-img {
    border-radius: 0;
    margin-bottom: 30px
}

.mega-menu-box.style2 .mega-menu-img:after {
    display: none
}

.mega-menu-box.style2 .mega-menu-img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.mega-menu-box.style2 .mega-menu-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px;
    padding: 0
}

.mega-menu-box.style2 .mega-menu-title a {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px
}

.mega-menu-box.style2 .price {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.mega-menu-box.style2:hover .mega-menu-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: none;
    filter: none
}

.mega-menu-box.style3 {
    position: relative;
    background-color: #112E2E;
    padding: 25px 25px 0 25px;
    min-width: 400px;
    text-align: center;
    z-index: 2
}

@media (max-width: 1399px) {
    .mega-menu-box.style3 {
        min-width: 200px
    }
}

.mega-menu-box.style3 .box-content {
    background-color: #184040;
    padding: 70px 10px 110px 10px
}

.mega-menu-box.style3 .logo {
    margin-bottom: 30px
}

.mega-menu-box.style3 .icon-btn {
    background-color: #112E2E;
    border-color: #112E2E;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    line-height: 56px
}

.mega-menu-box.style3 .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.mega-menu-box.style3 .icon-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.mega-menu-box.style3 .mega-menu-img {
    border-radius: 0;
    margin-bottom: 30px
}

.mega-menu-box.style3 .mega-menu-img:after {
    display: none
}

.mega-menu-box.style3 .mega-menu-img img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.mega-menu-box.style3 .mega-menu-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px;
    padding: 0
}

.mega-menu-box.style3 .mega-menu-title a {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 3px
}

.mega-menu-box.style3 .price {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.mega-menu-box .mega-menu-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.mega-menu-box .mega-menu-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0)
}

.mega-menu-box .mega-menu-img img {
    -webkit-transition: -webkit-filter 500ms ease;
    transition: -webkit-filter 500ms ease;
    transition: filter 500ms ease;
    transition: filter 500ms ease, -webkit-filter 500ms ease;
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.mega-menu-box .mega-menu-img .btn-wrap {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: opacity 600ms linear, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 600ms linear;
    transition: transform 500ms ease, opacity 600ms linear, -webkit-transform 500ms ease;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    opacity: 0
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    padding: 14px 18px;
    font-size: 16px;
    color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--theme-color)
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover {
    color: var(--theme-color)
}

.mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.mega-menu-box:hover .mega-menu-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.mega-menu-box .mega-menu-title {
    margin-bottom: 0;
    text-align: center;
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0
}

.mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.mega-menu-box .mega-menu-title span:after {
    display: none
}

.mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.mega-menu-box .mega-menu-title a:after {
    display: none
}

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

@media (max-width: 991px) {
    .mega-menu-box .mega-menu-title a {
        padding: 0
    }
    .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.mega-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.mega-card .mega-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.mega-card .box-img {
    max-width: 200px
}

.mega-card .box-title {
    margin-bottom: 0
}

.mega-card .box-title a {
    font-size: 24px
}

@media (max-width: 1299px) {
    .mega-card .box-title a {
        font-size: 14px
    }
}

.main-menu ul.mega-menu li a.th-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #112E2E
}

.main-menu ul.mega-menu li a.th-btn.th-icon:after {
    background-color: var(--theme-color)
}

.wp-block-query-pagination-numbers,
.th-pagination {
    margin-bottom: 30px
}

.wp-block-query-pagination-numbers ul,
.th-pagination ul {
    margin: 0;
    padding: 0
}

.wp-block-query-pagination-numbers li,
.th-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none
}

.wp-block-query-pagination-numbers li:last-child,
.th-pagination li:last-child {
    margin-right: 0
}

.wp-block-query-pagination-numbers li:first-child,
.th-pagination li:first-child {
    margin-left: 0
}

.wp-block-query-pagination-numbers span,
.wp-block-query-pagination-numbers a,
.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #4D4D4D;
    color: var(--title-color);
    background-color: transparent;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 99px
}

.wp-block-query-pagination-numbers span img,
.wp-block-query-pagination-numbers a img,
.th-pagination span img,
.th-pagination a img {
    padding-bottom: 5px
}

.wp-block-query-pagination-numbers span.active,
.wp-block-query-pagination-numbers span:hover,
.wp-block-query-pagination-numbers a.active,
.wp-block-query-pagination-numbers a:hover,
.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wp-block-query-pagination-numbers span.active img,
.wp-block-query-pagination-numbers span:hover img,
.wp-block-query-pagination-numbers a.active img,
.wp-block-query-pagination-numbers a:hover img,
.th-pagination span.active img,
.th-pagination span:hover img,
.th-pagination a.active img,
.th-pagination a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.wp-block-query-pagination-next {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 16px;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.wp-block-query-pagination-next.active,
.wp-block-query-pagination-next:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

@media (max-width: 767px) {
    .wp-block-query-pagination-numbers span,
    .wp-block-query-pagination-numbers a,
    .th-pagination span,
    .th-pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

blockquote,
.wp-block-quote {
    font-size: 18px;
    line-height: 1.56;
    padding: 30px;
    font-weight: 500;
    display: block;
    position: relative;
    background-color: transparent;
    margin: 35px 0 45px 0;
    color: var(--title-color);
    font-family: var(--body-font);
    font-style: italic;
    border: 1px solid #4D4D4D !important;
    border-radius: 10px
}

blockquote p,
.wp-block-quote p {
    font-size: inherit;
    font-family: inherit;
    margin-top: -0.3em;
    margin-bottom: 9px;
    line-height: inherit;
    color: inherit;
    width: 100%;
    position: relative;
    z-index: 3
}

blockquote p a,
.wp-block-quote p a {
    color: inherit
}

blockquote:before,
.wp-block-quote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 55px;
    width: 55px;
    background-color: var(--body-bg)
}

blockquote:after,
.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 0px;
    height: 24px;
    width: 30px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z");
    clip-path: path("M2.66334 21.9311C0.930403 20.0114 0 17.8583 0 14.3681C0 8.22637 4.13381 2.72165 10.1453 0L11.6477 2.41807C6.03668 5.58368 4.93971 9.6916 4.50227 12.2816C5.40575 11.7938 6.58853 11.6236 7.74774 11.7359C10.7829 12.029 13.1754 14.6278 13.1754 17.8583C13.1754 19.4872 12.555 21.0493 11.4506 22.2011C10.3463 23.3529 8.84851 24 7.28675 24C6.42307 23.9921 5.56952 23.8052 4.77578 23.45C3.98203 23.0948 3.26396 22.5785 2.66334 21.9311ZM19.488 21.9311C17.755 20.0114 16.8246 17.8583 16.8246 14.3681C16.8246 8.22637 20.9584 2.72165 26.9699 0L28.4723 2.41807C22.8613 5.58368 21.7643 9.6916 21.3269 12.2816C22.2304 11.7938 23.4132 11.6236 24.5724 11.7359C27.6075 12.029 30 14.6278 30 17.8583C30 19.4872 29.3796 21.0493 28.2753 22.2011C27.1709 23.3529 25.6731 24 24.1114 24C23.2477 23.9921 22.3941 23.8052 21.6004 23.45C20.8067 23.0948 20.0886 22.5785 19.488 21.9311Z")
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 80px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 40px 7px 15px;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="190" height="35" viewBox="0 0 190 35" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H184.337C188.394 0 190.762 4.57657 188.418 7.88809L170.728 32.8881C169.791 34.2126 168.269 35 166.647 35H5C2.23858 35 0 32.7614 0 30V5Z" fill="%23D9D9D9"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

blockquote cite br,
.wp-block-quote cite br {
    display: none
}

blockquote.is-large:not(.is-style-plain),
blockquote.is-style-large:not(.is-style-plain),
blockquote.style-left-icon,
blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
    padding: 40px;
    margin-bottom: 30px
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    line-height: 1.556;
    background-color: var(--smoke-color);
    padding-left: 160px
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
    right: unset;
    left: 56px;
    top: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 4rem;
    color: var(--theme-color);
    text-shadow: none
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
    color: var(--title-color)
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
    background-color: var(--title-color);
    top: 8px
}

blockquote:not(:has(>cite)) p:last-child,
.wp-block-quote:not(:has(>cite)) p:last-child {
    margin-bottom: -0.3em
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
    padding-bottom: 10px
}

blockquote p cite,
.wp-block-quote p cite {
    margin-top: 20px;
    margin-bottom: -0.5em;
    bottom: -32px
}

.wp-block-pullquote {
    color: var(--white-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--title-color) !important
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
    color: var(--title-color)
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
    width: 100%;
    height: 60px;
    font-size: 30px
}

.wp-block-column blockquote.style-left-icon,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
    padding: 40px 15px 40px 15px
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 20px
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
    bottom: 6px
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
    bottom: 7px
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
    background-color: var(--white-color)
}

@media (max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        left: 30px
    }
}

@media (max-width: 575px) {
    .wp-block-quote.is-large:not(.is-style-plain) p,
    .wp-block-quote.is-style-large:not(.is-style-plain) p {
        font-size: 1.2em
    }
}

@media (max-width: 375px) {
    blockquote cite,
    .wp-block-quote cite {
        font-size: 18px;
        padding-left: 22px
    }
    blockquote cite:before,
    .wp-block-quote cite:before {
        width: 20px
    }
}

.blog-meta {
    display: block
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 14px;
    color: var(--title-color);
    font-family: var(--body-font);
    position: relative;
    margin-right: 10px
}

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

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

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

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

.blog-meta span img,
.blog-meta a img {
    max-width: 16px;
    margin-top: -3px;
    margin-right: 4px
}

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

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

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

.blog-audio,
.blog-img,
.blog-video {
    line-height: 1px
}

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-title a {
    color: inherit
}

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

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

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

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

@media (min-width: 1300px) {
    .search-active-wrap,
    .blog-author,
    .search-wrap,
    .page-single,
    .blog-single,
    .th-comments-wrap,
    .th-comment-form {
        margin-right: 8px
    }
}

.blog-single {
    position: relative;
    margin-bottom: 72px
}

.blog-single.has-post-thumbnail .blog-img.th-slider .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(28, 45, 55, 0.2), rgba(28, 45, 55, 0.2));
    background: linear-gradient(0deg, rgba(28, 45, 55, 0.2), rgba(28, 45, 55, 0.2));
    z-index: 2
}

.blog-single.has-post-thumbnail .blog-meta a {
    color: var(--theme-color)
}

.blog-single.has-post-thumbnail .blog-meta span:not(:last-child):after,
.blog-single.has-post-thumbnail .blog-meta a:not(:last-child):after {
    background-color: var(--theme-color)
}

.blog-single.has-post-thumbnail.single-grid .blog-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px
}

.blog-single .blog-title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 600
}

.blog-single .blog-text {
    margin-bottom: 55px
}

.blog-single .blog-meta {
    margin: -0.35em 0 10px 0
}

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

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single .blog-audio:hover img,
.blog-single .blog-img:hover img,
.blog-single .blog-video:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.blog-single .blog-audio img,
.blog-single .blog-img img,
.blog-single .blog-video img {
    width: 100%;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.blog-single .blog-img .slider-arrow {
    --pos-x: 30px;
    --icon-size: 44px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    box-shadow: none;
    visibility: visible;
    opacity: 1
}

.blog-single .blog-img .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 60px;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single .line-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: -1px
}

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

.share-links-title {
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 500;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize
}

.share-links {
    margin: 40px 0 0 0;
    padding: var(--blog-space-y, 24px) 0 0 0;
    border-top: 1px solid #24272E
}

.share-links>.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 15px
}

.share-links .th-social {
    display: inline-block
}

.blog-author {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--smoke-color);
    border-radius: 20px;
    overflow: hidden
}

.blog-author .auhtor-img {
    width: 212px;
    min-height: 100%;
    background-color: #00ffff;
    text-align: center;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .blog-author .auhtor-img {
        width: 100%;
        min-height: 200px
    }
}

.blog-author .auhtor-img img {
    width: 96px;
    height: auto;
    object-fit: cover;
    object-position: center center
}

.blog-author .author-name {
    font-size: 24px;
    margin-top: -0.2em;
    margin-bottom: 16px
}

.blog-author .author-text {
    margin-bottom: 0
}

.blog-author .media-body {
    padding: 40px 40px 40px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 767px) {
    .blog-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .blog-author .auhtor-img img {
        width: 100%
    }
}

@media (max-width: 575px) {
    .blog-author .media-body {
        padding: 35px 20px 30px 20px
    }
}

.blog-details .blog-single {
    background-color: transparent
}

.blog-details .blog-content>ol:last-of-type,
.blog-details .blog-content>p:last-child {
    margin-bottom: 0
}

.blog-content .wp-block-search .wp-block-search__input {
    box-shadow: none
}

@media (max-width: 1399px) {
    .blog-single .blog-title {
        font-size: 28px;
        line-height: 1.4
    }
    .share-links {
        --blog-space-x: 20px
    }
}

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

@media (max-width: 991px) {
    .blog-single {
        --blog-space-x: 40px;
        --blog-space-y: 40px
    }
    .share-links {
        --blog-space-x: 40px
    }
}

@media (max-width: 767px) {
    .share-links {
        --blog-space-x: 20px
    }
    .blog-details .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px
    }
    .blog-single {
        --blog-space-x: 20px;
        --blog-space-y: 20px;
        border-radius: 10px
    }
    .blog-single .blog-audio,
    .blog-single .blog-video,
    .blog-single .blog-img {
        border-radius: 15px
    }
    .blog-single .blog-title {
        font-size: 24px;
        line-height: 1.3
    }
    .blog-single .blog-text {
        margin-bottom: 22px
    }
    .blog-single .blog-bottom {
        padding-top: 15px
    }
}

@media (max-width: 575px) {
    .share-links-title {
        margin: 0 15px 5px 0
    }
}

.th-comment-form {
    margin-top: var(--blog-space-y, 40px);
    margin-bottom: 30px;
    position: relative;
    max-width: 856px
}

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

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

.th-comment-form .form-title {
    margin-top: -0.35em
}

.th-comment-form .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline
}

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

.th-comment-form .form-group>i {
    color: #57585F
}

.blog-comment-area {
    margin-bottom: 25px
}

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

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

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

@media (max-width: 1399px) {
    .th-comments-wrap {
        margin-bottom: 80px
    }
}

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

.th-comments-wrap .comment-respond {
    margin: 30px 0
}

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

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

.th-comments-wrap .th-post-comment {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #24272E
}

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

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

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

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

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

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

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

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    color: var(--body-color)
}

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

.th-comments-wrap .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    margin-bottom: 10px
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 12px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 15px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--body-color);
    display: inline-block
}

.th-comments-wrap .reply-btn i {
    color: var(--theme-color);
    margin-right: 4px
}

.th-comments-wrap .reply-btn:hover {
    color: var(--theme-color)
}

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

.form-submit input[type="submit"] {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.form-submit input[type="submit"]:hover {
    background-color: var(--title-color)
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {
    border: 1px solid var(--th-border-color)
}

.wp-block-comment-author-name {
    font-weight: 600
}

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

ul.comment-list .children .th-comment-item>.th-post-comment {
    padding-bottom: 30px;
    border-bottom: 1px solid #24272E
}

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

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

.comment-respond .must-log-in {
    margin-bottom: 0;
    margin-top: 8px
}

@media (max-width: 1199px) {
    .th-comments-wrap .children {
        margin-left: 40px
    }
}

@media (max-width: 767px) {
    .th-comments-wrap .th-post-comment {
        display: block
    }
    .th-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0
    }
    .th-comments-wrap .comment-top {
        display: block
    }
    .th-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 25px
    }
    .th-comments-wrap .children {
        margin-left: 40px
    }
    .th-comments-wrap .children {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .th-comment-form {
        --blog-space-x: 20px
    }
}

.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden
}

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

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

.hero-title {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.222;
    margin-bottom: 22px;
    margin-top: -0.17em;
    text-transform: capitalize
}

.hero-title>span {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.hero-subtitle {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--theme-color);
    display: block;
    margin-bottom: 20px;
    margin-top: -0.35em;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 16px;
        letter-spacing: 0.1em
    }
}

@media (max-width: 575px) {
    .hero-subtitle {
        letter-spacing: 0em
    }
}

.box-review {
    color: var(--theme-color);
    font-size: 16px
}

.box-review i {
    margin-right: 8px
}

.th-hero-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.parallax {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hero-1 {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.hero-1:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 25px;
    -webkit-mask-image: url("../img/hero/hero-shape.png");
    mask-image: url("../img/hero/hero-shape.png");
    background-color: var(--theme-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1
}

@media (max-width: 1199px) {
    .hero-1:before {
        -webkit-mask-position: center center;
        mask-position: center center;
        background-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.hero-1 .heroSlide1-area {
    position: relative;
    z-index: 3;
    -webkit-mask-image: url("../img/hero/hero-shape.png");
    mask-image: url("../img/hero/hero-shape.png");
    background-color: #0B0B0C;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 1199px) {
    .hero-1 .heroSlide1-area {
        -webkit-mask-position: center center;
        mask-position: center center;
        background-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.hero-1 .heroSlide1 .swiper-slide-active .th-hero-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-1 .th-hero-bg {
    -webkit-transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 3;
    overflow: hidden
}

.hero-1 .th-hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.6), rgba(15, 16, 19, 0.6));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.6), rgba(15, 16, 19, 0.6));
    z-index: -1
}

.hero-style1 {
    position: relative;
    z-index: 6;
    padding: 113px 0 380px 0;
    text-align: center;
    max-width: 900px;
    display: block;
    margin: auto
}

@media (max-width: 991px) {
    .hero-style1 {
        padding: 113px 0 350px 0
    }
}

@media (max-width: 480px) {
    .hero-style1 {
        padding: 113px 0 280px 0
    }
}

.hero-style1 .hero-logo {
    margin-bottom: 40px
}

.hero-style1 .hero-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: var(--body-font);
    color: var(--white-color);
    margin-bottom: 10px
}

.hero-style1 .hero-review-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 35px
}

.hero-style1 .hero-review-wrapp .title {
    color: var(--white-color)
}

.hero-style1 .hero-title {
    color: var(--white-color);
    letter-spacing: 0.02em;
    margin-bottom: 35px
}

.hero-style1 .hero-text {
    max-width: 530px;
    color: var(--white-color);
    margin-bottom: 42px
}

.hero-style1 .th-btn2 {
    padding: 23px 40px
}

.hero-style1 .th-btn2:hover:before {
    width: 260px;
    height: 260px
}

@media (max-width: 375px) {
    .hero-style1 .th-btn2 {
        padding: 18px 25px
    }
}

.hero-grid-thumb {
    max-width: 494px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    .hero-grid-thumb {
        bottom: 115px
    }
}

@media (max-width: 767px) {
    .hero-grid-thumb {
        max-width: 400px
    }
}

@media (max-width: 480px) {
    .hero-grid-thumb {
        max-width: 300px
    }
}

@media (max-width: 375px) {
    .hero-grid-thumb {
        bottom: 100px
    }
}

.hero-grid-thumb .swiper-wrapper {
    padding: 25px 0
}

.hero-grid-thumb .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-grid-thumb .box-img {
    position: relative;
    max-width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

@media (max-width: 767px) {
    .hero-grid-thumb .box-img {
        max-width: 100px;
        height: 100px
    }
}

@media (max-width: 480px) {
    .hero-grid-thumb .box-img {
        max-width: 80px;
        height: 80px
    }
}

.hero-grid-thumb .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    z-index: 1;
    opacity: 1;
    border-radius: inherit;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: var(--transform);
    transition: var(--transform)
}

.hero-grid-thumb .box-img img {
    height: 100%;
    object-fit: cover
}

.hero-grid-thumb .box-img .slider-number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
    color: var(--white-color);
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: var(--transform);
    transition: var(--transform);
    opacity: 1
}

@media (max-width: 480px) {
    .hero-grid-thumb .box-img .slider-number {
        font-size: 20px
    }
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img {
    border-color: var(--theme-color)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.hero-grid-thumb .swiper-slide-thumb-active .box-img .slider-number {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-img {
        position: relative;
        max-width: 600px;
        text-align: center;
        margin: 0 auto 0 auto
    }
    .hero-1 .hero-arrow {
        display: none
    }
    .hero-title {
        font-size: 44px;
        line-height: 1.2
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 40px
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-img img {
        max-height: 400px
    }
    .hero-title {
        font-size: 32px;
        line-height: 1.24
    }
}

@media (max-width: 390px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.3
    }
}

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

.hero-2 .hero-slider2 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-2 .hero-slider2 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.6), rgba(15, 16, 19, 0.6));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.6), rgba(15, 16, 19, 0.6));
    z-index: -1
}

.hero-2 .slider-arrow {
    --pos-x: 120px;
    top: 40%;
    position: absolute;
    background-color: transparent;
    color: var(--white-color);
    border: none;
    --icon-size: 80px;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1699px) {
    .hero-2 .slider-arrow {
        --pos-x: 40px
    }
}

.hero-2 .slider-arrow:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-2 .slider-arrow .thumb {
    max-width: 80px;
    border-radius: 50%
}

.hero-2 .slider-arrow .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 0
}

.hero-2 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-2 .slider-arrow:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.hero-2 .slider-arrow:hover:before {
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1500px) {
    .hero-2 .slider-arrow {
        --pos-x: 5px
    }
}

@media (max-width: 1399px) {
    .hero-2 .slider-arrow {
        display: none
    }
}

.hero-2 .scroll-down {
    position: absolute;
    right: 145px;
    bottom: 40px;
    z-index: 3;
    margin-bottom: 50px;
    display: none
}

@media (min-width: 1922px) {
    .hero-2 .scroll-down {
        display: block
    }
}

.hero-2 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-2 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-2 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-2 .scroll-down .hero-scroll-wrap {
        margin-top: 60px
    }
}

@media (max-width: 1500px) {
    .hero-2 .scroll-down {
        bottom: 40px
    }
    .hero-2 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-2 .scroll-down {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-style2 {
    position: relative;
    z-index: 6;
    max-width: 851px;
    display: block;
    margin: auto;
    padding: 120px 0 317px 0;
    text-align: center
}

@media (max-width: 1199px) {
    .hero-style2 {
        padding: 120px 0
    }
}

@media (max-width: 991px) {
    .hero-style2 {
        padding: 120px 0
    }
}

@media (max-width: 767px) {
    .hero-style2 {
        padding: 100px 0 100px 0
    }
}

.hero-style2 .sub-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 0.02em;
    z-index: 2;
    margin-bottom: 25px
}

.hero-style2 .sub-title:before {
    content: "";
    position: absolute;
    top: 48%;
    height: 1px;
    width: 80px;
    opacity: 1;
    background-color: var(--theme-color);
    margin-left: -5.5rem
}

@media (max-width: 767px) {
    .hero-style2 .sub-title:before {
        display: none
    }
}

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

.hero-style2 .hero-text {
    font-size: 18px;
    max-width: 704px;
    color: var(--white-color);
    font-weight: 400;
    display: block;
    margin: auto auto 30px auto
}

@media (max-width: 575px) {
    .hero-style2 .hero-text {
        font-size: 16px
    }
}

.hero-style2 .hero-arrow {
    position: absolute;
    right: 38%;
    top: -72px
}

@media (max-width: 991px) {
    .hero-style2 .hero-arrow {
        display: none
    }
}

.client-box {
    background: #0B0B0C;
    border: 1px solid var(--theme-color);
    border-radius: 48px;
    max-width: 275px;
    padding: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    gap: 11px
}

.client-box .client-review {
    margin-bottom: -0.3rem
}

.client-box .client-review i {
    color: var(--theme-color);
    font-size: 14px
}

.client-box .rating {
    font-size: 14px;
    color: var(--white-color)
}

.client-thumb-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.client-thumb-group .thumb:not(:first-child) {
    margin-left: -25px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    height: 48px;
    border: 2px solid var(--white-color)
}

.client-thumb-group .thumb.icon {
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.8), rgba(24, 26, 30, 0.8));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.8), rgba(24, 26, 30, 0.8));
    font-size: 16px;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    margin-left: -25px
}

@media (max-width: 575px) {
    .hero-2 .hero-img img {
        max-height: 400px
    }
}

.hero-3 {
    position: relative
}

.hero-3 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-3 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 16, 19, 0.7);
    z-index: -1
}

.hero-3 .slider-arrow {
    --pos-x: 120px;
    top: 40%;
    position: absolute;
    background-color: transparent;
    color: var(--white-color);
    border: none;
    --icon-size: 100px;
    z-index: 2;
    overflow: hidden
}

.hero-3 .slider-arrow:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hero-3 .slider-arrow .thumb {
    max-width: 100px;
    border-radius: 50%
}

.hero-3 .slider-arrow .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 0
}

.hero-3 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-3 .slider-arrow:hover {
    background-color: transparent;
    color: var(--theme-color)
}

.hero-3 .slider-arrow:hover:before {
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hero-3 .slider-arrow:hover .arrow {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width: 1500px) {
    .hero-3 .slider-arrow {
        --pos-x: 5px
    }
}

@media (max-width: 1399px) {
    .hero-3 .slider-arrow {
        display: none
    }
}

.hero-3 .scroll-down {
    position: absolute;
    right: 145px;
    bottom: 40px;
    z-index: 3;
    margin-bottom: 50px
}

@media (max-width: 1699px) {
    .hero-3 .scroll-down {
        display: none
    }
}

.hero-3 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-3 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-3 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-3 .scroll-down .hero-scroll-wrap {
        margin-top: 60px
    }
}

@media (max-width: 1500px) {
    .hero-3 .scroll-down {
        bottom: 40px
    }
    .hero-3 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-3 .scroll-down {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-3 .hero-map {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    background-color: var(--white-color);
    display: block;
    cursor: pointer
}

.hero-3 .hero-map:before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 6px solid #ffffff1a;
    border-radius: inherit;
    z-index: -1
}

.hero-3 .hero-map:hover {
    color: var(--theme-color)
}

.hero-style3 {
    position: relative;
    max-width: 1080px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 172px 0 360px 0
}

@media (max-width: 991px) {
    .hero-style3 {
        padding: 130px 0
    }
}

.hero-style3 .hero-wrapp .discount-wrapp {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px
}

.hero-style3 .hero-wrapp .discount-wrapp .discount-tag span {
    --rotate-letter: 7.5deg
}

.hero-style3 .hero-title {
    margin-bottom: 15px
}

.hero-style3 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.scanbox {
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.scanbox:hover .room-view .box-content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.scanbox:hover .sb-divider.active {
    opacity: 1;
    visibility: visible
}

.scanbox .sb-frame {
    width: 35px;
    height: 35px;
    display: block;
    margin: auto;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1
}

.scanbox .sb-frame:before {
    content: "";
    position: absolute;
    inset: -6px;
    background-image: url("../img/icon/qr-line.png");
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.scanbox .sb-divider {
    width: 40px;
    height: 2px;
    background: var(--white-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden
}

.scanbox .sb-divider.active {
    -webkit-animation: speed 5s ease-in-out 0s infinite 300ms 0 ease;
    animation: speed 5s ease-in-out 0s infinite 300ms 0 ease;
    -webkit-animation: speed 5s ease-in-out 0s infinite;
    animation: speed 5s ease-in-out 0s infinite;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@-webkit-keyframes speed {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes speed {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    50% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.room-view .shape-mockup2 {
    position: absolute
}

.room-view .box-content {
    background-color: var(--white-color);
    min-width: 280px;
    text-align: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: -5rem;
    right: 3rem;
    border-radius: 8px;
    display: block;
    z-index: 4
}

@media (max-width: 767px) {
    .room-view .box-content {
        min-width: 200px
    }
}

.room-view .box-content .box-img {
    position: relative;
    border-radius: 8px 8px 0 0
}

.room-view .box-content .box-img .discount {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
    background: var(--theme-color);
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4
}

.room-view .box-content .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 4px
}

.room-view .box-content .author .img {
    width: 44px;
    height: 36px;
    line-height: 36px;
    background-color: var(--white-color);
    display: block;
    border-radius: 50%;
    border-radius: 4px
}

.room-view .box-content .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #181A1E
}

@media (max-width: 767px) {
    .room-view .box-content .text {
        font-size: 16px
    }
}

.map-view {
    z-index: 2
}

.map-view .shape-mockup2 {
    position: absolute
}

.map-view:hover .card-view {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.card-view {
    background-color: #181A1E;
    width: 223px;
    position: absolute;
    top: -5rem;
    right: 4rem;
    display: inline-block;
    z-index: 4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden
}

.card-view .map {
    padding: 16px;
    width: 223px;
    position: relative;
    overflow: hidden
}

.card-view .box-title {
    font-size: 18px;
    font-weight: 500;
    padding: 0 25px 16px 16px
}

.card-view .th-btn {
    background-color: #24272E;
    padding: 14px 40px;
    text-transform: capitalize;
    font-size: 14px
}

.hero-4 .slider-arrow {
    top: 45%
}

@media (max-width: 1399px) {
    .hero-4 .scanbox {
        top: 30% !important;
        right: 10.5% !important
    }
}

@media (max-width: 991px) {
    .hero-4 .map-view {
        top: 14% !important;
        right: 6% !important
    }
}

@media (max-width: 575px) {
    .hero-4 .scanbox {
        right: 14.5% !important
    }
}

.hero-style4 {
    position: relative;
    max-width: 1080px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 274px 0 410px
}

@media (max-width: 1399px) {
    .hero-style4 {
        padding: 140px 0 240px
    }
}

@media (max-width: 1299px) {
    .hero-style4 {
        padding: 140px 0 340px
    }
}

@media (max-width: 1199px) {
    .hero-style4 {
        max-width: 750px
    }
}

@media (max-width: 991px) {
    .hero-style4 {
        padding: 120px 0;
        max-width: 650px
    }
}

.hero-style4 .hero-star-rating {
    color: var(--theme-color);
    margin-bottom: 45px;
    margin-top: -0.2em
}

.hero-style4 .hero-star-rating i {
    margin-right: 10px;
    font-size: 14px
}

.hero-style4 .hero-star-rating i:nth-child(3) {
    font-size: 20px
}

.hero-style4 .hero-star-rating i:last-child {
    margin-right: 0;
    position: relative;
    bottom: -2px
}

.hero-style4 .hero-star-rating i:first-child {
    position: relative;
    bottom: -2px
}

.hero-style4 .hero-title {
    margin-bottom: 25px;
    font-weight: 400
}

.hero-style4 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.hero-5 {
    position: relative
}

.hero-5 .hero-map {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: var(--theme-color);
    background-color: var(--white-color);
    display: block;
    cursor: pointer
}

.hero-5 .hero-map:before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 6px solid #ffffff1a;
    border-radius: inherit;
    z-index: -1
}

.hero-5 .hero-map:hover {
    color: var(--theme-color)
}

.hero-5 .card-view {
    top: -10rem;
    left: 4rem
}

@media (max-width: 575px) {
    .hero-5 .card-view {
        top: -3rem
    }
}

.hero-5 .swiper-slide {
    position: relative;
    z-index: 1
}

.hero-5 .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 12, 0.6);
    z-index: -1
}

.hero-5 .slider-arrow {
    --pos-x: 120px;
    top: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--white-color);
    border: none;
    --icon-size: 64px;
    z-index: 2;
    overflow: hidden
}

.hero-5 .slider-arrow:before {
    display: none
}

.hero-5 .slider-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hero-5 .slider-arrow:hover {
    background: var(--theme-color)
}

.hero-5 .slider-arrow:hover .arrow {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1500px) {
    .hero-5 .slider-arrow {
        --pos-x: 40px
    }
}

@media (max-width: 1299px) {
    .hero-5 .slider-arrow {
        display: none
    }
}

.hero-5 .scroll-down {
    position: absolute;
    right: 120px;
    bottom: 80px;
    z-index: 3;
    margin-bottom: 50px
}

@media (max-width: 1699px) {
    .hero-5 .scroll-down {
        display: none
    }
}

.hero-5 .scroll-down .hero-scroll-wrap {
    display: inline-block;
    width: 30px
}

.hero-5 .scroll-down .hero-scroll-wrap span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--light-color);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    width: 100px;
    display: inline-block;
    margin-bottom: 76px
}

.hero-5 .scroll-down .hero-scroll-wrap:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 30px;
    border: 1px solid var(--body-color);
    border-radius: 30px
}

.hero-5 .scroll-down .hero-scroll-wrap:before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--body-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -20px -4px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite
}

@media (max-width: 575px) {
    .hero-5 .scroll-down .hero-scroll-wrap {
        margin-top: 60px
    }
}

@media (max-width: 1500px) {
    .hero-5 .scroll-down {
        bottom: 40px
    }
    .hero-5 .scroll-down .hero-scroll-wrap span {
        display: none
    }
}

@media (max-width: 575px) {
    .hero-5 .scroll-down {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

.hero-5 .slider-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 90px
}

@media (max-width: 991px) {
    .hero-5 .slider-pagination {
        display: none
    }
}

.hero-5 .hero-pdf-wrap {
    position: absolute;
    bottom: 80px;
    left: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background: var(--tertiary-color);
    padding: 2px;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px
}

.hero-5 .hero-pdf-wrap .th-btn {
    background: var(--body-bg);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 18px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.hero-5 .hero-pdf-wrap .box-text {
    font-size: 12px;
    font-weight: 600;
    max-width: 137px;
    line-height: 1.333em
}

.hero-5 .hero-pdf-wrap .box-thumb {
    background: var(--light-color2);
    padding: 6px;
    border-radius: 4px;
    margin-left: auto
}

@media (max-width: 991px) {
    .hero-5 .hero-pdf-wrap {
        left: 50px
    }
}

@media (max-width: 575px) {
    .hero-5 .hero-pdf-wrap {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-fill-available;
        margin: 60px 15px 0
    }
}

@media (max-width: 991px) {
    .hero-5 .map-view {
        left: 50px !important
    }
}

@media (max-width: 575px) {
    .hero-5 .map-view {
        top: 60px !important;
        left: 30px !important;
        bottom: auto !important
    }
}

.hero-style5 {
    position: relative;
    max-width: 1180px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 236px 0
}

@media (max-width: 1399px) {
    .hero-style5 {
        padding: 140px 0;
        max-width: 750px
    }
}

@media (max-width: 1199px) {
    .hero-style5 {
        max-width: 100%;
        padding: 140px 0 200px
    }
}

@media (max-width: 991px) {
    .hero-style5 {
        padding: 120px 0 180px
    }
}

@media (max-width: 575px) {
    .hero-style5 {
        padding: 120px 0
    }
}

.hero-style5 .hero-star-rating {
    color: var(--theme-color);
    margin-bottom: 45px;
    margin-top: -0.2em
}

.hero-style5 .hero-star-rating i {
    margin-right: 10px;
    font-size: 14px
}

.hero-style5 .hero-star-rating i:nth-child(3) {
    font-size: 20px
}

.hero-style5 .hero-star-rating i:last-child {
    margin-right: 0;
    position: relative;
    bottom: -2px
}

.hero-style5 .hero-star-rating i:first-child {
    position: relative;
    bottom: -2px
}

.hero-style5 .hero-title {
    margin-bottom: 25px;
    font-weight: 700
}

.hero-style5 .hero-text {
    font-size: 18px;
    max-width: 704px;
    display: block;
    margin: auto
}

.error-content {
    background-color: var(--black-color2);
    border-radius: 500px 0px 0px 500px;
    padding: 210px 163px;
    text-align: center
}

@media (max-width: 1699px) {
    .error-content {
        padding: 165px 120px
    }
}

@media (max-width: 1499px) {
    .error-content {
        padding: 138px 120px
    }
}

@media (max-width: 1399px) {
    .error-content {
        padding: 100px 80px
    }
}

@media (max-width: 1299px) {
    .error-content {
        padding: 120px 40px
    }
}

@media (max-width: 1199px) {
    .error-content {
        border-radius: 300px
    }
}

@media (max-width: 991px) {
    .error-content {
        border-radius: 150px
    }
}

@media (max-width: 480px) {
    .error-content {
        padding: 80px 20px;
        border-radius: 50px
    }
}

.error-content .box-title {
    font-weight: 700;
    font-size: 150px;
    color: var(--theme-color);
    margin-bottom: 6px
}

@media (max-width: 1299px) {
    .error-content .box-title {
        font-size: 80px
    }
}

.error-text {
    margin-bottom: 35px
}

.error-img {
    border-radius: 0px 500px 500px 0px
}

@media (max-width: 1199px) {
    .error-img {
        height: 450px;
        border-radius: 300px
    }
}

@media (max-width: 991px) {
    .error-img {
        border-radius: 150px
    }
}

@media (max-width: 480px) {
    .error-img {
        border-radius: 50px
    }
}

.error-img img {
    border-radius: 0px 500px 500px 0px
}

@media (max-width: 1199px) {
    .error-img img {
        height: 450px;
        border-radius: 300px
    }
}

@media (max-width: 991px) {
    .error-img img {
        border-radius: 150px
    }
}

@media (max-width: 480px) {
    .error-img img {
        border-radius: 50px
    }
}

.booking-form2 {
    background: #181A1E;
    padding: 55px 60px 60px 60px;
    border-top: 3px solid var(--theme-color)
}

@media (max-width: 1399px) {
    .booking-form2 {
        padding: 55px 40px 40px 40px
    }
}

@media (max-width: 1299px) {
    .booking-form2 {
        padding: 55px 30px 30px 30px
    }
}

@media (max-width: 1299px) {
    .booking-form2 .sec-title {
        font-size: 35px
    }
}

@media (max-width: 375px) {
    .booking-form2 .sec-title {
        font-size: 30px
    }
}

.booking-form2.style2 {
    background: #112E2E
}

.booking-form2.style2 select,
.booking-form2.style2 .form-control,
.booking-form2.style2 .form-select,
.booking-form2.style2 textarea,
.booking-form2.style2 input {
    background-color: #184040;
    color: #D8DBDC
}

.booking-form2.style2 .th-btn {
    padding: 18px 26px
}

.booking-form2.style3 {
    margin: 5px 0
}

@media (max-width: 1199px) {
    .booking-form2.style3 {
        margin: 0
    }
}

.booking-form2.style3 select,
.booking-form2.style3 .form-control,
.booking-form2.style3 .form-select,
.booking-form2.style3 textarea,
.booking-form2.style3 input {
    color: #D8DBDC
}

.booking-form2.style3 .form-group i {
    color: #D8DBDC
}

.booking-form2.style3 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2.style4 {
    padding: 60px 40px 36px 40px
}

@media (max-width: 1399px) {
    .booking-form2.style4 {
        padding: 40px 20px
    }
}

.booking-form2.style4 select,
.booking-form2.style4 .form-control,
.booking-form2.style4 .form-select,
.booking-form2.style4 textarea,
.booking-form2.style4 input {
    color: #D8DBDC
}

.booking-form2.style4 .form-group i {
    color: #D8DBDC
}

.booking-form2.style4 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2.style5 {
    background: var(--body-bg)
}

.booking-form2.style5 select,
.booking-form2.style5 .form-control,
.booking-form2.style5 .form-select,
.booking-form2.style5 textarea,
.booking-form2.style5 input {
    color: #D8DBDC;
    background: var(--light-color2)
}

.booking-form2.style5 .form-group i {
    color: #D8DBDC
}

.booking-form2.style5 .nice-select:after {
    border-bottom: 1px solid #D8DBDC;
    border-right: 1px solid #D8DBDC
}

.booking-form2 label {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.booking-form2 .form-group {
    position: relative
}

.booking-form2 .form-group i {
    position: absolute;
    top: 50px;
    right: 30px;
    color: #999999
}

.booking-form2 select,
.booking-form2 .form-control,
.booking-form2 .form-select,
.booking-form2 textarea,
.booking-form2 input {
    background-color: #24272E;
    border: none;
    color: #666666
}

.booking-form2 .nice-select:after {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999
}

.booking-form2 .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.booking-form2 .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.booking-form2 .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.booking-form2 .nice-select .option:hover,
.booking-form2 .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.booking-form2 .btn-form {
    padding-top: 40px
}

@media (max-width: 1399px) {
    .booking-form2 .btn-form {
        padding-top: 20px
    }
}

.booking-img {
    position: absolute;
    bottom: 0
}

@media (max-width: 1199px) {
    .booking-img {
        display: none
    }
}

.awards {
    padding-bottom: 53px
}

.call-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.call-info.style2 .call-label {
    font-size: 20px;
    color: var(--theme-color)
}

.call-info.style2 .call-link {
    font-size: 28px
}

.call-info.style2 .call-link:hover {
    color: var(--theme-color)
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #C6C9D5;
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.call-info .call-label {
    font-size: 18px;
    display: block;
    margin-bottom: 0px
}

.call-info .call-link {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 0.02em
}

.call-info .call-link a {
    color: inherit
}

.booking-area3 {
    position: relative;
    z-index: 2
}

.booking-area3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(6, 6, 6, 0.7), rgba(6, 6, 6, 0.7));
    background: linear-gradient(0deg, rgba(6, 6, 6, 0.7), rgba(6, 6, 6, 0.7));
    z-index: -1
}

.booking-area4 {
    position: relative;
    z-index: 2
}

.booking-area {
    position: relative;
    margin-top: -200px;
    z-index: 2;
    padding-bottom: 40px
}

@media (max-width: 1199px) {
    .booking-area {
        margin-top: 40px;
        padding-bottom: 0
    }
}

.booking-area.style2 {
    max-width: 1361px;
    display: block;
    margin: -159px auto auto auto;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .booking-area.style2 {
        margin: 0px;
        max-width: 100%
    }
}

.booking-area.style2 .booking-arraw {
    position: absolute;
    top: -39px;
    left: 50%;
    width: 104px;
    height: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1
}

.booking-area.style2 .booking-arraw:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M26.1761 14.5597C29.6935 5.76616 38.2103 0 47.6813 0H56.3187C65.7897 0 74.3065 5.76616 77.8239 14.5597C79.2521 18.1303 81.547 21.2891 84.5013 23.7511L104 40H0L19.4987 23.7511C22.453 21.2891 24.7479 18.1303 26.1761 14.5597Z");
    clip-path: path("M26.1761 14.5597C29.6935 5.76616 38.2103 0 47.6813 0H56.3187C65.7897 0 74.3065 5.76616 77.8239 14.5597C79.2521 18.1303 81.547 21.2891 84.5013 23.7511L104 40H0L19.4987 23.7511C22.453 21.2891 24.7479 18.1303 26.1761 14.5597Z");
    z-index: -1
}

.booking-area.style2 .booking-arraw i {
    font-size: 16px;
    color: var(--white-color);
    padding: 12px 0
}

.booking-area.style3 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 64px;
    margin-bottom: -136px;
    margin-top: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1299px) {
    .booking-area.style3 {
        margin-bottom: -216px
    }
}

@media (max-width: 991px) {
    .booking-area.style3 {
        margin-bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        margin-top: 60px
    }
}

.booking-form {
    position: relative;
    background: rgba(15, 16, 19, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 32px
}

@media (max-width: 1199px) {
    .booking-form {
        padding: 25px
    }
}

.booking-form.style2 {
    background: #184040;
    border: none;
    border-top: 2px solid var(--theme-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.booking-form.style2 select,
.booking-form.style2 .form-control,
.booking-form.style2 .form-select,
.booking-form.style2 textarea,
.booking-form.style2 input {
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.booking-form.style2 select option,
.booking-form.style2 .form-control option,
.booking-form.style2 .form-select option,
.booking-form.style2 textarea option,
.booking-form.style2 input option {
    background: var(--theme-color)
}

.booking-form.style2 .dropdown-menu {
    background-color: #112E2E
}

.booking-form.style3 {
    background: transparent;
    padding: 0;
    border: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    --th-border-color: #1C4C5A
}

.booking-form.style3 .hero-wrap {
    gap: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1299px) {
    .booking-form.style3 .hero-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.booking-form.style3 .location-form-group {
    background: var(--light-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--th-border-color);
    width: 380px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .booking-form.style3 .location-form-group {
        width: 100%
    }
}

@media (max-width: 375px) {
    .booking-form.style3 .location-form-group {
        padding: 4px 20px
    }
}

.booking-form.style3 .location-form-group .box-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 66px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid var(--th-border-color);
    background: var(--body-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 24px
}

@media (max-width: 375px) {
    .booking-form.style3 .location-form-group .box-icon {
        display: none
    }
}

.booking-form.style3 .location-form-group i {
    color: var(--theme-color)
}

.booking-form.style3 .location-form-group input {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 20px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500
}

.booking-form.style3 .location-form-group input::-webkit-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::-moz-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input:-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input::placeholder {
    color: var(--white-color)
}

.booking-form.style3 .location-form-group input:hover,
.booking-form.style3 .location-form-group input:focus,
.booking-form.style3 .location-form-group input:active,
.booking-form.style3 .location-form-group input.nice-select.open {
    background: transparent
}

.booking-form.style3 .select-form-group {
    background: var(--light-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--th-border-color);
    border-radius: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.booking-form.style3 .select-form-group .form-group {
    padding: 13px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.booking-form.style3 .select-form-group .form-group:first-child {
    border-left: 0
}

.booking-form.style3 .select-form-group .form-group input {
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.booking-form.style3 .select-form-group .form-group input:before {
    top: 0px;
    right: 10px;
    content: '-'
}

.booking-form.style3 .select-form-group .form-group input:last-child:before {
    top: 2px;
    right: 0;
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A")
}

.booking-form.style3 .select-form-group .form-group i {
    top: 42px
}

.booking-form.style3 .select-form-group .form-group .nice-select,
.booking-form.style3 .select-form-group .form-group select {
    border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding-right: 20px
}

.booking-form.style3 .select-form-group .form-group .nice-select:before,
.booking-form.style3 .select-form-group .form-group select:before {
    display: none
}

.booking-form.style3 .select-form-group .form-group .nice-select:after,
.booking-form.style3 .select-form-group .form-group select:after {
    top: 6px;
    right: 0
}

.booking-form.style3 .select-form-group .form-group .nice-select.open:after,
.booking-form.style3 .select-form-group .form-group select.open:after {
    top: 8px
}

.booking-form.style3 .select-form-group .form-group .nice-select .list,
.booking-form.style3 .select-form-group .form-group select .list {
    background: var(--body-bg);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.booking-form.style3 .select-form-group .form-group .nice-select .option,
.booking-form.style3 .select-form-group .form-group select .option {
    padding: 0 10px
}

.booking-form.style3 .select-form-group .form-group .nice-select .option:hover,
.booking-form.style3 .select-form-group .form-group .nice-select .option.focus,
.booking-form.style3 .select-form-group .form-group .nice-select .option.selected.focus,
.booking-form.style3 .select-form-group .form-group select .option:hover,
.booking-form.style3 .select-form-group .form-group select .option.focus,
.booking-form.style3 .select-form-group .form-group select .option.selected.focus {
    background: var(--light-color2)
}

.booking-form.style3 .select-form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%
}

@media (max-width: 991px) {
    .booking-form.style3 .select-form-group {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 767px) {
    .booking-form.style3 .select-form-group {
        padding: 20px
    }
    .booking-form.style3 .select-form-group .form-btn {
        width: 100%;
        margin-top: 15px
    }
    .booking-form.style3 .select-form-group .form-btn .th-btn2 {
        width: 100%
    }
    .booking-form.style3 .select-form-group .form-group {
        padding-top: 0
    }
    .booking-form.style3 .select-form-group .form-group:first-child {
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .booking-form.style3 .select-form-group .form-group {
        padding-left: 0;
        border: 0;
        padding-bottom: 20px;
        width: 100%
    }
    .booking-form.style3 .select-form-group .form-btn {
        margin-top: 0
    }
}

.booking-form.style3 .th-btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 8px;
    border: 1px solid var(--th-border-color);
    background: var(--light-color2);
    padding: 23px 24px
}

.booking-form.style3 .th-btn:after {
    background-color: var(--theme-color)
}

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

.booking-form.style3 .th-btn:hover {
    color: var(--white-color)
}

.booking-form.style3 .th-btn:hover:after {
    background-color: var(--white-color)
}

@media (max-width: 991px) {
    .booking-form.style3 .th-btn {
        width: 100%
    }
}

.booking-form .hero-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px
}

@media (max-width: 1199px) {
    .booking-form .hero-wrap {
        grid-template-columns: auto auto
    }
}

@media (max-width: 480px) {
    .booking-form .hero-wrap {
        grid-template-columns: auto
    }
}

.booking-form .form-group {
    margin-bottom: 0;
    position: relative
}

.booking-form .form-group select::-webkit-input-placeholder,
.booking-form .form-group input::-webkit-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::-moz-placeholder,
.booking-form .form-group input::-moz-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select:-ms-input-placeholder,
.booking-form .form-group input:-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::-ms-input-placeholder,
.booking-form .form-group input::-ms-input-placeholder {
    color: var(--white-color)
}

.booking-form .form-group select::placeholder,
.booking-form .form-group input::placeholder {
    color: var(--white-color)
}

.booking-form .form-group select:active,
.booking-form .form-group select.nice-select.open,
.booking-form .form-group select:focus,
.booking-form .form-group input:active,
.booking-form .form-group input.nice-select.open,
.booking-form .form-group input:focus {
    background: transparent
}

.booking-form .form-group select option,
.booking-form .form-group input option {
    background: var(--black-color2);
    width: 100%
}

.booking-form .form-group.has-label>i {
    top: 56px
}

.booking-form .form-item {
    position: relative;
    min-width: 242px;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 1599px) {
    .booking-form .form-item {
        min-width: 230px
    }
}

@media (max-width: 1399px) {
    .booking-form .form-item {
        min-width: 200px
    }
}

@media (max-width: 1299px) {
    .booking-form .form-item {
        min-width: 185px
    }
}

@media (max-width: 1199px) {
    .booking-form .form-item {
        min-width: 100%
    }
}

.booking-form .form-item label {
    margin-bottom: 20px
}

.booking-form .form-item input,
.booking-form .form-item .nice-select {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.booking-form .form-item input:before,
.booking-form .form-item .nice-select:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 17px;
    right: 16px
}

.booking-form .form-item .nice-select:before {
    display: none
}

.booking-form .form-item .nice-select .option {
    color: var(--black-color)
}

.booking-form .form-item .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.booking-form .form-item .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.booking-form .form-item .nice-select .option:hover,
.booking-form .form-item .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.booking-form .form-item .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.booking-form .form-item select:focus,
.booking-form .form-item .form-control:focus,
.booking-form .form-item .form-select:focus,
.booking-form .form-item textarea:focus,
.booking-form .form-item input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: transparent
}

.booking-form select,
.booking-form .form-control,
.booking-form .form-select,
.booking-form textarea,
.booking-form input {
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.booking-form select:before,
.booking-form .form-control:before,
.booking-form .form-select:before,
.booking-form textarea:before,
.booking-form input:before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3998 0.761905C4.3998 0.341116 4.04163 0 3.5998 0C3.15798 0 2.7998 0.341116 2.7998 0.761905V1.52381C2.7998 1.9446 3.15798 2.28571 3.5998 2.28571C4.04163 2.28571 4.3998 1.9446 4.3998 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M13.2001 0.761905C13.2001 0.341116 12.8419 0 12.4001 0C11.9583 0 11.6001 0.341116 11.6001 0.761905V1.52381C11.6001 1.9446 11.9583 2.28571 12.4001 2.28571C12.8419 2.28571 13.2001 1.9446 13.2001 1.52381V0.761905Z' fill='white'/%3E%3Cpath d='M0 5.71429V14.4762C0 15.3177 0.7164 16 1.6 16H14.4C15.2836 16 16 15.3177 16 14.4762V5.71429H0ZM4.8 13.3333C4.8 13.7543 4.442 14.0952 4 14.0952H3.2C2.758 14.0952 2.4 13.7543 2.4 13.3333V12.5714C2.4 12.1505 2.758 11.8095 3.2 11.8095H4C4.442 11.8095 4.8 12.1505 4.8 12.5714V13.3333ZM4.8 9.14287C4.8 9.56382 4.442 9.90477 4 9.90477H3.2C2.758 9.90477 2.4 9.56382 2.4 9.14287V8.38096C2.4 7.96001 2.758 7.61906 3.2 7.61906H4C4.442 7.61906 4.8 7.96001 4.8 8.38096V9.14287ZM9.2 13.3333C9.2 13.7543 8.842 14.0952 8.4 14.0952H7.6C7.158 14.0952 6.8 13.7543 6.8 13.3333V12.5714C6.8 12.1505 7.158 11.8095 7.6 11.8095H8.4C8.842 11.8095 9.2 12.1505 9.2 12.5714V13.3333ZM9.2 9.14287C9.2 9.56382 8.842 9.90477 8.4 9.90477H7.6C7.158 9.90477 6.8 9.56382 6.8 9.14287V8.38096C6.8 7.96001 7.158 7.61906 7.6 7.61906H8.4C8.842 7.61906 9.2 7.96001 9.2 8.38096V9.14287ZM13.6 13.3333C13.6 13.7543 13.242 14.0952 12.8 14.0952H12C11.558 14.0952 11.2 13.7543 11.2 13.3333V12.5714C11.2 12.1505 11.558 11.8095 12 11.8095H12.8C13.242 11.8095 13.6 12.1505 13.6 12.5714V13.3333ZM13.6 9.14287C13.6 9.56382 13.242 9.90477 12.8 9.90477H12C11.558 9.90477 11.2 9.56382 11.2 9.14287V8.38096C11.2 7.96001 11.558 7.61906 12 7.61906H12.8C13.242 7.61906 13.6 7.96001 13.6 8.38096V9.14287Z' fill='white'/%3E%3Cpath d='M16 4.95241V2.66669C16 1.82517 15.2836 1.14288 14.4 1.14288H14V1.52384C14 2.36422 13.2824 3.04765 12.4 3.04765C11.5176 3.04765 10.8 2.36422 10.8 1.52384V1.14288H5.2V1.52384C5.2 2.36422 4.4824 3.04765 3.6 3.04765C2.7176 3.04765 2 2.36422 2 1.52384V1.14288H1.6C0.7164 1.14288 0 1.82517 0 2.66669V4.95241H16Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 17px;
    right: 16px
}

.booking-form label {
    margin-bottom: 16px
}

.booking-form .dropdown {
    width: 100%;
    padding: 14px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color);
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.booking-form .dropdown:focus {
    border-color: #007bff
}

.booking-form .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #181A1E;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000
}

.booking-form .dropdown-menu.style2 {
    background-color: #181A1E
}

.booking-form .dropdown-menu.style2 .quantity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown-menu.style2 .quantity-content:not(:last-child) {
    margin-bottom: 10px
}

.booking-form .dropdown-menu.style2 .qty-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.booking-form .dropdown-menu.style2 .box-title {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500
}

.booking-form .dropdown-menu.style3 {
    background-color: #112E2E
}

.booking-form .dropdown-menu.style3 .qty-input {
    border: none
}

.booking-form .dropdown-menu.style3 .quantity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.booking-form .dropdown-menu.style3 .quantity-content:not(:last-child) {
    margin-bottom: 10px
}

.booking-form .dropdown-menu.style3 .qty-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.booking-form .dropdown-menu.style3 .box-title {
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 500
}

.booking-form .dropdown-menu.style3 .th-btn {
    background: #112E2E;
    border: 1px solid #1C4C5A
}

.booking-form .dropdown-menu.open {
    display: block
}

.booking-form .th-btn {
    padding: 19.5px 35px
}

@media (max-width: 1299px) {
    .booking-form .th-btn {
        padding: 19.5px 28px
    }
}

@media (max-width: 1199px) {
    .booking-form .th-btn {
        padding: 19.5px 10px
    }
}

.booking-form .tab-menu2 {
    padding-bottom: 20px
}

.booking-form .tab-menu2 .tab-btn {
    position: relative;
    background-color: transparent;
    border: none;
    margin: 5px 12px;
    padding: 0;
    color: var(--white-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.booking-form .tab-menu2 .tab-btn:before {
    content: '';
    height: 1px;
    width: 0;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.booking-form .tab-menu2 .tab-btn.active {
    color: var(--theme-color)
}

.booking-form .tab-menu2 .tab-btn.active:before {
    width: 100%;
    right: unset;
    left: 0
}

.booking-form ul {
    padding: 0;
    margin: 0
}

.booking-form ul li {
    list-style: none;
    font-family: var(--body-font);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400
}

.booking-form ul li a {
    color: inherit
}

.booking-form ul li.city {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.popup-search-box button.searchClose {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--theme-color);
    background-color: transparent;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: var(--theme-color)
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 40px;
    cursor: auto;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s
}

@media (max-width: 1199px) {
    .popup-search-box form {
        max-width: 600px
    }
}

.popup-search-box form input {
    font-size: 18px;
    height: 70px;
    width: 100%;
    border: 2px solid var(--theme-color);
    background-color: transparent;
    padding-left: 30px;
    color: #fff;
    border-radius: 50px
}

.popup-search-box form input::-moz-placeholder {
    color: #fff
}

.popup-search-box form input::-webkit-input-placeholder {
    color: #fff
}

.popup-search-box form input:-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::-ms-input-placeholder {
    color: #fff
}

.popup-search-box form input::placeholder {
    color: #fff
}

.popup-search-box form button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-search-box.show {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper .th-social a {
    box-shadow: none
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: #112E2E;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding: 0 200px 0 80px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    left: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: left ease 1s;
    transition: left ease 1s
}

@media (max-width: 1199px) {
    .sidemenu-wrapper .sidemenu-content {
        padding: 0 50px 0 80px
    }
}

@media (max-width: 375px) {
    .sidemenu-wrapper .sidemenu-content {
        padding: 0 50px
    }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
    background-color: var(--smoke-color2);
    border-radius: 27px
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent
}

.sidemenu-wrapper .info-box_icon {
    background-color: rgba(255, 156, 0, 0.15)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.sidemenu-layout {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 80px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

@media (max-width: 1299px) {
    .sidemenu-layout {
        gap: 30px
    }
}

.th-side-menu {
    padding: 80px 0px;
    min-width: 28%
}

@media (max-width: 1199px) {
    .th-side-menu {
        min-width: 30%
    }
}

.th-side-menu .side-logo {
    margin-bottom: 40px
}

.th-side-menu .th-side-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.th-side-menu .menu-item-has-children>a {
    cursor: pointer;
    position: relative
}

.th-side-menu .menu-item-has-children>a::after {
    content: "▼";
    position: absolute;
    right: 10px;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

.th-side-menu .menu-item-has-children.open>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-side-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out
}

.th-side-menu .sub-menu a {
    padding-left: 20px
}

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

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

.th-side-menu ul li li:first-child {
    border-top: 1px solid #2F5C5C
}

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

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

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

.th-side-menu ul li.th-active>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.th-side-menu ul li ul li {
    padding-left: 20px
}

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

.th-side-menu ul .menu-item-has-children>a .th-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: #808182;
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%
}

.th-side-menu ul .menu-item-has-children>a .th-mean-expand:before {
    content: '\f067';
    font-family: var(--icon-font)
}

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

.th-side-menu ul .menu-item-has-children.th-active>a .th-mean-expand:before {
    content: '\f068'
}

.th-side-menu ul .menu-item-has-children.th-active>a:after {
    content: "\f068"
}

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

.sidemenu-wrapper .widget.side-menu-contact {
    padding: 80px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30%;
    height: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

@media (max-width: 1500px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        padding: 80px 20px
    }
}

@media (max-width: 1299px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        min-width: 40%
    }
}

@media (max-width: 767px) {
    .sidemenu-wrapper .widget.side-menu-contact {
        display: none
    }
}

.sidemenu-wrapper .widget.side-menu-contact:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%);
    background: linear-gradient(180deg, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%);
    z-index: -1
}

.sidemenu-wrapper .widget.menu-rooms-area {
    padding-top: 80px
}

@media (max-width: 991px) {
    .sidemenu-wrapper .widget.menu-rooms-area {
        display: none
    }
}

.menu-rooms-list {
    grid-row-gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu-room-link .menu-room-image {
    position: relative;
    overflow: hidden
}

.menu-room-link .menu-room-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%);
    background: linear-gradient(180deg, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%)
}

.menu-room-link .menu-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.menu-room-link .menu-room-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-room-link .menu-room-content .box-title {
    margin-bottom: 0
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 23px
}

.woocommerce-message a,
.woocommerce-info a {
    color: var(--white-color);
    text-decoration: underline
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 400;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 11px
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    content: "\f14a";
    font-weight: 300
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    --th-border-color: #E1E4E5;
    padding: 35px 40px 35px 40px;
    background-color: var(--white-color);
    margin-bottom: 0;
    border-radius: 20px
}

@media (max-width: 575px) {
    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0
}

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.woocommerce-form-login-toggle .woocommerce-info a {
    color: inherit
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--title-color)
}

.woocommerce-form-login-toggle+.row .woocommerce-form-login {
    margin-bottom: 30px
}

.woocommerce-error {
    background-color: var(--error-color);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

table.variations td,
.woocommerce-grouped-product-list-item td {
    border: none;
    vertical-align: middle;
    padding: 0 5px
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
    padding: 0
}

table.variations label,
.woocommerce-grouped-product-list-item label {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
    color: var(--title-color)
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
    color: var(--theme-color)
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
    border: none
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
    font-size: 18px !important
}

table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--th-border-color)
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
    margin-bottom: 0
}

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color)
}

.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--title-font);
    font-size: 18px
}

.woocommerce-grouped-product-list.group_table .qty-input {
    border-color: #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr {
    border-bottom: 1px solid #e3e6e9
}

.woocommerce-grouped-product-list.group_table tr:last-child {
    border-bottom: none
}

.woocommerce-grouped-product-list.group_table td {
    padding: 30px 5px
}

table.variations {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative
}

table.variations td {
    padding: 0
}

table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px
}

table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important
}

.woocommerce-grouped-product-list-item__label:after,
.woocommerce-grouped-product-list-item__price:after {
    display: none
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px
}

.woocommerce-variation.single_variation .price {
    color: var(--title-color);
    font-weight: 700
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111
}

table.woocommerce-product-attributes {
    margin-bottom: 30px
}

#woosq-popup .product_meta {
    margin-top: 20px
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px
}

#woosq-popup .single-product .product .actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

#woosq-popup .single-product .product .actions>div {
    height: auto;
    overflow: visible;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

#woosq-popup .single-product .product .actions>div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.login-tab {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-tab button.nav-link {
    background-color: var(--smoke-color);
    color: var(--title-color);
    padding: 11px 39px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px ​15px 0
}

.login-tab button.nav-link.active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

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

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

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

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

.rating-select label {
    margin: 0;
    margin-right: 10px
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1
}

.rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.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: "\e28b";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "\e28b";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "\e28b";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "\e28b";
    font-weight: 700
}

@media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px
    }
    .woocommerce-message:before,
    .woocommerce-info:before {
        font-size: 16px;
        top: 10px;
        left: 15px
    }
}

.th-product {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.th-product .product-title {
    font-size: 22px;
    margin: 4px 0 6px 0;
    font-weight: 600;
    text-transform: capitalize
}

.th-product .product-title a {
    color: inherit
}

.th-product .product-title a:hover {
    color: var(--theme-color)
}

.th-product .product-category {
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 0px;
    display: block
}

.th-product .product-category:hover {
    color: var(--theme-color)
}

.th-product .product-tag {
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 12px;
    min-width: 60px;
    z-index: 3;
    border-radius: 99px;
    line-height: 24px
}

.th-product .woocommerce-product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    margin-bottom: 5px
}

.th-product .star-rating {
    margin: 0 auto 10px 0;
    width: 93px
}

.th-product .price {
    display: block;
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: -0.4em;
    font-family: var(--body-font)
}

.th-product .price del {
    margin-left: 5px;
    color: var(--body-color)
}

.th-product .product-img {
    --space: 0px;
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    margin: 0 0 23px 0;
    text-align: center;
    background-color: var(--smoke-color);
    z-index: 2;
    border-radius: 12px
}

@media (max-width: 767px) {
    .th-product .product-img {
        border-radius: 20px
    }
}

.th-product .product-img:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    pointer-events: none
}

.th-product .product-img img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-product .actions {
    height: 100%;
    position: absolute;
    top: 5px;
    right: 15px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 40px
}

.th-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--white-color);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    color: var(--title-color);
    border-radius: 99px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08)
}

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

.th-product .actions>* {
    margin: 0 0
}

.th-product .actions>*>a {
    margin: 0
}

.th-product .icon-btn {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.th-product .tinv-wishlist a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%
}

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

.th-product .add_to_cart_button.added {
    display: none
}

.th-product .added_to_cart {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 0;
    text-align: center;
    border-radius: 99px;
    border: none;
    margin-bottom: 10px
}

.th-product .added_to_cart:after {
    content: "\f07a";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700
}

.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-product .action-btn {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 25px
}

.th-product:hover .product-img:after {
    opacity: 0.35
}

.th-product:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-product.list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
    padding: 15px;
    border: 1px solid var(--th-border-color);
    border-radius: 20px
}

.th-product.list-view .product-img {
    --space: 0px;
    width: 94px;
    margin: 0;
    border-radius: 10px;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.th-product.list-view .product-img:before {
    --space: 0px
}

.th-product.list-view .product-category {
    font-size: 13px;
    line-height: 23px;
    margin-top: -3px;
    margin-bottom: 2px
}

.th-product.list-view .star-rating {
    margin: 8px 0 0 0;
    width: 80px;
    font-size: 12px
}

.th-product.list-view .star-rating span:before {
    color: var(--yellow-color)
}

.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 0 15px
}

.th-product.list-view .actions {
    --icon-gap-x: 2px;
    width: 100%;
    right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-product.list-view .actions .icon-btn {
    --btn-size: 36px;
    --btn-font-size: 14px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none
}

.th-product.list-view .actions .icon-btn:hover {
    background-color: var(--title-color)
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    font-size: 20px
}

.th-product.list-view .tinv-wishlist a {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.th-product.list-view .added_to_cart:after {
    font-size: 16px
}

.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px
}

.th-product.list-view .product-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px 0
}

.th-product.list-view .price {
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    color: var(--theme-color)
}

.product-list-area {
    margin-bottom: -24px
}

#productCarousel .slick-arrow {
    top: 37.5%
}

.mfp-content {
    margin: 1.5rem auto
}

.mfp-content .product-details-img {
    padding-top: 15px
}

.mfp-content .product-about {
    padding-top: 20px;
    padding-bottom: 20px
}

.mfp-content .container {
    position: relative
}

.mfp-content .product-big-img {
    margin-top: 12px;
    margin-bottom: 12px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.woosq-popup {
    border-radius: 10px
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
    display: none
}

.woosq-product>.product .summary {
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.woosq-product .thumbnails .slick-list {
    display: block
}

.woosq-product .thumbnails .slick-dots li button {
    width: 12px;
    height: 12px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: var(--theme-color);
    opacity: 0.4
}

.woosq-product .thumbnails .slick-dots li button:before {
    display: none
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
    opacity: 1
}

.woosq-product .tinv-wraper {
    display: none
}

.th-sort-bar {
    padding: 12px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color);
    border-radius: 12px
}

.th-sort-bar .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 15px
}

.th-sort-bar select {
    height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 16px;
    margin: 0;
    color: var(--body-color)
}

.th-sort-bar .woocommerce-result-count {
    padding-left: 15px;
    margin-bottom: 0;
    color: var(--body-color)
}

.th-sort-bar .nav a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid var(--th-border-color);
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--body-color);
    margin: 0 0 0 10px;
    border-radius: 5px
}

.th-sort-bar .nav a.active,
.th-sort-bar .nav a:hover {
    color: var(--theme-color)
}

.product-thumb-area {
    position: relative;
    margin-right: 10px
}

.product-thumb-area .product-thumb-tab {
    position: absolute;
    top: 0;
    left: 0
}

.product-thumb-tab {
    --thumb: 120px;
    --gap: 10px;
    max-width: var(--thumb);
    margin-left: calc(0px - var(--thumb)/2);
    position: relative;
    z-index: 3;
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.product-thumb-tab .tab-btn {
    background-color: var(--white-color);
    cursor: pointer;
    height: var(--thumb);
    width: var(--thumb);
    padding: var(--gap)
}

.product-thumb-tab .tab-btn img {
    max-width: 100%
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 20px
}

.product-thumb-tab .indicator {
    position: absolute;
    top: calc(var(--pos-y) + var(--gap));
    left: calc(var(--pos-x) + var(--gap));
    width: calc(var(--width-set) - var(--gap)*2);
    height: calc(var(--height-set) - var(--gap)*2);
    border: 2px solid var(--theme-color);
    pointer-events: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.product-big-img {
    background-color: var(--smoke-color);
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    left: 0
}

.product-big-img .img {
    width: 100%
}

.product-big-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.product-big-img .slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 0
}

.product-big-img .slick-dots {
    margin: -11px 0 0 0 !important;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    --border-color: #c0c0c0
}

.img-magnifier-container {
    position: relative
}

.img-magnifier-glass {
    position: absolute;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: none;
    width: 200px;
    height: 200px
}

.magnify {
    position: relative;
    cursor: none
}

.magnify .magnifier {
    height: 180px;
    width: 180px;
    position: absolute;
    z-index: 20;
    box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-size: 700%;
    background-repeat: no-repeat;
    margin-left: -90px !important;
    margin-top: -90px !important;
    pointer-events: none;
    display: none
}

.magnify .magnified {
    display: block;
    z-index: 10;
    margin: auto;
    width: 100%;
    height: 100%
}

.magnify img {
    width: 100%;
    height: 100%
}

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

.quantity>.screen-reader-text {
    display: inline-block;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px
}

.quantity .qty-btn,
.quantity .qty-input {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
    border-right: none
}

.quantity .qty-btn {
    font-size: 16px
}

.product_meta {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--body-font);
    margin: 35px 0 0 0
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
    color: var(--title-color);
    font-weight: bold
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.product_meta>span a {
    color: inherit
}

.product_meta>span a:hover {
    color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
    position: relative;
    color: var(--body-color);
    font-weight: 400
}

.product_meta>span>a:after,
.product_meta>span>span:after {
    content: ",";
    margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
    display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
    margin-left: 7px
}

.product-tab-style1 {
    border-bottom: 1px solid var(--th-border-color);
    margin: 95px auto 40px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.product-tab-style1 .th-btn {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.product-tab-style1 .th-btn.active {
    color: var(--white-color)
}

#productTabContent {
    margin-bottom: -10px
}

#additional_information {
    margin-bottom: 40px
}

.product-inner-list>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.product-inner-list li {
    position: relative;
    padding-left: 15px
}

.product-inner-list li:before {
    content: "-";
    position: absolute;
    left: 0
}

.share-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 8px
}

.share-title i {
    color: var(--theme-color)
}

.summary-content .product-title,
.product-about .product-title {
    font-weight: 700;
    margin: 0 0 18px 0
}

.summary-content .product_title,
.product-about .product_title {
    margin-bottom: 20px !important
}

.summary-content>.price,
.product-about>.price {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 800;
    color: var(--title-color);
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 19px;
    margin-top: -0.2em
}

.summary-content>.price del,
.product-about>.price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px
}

.summary-content .woocommerce-product-rating,
.summary-content .product-rating,
.product-about .woocommerce-product-rating,
.product-about .product-rating {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 22px
}

.summary-content .woocommerce-product-rating .star-rating,
.summary-content .product-rating .star-rating,
.product-about .woocommerce-product-rating .star-rating,
.product-about .product-rating .star-rating {
    width: 80px;
    font-size: 12px;
    margin-right: 8px
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
    color: var(--body-color)
}

.summary-content .checklist,
.product-about .checklist {
    margin: 29px 0 29px 0
}

.summary-content .actions,
.product-about .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 32px 0 25px 0
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
    padding: 10.5px 15px 10.5px 15px
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 99px
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.summary-content .share,
.product-about .share {
    margin-top: 25px
}

.summary-content .th-social a,
.product-about .th-social a {
    --icon-size: 40px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid var(--th-border-color);
    border-radius: 0
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
    border-color: var(--theme-color)
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 56px;
    height: 56px;
    line-height: 54px;
    display: inline-block;
    border-radius: 99px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: relative;
    top: 0;
    left: 0;
    line-height: inherit;
    margin: 0;
    font-size: 24px
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
    background-color: var(--title-color)
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 0
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.summary-content .quantity,
.product-about .quantity {
    position: relative
}

.summary-content .quantity:after,
.product-about .quantity:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: var(--th-border-color);
    position: absolute;
    top: 0;
    left: 55px
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
    width: 112px;
    height: 56px;
    border: 1px solid var(--th-border-color);
    background-color: transparent;
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 27px
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
    color: var(--title-color);
    background-color: transparent;
    position: absolute;
    right: 21px;
    height: auto;
    width: auto;
    border: none;
    line-height: 16px
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
    bottom: 7px
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
    top: 12px
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    box-shadow: none;
    background-color: transparent;
    border: none
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color);
    box-shadow: none;
    margin-right: 0 !important;
    margin-top: 28px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color)
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    margin: -12px !important;
    margin-bottom: 28px !important
}

.woocommerce-Reviews .comment-list li {
    width: 50%
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list li {
        width: 100%
    }
}

.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--th-border-color) !important;
    padding: 40px !important;
    margin: 12px;
    border-radius: 24px;
    background-color: var(--smoke-color)
}

.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.4em
}

@media (max-width: 1199px) {
    .woocommerce-Reviews .th-post-comment {
        padding: 30px !important
    }
}

@media (max-width: 991px) {
    .woocommerce-Reviews .comment-list {
        grid-template-columns: repeat(1, 1fr)
    }
    .woocommerce-Reviews .th-comment-form {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .woocommerce-Reviews .th-comment-form {
        padding: 40px 20px
    }
}

#description {
    margin-bottom: 30px
}

.product-details .th-comments-wrap {
    margin-top: 0
}

.product-details .border-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px
}

.product-details .border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: var(--theme-color)
}

.product-inner-title {
    font-size: 32px;
    border-bottom: 1px solid var(--th-border-color);
    padding: 0 0 7px 0;
    margin: 0 0 30px 0
}

.related-product-wrapper {
    padding-top: 115px
}

@media (max-width: 1399px) {
    .th-product.list-view .product-img {
        max-width: 150px
    }
}

@media (max-width: 1299px) {
    .product-thumb-tab {
        --thumb: 100px;
        margin-left: -40px
    }
    .product-thumb-area {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .th-sort-bar select {
        min-width: auto
    }
    .product-tab-style1 {
        margin: 55px 0 40px 0
    }
    .summary-content,
    .product-about {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .product-big-img {
        margin-bottom: 40px
    }
    .product-thumb-tab {
        margin-left: -10px
    }
    .th-product-box.list-view .product-img {
        max-width: 150px
    }
    .th-sort-bar .row {
        --bs-gutter-x: 20px
    }
    .th-sort-bar .nav a:last-child {
        margin-right: 0;
        padding-right: 0
    }
    .th-sort-bar .nav a:last-child:before {
        display: none
    }
    .woosq-product>.product .thumbnails {
        max-height: 400px;
        min-height: 200px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .th-sort-bar {
        text-align: center;
        padding: 10px 15px 15px 15px
    }
    .th-sort-bar .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .th-sort-bar select {
        margin: 0 auto
    }
    .th-sort-bar .woocommerce-result-count {
        padding-left: 0
    }
    .th-product-box.list-view .product-img {
        max-width: 130px
    }
    .th-product-box.list-view .actions {
        --btn-size: 30px;
        --btn-font-size: 10px;
        --icon-gap-x: 2px
    }
}

@media (max-width: 575px) {
    .product-about .actions {
        gap: 15px 15px
    }
    .product-thumb-tab {
        --thumb: 74px;
        --gap: 6px
    }
    .product-thumb-tab .tab-btn:not(:last-of-type) {
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }
    .th-product.list-view .product-content {
        padding: 0 15px
    }
}

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid #eaf0f2;
    margin-bottom: 45px
}

.cart_table thead {
    background-color: #ecf0f1
}

.cart_table thead th {
    border: none !important
}

.cart_table td:before,
.cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    border: none;
    padding: 27px 15px
}

.cart_table td:before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.cart_table td {
    border: none;
    border-bottom: 1px solid #f3f3f3;
    color: #8b8b8b;
    padding: 20px 10px;
    position: relative;
    vertical-align: middle
}

.cart_table .product-quantity {
    color: var(--title-color)
}

.cart_table .product-quantity input {
    position: relative;
    top: -2px
}

.cart_table .cart-productname {
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color)
}

.cart_table .cart-productimage {
    display: inline-block;
    border: 2px solid var(--smoke-color);
    background-color: var(--smoke-color);
    border-radius: 8px
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_table td.product-quantity {
    min-width: 155px
}

.cart_table .qty-btn {
    border: 2px solid var(--smoke-color) !important;
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px
}

.cart_table .qty-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.cart_table .qty-input {
    vertical-align: middle;
    border: 2px solid var(--smoke-color);
    width: 60px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: var(--title-color);
    font-weight: 700;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0
}

.cart_table .qty-input::-moz-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-webkit-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input:-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::-ms-input-placeholder {
    color: var(--title-color)
}

.cart_table .qty-input::placeholder {
    color: var(--title-color)
}

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

.cart_table .qty-input[type="number"] {
    -moz-appearance: textfield
}

.cart_table .actions {
    text-align: right;
    vertical-align: middle;
    padding-left: 20px
}

.cart_table .actions>.th-btn {
    font-size: 16px;
    padding: 20px 28px;
    margin-right: 15px
}

.cart_table .actions>.th-btn:last-child {
    margin-right: 0
}

.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cart_table .th-cart-coupon input {
    width: calc(100% - 200px);
    margin-right: 10px;
    border-radius: 30px
}

.cart_table .th-cart-coupon .th-btn {
    font-size: 16px;
    padding: 20px 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.cart_totals {
    --th-border-color: #E1E4E5;
    border: 1px solid var(--th-border-color)
}

.cart_totals th,
.cart_totals td {
    vertical-align: top;
    padding: 20px 20px;
    border: none;
    border: 1px solid var(--th-border-color);
    font-size: 14px;
    color: var(--title-color);
    width: 55%;
    background-color: var(--white-color)
}

.cart_totals th:first-child,
.cart_totals td:first-child {
    width: 45%;
    background-color: var(--white-color);
    font-weight: 700;
    font-size: 14px;
    color: var(--title-color)
}

.cart_totals .shipping-calculator-button {
    display: inline-block;
    border-bottom: 1px solid;
    color: var(--title-color);
    font-weight: 700
}

.cart_totals .shipping-calculator-button:hover {
    color: var(--theme-color)
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 10px
}

.cart_totals .woocommerce-shipping-methods {
    margin-bottom: 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 .amount {
    font-weight: 700
}

.cart_totals .order-total .amount {
    color: var(--theme-color)
}

.empty-notice {
    margin: 40px auto
}

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px
    }
    .cart_table .cart-productname {
        font-size: 14px
    }
    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cart_table .actions {
        text-align: center
    }
    .cart_table .cart-productimage {
        max-width: 100px
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none
    }
    .cart_table thead {
        display: none
    }
    .cart_table td {
        padding: 15px;
        display: block;
        width: 100%;
        padding-left: 25%;
        text-align: right;
        border: 1px solid #f3f3f3;
        border-bottom: none
    }
    .cart_table td::before {
        display: block
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center
    }
    .cart_table td.actions>.th-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto
    }
    .cart_table td.actions>.th-btn:last-child {
        margin-right: auto
    }
    .cart_table .th-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        padding-bottom: 10px
    }
    .cart_table .th-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,
.woocommerce-checkout .form-row {
    margin-bottom: 0
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: 0
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: 0
}

.woocommerce-checkout .select2-dropdown {
    border: none;
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 27px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
    color: var(--body-color)
}

.woocommerce-checkout .shipping_address {
    margin-top: -3px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid transparent;
    padding: 0
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x)
}

#ship-to-different-address {
    margin-top: 15px;
    margin-bottom: 20px
}

.select2-container--default .select2-selection--single {
    height: 56px;
    border: 1px solid transparent;
    background-color: var(--smoke-color);
    border-radius: 27px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    padding-left: 25px;
    padding-right: 25px
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    line-height: 56px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid #ededed;
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50
}

.checkout-ordertable th {
    font-weight: 800;
    text-align: left
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0
}

.checkout-ordertable .order-total .amount {
    color: var(--theme-color)
}

.checkout-ordertable input[type="hidden"]~label {
    color: var(--theme-color)
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x)
}

.woocommerce-checkout-payment {
    text-align: left
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.woocommerce-checkout-payment ul li {
    padding-top: 12px;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 16px
}

.woocommerce-checkout-payment ul input[type="radio"]~label {
    margin-bottom: 17px;
    color: var(--body-color)
}

.woocommerce-checkout-payment ul input[type="radio"]~label img {
    margin-bottom: -2px;
    margin-left: 10px
}

.woocommerce-checkout-payment .place-order {
    padding-top: 30px
}

.woocommerce-checkout-payment .payment_box {
    color: #a1b1bc;
    background-color: #ecf0f1;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    display: none
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0
}

.th-checkout-wrapper form.woocommerce-form {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none
    }
    .woocommerce-checkout-payment ul input[type="radio"]~label img {
        max-width: 150px
    }
    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px
    }
}

.tinv-wishlist input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    vertical-align: middle;
    width: auto;
    height: auto
}

.tinv-wishlist .tinv-header {
    margin-top: -0.4rem;
    text-transform: capitalize
}

.tinv-wishlist .cart-empty {
    padding: 14px 25px;
    font-weight: 700;
    font-size: 14px;
    padding-left: 45px;
    border-radius: 8px
}

.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    margin-top: 10px;
    font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.tinv-wishlist table {
    border: none
}

.tinv-wishlist table th {
    color: var(--title-color)
}

.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 15.3px 10px;
    border-bottom: 1px solid var(--th-border-color);
    text-align: center
}

.tinv-wishlist table thead {
    background-color: var(--smoke-color)
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
    width: 40px;
    text-align: center
}

.tinv-wishlist .product-thumbnail {
    width: 110px
}

.tinv-wishlist .product-thumbnail img {
    background-color: var(--smoke-color);
    border-radius: 8px
}

.tinv-wishlist .stock.in-stock {
    margin-bottom: 0
}

.tinv-wishlist ins {
    text-decoration: none
}

.tinv-wishlist .product-remove button {
    border: none;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 0
}

.tinv-wishlist .product-remove button i {
    line-height: 22px;
    font-size: 16px
}

.tinv-wishlist .tinvwl-mobile {
    display: none
}

.tinv-wishlist .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tinv-wishlist .social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block
}

.tinv-wishlist .product-stock span {
    display: inline
}

.tinv-wishlist .product-stock i {
    margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color)
}

.tinv-wishlist button.button {
    border: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    padding: 1px 15px;
    min-width: 140px;
    border-radius: 30px
}

.tinv-wishlist button.button i {
    font-size: 18px !important;
    margin-right: 3px !important
}

.tinv-wishlist button.button:hover {
    background-color: var(--title-color);
    color: #fff
}

.tinv-wishlist .tinvwl-buttons-group button i {
    font-size: 14px
}

.tinv-wishlist .tinv-modal-inner button.button {
    color: var(--title-color)
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
    color: var(--body-color)
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: 0.9em
}

.tinv-wishlist .social-buttons>span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
    display: inline-block;
    margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 3px
}

.tinv-wishlist .social-buttons li a.social:first-child {
    margin-left: 0
}

.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

@media (max-width: 991px) {
    .tinvwl-full {
        display: none
    }
    .tinv-wishlist .tinvwl-mobile {
        display: block
    }
    .tinvwl-txt {
        display: inline-block !important
    }
    .product-stock {
        width: 40px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
        border-bottom: 1px solid var(--th-border-color)
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
    .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
        display: none
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border: 1px solid var(--th-border-color)
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        display: block;
        width: 100% !important;
        text-align: center
    }
    .product-name {
        text-align: center
    }
    .tinv-wishlist table td,
    .tinv-wishlist table th {
        border-bottom: none
    }
    .tinv-wishlist table tfoot {
        border-bottom: 1px solid var(--th-border-color)
    }
    .tinv-wishlist .social-buttons {
        max-width: 100%;
        margin-left: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px
    }
    .tinvwl-txt {
        display: inline-block !important
    }
}

.input-light .form-select,
.input-light .form-control {
    background-color: var(--light-color);
    border-radius: 28px
}

.input-light .form-group>i {
    background-color: var(--light-color)
}

.contact-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 78px
}

.contact-process-wrap {
    background-color: #101840;
    padding: 48px;
    border-radius: 24px;
    max-width: 495px;
    position: relative;
    z-index: 2
}

.contact-process-wrap:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 92px;
    height: calc(100% - 160px);
    border-left: 1px dashed var(--light-color)
}

.contact-process-wrap.no-bg {
    padding: 0;
    background-color: transparent
}

.contact-process-wrap.no-bg:before {
    top: 70px;
    left: 44px;
    height: calc(100% - 150px);
    border-left: 1px dashed #666
}

@media (max-width: 1199px) {
    .contact-process-wrap.no-bg {
        margin-left: auto;
        margin-right: auto
    }
    .contact-process-wrap.no-bg:before {
        display: none
    }
    .contact-process-wrap.no-bg .contact-process {
        margin-bottom: 32px !important
    }
    .contact-process-wrap.no-bg .contact-process:last-child {
        margin-bottom: 0 !important
    }
}

.contact-process:last-child {
    margin-bottom: 0
}

.contact-process .box-number {
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    border-radius: 99px;
    background-color: rgba(244, 118, 41, 0.2);
    position: relative;
    z-index: 2
}

.contact-process .box-number:before {
    content: '';
    position: absolute;
    inset: 18px;
    background-color: var(--theme-color);
    border-radius: inherit;
    z-index: -1
}

.contact-process .box-title {
    color: var(--white-color);
    margin-bottom: 12px
}

.contact-process .box-text {
    font-size: 14px;
    color: var(--light-color)
}

@media (max-width: 1199px) {
    .contact-process {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-bottom: 0;
        gap: 24px
    }
}

.contact-form2 .form-control,
.contact-form2 .form-select {
    background-color: transparent;
    border: 1px solid var(--light-color);
    border-radius: 0
}

.contact-form2 .form-group>i {
    background-color: var(--white-color)
}

.contact-area {
    background-color: var(--white-color);
    padding: 80px
}

@media (max-width: 767px) {
    .contact-area {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .contact-area {
        padding: 20px
    }
}

.contact-area.area-rounded {
    border-radius: 0 0 40px 40px
}

.contact-area.area-rounded .contact-media-area {
    border-radius: 24px
}

@media (max-width: 991px) {
    .contact-area.area-rounded {
        border-radius: 0 0 20px 20px
    }
    .contact-area.area-rounded .contact-media-area {
        border-radius: 16px
    }
}

.contact-area.area-rounded .contact-form2 .form-control,
.contact-area.area-rounded .contact-form2 .form-select {
    border-radius: 8px
}

.contact-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.contact-media-area {
    background-color: var(--title-color);
    padding: 48px;
    height: 100%
}

.contact-media-area .contact-info-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: -0.2em;
    max-width: 280px
}

@media (max-width: 575px) {
    .contact-media-area {
        padding: 20px
    }
}

.contact-media-wrap {
    margin-bottom: 48px
}

.contact-media-wrap .box-title {
    font-size: 20px;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 26px
}

.contact-media .icon-btn {
    --btn-size: 40px;
    min-width: 40px;
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--white-color);
    border-radius: 8px;
    font-size: 16px
}

.contact-media .box-text {
    color: var(--white-color);
    max-width: 206px;
    margin-top: -0.4em
}

.contact-media .box-text a {
    color: inherit
}

.contact-media .box-text a:hover {
    color: var(--theme-color)
}

.contact-media .box-label {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: -0.2em
}

@media (min-width: 1922px) {
    .contact-sec5 {
        background-size: 100% 100%
    }
}

@media (max-width: 1199px) {
    .contact-sec5 {
        background-position: right -300px center
    }
}

.input-transparent .form-control,
.input-transparent .form-select {
    border: 1px solid var(--white-color);
    border-radius: 8px;
    background-color: transparent;
    color: var(--white-color)
}

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

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

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

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

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

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

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

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

.contact-form {
    background: #181A1E;
    padding: 56px
}

.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 .nice-select {
    border: 1px solid #C6C9D5;
    border-radius: 8px
}

@media (max-width: 1699px) {
    .contact-form {
        padding: 45px
    }
}

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

.contact-form .sec-title {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .contact-form .sec-title {
        margin-bottom: 25px;
        text-align: center
    }
}

.contact-form .row {
    --bs-gutter-x: 24px
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form .nice-select {
    border: 1px solid #666666;
    border-radius: 0;
    color: var(--white-color)
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form .nice-select:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: transparent
}

.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form .nice-select::-moz-placeholder {
    color: var(--white-color)
}

.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form .nice-select::-webkit-input-placeholder {
    color: var(--white-color)
}

.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form .nice-select:-ms-input-placeholder {
    color: var(--white-color)
}

.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form .nice-select::-webkit-input-placeholder {
    color: var(--white-color)
}

.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form .nice-select::-moz-placeholder {
    color: var(--white-color)
}

.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form .nice-select:-ms-input-placeholder {
    color: var(--white-color)
}

.contact-form .form-control::-ms-input-placeholder,
.contact-form .form-select::-ms-input-placeholder,
.contact-form .nice-select::-ms-input-placeholder {
    color: var(--white-color)
}

.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form .nice-select::placeholder {
    color: var(--white-color)
}

.contact-form .nice-select:after {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999
}

.contact-form .nice-select .option {
    color: #181A1E;
    min-height: 30px;
    display: block;
    margin: 0
}

.contact-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important;
    font-weight: 500
}

.contact-form .nice-select .option.selected.focus {
    color: #fff !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: #fff !important
}

.contact-form textarea.form-control,
.contact-form textarea {
    min-height: 200px
}

.contact-form .form-btn {
    margin-top: 15px
}

.contact-image {
    height: 100%
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden
}

.form-text {
    font-size: 16px
}

.contact-map {
    line-height: 0px;
    position: relative;
    z-index: 2
}

.contact-map:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(11, 11, 12, 0.3), rgba(11, 11, 12, 0.3));
    background: linear-gradient(0deg, rgba(11, 11, 12, 0.3), rgba(11, 11, 12, 0.3));
    mix-blend-mode: normal;
    z-index: 1
}

.contact-map .contact-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 2
}

.contact-map .contact-icon:before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    z-index: -1
}

.contact-map .contact-icon i {
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    color: var(--white-color);
    z-index: 2
}

.contact-map iframe {
    width: 100%;
    height: 365px;
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

@media (max-width: 1199px) {
    .contact-map iframe {
        height: 400px
    }
}

@media (max-width: 991px) {
    .contact-map iframe {
        height: 340px
    }
}

.contact-map2 {
    line-height: 0px;
    position: relative;
    z-index: 2;
    margin-top: -100px
}

.contact-map2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(11, 11, 12, 0.3), rgba(11, 11, 12, 0.3));
    background: linear-gradient(0deg, rgba(11, 11, 12, 0.3), rgba(11, 11, 12, 0.3));
    mix-blend-mode: normal;
    z-index: 1
}

.contact-map2 iframe {
    width: 100%;
    height: 653px
}

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

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

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

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

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

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

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

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

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

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

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

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

.global-img {
    position: relative;
    min-width: 50%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.global-img:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

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

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

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

.global-img:hover:after {
    height: 200%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent
}

.discount-wrapp {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    z-index: 2
}

.discount-wrapp .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.discount-wrapp .play-btn:before,
.discount-wrapp .play-btn:after {
    display: none
}

.discount-wrapp .play-btn>i {
    --icon-size: 90px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 48px;
    color: var(--white-color)
}

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

.discount-wrapp .discount {
    position: absolute;
    left: 20%;
    top: 35%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: var(--theme-color);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    text-align: center;
    margin-top: -5px;
    margin-bottom: 0
}

.discount-tag {
    display: inline-block;
    min-height: 190px;
    min-width: 190px;
    border-radius: 50%;
    z-index: 1;
    font-size: 13px;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    animation: spin 10s infinite alternate-reverse
}

.discount-tag span {
    --rotate-letter: 7.5deg;
    min-height: 90px;
    position: absolute;
    min-width: 90px;
    left: 25px;
    top: 0px;
    text-transform: uppercase;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    -ms-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.discount-tag span.char2 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
    -ms-transform: rotate(calc(var(--rotate-letter) * 2));
    transform: rotate(calc(var(--rotate-letter) * 2))
}

.discount-tag span.char3 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
    -ms-transform: rotate(calc(var(--rotate-letter) * 3));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.discount-tag span.char4 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
    -ms-transform: rotate(calc(var(--rotate-letter) * 4));
    transform: rotate(calc(var(--rotate-letter) * 4))
}

.discount-tag span.char5 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
    -ms-transform: rotate(calc(var(--rotate-letter) * 5));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.discount-tag span.char6 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
    -ms-transform: rotate(calc(var(--rotate-letter) * 6));
    transform: rotate(calc(var(--rotate-letter) * 6))
}

.discount-tag span.char7 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
    -ms-transform: rotate(calc(var(--rotate-letter) * 7));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.discount-tag span.char8 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
    -ms-transform: rotate(calc(var(--rotate-letter) * 8));
    transform: rotate(calc(var(--rotate-letter) * 8))
}

.discount-tag span.char9 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
    -ms-transform: rotate(calc(var(--rotate-letter) * 9));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.discount-tag span.char10 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
    -ms-transform: rotate(calc(var(--rotate-letter) * 10));
    transform: rotate(calc(var(--rotate-letter) * 10))
}

.discount-tag span.char11 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
    -ms-transform: rotate(calc(var(--rotate-letter) * 11));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.discount-tag span.char12 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
    -ms-transform: rotate(calc(var(--rotate-letter) * 12));
    transform: rotate(calc(var(--rotate-letter) * 12))
}

.discount-tag span.char13 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
    -ms-transform: rotate(calc(var(--rotate-letter) * 13));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.discount-tag span.char14 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
    -ms-transform: rotate(calc(var(--rotate-letter) * 14));
    transform: rotate(calc(var(--rotate-letter) * 14))
}

.discount-tag span.char15 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
    -ms-transform: rotate(calc(var(--rotate-letter) * 15));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.discount-tag span.char16 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
    -ms-transform: rotate(calc(var(--rotate-letter) * 16));
    transform: rotate(calc(var(--rotate-letter) * 16))
}

.discount-tag span.char17 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
    -ms-transform: rotate(calc(var(--rotate-letter) * 17));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.discount-tag span.char18 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
    -ms-transform: rotate(calc(var(--rotate-letter) * 18));
    transform: rotate(calc(var(--rotate-letter) * 18))
}

.discount-tag span.char19 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
    -ms-transform: rotate(calc(var(--rotate-letter) * 19));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.discount-tag span.char20 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
    -ms-transform: rotate(calc(var(--rotate-letter) * 20));
    transform: rotate(calc(var(--rotate-letter) * 20))
}

.discount-tag span.char21 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
    -ms-transform: rotate(calc(var(--rotate-letter) * 21));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.discount-tag span.char22 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
    -ms-transform: rotate(calc(var(--rotate-letter) * 22));
    transform: rotate(calc(var(--rotate-letter) * 22))
}

.discount-tag span.char23 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
    -ms-transform: rotate(calc(var(--rotate-letter) * 23));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.discount-tag span.char24 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
    -ms-transform: rotate(calc(var(--rotate-letter) * 24));
    transform: rotate(calc(var(--rotate-letter) * 24))
}

.discount-tag span.char25 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
    -ms-transform: rotate(calc(var(--rotate-letter) * 25));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.discount-tag span.char26 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
    -ms-transform: rotate(calc(var(--rotate-letter) * 26));
    transform: rotate(calc(var(--rotate-letter) * 26))
}

.discount-tag span.char27 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
    -ms-transform: rotate(calc(var(--rotate-letter) * 27));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.discount-tag span.char28 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
    -ms-transform: rotate(calc(var(--rotate-letter) * 28));
    transform: rotate(calc(var(--rotate-letter) * 28))
}

.discount-tag span.char29 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
    -ms-transform: rotate(calc(var(--rotate-letter) * 29));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.discount-tag span.char30 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
    -ms-transform: rotate(calc(var(--rotate-letter) * 30));
    transform: rotate(calc(var(--rotate-letter) * 30))
}

.discount-tag span.char31 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
    -ms-transform: rotate(calc(var(--rotate-letter) * 31));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.discount-tag span.char32 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
    -ms-transform: rotate(calc(var(--rotate-letter) * 32));
    transform: rotate(calc(var(--rotate-letter) * 32))
}

.discount-tag span.char33 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
    -ms-transform: rotate(calc(var(--rotate-letter) * 33));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.discount-tag span.char34 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
    -ms-transform: rotate(calc(var(--rotate-letter) * 34));
    transform: rotate(calc(var(--rotate-letter) * 34))
}

.discount-tag span.char35 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
    -ms-transform: rotate(calc(var(--rotate-letter) * 35));
    transform: rotate(calc(var(--rotate-letter) * 35))
}

.discount-tag span.char36 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
    -ms-transform: rotate(calc(var(--rotate-letter) * 36));
    transform: rotate(calc(var(--rotate-letter) * 36))
}

.discount-tag span.char37 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
    -ms-transform: rotate(calc(var(--rotate-letter) * 37));
    transform: rotate(calc(var(--rotate-letter) * 37))
}

.discount-tag span.char38 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
    -ms-transform: rotate(calc(var(--rotate-letter) * 38));
    transform: rotate(calc(var(--rotate-letter) * 38))
}

.discount-tag span.char39 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
    -ms-transform: rotate(calc(var(--rotate-letter) * 39));
    transform: rotate(calc(var(--rotate-letter) * 39))
}

.discount-tag span.char40 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
    -ms-transform: rotate(calc(var(--rotate-letter) * 40));
    transform: rotate(calc(var(--rotate-letter) * 40))
}

.discount-tag span.char41 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 41));
    -ms-transform: rotate(calc(var(--rotate-letter) * 41));
    transform: rotate(calc(var(--rotate-letter) * 41))
}

.discount-tag span.char42 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 42));
    -ms-transform: rotate(calc(var(--rotate-letter) * 42));
    transform: rotate(calc(var(--rotate-letter) * 42))
}

.discount-tag span.char43 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 43));
    -ms-transform: rotate(calc(var(--rotate-letter) * 43));
    transform: rotate(calc(var(--rotate-letter) * 43))
}

.discount-tag span.char44 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 44));
    -ms-transform: rotate(calc(var(--rotate-letter) * 44));
    transform: rotate(calc(var(--rotate-letter) * 44))
}

.discount-tag span.char45 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 45));
    -ms-transform: rotate(calc(var(--rotate-letter) * 45));
    transform: rotate(calc(var(--rotate-letter) * 45))
}

.discount-tag span.char46 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 46));
    -ms-transform: rotate(calc(var(--rotate-letter) * 46));
    transform: rotate(calc(var(--rotate-letter) * 46))
}

.discount-tag span.char47 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 47));
    -ms-transform: rotate(calc(var(--rotate-letter) * 47));
    transform: rotate(calc(var(--rotate-letter) * 47))
}

.discount-tag span.char48 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 48));
    -ms-transform: rotate(calc(var(--rotate-letter) * 48));
    transform: rotate(calc(var(--rotate-letter) * 48))
}

.discount-tag span.char49 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 49));
    -ms-transform: rotate(calc(var(--rotate-letter) * 49));
    transform: rotate(calc(var(--rotate-letter) * 49))
}

.discount-tag span.char50 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 50));
    -ms-transform: rotate(calc(var(--rotate-letter) * 50));
    transform: rotate(calc(var(--rotate-letter) * 50))
}

.discount-tag span.char51 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 51));
    -ms-transform: rotate(calc(var(--rotate-letter) * 51));
    transform: rotate(calc(var(--rotate-letter) * 51))
}

.discount-tag span.char52 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 52));
    -ms-transform: rotate(calc(var(--rotate-letter) * 52));
    transform: rotate(calc(var(--rotate-letter) * 52))
}

.discount-tag span.char53 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 53));
    -ms-transform: rotate(calc(var(--rotate-letter) * 53));
    transform: rotate(calc(var(--rotate-letter) * 53))
}

.about-shape {
    margin-top: -150px;
    padding-top: 200px
}

@media (max-width: 991px) {
    .about-shape {
        padding-top: 120px
    }
}

.img-box1 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px
}

@media (max-width: 375px) {
    .img-box1 {
        margin-bottom: 50px
    }
}

.img-box1 .img1 {
    position: relative;
    border-radius: 272px;
    overflow: hidden;
    z-index: 2
}

.img-box1 .img1 img {
    width: 100%
}

.img-box1 .about-wrapp {
    position: absolute;
    top: -6%;
    left: 2.5%
}

@media (max-width: 1699px) {
    .img-box1 .about-wrapp {
        left: -1%
    }
}

@media (max-width: 1500px) {
    .img-box1 .about-wrapp {
        left: -5%
    }
}

@media (max-width: 1399px) {
    .img-box1 .about-wrapp {
        left: 8%
    }
}

@media (max-width: 1299px) {
    .img-box1 .about-wrapp {
        left: 2.5%
    }
}

@media (max-width: 1199px) {
    .img-box1 .about-wrapp {
        left: -5%
    }
}

@media (max-width: 991px) {
    .img-box1 .about-wrapp {
        left: 13%
    }
}

@media (max-width: 767px) {
    .img-box1 .about-wrapp {
        left: 0
    }
}

@media (max-width: 575px) {
    .img-box1 .about-wrapp {
        left: 3%
    }
}

@media (max-width: 480px) {
    .img-box1 .about-wrapp {
        display: none
    }
}

.img-box1 .curve-text {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%)
}

.img-box1 .circle-text {
    font-family: var(--title-font);
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white-color);
    -webkit-animation: spin-reverse 30s infinite linear;
    animation: spin-reverse 30s infinite linear
}

.img-box1 .circle-text span {
    position: absolute;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.img-box3 {
    position: relative;
    z-index: 2
}

.img-box3 .img1 img {
    width: 100%
}

.img-box3 .img1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1199px) {
    .img-box4 {
        text-align: center;
        padding: 30px 0
    }
}

.img-box6 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .img-box6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.img-box6 .img1 {
    max-width: 378px;
    margin-left: auto;
    position: relative;
    bottom: -60px
}

@media (max-width: 767px) {
    .img-box6 .img1 {
        bottom: 0;
        max-width: 100%;
        margin: 0
    }
}

.img-box6 .img1 img {
    width: 100%
}

.img-box6 .img1 .about-wrapp {
    position: absolute;
    top: 65px;
    left: -90px
}

@media (max-width: 1399px) {
    .img-box6 .img1 .about-wrapp {
        left: 0
    }
}

@media (max-width: 1199px) {
    .img-box6 .img1 .about-wrapp {
        left: -90px
    }
}

@media (max-width: 991px) {
    .img-box6 .img1 .about-wrapp {
        left: -40px
    }
}

@media (max-width: 375px) {
    .img-box6 .img1 .about-wrapp {
        left: 0
    }
}

.img-box6 .img2 {
    position: relative;
    bottom: -60px
}

@media (max-width: 767px) {
    .img-box6 .img2 {
        bottom: 0
    }
}

.img-box6 .img2 img {
    width: 100%
}

.img-box6 .img3 img {
    width: 100%
}

.about-vouchers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    max-width: 378px;
    padding: 0 16px 24px 24px;
    background-color: #181A1E;
    border: 1px dashed var(--theme-color)
}

@media (max-width: 767px) {
    .about-vouchers {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .about-vouchers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-vouchers .box-content {
    padding: 60px 0 0px 0
}

.about-vouchers .box-content .box-title {
    font-weight: 500
}

.about-vouchers .box-content .text {
    margin-bottom: 40px
}

.about-vouchers .customer-review {
    text-align: center
}

.about-vouchers .customer-review .box-review {
    width: 138px;
    background: var(--theme-color);
    padding: 10px 4px;
    text-align: center
}

@media (max-width: 375px) {
    .about-vouchers .customer-review .box-review {
        width: 100%
    }
}

.about-vouchers .customer-review .box-review i {
    font-size: 15px;
    color: #0B0B0C
}

.about-vouchers .customer-review .box-review i:nth-child(3) {
    font-size: 20px
}

.about-vouchers .customer-review .box-content {
    background-color: #24272E;
    padding: 20px 22px 33px 22px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0)
}

.about-vouchers .customer-review .box-content .box-number {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 0
}

.about-vouchers .customer-review .text {
    margin-bottom: 0px
}

.about-vouchers .th-btn {
    padding: 16px 20px
}

.go-down-btn {
    position: absolute;
    top: -10%;
    left: 1%;
    z-index: 1;
    display: inline-block;
    color: var(--white-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 52%, 0% 52%)
}

@media (max-width: 1500px) {
    .go-down-btn {
        left: -6%
    }
}

@media (max-width: 1499px) {
    .go-down-btn {
        left: -8%
    }
}

@media (max-width: 1399px) {
    .go-down-btn {
        left: 7%
    }
}

@media (max-width: 1299px) {
    .go-down-btn {
        left: 0
    }
}

@media (max-width: 1199px) {
    .go-down-btn {
        left: -7%
    }
}

@media (max-width: 991px) {
    .go-down-btn {
        left: 12%
    }
}

@media (max-width: 767px) {
    .go-down-btn {
        left: 0
    }
}

@media (max-width: 575px) {
    .go-down-btn {
        left: 1%
    }
}

@media (max-width: 480px) {
    .go-down-btn {
        display: none
    }
}

.go-down-btn svg {
    position: relative;
    z-index: -1;
    display: block;
    color: var(--white-color)
}

.go-down-btn svg path {
    color: var(--white-color)
}

.go-down-btn text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 5px;
    text-transform: uppercase;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: var(--white-color)
}

.go-down-btn text {
    -webkit-animation: spin-reverse 30s infinite linear;
    animation: spin-reverse 30s infinite linear
}

.about-profile2 {
    text-align: center
}

.about-profile2 .avater {
    max-width: 150px;
    display: block;
    margin: auto auto 40px auto;
    border-radius: 50%
}

.about-profile2 .avater img {
    border-radius: 50%
}

.about-profile2 .box-title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em
}

.about-profile2 .text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 35px
}

.about-profile2 .text::before,
.about-profile2 .text:after {
    content: "";
    position: absolute;
    top: 56%;
    height: 1px;
    width: 84px;
    opacity: 1
}

@media (max-width: 575px) {
    .about-profile2 .text::before,
    .about-profile2 .text:after {
        width: 30px
    }
}

@media (max-width: 450px) {
    .about-profile2 .text::before,
    .about-profile2 .text:after {
        display: none
    }
}

.about-profile2 .text::before {
    background-color: #808182;
    margin-left: -5.8rem
}

@media (max-width: 575px) {
    .about-profile2 .text::before {
        margin-left: -1.3rem
    }
}

.about-profile2 .text::after {
    background-color: #808182;
    margin-left: 10px
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: left
}

.call-btn .play-btn {
    --icon-size: 48px
}

.call-btn .box-label {
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 0
}

.call-btn .box-link {
    margin-bottom: 0
}

.call-btn .box-link a {
    color: inherit
}

.call-btn .box-link a:hover {
    color: var(--theme-color)
}

.about-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

@media (max-width: 1399px) {
    .about-feature-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px
    }
}

@media (max-width: 767px) {
    .about-feature-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 30px
    }
}

@media (max-width: 991px) {
    .about-feature {
        gap: 24px
    }
    .about-feature .box-title {
        font-size: 20px
    }
}

@media (max-width: 375px) {
    .about-feature {
        display: block;
        text-align: center
    }
}

.about-feature.style2 .box-icon {
    border-color: #4D4D4D;
    margin-bottom: 0
}

@media (max-width: 375px) {
    .about-feature.style2 .box-icon {
        margin-bottom: 20px
    }
}

@media (max-width: 1500px) {
    .about-feature.style2 {
        gap: 20px
    }
}

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

@media (max-width: 1399px) {
    .about-feature:not(:last-child) {
        margin-bottom: 0
    }
}

.about-feature:last-child .box-icon {
    margin-bottom: 0
}

@media (max-width: 375px) {
    .about-feature:last-child .box-icon {
        margin-bottom: 16px
    }
}

.about-feature .box-content {
    text-align: left
}

@media (max-width: 375px) {
    .about-feature .box-content {
        text-align: center
    }
}

.about-feature .box-title {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--white-color)
}

.about-feature .box-icon {
    position: relative;
    min-width: 108px;
    height: 108px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #808182;
    margin-bottom: 16px;
    z-index: 2
}

@media (max-width: 1399px) {
    .about-feature .box-icon {
        margin-bottom: 0
    }
}

.about-feature .box-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

@media (max-width: 375px) {
    .about-feature .box-icon {
        max-width: 108px;
        margin: auto auto 16px auto
    }
}

.about-feature:hover .box-icon {
    border-color: var(--theme-color)
}

.about-feature:hover .box-icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.about-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.mb-42 {
    margin-bottom: 42px
}

.th-parallax {
    overflow: hidden
}

.about-area2 {
    background-color: #181A1E
}

.img-box2 .img1 {
    margin-left: -18%;
    height: 773px;
    margin-right: 72px
}

@media (max-width: 1500px) {
    .img-box2 .img1 {
        margin: 0 72px 0 0
    }
}

@media (max-width: 1299px) {
    .img-box2 .img1 {
        margin: 0 0px 0 0
    }
}

@media (max-width: 1199px) {
    .img-box2 .img1 {
        height: 100%
    }
}

.img-box2 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.about-profile .avater {
    max-width: 64px
}

.about-profile .avater img {
    border-radius: 50%
}

.about-profile .signature {
    margin-bottom: 4px
}

.about-profile .text {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color)
}

.about-btn {
    margin-top: 30px
}

.rounded-img1 img {
    border-radius: 999px;
    max-height: 555px;
    object-fit: cover;
    object-position: center
}

.btn-mr {
    margin-right: -100px
}

@media (max-width: 1199px) {
    .btn-mr {
        margin-right: auto
    }
}

.img-box5 {
    position: relative;
    z-index: 2;
    margin-bottom: 104px
}

@media (max-width: 375px) {
    .img-box5 {
        margin-bottom: 30px
    }
}

.img-box5 .about-img-area {
    background-color: #184040;
    padding: 24px
}

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

.img-box5 .about-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    position: absolute;
    left: 24px;
    bottom: -80px;
    z-index: 2
}

@media (max-width: 1399px) {
    .img-box5 .about-wrapp {
        max-width: 450px
    }
}

@media (max-width: 767px) {
    .img-box5 .about-wrapp {
        background-color: #184040
    }
}

@media (max-width: 375px) {
    .img-box5 .about-wrapp {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px
    }
}

.img-box5 .about-wrapp:before,
.img-box5 .about-wrapp:after {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: 678px;
    height: 245px;
    background: #184040;
    z-index: -1
}

@media (max-width: 1399px) {
    .img-box5 .about-wrapp:before,
    .img-box5 .about-wrapp:after {
        max-width: 550px
    }
}

@media (max-width: 767px) {
    .img-box5 .about-wrapp:before,
    .img-box5 .about-wrapp:after {
        max-width: 100%
    }
}

.img-box5 .about-wrapp:after {
    background: var(--theme-color);
    height: 269px;
    z-index: -2
}

.img-box5 .about-wrapp .box-content {
    padding: 56px 0px;
    max-width: 205px;
    display: block;
    text-align: center
}

@media (max-width: 767px) {
    .img-box5 .about-wrapp .box-content {
        padding-right: 20px
    }
}

@media (max-width: 375px) {
    .img-box5 .about-wrapp .box-content {
        padding: 30px 20px;
        max-width: 100%
    }
}

.img-box5 .about-wrapp .box-content .award {
    text-align: center;
    margin-bottom: 24px
}

.img-box5 .about-wrapp .box-content .box-title {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .img-box5 .about-wrapp .box-content .box-title {
        font-size: 20px
    }
}

.img-box5 .img2 {
    max-height: 347px
}

.img-box5 .img2 img {
    margin-top: 24px
}

.customer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--theme-color);
    border-radius: 24px;
    padding: 20px 51px
}

.customer-box .box-title {
    font-size: 28px;
    color: var(--white-color);
    margin-bottom: 0px
}

.customer-box .box-text {
    color: var(--white-color)
}

@media (max-width: 767px) {
    .customer-box {
        padding: 12px 19px
    }
}

.about-media {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--light-color);
    text-align: left
}

.about-media-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    max-width: 650px
}

@media (max-width: 1199px) {
    .about-media-wrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .about-media-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-media .box-title {
    margin-bottom: 8px
}

.about-media .box-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 99px;
    margin-bottom: 32px
}

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

.img-box7 .img1 img {
    width: 100%;
    height: 633px;
    object-fit: cover
}

@media (max-width: 1399px) {
    .img-box7 .img1 img {
        width: auto
    }
}

@media (max-width: 1399px) {
    .img-box7 .img1 {
        text-align: center
    }
}

@media (max-width: 991px) {
    .img-box7 .img1 img {
        height: auto
    }
}

.img-box7-2 {
    position: relative;
    overflow: hidden
}

.img-box7-2 .img1 {
    height: 100%
}

.img-box7-2 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-box7-2 .about-counter-wrap {
    margin-bottom: 120px
}

@media (max-width: 991px) {
    .img-box7-2 .about-counter-wrap {
        margin-bottom: 80px
    }
}

.img-box7-2 .about-counter-wrap .box-number {
    color: var(--theme-color);
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2222em;
    letter-spacing: 0.02em;
    margin-top: -0.25em;
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .img-box7-2 .about-counter-wrap .box-number {
        font-size: 60px
    }
}

@media (max-width: 991px) {
    .img-box7-2 .about-counter-wrap .box-number {
        font-size: 48px
    }
}

.img-box7-2 .about-counter-wrap .box-text {
    font-size: 24px
}

@media (max-width: 1500px) {
    .img-box7-2 .about-counter-wrap .box-text {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .img-box7-2 .about-counter-wrap .box-text {
        font-size: 18px
    }
}

.img-box7-2 .discount-wrapp {
    position: absolute;
    right: 30px;
    top: 158px
}

.img-box7-2 .discount-wrapp .discount-tag span {
    --rotate-letter: 7.5deg
}

@media (max-width: 1199px) {
    .img-box7-2 {
        margin-top: 40px
    }
}

@media (max-width: 991px) {
    .img-box7-2 {
        margin-top: 60px
    }
    .img-box7-2 .discount-wrapp {
        margin-top: -60px
    }
}

.about-wrap4-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-wrap4-right .about-wrap4-content {
    max-width: 852px
}

@media (max-width: 1500px) {
    .about-wrap4-right .about-wrap4-content {
        max-width: 820px
    }
}

@media (max-width: 1199px) {
    .about-wrap4-right .about-wrap4-content {
        max-width: none
    }
}

@media (max-width: 1199px) {
    .about-wrap4-right {
        display: block
    }
}

.about-author-wrap {
    text-align: center;
    margin-top: 53px
}

.about-author-wrap .thumb {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 18px
}

.about-author-wrap .about-author-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0
}

.about-author-wrap .about-author-desig {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color);
    letter-spacing: 0.02em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.about-author-wrap .about-author-desig:after,
.about-author-wrap .about-author-desig:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #1C4C5A
}

.about-author-wrap .author-sign {
    margin-top: 24px
}

.about-author-wrap.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-author-wrap.style2 .thumb {
    margin-bottom: 0;
    width: 120px
}

.about-author-wrap.style2 .about-author-desig:after,
.about-author-wrap.style2 .about-author-desig:before {
    background: var(--theme-color)
}

.about-author-wrap.style2 .author-sign {
    margin-top: 0
}

.about-wrap4 {
    margin-left: -120px;
    margin-right: -60px
}

.about-wrap4 .about-content-wrap {
    padding: 0 0 94px 57px
}

.about-wrap4 .about-content-wrap .title-area {
    max-width: 687px
}

@media (max-width: 1199px) {
    .about-wrap4 .about-content-wrap .title-area {
        max-width: none
    }
}

@media (min-width: 1922px) {
    .about-wrap4 {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1500px) {
    .about-wrap4 {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 1399px) {
    .about-wrap4 .about-content-wrap {
        padding-left: 0
    }
}

.about-room-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--light-color2);
    overflow: hidden
}

.about-room-card .box-img {
    width: 402px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-room-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-room-card .box-content {
    padding: 56px 52px 123px 48px
}

@media (max-width: 991px) {
    .about-room-card .box-content {
        padding: 48px
    }
}

@media (max-width: 575px) {
    .about-room-card .box-content {
        padding: 30px
    }
}

.about-room-card .box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--body-bg);
    margin-bottom: 24px
}

.about-room-card .box-icon img {
    width: 32px
}

.about-room-card .box-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px
}

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

.about-room-card .box-text {
    line-height: 1.75em
}

@media (max-width: 991px) {
    .about-room-card {
        display: block
    }
    .about-room-card .box-img {
        width: 100%;
        margin-bottom: 0
    }
}

.about-room-slider .slider-pagination {
    position: absolute;
    bottom: 42px;
    left: 87px
}

@media (max-width: 991px) {
    .about-room-slider .slider-pagination {
        left: 0;
        bottom: 0;
        position: relative;
        margin-top: 50px
    }
}

.img-box8 {
    position: relative;
    display: inline-block
}

.img-box8 img {
    border-radius: 50%
}

.img-box8:after {
    content: '';
    position: absolute;
    inset: -38px;
    border-radius: 50%;
    padding: 1px;
    background: -webkit-linear-gradient(left, var(--white-color), var(--light-color2) 50%);
    background: linear-gradient(to right, var(--white-color), var(--light-color2) 50%);
    -webkit-mask: -webkit-linear-gradient(white, white) content-box, -webkit-linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite
}

.img-box8 .discount-wrapp {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width: 1399px) {
    .img-box8 {
        margin: 38px
    }
}

@media (max-width: 991px) {
    .img-box8:before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--black-color);
        opacity: 0.4;
        border-radius: 50%
    }
    .img-box8 .discount-wrapp {
        right: 50%
    }
}

.about-card8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--light-color2);
    padding: 32px;
    gap: 36px;
    height: 100%;
}

.about-card8 .box-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.about-card8 .box-img img {
    height: 100%;
    object-fit: cover
}

.about-card8 .box-content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.about-card8 .box-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 7px
}

.about-card8 .box-text {
    font-size: 18px;
    letter-spacing: 0.02em
}

.about-card8 .th-btn2 {
    margin-top: 40px
}

@media (max-width: 767px) {
    .about-card8 {
        display: block
    }
    .about-card8 .box-img {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .about-card8 {
        padding: 24px 24px 30px
    }
    .about-card8 .box-title {
        font-size: 24px;
        margin-bottom: 15px
    }
    .about-card8 .box-text {
        font-size: 16px
    }
    .about-card8 .th-btn2 {
        margin-top: 30px
    }
}

.th-team {
    position: relative
}

.th-team .box-img {
    position: relative
}

.th-team .box-desig {
    display: block;
    margin-bottom: -0.4em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: var(--theme-color)
}

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

.th-team .th-social a {
    --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--theme-color)
}

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

.th-team .box-title {
    margin-bottom: 0
}

.team-card {
    position: relative;
    text-align: center
}

.team-card .box-img {
    margin-bottom: 30px
}

.team-card .box-desig {
    color: var(--white-color)
}

.team-card .box-title {
    color: var(--white-color);
    margin-bottom: 8px;
    font-weight: 600
}

.team-card.active .box-img img,
.team-card:hover .box-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.team-member-area {
    max-width: 544px;
    display: block;
    margin: auto;
    background: #181A1E
}

@media (max-width: 1299px) {
    .team-member-area {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .team-member-area {
        margin: 40px 0
    }
}

.team-content {
    padding: 120px 74px 85px
}

@media (max-width: 991px) {
    .team-content {
        padding: 80px 30px
    }
}

.team-content .sec-text {
    margin-bottom: -0.4rem
}

.experience-stuff .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 991px) {
    .experience-stuff .box-content {
        padding: 40px
    }
}

@media (max-width: 375px) {
    .experience-stuff .box-content {
        padding: 40px 20px
    }
}

.experience-stuff .box-title {
    font-size: 40px
}

@media (max-width: 767px) {
    .experience-stuff .box-title {
        font-size: 30px
    }
}

.experience-stuff .box-text {
    max-width: 415px;
    display: block;
    margin: auto auto 40px auto
}

.experience-img .box-img img {
    height: 100%
}

.about-card {
    margin-left: 50px
}

@media (max-width: 1299px) {
    .about-card {
        margin-left: 0
    }
}

.about-card .box-desig {
    color: var(--theme-color);
    margin-bottom: 0
}

.about-card hr {
    margin: 33px 0;
    color: inherit;
    background-color: var(--th-border-color);
    opacity: 1
}

.team-counter {
    text-align: center;
    border: 1px solid #C6C9D4;
    border-radius: 8px;
    padding: 53px 10px
}

.team-counter-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px
}

@media (max-width: 1299px) {
    .team-counter-wrap {
        gap: 24px
    }
}

@media (max-width: 1199px) {
    .team-counter-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 375px) {
    .team-counter-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.team-counter .box-title {
    font-size: 40px;
    margin-bottom: 2px
}

.team-counter .box-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color)
}

.team-author {
    background-color: #181A1E;
    border-radius: 16px
}

.team-author .box-img {
    background-color: #181A1E;
    border-radius: 16px 16px 0 0
}

.team-author .box-img img {
    border-radius: 16px 16px 0 0
}

.team-author .box-content {
    background-color: #24272E;
    padding: 25px 48px
}

@media (max-width: 1299px) {
    .team-author .box-content {
        padding: 20px 25px
    }
}

.team-author .box-content .box-title {
    font-size: 28px
}

@media (max-width: 1299px) {
    .team-author .box-content .box-title {
        font-size: 20px
    }
}

.team-author .box-content .box-desig {
    font-size: 18px;
    color: var(--white-color)
}

@media (max-width: 1299px) {
    .team-author .box-content .box-desig {
        font-size: 16px
    }
}

.team-author .th-social a {
    --icon-size: 32px;
    font-size: 16px;
    color: var(--white-color);
    border: 1px solid #C6C9D4;
    background-color: transparent
}

.team-author .th-social a:hover {
    border-color: var(--theme-color)
}

.team-info-list {
    padding: 48px
}

@media (max-width: 1299px) {
    .team-info-list {
        padding: 40px 20px
    }
}

.team-info-list .info-box {
    display: block
}

.team-info-list .info-box:not(:last-child) {
    border-bottom: 1px solid #C6C9D4;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.team-info-list .info-box .box-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    z-index: 2;
    padding-left: 10px
}

.team-info-list .info-box .box-title:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 13px;
    background-color: var(--theme-color)
}

.contact-info-area {
    position: relative;
    z-index: 3
}

.contact-info {
    background-color: #24272E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 72px;
    gap: 72px;
    width: 100%
}

@media (max-width: 1699px) {
    .contact-info {
        gap: 50px
    }
}

@media (max-width: 1500px) {
    .contact-info {
        padding: 72px 40px;
        gap: 30px
    }
}

@media (max-width: 1199px) {
    .contact-info {
        padding: 50px 20px
    }
}

@media (max-width: 991px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.contact-info-wrapp {
    background-color: var(--black-color2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1299px) {
    .contact-info-wrapp {
        display: block
    }
}

.team-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.team-contact-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 72px 88px;
    min-width: 446px
}

@media (max-width: 1500px) {
    .team-contact-title {
        min-width: 350px
    }
}

@media (max-width: 1399px) {
    .team-contact-title {
        min-width: 250px;
        padding: 72px 10px
    }
}

@media (max-width: 1199px) {
    .team-contact-title {
        padding: 50px 20px
    }
}

.team-contact-title .box-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .team-contact-title .box-title {
        font-size: 25px
    }
}

.team-contact .icon-btn {
    --btn-size: 70px;
    min-width: 70px;
    font-size: 25px;
    background-color: transparent;
    border: 1px solid #C6C9D4;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

.team-contact .box-text {
    max-width: 230px
}

.team-contact .box-text a {
    color: inherit;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.team-contact .box-text a:hover {
    color: var(--theme-color)
}

.team-contact .box-title {
    margin-bottom: 2px
}

@media (max-width: 1500px) {
    .team-contact .box-title {
        font-size: 20px
    }
}

.skill-feature {
    text-align: left
}

.skill-feature:not(:last-child) {
    margin-bottom: 30px
}

.skill-feature .box-title,
.skill-feature .progress-value {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -0.3em;
    font-family: var(--title-font);
    color: var(--title-color)
}

.skill-feature .progress {
    position: relative;
    height: 6px;
    background-color: var(--th-border-color);
    overflow: visible;
    border-radius: 0;
    border-radius: 9px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 100%;
    border-radius: inherit;
    overflow: visible;
    position: relative
}

.skill-feature .progress-value {
    position: absolute;
    top: -30px;
    right: -8px
}

.box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.testi-card {
    position: relative;
    padding: 90px 20px 90px 0px
}

@media (max-width: 991px) {
    .testi-card.style2 {
        padding: 0
    }
}

.testi-card.style2 .box-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    max-width: calc(100% - 30px)
}

@media (max-width: 991px) {
    .testi-card.style2 .box-img {
        position: relative;
        max-width: 100%
    }
}

.testi-card.style2 .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.2), rgba(24, 26, 30, 0.2));
    z-index: 1
}

.testi-card.style2 .box-wrapp {
    margin-right: 130px
}

@media (max-width: 1699px) {
    .testi-card.style2 .box-wrapp {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .testi-card.style2 .box-wrapp {
        max-width: 100%;
        margin: 0
    }
}

@media (max-width: 991px) {
    .testi-card.style2 .box-content {
        width: 100%;
        margin: 0
    }
}

.testi-card .box-wrapp {
    position: relative;
    max-width: 644px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto;
    z-index: 9
}

@media (max-width: 375px) {
    .testi-card .box-wrapp {
        display: block;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%
    }
}

.testi-card .box-left {
    background-color: var(--theme-color)
}

.testi-card .box-left .box-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    padding: 70px 33px;
    margin: 0
}

@media (max-width: 375px) {
    .testi-card .box-left .box-title {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        padding: 20px
    }
}

.testi-card .box-text {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: -0.3rem
}

.testi-card .box-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    max-width: calc(100% - 32px)
}

.testi-card .box-img img {
    height: 100%;
    object-fit: cover
}

.testi-card .box-content {
    padding: 32px 32px 32px 50px;
    position: relative;
    z-index: 3;
    width: 544px;
    background: rgba(24, 26, 30, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media (max-width: 1199px) {
    .testi-card .box-content {
        padding: 32px 32px 32px 32px
    }
}

@media (max-width: 375px) {
    .testi-card .box-content {
        width: 100%
    }
}

.testi-card .box-review {
    color: #FFA944;
    font-size: 18px;
    margin-bottom: 13px
}

.testi-card .box-review i {
    margin-right: 8px
}

.testi-card .box-review i:last-child {
    margin-right: 0
}

.testi-card .box-profile {
    border-top: 1px solid #666666;
    padding-top: 28px;
    margin-top: 50px;
    max-width: 400px
}

@media (max-width: 1299px) {
    .testi-card .box-profile {
        max-width: 250px
    }
}

.testi-card .box-avater {
    max-width: 72px;
    border-radius: 99px;
    overflow: hidden
}

.testi-card .box-title {
    color: var(--white-color);
    margin-bottom: 2px
}

@media (max-width: 1299px) {
    .testi-card .box-title {
        font-size: 20px
    }
}

.testi-card .box-desig {
    margin-bottom: -0.45em
}

.testi-card .box-quote {
    position: absolute;
    right: 32px;
    bottom: 115px
}

@media (max-width: 575px) {
    .testi-card .box-quote {
        right: 0
    }
}

@media (max-width: 375px) {
    .testi-card {
        padding: 0
    }
    .testi-card .box-img {
        display: none
    }
    .testi-card .box-text {
        font-size: 16px
    }
    .testi-card .box-title {
        font-size: 21px
    }
    .testi-card .box-content {
        padding: 20px
    }
}

.testiSlider1 {
    margin: 0 -50px 0 100px !important
}

@media (max-width: 1299px) {
    .testiSlider1 {
        margin: 0 -50px 0 0px !important
    }
}

@media (max-width: 375px) {
    .testiSlider1 {
        margin: 0 !important
    }
}

.testiSlider1 .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 120px 0 0
}

@media (max-width: 1299px) {
    .testiSlider1 .slider-controller {
        padding: 0 50px 0 0
    }
}

@media (max-width: 375px) {
    .testiSlider1 .slider-controller {
        padding: 0
    }
}

.testiSlider1 .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testi-area2.arrow-wrap .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.testi-area2.arrow-wrap .slider-arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testiSlider2 .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testiSlider3 .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testiSlider3 .swiper-slide.swiper-slide-active .testi-box.style2 .box-quote {
    opacity: 1
}

.testiSlider3 .swiper-slide.swiper-slide-active .testi-box.style2 .box-text {
    opacity: 1
}

.testiSlider3 .swiper-slide.swiper-slide-active .testi-box.style2 .box-wrapper {
    background-color: #112E2E
}

.testiSlider3 .slider-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.testiSlider4 .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testiSlider4 .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.testiSlider4 .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testiSlider3-1 .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testiSlider3-1 .swiper-slide.swiper-slide-active .testi-box.style2 .box-quote {
    opacity: 1
}

.testiSlider3-1 .swiper-slide.swiper-slide-active .testi-box.style2 .box-text {
    opacity: 1
}

.testiSlider3-1 .swiper-slide.swiper-slide-active .testi-box.style2 .box-wrapper {
    background-color: var(--body-bg)
}

.testiSlider3-1 .slider-arrow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.testi-box {
    position: relative;
    background: #181A1E;
    border: 1px solid #4D4D4D;
    padding: 50px 33px;
    text-align: center;
    margin-top: 50px
}

.testi-box.style2 {
    background-color: transparent;
    text-align: left;
    border: none;
    margin: 0;
    padding: 0
}

.testi-box.style2 .box-quote {
    margin-bottom: 22px;
    opacity: 10%;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-box.style2 .box-text {
    opacity: 10%;
    margin-right: 30px;
    margin-bottom: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.testi-box.style2 .box-desig {
    color: var(--body-color)
}

.testi-box.style2 .box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #112E2E;
    padding: 19px 32px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 375px) {
    .testi-box.style2 .box-wrapper {
        padding: 16px 20px
    }
}

.testi-box.style2 .box-avater {
    position: relative;
    top: unset;
    right: 0;
    width: 92px;
    height: 92px
}

@media (max-width: 480px) {
    .testi-box.style2 .box-avater {
        width: 80px;
        height: 80px
    }
}

.testi-box.style2 .box-avater img {
    padding: 4px
}

.testi-box.style2 .box-avater .ratting {
    top: unset;
    bottom: 0;
    text-align: center;
    background-color: #112E2E;
    border: 1px solid #D2B25F;
    border-radius: 28px
}

.testi-box.style2 .box-avater .ratting i {
    color: var(--theme-color)
}

.testi-box.style2 .box-avater .ratting .title {
    color: var(--white-color)
}

@media (max-width: 375px) {
    .testi-box.style2 .box-title {
        font-size: 20px
    }
}

.testi-box .box-avater {
    position: absolute;
    top: -50px;
    right: 56px;
    width: 110px;
    height: 110px;
    background-color: var(--white-color);
    border-radius: 50%
}

@media (max-width: 480px) {
    .testi-box .box-avater {
        width: 80px;
        height: 80px
    }
}

.testi-box .box-avater img {
    border-radius: 50%;
    padding: 7px
}

@media (max-width: 480px) {
    .testi-box .box-avater img {
        padding: 3px
    }
}

.testi-box .box-avater .ratting {
    position: absolute;
    top: 0;
    right: -20px;
    width: 48px;
    height: 48px;
    background-color: var(--white-color);
    border-radius: 28px
}

.testi-box .box-avater .ratting i {
    font-size: 16px;
    color: #FFA318;
    margin-bottom: 0
}

.testi-box .box-avater .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #0B0B0C;
    display: block;
    margin-top: -0.4rem
}

.testi-box .box-quote {
    margin-bottom: 30px
}

.testi-box .box-text {
    font-weight: 400;
    font-size: 20px;
    color: #D8DBDC;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .testi-box .box-text {
        font-size: 18px
    }
}

.testi-box .box-review {
    color: var(--theme-color);
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -4px
}

.testi-box .box-review i {
    margin-right: 8px
}

.testi-box .box-review i:last-child {
    margin-right: 0
}

.testi-box .box-title {
    color: var(--white-color);
    margin-bottom: 0px
}

.testi-box .box-desig {
    color: var(--white-color);
    margin-bottom: -0.45em
}

.testi-sec3 {
    background-color: var(--title-color);
    background-size: auto;
    background-position: top left;
    overflow: hidden
}

.testi-img1 {
    margin-right: -300px
}

@media (max-width: 1199px) {
    .testi-img1 {
        margin-right: 0
    }
}

.testi-img1 img {
    width: 100%
}

.testi-grid {
    position: relative;
    z-index: 2
}

.testi-grid.style2 .box-profile {
    background-color: var(--black-color2)
}

@media (max-width: 1399px) {
    .testi-grid.style2 .box-profile {
        gap: 7px
    }
}

@media (max-width: 1299px) {
    .testi-grid.style2 .box-avater {
        min-width: 230px
    }
}

.testi-grid.style2 .box-text {
    font-size: 20px
}

@media (max-width: 1399px) {
    .testi-grid.style2 .box-text {
        font-size: 18px
    }
}

@media (max-width: 1299px) {
    .testi-grid.style2 .box-text {
        font-size: 16px
    }
}

.testi-grid .box-profile {
    background-color: #0B0B0C
}

@media (max-width: 767px) {
    .testi-grid .box-profile {
        display: block
    }
}

.testi-grid .box-avater {
    min-width: 273px;
    height: 100%;
    border-left: 9px solid var(--theme-color)
}

.testi-grid .box-avater img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testi-grid .box-text {
    padding: 45px 25px;
    font-size: 20px
}

@media (max-width: 1500px) {
    .testi-grid .box-text {
        padding: 35px 25px
    }
}

@media (max-width: 1399px) {
    .testi-grid .box-text {
        font-size: 18px;
        padding: 20px 20px 25px 20px
    }
}

.testi-grid .box-quote {
    position: absolute;
    right: 37px;
    bottom: 70px
}

.testi-grid .box-review {
    margin: 25px 0 7px 0;
    font-size: 16px
}

.testi-grid .box-title {
    font-family: var(--body-font);
    margin-bottom: 0
}

.counter-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.counter-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.counter-card-wrap.style2 .divider {
    background-color: #666666
}

.counter-card-wrap.style3 {
    padding: 90px 103px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #24272E
}

@media (max-width: 1399px) {
    .counter-card-wrap.style3 {
        padding: 80px 30px
    }
}

@media (max-width: 1199px) {
    .counter-card-wrap.style3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        padding: 30px
    }
    .counter-card-wrap.style3 .divider {
        display: none
    }
}

@media (max-width: 575px) {
    .counter-card-wrap.style3 {
        display: block
    }
}

.counter-card-wrap.style3 .divider {
    width: 1px;
    height: 88px;
    background-color: var(--theme-color)
}

.counter-card-wrap .divider {
    width: 1px;
    height: 60px;
    background-color: #333333
}

.counter-card-wrap .divider:last-of-type {
    display: none
}

.counter-card-wrap.style2 {
    max-width: 506px
}

@media (max-width: 1399px) {
    .counter-card-wrap.style2 {
        max-width: 100%
    }
}

.counter-card.style2 {
    text-align: center
}

@media (max-width: 1199px) {
    .counter-card.style2 {
        padding: 50px;
        border-right: 1px solid var(--theme-color);
        border-bottom: 1px solid var(--theme-color)
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .counter-card.style2 {
        padding: 30px
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .counter-card.style2 {
        border: none;
        display: block
    }
}

@media (max-width: 1199px) {
    .counter-card.style2:nth-child(3) {
        border-right-color: transparent
    }
    .counter-card.style2:nth-child(5) {
        border-bottom-color: transparent
    }
    .counter-card.style2:nth-child(7) {
        border-right-color: transparent;
        border-bottom-color: transparent
    }
}

.counter-card.style2 .box-number {
    font-size: 57px;
    line-height: 57px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -0.2em
}

@media (max-width: 1199px) {
    .counter-card.style2 .box-number {
        font-size: 40px
    }
}

.counter-card.style2 .box-text {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px
}

@media (max-width: 1299px) {
    .counter-card.style2 .box-text {
        font-size: 20px
    }
}

@media (max-width: 1199px) {
    .counter-card.style2 .box-text {
        font-size: 18px
    }
}

.counter-card .box-number {
    font-size: 40px;
    line-height: 50px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: -0.2em
}

.counter-card .box-text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 18px
}

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

@media (max-width: 991px) {
    .counter-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 20px
    }
    .counter-card .box-number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 18px);
        -webkit-flex: calc(50% - 18px);
        -ms-flex: calc(50% - 18px);
        flex: calc(50% - 18px);
        padding-left: 10px;
        padding-right: 10px
    }
    .counter-card-wrap {
        position: relative;
        gap: 32px
    }
    .counter-card-wrap .divider {
        display: none
    }
}

@media (max-width: 575px) {
    .counter-card {
        -webkit-box-flex: calc(50% - 10px);
        -webkit-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px)
    }
    .counter-card-wrap {
        gap: 36px 20px
    }
}

@media (max-width: 480px) {
    .counter-card {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .counter-card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.counter-area-2 {
    border-top: 1px solid #1C4C5A;
    border-bottom: 1px solid #1C4C5A
}

.blog-card {
    position: relative;
    z-index: 2
}

.blog-card .blog-img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 24px
}

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

.blog-card .blog-content {
    padding: 0 8px 12px 8px
}

.blog-card .box-title {
    margin-bottom: 30px;
    font-weight: 600
}

@media (max-width: 1500px) {
    .blog-card .box-title {
        font-size: 22px
    }
}

.blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-card .box-title a:hover {
    background-size: 100% 2px
}

.blog-card .blog-meta {
    margin: -0.4em 0 15px 0
}

.blog-card .blog-meta span,
.blog-card .blog-meta a {
    color: var(--theme-color)
}

.blog-card .blog-meta span>i,
.blog-card .blog-meta a>i {
    color: var(--theme-color)
}

.blog-card.style2 {
    padding: 48px;
    border: 1px solid #4D4D4D
}

@media (max-width: 1199px) {
    .blog-card.style2 {
        padding: 30px
    }
}

@media (max-width: 375px) {
    .blog-card.style2 {
        padding: 20px
    }
}

.blog-card.style2 .blog-meta {
    margin-bottom: 25px
}

.blog-card.style2 .blog-meta .date {
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    padding: 0;
    margin: 0
}

.blog-card.style2 .blog-meta .date:after {
    display: none
}

.blog-card.style2 .blog-meta .meta-title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    text-transform: uppercase;
    z-index: 2;
    padding-left: 55px
}

.blog-card.style2 .blog-meta .meta-title:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    width: 40px;
    height: 1px;
    background: var(--theme-color)
}

.blog-card.style2 .box-title {
    font-size: 28px;
    font-weight: 700;
    max-width: 531px
}

.blog-card.style2 .box-text {
    color: #D8DBDC;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px
}

.blog-card.style3 {
    padding: 48px;
    border: 2px solid #184040
}

@media (max-width: 1199px) {
    .blog-card.style3 {
        padding: 30px
    }
}

.blog-card.style3 .blog-meta {
    margin-bottom: 25px
}

.blog-card.style3 .blog-meta .date {
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.blog-card.style3 .blog-meta .date:after {
    display: none
}

.blog-card.style3 .blog-meta .meta-title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-color);
    text-transform: uppercase;
    z-index: 2;
    padding-left: 55px
}

.blog-card.style3 .blog-meta .meta-title:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 5px;
    width: 40px;
    height: 1px;
    background: var(--theme-color)
}

.blog-card.style3 .box-title {
    font-size: 28px;
    font-weight: 700;
    max-width: 531px
}

.blog-card.style3 .box-text {
    color: #D8DBDC;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px
}

@media (max-width: 1399px) {
    .blog-card.style3 .box-text {
        font-size: 16px
    }
}

.blog-card.style3 .th-btn {
    border: 1px solid var(--white-color)
}

.blog-card.style3 .th-btn:hover {
    border-color: transparent
}

.blog-card.style4 {
    background: var(--light-color2)
}

.blog-card.style4 .blog-img {
    margin-bottom: 0
}

.blog-card.style4 .blog-meta {
    margin-bottom: 18px
}

.blog-card.style4 .blog-meta i {
    color: var(--white-color)
}

.blog-card.style4 .blog-meta a:after {
    background: var(--tertiary-color)
}

.blog-card.style4 .box-title {
    margin-bottom: 32px
}

.blog-card.style4 .blog-content {
    padding: 40px
}

@media (max-width: 1299px) {
    .blog-card.style4 .blog-content {
        padding: 30px
    }
}

.blog-card.style4 .th-btn2 {
    border-color: var(--white-color);
    padding: 11px 24px
}

.blog-card:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1299px) {
    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 1199px) {
    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .blog-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 410px) {
    .blog-card .box-title {
        font-size: 22px
    }
}

@media (max-width: 350px) {
    .blog-card .box-title {
        font-size: 20px
    }
}

.blog-box {
    position: relative;
    z-index: 2;
    padding-bottom: 130px;
    margin-bottom: 39px
}

.blog-box .blog-img {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    -webkit-mask-image: url('data:image/svg+xml,<svg width="424" height="495" viewBox="0 0 424 495" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H118H271H333.475C342.415 0 350.947 3.73938 357.005 10.3127L415.53 73.8103C420.976 79.7194 424 87.4614 424 95.4976V495H0V0Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="424" height="495" viewBox="0 0 424 495" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H118H271H333.475C342.415 0 350.947 3.73938 357.005 10.3127L415.53 73.8103C420.976 79.7194 424 87.4614 424 95.4976V495H0V0Z" fill="white"/></svg>');
    -webkit-mask-size: 100%;
    mask-size: 100%
}

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

.blog-box .blog-content {
    padding: 32px 28px 64px 32px;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    z-index: 3
}

.blog-box .blog-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 64, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    z-index: -1
}

.blog-box .box-title {
    font-size: 22px;
    color: var(--white-color);
    margin-bottom: -0.2em;
    font-weight: 600
}

.blog-box .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-box .box-title a:hover {
    background-size: 100% 2px
}

.blog-box .blog-meta {
    margin: -0.4em 0 15px 0
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
    color: var(--white-color)
}

.blog-box .blog-meta span>i,
.blog-box .blog-meta a>i {
    color: var(--theme-color)
}

.blog-box .blog-meta span:after,
.blog-box .blog-meta a:after {
    display: none
}

.blog-box .box-btn {
    position: absolute;
    bottom: -39px;
    left: calc(50% - 34px)
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 1299px) {
    .blog-box .box-title {
        font-size: 22px
    }
}

@media (max-width: 1199px) {
    .blog-box .box-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .blog-box .box-title {
        font-size: 20px
    }
    .blog-box .blog-content {
        padding: 24px 24px 48px 24px
    }
}

@media (max-width: 767px) {
    .blog-box .box-title {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .blog-box .box-title {
        font-size: 22px
    }
}

@media (max-width: 350px) {
    .blog-box .box-title {
        font-size: 20px
    }
}

.blog-grid {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.blog-grid:after,
.blog-grid:before {
    content: "";
    box-shadow: inset 30px 30px 0 0 var(--body-bg);
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 24px;
    top: 43px;
    right: -30px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3
}

.blog-grid:before {
    top: -30px;
    right: 43px
}

.blog-grid .blog-img {
    display: block;
    border-radius: 24px;
    overflow: hidden
}

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

.blog-grid .blog-content {
    padding: 32px 28px 32px 32px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 3
}

.blog-grid .blog-content:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 64, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    z-index: -1
}

.blog-grid .box-title {
    font-size: 22px;
    color: var(--white-color);
    margin-bottom: -0.2em;
    font-weight: 600
}

.blog-grid .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 2px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

.blog-grid .box-title a:hover {
    background-size: 100% 2px
}

.blog-grid .blog-meta {
    margin: -0.4em 0 15px 0
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
    color: var(--white-color)
}

.blog-grid .blog-meta span>i,
.blog-grid .blog-meta a>i {
    color: var(--theme-color)
}

.blog-grid .blog-meta span:after,
.blog-grid .blog-meta a:after {
    display: none
}

.blog-grid .icon-btn {
    --btn-size: 66px;
    font-size: 26px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4
}

.blog-grid .icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: var(--light-color);
    border: 8px solid var(--body-bg);
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.blog-grid .icon-btn:hover:after {
    background-color: var(--title-color)
}

.blog-grid:hover .blog-img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

@media (max-width: 375px) {
    .blog-grid .box-title {
        font-size: 20px
    }
    .blog-grid .blog-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 20px
    }
}

.brand-sec {
    background-color: #E9F5ED
}

.brand-area {
    background-color: var(--smoke-color2);
    padding: 60px 0
}

.brand-area2 {
    position: relative;
    z-index: 2
}

.brand-area2 .dot-shape1,
.brand-area2 .dot-shape2 {
    position: absolute;
    left: 0;
    background-color: #0B0B0C;
    width: 100%;
    height: 32px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: top center;
    mask-position: top center
}

.brand-area2 .dot-shape1 {
    top: -16px
}

.brand-area2 .dot-shape2 {
    bottom: -16px;
    -webkit-mask-position: bottom center;
    mask-position: bottom center
}

.brand-area3 {
    position: relative;
    z-index: 2;
    background-color: #184040
}

.brand-area3 .dot-shape1,
.brand-area3 .dot-shape2 {
    position: absolute;
    left: 0;
    background-color: #112E2E;
    width: 100%;
    height: 32px;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x
}

.brand-area3 .dot-shape1 {
    top: -16px
}

.brand-area3 .dot-shape2 {
    bottom: -16px;
    -webkit-mask-position: bottom center;
    mask-position: bottom center
}

.brand-area4 {
    position: relative;
    z-index: 2;
    padding: 80px 90px
}

.brand-area4 .dot-shape1,
.brand-area4 .dot-shape2 {
    position: absolute;
    left: 0;
    background-color: #0B0B0C;
    width: 100%;
    height: 32px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: top center;
    mask-position: top center
}

.brand-area4 .dot-shape1 {
    top: -16px
}

.brand-area4 .dot-shape2 {
    bottom: -16px;
    -webkit-mask-position: bottom center;
    mask-position: bottom center
}

.brand-title {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.brand-slider2 {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.brandSlider1 {
    max-width: 520px;
    display: block;
    margin-right: 0
}

@media (max-width: 1199px) {
    .brandSlider1 {
        margin-right: auto
    }
}

.brand-slider {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(21.3px);
    backdrop-filter: blur(21.3px);
    border-radius: 30px;
    padding: 30px 60px;
    margin-top: 120px
}

@media (max-width: 575px) {
    .brand-slider {
        padding: 30px 20px
    }
}

.brand-item {
    width: 217px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: auto
}

@media (max-width: 1199px) {
    .brand-item {
        margin-right: auto
    }
}

.brand-item.style2 {
    height: 40px
}

.brand-item:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.brand-item:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.brand-item img {
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.brand-item img.gray {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.brand-item img.original {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.brand-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 13px;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-sec3 {
    position: relative;
    margin: -60px 100px 0 0;
    -webkit-clip-path: path("M100 0H1820V200H0L100 0Z");
    clip-path: path("M100 0H1820V200H0L100 0Z");
    z-index: 2
}

.brand-sec3 .container {
    --main-container: 1570px
}

@media (min-width: 1930px) {
    .brand-sec3 {
        -webkit-clip-path: path("M183.132 0H3333V200H0L183.132 0Z");
        clip-path: path("M183.132 0H3333V200H0L183.132 0Z")
    }
}

@media (max-width: 1500px) {
    .brand-sec3 {
        margin: -60px 0 0 0
    }
}

@media (max-width: 1299px) {
    .brand-sec3 {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.brand-text {
    max-width: 576px;
    display: block;
    margin: auto
}

.brandSlider6 .swiper-wrapper {
    gap: 35px 0
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    display: inline-block
}

.checklist.list-two-column ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px
}

@media (max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: auto
    }
    .checklist.list-two-column ul li {
        text-align: initial
    }
}

.checklist.list-four-column ul {
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
    gap: 0 60px
}

@media (max-width: 1500px) {
    .checklist.list-four-column ul {
        gap: 0 30px
    }
}

@media (max-width: 1399px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 1199px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto auto
    }
    .checklist.list-four-column ul li {
        text-align: initial
    }
}

@media (max-width: 575px) {
    .checklist.list-four-column ul {
        grid-template-columns: auto
    }
}

.checklist li {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.checklist li:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%23BF930F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%23BF930F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: relative;
    top: 3px
}

.checklist li>i {
    color: var(--theme-color)
}

.checklist li:not(:last-child) {
    margin-bottom: 12px
}

.checklist.fw-regular li {
    font-weight: 400
}

@media (max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 40px
    }
}

.check-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.check-list li {
    margin-bottom: 10px
}

.check-list li:last-child {
    margin-bottom: 0
}

.check-list li>i {
    color: var(--theme-color);
    margin-right: 5px
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2)
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3)
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.box-img {
    overflow: hidden
}

.box-img img {
    width: 100%;
    -webkit-transition: 1.3s all ease;
    transition: 1.3s all ease;
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.th-video {
    position: relative;
    border-radius: 10px
}

.th-video img {
    border-radius: inherit
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rounded-10 {
    border-radius: 10px
}

.rounded-12 {
    border-radius: 12px
}

.rounded-20 {
    border-radius: 20px
}

@media (max-width: 767px) {
    .rounded-20 {
        border-radius: 10px
    }
}

.rounded-30 {
    border-radius: 30px
}

@media (max-width: 767px) {
    .rounded-30 {
        border-radius: 15px
    }
}

.rounded-24 {
    border-radius: 24px
}

@media (max-width: 767px) {
    .rounded-24 {
        border-radius: 15px
    }
}

.rounded-50 {
    border-radius: 50px
}

@media (max-width: 767px) {
    .rounded-50 {
        border-radius: 20px
    }
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px
}

@media (max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }
    p.mb-45 {
        margin-bottom: 38px
    }
}

.choose-feature {
    background-color: var(--white-color);
    box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.32);
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    padding: 24px;
    text-align: left
}

.choose-feature-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px
}

@media (max-width: 1199px) {
    .choose-feature-wrap {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .choose-feature-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 767px) {
    .choose-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.choose-feature .box-title {
    margin: -0.24em 0;
    max-width: 190px
}

.choose-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.video-area {
    position: relative;
    z-index: 1
}

.video-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    z-index: -1
}

.booking-area2 {
    position: relative;
    z-index: 2
}

.booking-area2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.7), rgba(15, 16, 19, 0.7));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.7), rgba(15, 16, 19, 0.7));
    z-index: -1
}

.why-wrap1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--light-color2)
}

.why-wrap1 .why-img-box1 {
    width: 50%
}

.why-wrap1 .why-img-box1 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media (max-width: 1399px) {
    .why-wrap1 .why-img-box1 {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.why-wrap1 .why-wrap-content {
    padding: 120px;
    width: 50%
}

@media (max-width: 1500px) {
    .why-wrap1 .why-wrap-content {
        padding: 120px 80px
    }
}

@media (max-width: 1399px) {
    .why-wrap1 .why-wrap-content {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 991px) {
    .why-wrap1 .why-wrap-content {
        padding: 80px 60px
    }
}

@media (max-width: 575px) {
    .why-wrap1 .why-wrap-content {
        padding: 80px 30px
    }
}

.why-wrap1 .why-grid-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.why-wrap1 .why-grid-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.why-wrap1 .why-grid-list .box-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--body-bg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.why-wrap1 .why-grid-list .box-icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99)
}

.why-wrap1 .why-grid-list .box-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color)
}

@media (max-width: 767px) {
    .why-wrap1 .why-grid-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 1299px) {
    .why-wrap1 {
        display: block
    }
}

.faq-accordion {
    max-width: 970px;
    display: block;
    margin: auto
}

.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    background-color: #181A1E;
    position: relative;
    z-index: 3
}

.accordion-card:not(:last-child) {
    margin-bottom: 24px
}

.accordion-card .accordion-button {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: transparent;
    letter-spacing: 0.02em;
    color: var(--body-color);
    padding: 48px;
    min-height: 116px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

@media (max-width: 767px) {
    .accordion-card .accordion-button {
        font-size: 20px;
        padding: 30px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button {
        padding: 20px 40px 20px 20px
    }
}

.accordion-card .accordion-button:after {
    content: "\2b";
    height: 100%;
    width: auto;
    line-height: 1;
    background-color: transparent;
    background-image: none;
    font-family: var(--icon-font);
    color: var(--body-color);
    font-weight: 500;
    font-size: 20px;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.accordion-card .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding: 48px 48px 15px 48px;
    min-height: auto
}

@media (max-width: 767px) {
    .accordion-card .accordion-button:not(.collapsed) {
        padding: 30px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-button:not(.collapsed) {
        padding: 20px 40px 20px 20px
    }
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: "\f068";
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0 48px 48px 48px
}

@media (max-width: 767px) {
    .accordion-card .accordion-body {
        padding: 0 30px 30px 30px
    }
}

@media (max-width: 575px) {
    .accordion-card .accordion-body {
        padding: 0px 40px 20px 20px
    }
}

.accordion-card .faq-text {
    margin-bottom: -0.48em
}

.feature-card {
    position: relative;
    background: #181A1E;
    padding: 60px 44px;
    text-align: center;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1399px) {
    .feature-card {
        padding: 40px 30px
    }
}

.feature-card .feature-shape {
    position: absolute;
    inset: 0;
    top: -10%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.feature-card .box-title {
    margin-bottom: 10px
}

.feature-card .box-icon {
    width: 138px;
    height: 138px;
    line-height: 138px;
    display: block;
    margin: auto auto 20px auto;
    text-align: center;
    background: #0B0B0C;
    border-radius: 99px;
    position: relative;
    z-index: 3
}

.feature-card .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.feature-card .box-content {
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    padding: 120px 20px 30px 20px
}

@media (max-width: 767px) {
    .feature-card .box-content {
        padding: 120px 30px 30px 30px
    }
}

.feature-card .box-title {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color);
    max-width: 235px;
    display: block;
    margin: auto auto 15px auto
}

@media (max-width: 1500px) {
    .feature-card .box-title {
        font-size: 30px
    }
}

@media (max-width: 1299px) {
    .feature-card .box-title {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .feature-card .box-title {
        font-size: 25px
    }
}

.feature-card .box-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px
}

.feature-card .th-btn2 {
    padding: 19px 40px
}

.feature-card:hover .feature-shape {
    top: 0;
    opacity: 1;
    visibility: visible
}

.feature-card:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.offer-area {
    position: relative;
    background-color: #181A1E;
    padding: 48px 48px 23px 48px;
    z-index: 3
}

@media (max-width: 767px) {
    .offer-area {
        padding: 30px
    }
}

.offer-area .slider-arrow {
    background-color: var(--white-color);
    left: var(--pos-x, -30px)
}

.offer-area .slider-arrow.slider-next {
    right: var(--pos-x, -30px);
    left: auto
}

.offer-area .slider-arrow:hover {
    background-color: var(--theme-color)
}

.offer-area .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.offer-box {
    position: relative;
    overflow: hidden
}

.offer-box .box-img {
    position: relative;
    z-index: 2;
    max-height: 250px;
    border-radius: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 24px
}

.offer-box .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 40px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.offer-box .box-img img {
    height: 100%;
    object-fit: cover
}

.offer-box .media-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offer-box .box-title {
    margin: 0
}

.offer-box .box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden
}

.offer-box:hover .box-img {
    border-radius: 40px
}

.offer-box:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.offer-box:hover .box-icon {
    opacity: 1;
    visibility: visible
}

.offer-area4 {
    position: relative;
    z-index: 1
}

.offer-area4 .shadow-title {
    position: absolute;
    top: 27%;
    right: 120px
}

.offerSlider4 {
    position: relative;
    margin-right: -33% !important;
    z-index: 2
}

@media (max-width: 1199px) {
    .offerSlider4 {
        margin-right: 0 !important
    }
}

.offer-box2 {
    background-color: #184040;
    padding: 40px;
    text-align: center
}

@media (max-width: 991px) {
    .offer-box2 {
        padding: 30px
    }
}

.offer-box2 .box-img {
    margin-bottom: 45px
}

@media (max-width: 991px) {
    .offer-box2 .box-img {
        margin-bottom: 30px
    }
}

.offer-box2 .box-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0
}

.offer-box2 .price {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: -0.4rem
}

.offer-area5 {
    position: relative;
    z-index: 1
}

.offer-area5 .shadow-title {
    position: absolute;
    top: 7%;
    left: 110px;
    color: var(--light-color2)
}

@media (min-width: 1922px) {
    .offer-area5 .shadow-title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 575px) {
    .offer-area5 .shadow-title {
        left: 12px;
        right: 12px;
        text-align: center
    }
}

.offer-slider5 {
    margin-right: -24% !important
}

@media (max-width: 1500px) {
    .offer-slider5 {
        margin: 0 0 0 0% !important
    }
}

.offer-slider5 .swiper-slide {
    width: calc(336px) !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 1199px) {
    .offer-slider5 .swiper-slide {
        width: 100% !important
    }
}

.offer-slider5 .swiper-slide.swiper-slide-active {
    width: calc(672px) !important
}

@media (max-width: 1500px) {
    .offer-slider5 .swiper-slide.swiper-slide-active {
        width: calc(650px) !important
    }
}

@media (max-width: 1199px) {
    .offer-slider5 .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.offer-slider5 .swiper-slide.swiper-slide-active .room-box.style2 .box-content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.offer-slider5 .swiper-slide.swiper-slide-active .room-box.style2 .box-wrapp {
    opacity: 1;
    height: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible
}

.offer-slider5 .swiper-slide.swiper-slide-active .room-box.style2 .box-title-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.packageSlider1 {
    margin-left: 120px !important;
    margin-right: -24% !important
}

@media (max-width: 1500px) {
    .packageSlider1 {
        margin: 0 0 0 0% !important
    }
}

.packageSlider1 .swiper-slide {
    width: calc(402px) !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 991px) {
    .packageSlider1 .swiper-slide {
        width: 100% !important
    }
}

.packageSlider1 .swiper-slide.swiper-slide-active {
    width: calc(828px) !important
}

@media (max-width: 1500px) {
    .packageSlider1 .swiper-slide.swiper-slide-active {
        width: calc(650px) !important
    }
}

@media (max-width: 991px) {
    .packageSlider1 .swiper-slide.swiper-slide-active {
        width: 100% !important
    }
}

.packageSlider1 .swiper-slide.swiper-slide-active .package-list:after {
    opacity: 1;
    visibility: visible
}

.packageSlider1 .swiper-slide.swiper-slide-active .package-list .icon-btn {
    opacity: 1;
    visibility: visible
}

.packageSlider1 .swiper-slide.swiper-slide-active .meta {
    opacity: 1;
    visibility: visible
}

.packageSlider1 .swiper-slide.swiper-slide-active .package-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 62px;
    right: unset;
    left: 52px
}

@media (max-width: 767px) {
    .packageSlider1 .swiper-slide.swiper-slide-active .package-content {
        left: 30px
    }
}

.packageSlider1 .slider-controller {
    width: 80%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 120px
}

@media (max-width: 1500px) {
    .packageSlider1 .slider-controller {
        padding: 0 30px;
        width: 100%
    }
}

.package-list {
    position: relative;
    height: 527px;
    z-index: 2;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    cursor: pointer
}

.package-list:after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 2px solid var(--theme-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.package-list:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.7), rgba(15, 16, 19, 0.7));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.7), rgba(15, 16, 19, 0.7));
    z-index: -1
}

.package-list .package-content {
    position: absolute;
    right: 70px;
    bottom: 50%;
    height: 94px;
    width: 527px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 767px) {
    .package-list .package-content {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        bottom: 20px;
        left: 20px;
        max-width: 100%;
        height: 150px
    }
}

@media (max-width: 480px) {
    .package-list .package-content {
        width: 300px
    }
}

@media (max-width: 375px) {
    .package-list .package-content {
        width: 250px;
        left: 5px;
        right: unset
    }
}

.package-list .meta {
    opacity: 0;
    visibility: hidden
}

.package-list .meta span {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    z-index: 2
}

@media (max-width: 575px) {
    .package-list .meta span {
        font-size: 16px
    }
}

.package-list .meta span:not(:last-child) {
    border-right: 1px solid var(--white-color);
    padding-right: 13px;
    margin-right: 13px;
    height: 13px;
    line-height: 13px;
    display: inline-block
}

.package-list .box-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 10px
}

@media (max-width: 575px) {
    .package-list .box-title {
        font-size: 24px
    }
}

.package-list .sub-title2.style1 {
    padding-left: 53px;
    margin-bottom: 10px
}

@media (max-width: 480px) {
    .package-list .sub-title2.style1 {
        padding-left: 0
    }
}

.package-list .th-btn {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 10px 30px;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 991px) {
    .package-list .th-btn {
        right: 20px;
        bottom: 20px
    }
}

.package-list .box-content {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 0;
    padding: 30px 30px 40px 40px;
    overflow: hidden
}

.package-list .icon-btn {
    position: absolute;
    right: 65px;
    bottom: 70px;
    background: rgba(255, 255, 255, 0.2);
    border: 0.5px solid var(--white-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .package-list .icon-btn {
        bottom: unset;
        top: 50px;
        right: 50px
    }
}

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

.location-card {
    position: relative;
    z-index: 2
}

.location-card .box-img {
    position: relative;
    z-index: 2
}

.location-card .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.3) 60.61%);
    background: linear-gradient(180deg, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.3) 60.61%);
    z-index: 1
}

.location-card .box-content {
    background-color: #181A1E;
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    inset: 16px;
    top: unset;
    bottom: 16px;
    z-index: 4
}

.location-card .box-content .box-title {
    font-size: 28px;
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .location-card .box-content .box-title {
        font-size: 20px
    }
}

.location-card .box-content .box-text {
    font-weight: 500
}

.location-card .icon-btn {
    width: 64px;
    height: 40px;
    line-height: 34px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 48px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.location-card .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

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

.location-card .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

.offer-wrap6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.offer-wrap6 .offer-list-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media (max-width: 991px) {
    .offer-wrap6 {
        display: block
    }
}

.offer-tag-thumb {
    position: relative
}

.offer-tag-thumb .thumb {
    height: 100%
}

.offer-tag-thumb .thumb img {
    height: 100%;
    object-fit: cover
}

.offer-tag-thumb .tag {
    position: absolute;
    left: 32px;
    top: 0
}

.offer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.offer-list:not(:last-child) {
    margin-bottom: 24px
}

.offer-list .box-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 200px;
    height: 140px
}

.offer-list .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.offer-list .box-title {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 2px
}

@media (max-width: 1500px) {
    .offer-list .box-title {
        font-size: 20px
    }
}

.offer-list .box-text {
    margin-bottom: 26px
}

.offer-list .box-price {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
    padding: 6px 24px;
    background: var(--tertiary-color);
    display: inline-block;
    color: var(--theme-color)
}

@media (max-width: 991px) {
    .offer-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer-list .box-img {
        margin-bottom: 0;
        width: 100%;
        
    }
}

@media (max-width: 375px) {
    .offer-list {
        display: block
    }
    .offer-list .box-img {
        width: 100%;
        margin-bottom: 20px
    }
    .offer-list:not(:last-child) {
        margin-bottom: 30px
    }
    .offer-list .box-text {
        margin-bottom: 16px
    }
}

.gallery-title-area {
    position: absolute;
    right: 120px;
    max-width: 471px
}

@media (max-width: 1799px) {
    .gallery-title-area {
        max-width: 400px
    }
}

@media (max-width: 1500px) {
    .gallery-title-area {
        max-width: 380px;
        right: 40px
    }
}

@media (max-width: 1299px) {
    .gallery-title-area {
        right: 20px
    }
}

@media (max-width: 1199px) {
    .gallery-title-area {
        max-width: 320px;
        right: 10px
    }
}

@media (max-width: 991px) {
    .gallery-title-area {
        position: relative;
        left: 0
    }
}

.gallery-btn {
    position: absolute;
    left: auto;
    bottom: 0
}

@media (max-width: 991px) {
    .gallery-btn {
        position: relative;
        left: 0;
        margin-top: 45px
    }
}

.gallery-card {
    position: relative;
    text-align: center;
    z-index: 2
}

.gallery-card_wrapp:nth-child(2) {
    margin-top: 120px
}

@media (max-width: 991px) {
    .gallery-card_wrapp:nth-child(2) {
        margin-top: 24px
    }
}

.gallery-card_wrapp:nth-child(3) {
    margin-top: 240px
}

@media (max-width: 991px) {
    .gallery-card_wrapp:nth-child(3) {
        margin-top: 24px
    }
}

.gallery-card_wrapp:nth-child(4) {
    margin-top: -190px
}

@media (max-width: 991px) {
    .gallery-card_wrapp:nth-child(4) {
        margin-top: 24px
    }
}

.gallery-card_wrapp:nth-child(5) {
    margin-top: -90px
}

@media (max-width: 991px) {
    .gallery-card_wrapp:nth-child(5) {
        margin-top: 24px
    }
}

.gallery-card .box-img {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.gallery-card .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

@media (max-width: 767px) {
    .gallery-card .box-img {
        border-radius: 20px;
        border: 20px
    }
}

.gallery-card .box-img img {
    width: 100%
}

.gallery-card .simple-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.gallery-card:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-card:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-card:hover .simple-btn {
    visibility: visible;
    opacity: 1
}

.load-more-btn {
    margin-top: 60px;
    text-align: center;
    margin-right: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .load-more-btn {
        margin-top: 50px
    }
}

.gallery-sec2 {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .gallery-sec2 {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 767px) {
    .gallery-sec2 {
        padding: 0;
        max-width: 540px
    }
}

.gallery-grid {
    position: relative
}

.gallery-grid.style3 {
    max-width: 189px;
    display: block;
    margin-left: auto
}

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

.gallery-grid.style4 {
    max-width: 189px;
    display: block
}

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

.gallery-grid .box-img {
    position: relative;
    z-index: 2;
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-grid .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    border-radius: 40px;
    visibility: hidden;
    z-index: 1
}

.gallery-grid .box-img img {
    width: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

@media (max-width: 991px) {
    .gallery-grid .box-img img {
        width: 100%
    }
}

.gallery-grid .simple-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.gallery-grid:hover.style3 .box-img {
    border-radius: 20px
}

.gallery-grid:hover.style4 .box-img {
    border-radius: 20px
}

.gallery-grid:hover .box-img {
    border-radius: 40px
}

.gallery-grid:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-grid:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-grid:hover .simple-btn {
    visibility: visible;
    opacity: 1
}

.gallery-row {
    --bs-gutter-y: 1.9rem
}

.gallery-insta {
    position: relative;
    overflow: hidden
}

.gallery-insta.style2 {
    margin: 0 10px 20px 10px
}

.gallery-insta.style2 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 25px;
    color: var(--white-color);
    line-height: 1;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-insta.style2 .play-btn:before,
.gallery-insta.style2 .play-btn:after {
    border: 2px solid var(--white-color)
}

.gallery-insta.style2 .play-btn>i {
    background-color: transparent
}

.gallery-insta.style2:hover .play-btn {
    opacity: 1;
    visibility: visible
}

.gallery-insta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-insta .box-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 48px;
    color: var(--white-color);
    line-height: 1;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-insta:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-insta:hover .box-btn {
    opacity: 1;
    visibility: visible
}

.social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

@media (max-width: 375px) {
    .social-media {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .social-media:not(:last-child) {
        margin-bottom: 10px
    }
}

.social-media i {
    font-size: 30px
}

.social-media .text {
    font-size: 18px;
    font-weight: 500
}

.social-media-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media (max-width: 991px) {
    .social-media-wrapp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }
}

@media (max-width: 375px) {
    .social-media-wrapp {
        display: block;
        text-align: center
    }
}

.social-media-wrapp .divider {
    background-color: var(--theme-color);
    width: 2px;
    height: 18px
}

@media (max-width: 375px) {
    .social-media-wrapp .divider {
        display: none
    }
}

.gallery-box {
    position: relative;
    z-index: 2
}

.gallery-box .gallery-img {
    position: relative;
    z-index: 2
}

.gallery-box .gallery-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.2), rgba(15, 16, 19, 0.2));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.2), rgba(15, 16, 19, 0.2));
    z-index: 1
}

.gallery-sec3 {
    max-width: 1668px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px
}

.gallery-card2 {
    position: relative;
    z-index: 2
}

.gallery-card2.style2 .box-img {
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.gallery-card2.style2 .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.5), rgba(15, 16, 19, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.gallery-card2.style2 .box-img:after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px solid var(--theme-color);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.gallery-card2.style2:hover .box-img {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.gallery-card2.style2:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-card2.style2:hover .box-img:after {
    opacity: 1;
    visibility: visible
}

.gallery-card2 .box-img {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.gallery-card2 .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.5), rgba(24, 26, 30, 0.5));
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

@media (max-width: 767px) {
    .gallery-card2 .box-img {
        border-radius: 0px;
        border: 20px
    }
}

.gallery-card2 .box-img img {
    width: 100%
}

.gallery-card2 .simple-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: var(--white-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.gallery-card2:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-card2:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-card2:hover .simple-btn {
    visibility: visible;
    opacity: 1
}

.gallery-slider4 {
    margin-right: -20% !important
}

@media (max-width: 991px) {
    .gallery-slider4 {
        margin-right: 0 !important
    }
}

.cta-img1 img {
    height: 100%;
    object-fit: cover;
    object-position: right center
}

@media (max-width: 991px) {
    .cta-img1 img {
        width: 100%
    }
}

.cta-sec1 {
    background-size: auto;
    background-position: center right;
    background-color: var(--theme-color);
    max-width: 1620px;
    margin: -45px auto auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 3
}

@media (max-width: 1199px) {
    .cta-sec1 {
        background-size: cover
    }
}

@media (max-width: 991px) {
    .cta-sec1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

.cta-sec1 .sec-title {
    max-width: 600px
}

.cta-sec1 .call-btn .box-label {
    font-weight: 400
}

.cta-sec1 .call-btn .box-link {
    font-weight: 600
}

.cta-sec1 .call-btn a:hover {
    color: var(--title-color) !important
}

.cta-sec1 .play-btn:before,
.cta-sec1 .play-btn:after {
    background-color: var(--white-color)
}

.cta-sec1 .play-btn>i {
    background-color: var(--white-color);
    color: var(--title-color)
}

.cta-sec1 .cta-content {
    padding: 40px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (max-width: 991px) {
    .cta-sec1 .cta-content {
        text-align: center
    }
}

.video-content1 {
    padding: 190px 0 295px 0;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto
}

.video-content1 .video-review {
    margin-bottom: 5px
}

.video-content1 .video-review i {
    color: #D2B25F;
    font-size: 14px;
    margin-right: 5px
}

.video-content1 .sub-title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.02em
}

.video-content1 .play-btn {
    --icon-size: 80px;
    font-size: 20px
}

.video-content1 .play-btn:before,
.video-content1 .play-btn:after {
    border: 1px solid var(--white-color)
}

@media (max-width: 1299px) {
    .video-content1 {
        padding: 160px 0 250px 0
    }
}

@media (max-width: 991px) {
    .video-content1 {
        padding: 120px 0 250px 0
    }
}

.cta-img {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 139px;
    border-radius: 150px;
    border: 2px solid var(--theme-color);
    margin: 0 15px
}

.cta-img img {
    border-radius: 150px
}

.cta-img .simple-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--white-color)
}

.cta-img .simple-btn i {
    font-weight: 600
}

.link-btn2 {
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color)
}

.link-btn2 i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 8px;
    color: var(--theme-color);
    margin-right: 12px
}

.link-btn2:hover {
    color: var(--theme-color)
}

.video-content2 {
    padding: 160px 0 110px 0;
    width: 100%;
    max-width: 840px;
    text-align: center;
    margin: 0 auto
}

.video-content2 .sec-title {
    margin: 60px 0 26px 0
}

.video-content2 .sec-text {
    margin-bottom: 40px
}

.video-content2 .play-btn {
    --icon-size: 80px;
    font-size: 20px
}

@media (max-width: 991px) {
    .video-content2 {
        padding: 100px 0
    }
}

.video-sec2 .counter-card-wrap {
    border-radius: 40px 40px 0 0
}

@media (max-width: 991px) {
    .video-sec2 .counter-card-wrap {
        border-radius: 20px 20px 0 0
    }
}

.video-sec3 .play-btn {
    --icon-size: 80px;
    font-size: 20px
}

.video-content3 .sec-title {
    margin-bottom: 26px
}

@media (max-width: 1199px) {
    .video-content3 .sec-title {
        margin-top: 50px
    }
}

.tab-menu {
    position: relative;
    gap: 16px
}

.tab-menu.style2 .th-btn2 {
    font-size: 18px;
    border-radius: 48px;
    padding: 13px 34px
}

.tab-menu .tab-btn {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #808182;
    padding: 13px 28px;
    color: var(--white-color);
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media (max-width: 1199px) {
    .tab-menu .tab-btn {
        padding: 13px 20px
    }
}

.tab-menu .tab-btn.active,
.tab-menu .tab-btn:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color)
}

.tab-menu .tab-btn.active:before,
.tab-menu .tab-btn:hover:before {
    background-color: var(--theme-color)
}

.tab-menu .indicator {
    display: none
}

.price-card {
    position: relative;
    z-index: 2;
    background-color: #24272E
}

.price-card .header-price {
    background-color: #181A1E;
    padding: 28px 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px
}

.price-card .box-title {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600
}

@media (max-width: 991px) {
    .price-card .box-icon {
        display: none
    }
}

.price-card .box-text {
    margin-bottom: 40px
}

.price-card .box-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 0px
}

.price-card .box-price .duration {
    font-family: var(--body-font);
    font-size: 18px;
    color: var(--body-color);
    font-weight: 600
}

.price-card .box-content {
    padding: 48px
}

@media (max-width: 1299px) {
    .price-card .box-content {
        padding: 30px
    }
}

.price-card .checklist li {
    gap: 16px;
    font-size: 18px;
    color: var(--white-color)
}

.price-card .checklist li.unavailable:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%23D8DBDC' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%23D8DBDC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.price-card .th-btn2,
.price-card .th-btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px
}

.price-card .tag {
    position: absolute;
    top: 16px;
    right: 0;
    background-color: var(--theme-color);
    font-size: 16px;
    color: var(--white-color);
    padding: 8px 10px;
    line-height: 12px;
    text-align: center;
    font-weight: 500;
    min-width: 104px;
    height: 29px;
    -webkit-clip-path: path("M0 0H104V29H0L8 14.5L0 0Z");
    clip-path: path("M0 0H104V29H0L8 14.5L0 0Z");
    opacity: 0
}

.price-card.item-active .tag {
    opacity: 1
}

.price-card.item-active .th-btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.faq-btn {
    margin-top: 70px;
    text-align: center
}

.service-card {
    position: relative;
    z-index: 2;
    background: #181A1E;
    padding: 60px 32px 32px 32px;
    overflow: hidden
}

.service-card .box-number {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #808182;
    line-height: 1;
    position: absolute;
    right: 48px;
    top: 93px
}

.service-card .box-title {
    font-size: 28px;
    margin-bottom: 15px
}

@media (max-width: 375px) {
    .service-card .box-title {
        font-size: 24px
    }
}

.service-card .box-text {
    font-size: 18px;
    margin-bottom: 40px
}

.service-card .box-icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #0B0B0C;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card .box-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.service-card .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-card .box-img {
    margin-bottom: 0
}

.service-card .th-btn {
    margin-top: 32px;
    background-color: var(--title-color)
}

.service-card .th-btn:before {
    background-color: var(--theme-color)
}

.service-card .th-btn:hover {
    background-color: var(--theme-color)
}

.service-card .th-btn2 {
    margin-top: 32px
}

.service-card.style2 {
    border-radius: 0
}

.service-card:hover .box-icon:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.service-card:hover .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-card.style3 {
    padding: 0;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--light-color2)
}

.service-card.style3 .box-img {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.service-card.style3 .box-img img {
    height: 100%;
    object-fit: cover
}

@media (max-width: 1199px) {
    .service-card.style3 .box-img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.service-card.style3 .box-content {
    padding: 74px 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1500px) {
    .service-card.style3 .box-content {
        padding: 60px 70px
    }
}

@media (max-width: 1299px) {
    .service-card.style3 .box-content {
        padding: 40px
    }
}

@media (max-width: 575px) {
    .service-card.style3 .box-content {
        padding: 40px 30px
    }
}

.service-card.style3 .box-subtitle {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--body-font);
    letter-spacing: 0.2em;
    color: var(--theme-color);
    margin-top: -0.35em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px
}

.service-card.style3 .box-subtitle:before {
    content: '';
    position: relative;
    width: 48px;
    height: 1px;
    background: var(--theme-color);
    display: inline-block
}

@media (max-width: 575px) {
    .service-card.style3 .box-subtitle:before {
        display: none
    }
}

@media (max-width: 1299px) {
    .service-card.style3 .box-subtitle {
        font-size: 16px
    }
}

.service-card.style3 .box-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 30px
}

@media (max-width: 1299px) {
    .service-card.style3 .box-title {
        font-size: 24px
    }
}

.service-card.style3 .box-text {
    letter-spacing: 0.02em;
    margin-bottom: 20px
}

@media (max-width: 1299px) {
    .service-card.style3 .box-text {
        font-size: 16px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .service-card.style3 {
        display: block
    }
    .service-card.style3 .box-img img {
        min-height: 400px
    }
}

.service-card-wrap:nth-child(even) .service-card.style3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.bg-white .service-card {
    background-color: var(--light-color)
}

.bg-white .service-card .box-number {
    color: var(--white-color)
}

.bg-white .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--light-color)
}

.bg-white .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--theme-color)
}

.service-box {
    position: relative;
    z-index: 2;
    padding: 40px 22px 40px 32px;
    border: 1px solid #333333;
    overflow: hidden
}

@media (max-width: 767px) {
    .service-box {
        text-align: center
    }
}

.service-box.style2 {
    max-width: 350px;
    display: block;
    margin: auto;
    text-align: center;
    border-color: #808182;
    padding: 48px;
    border-radius: 8px
}

.service-box.style2 .box-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    border: 1px solid #666666;
    display: block;
    margin: auto auto 24px auto
}

.service-box.style2 .box-title {
    font-size: 28px
}

.service-box .box-title {
    margin-bottom: 8px
}

.service-box .box-icon {
    margin-bottom: 16px
}

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

.service-box .th-btn {
    margin-top: 24px;
    border-color: var(--light-color);
    color: var(--title-color)
}

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

.service-box .th-btn:hover:before {
    background-color: var(--theme-color)
}

.service-box:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-box:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-grid {
    position: relative;
    z-index: 2;
    background-color: var(--black-color2)
}

.service-grid.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .service-grid.style-flex {
        display: block
    }
}

.service-grid .box-img {
    min-width: 402px;
    height: 450px
}

@media (max-width: 1699px) {
    .service-grid .box-img {
        min-width: 350px
    }
}

@media (max-width: 1399px) {
    .service-grid .box-img {
        min-width: 50%
    }
}

@media (max-width: 991px) {
    .service-grid .box-img {
        min-width: 40%;
        height: 100%;
        margin-bottom: 0
    }
}

.service-grid .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.service-grid .box-content {
    padding: 70px 23px 70px 32px
}

@media (max-width: 991px) {
    .service-grid .box-content {
        padding: 30px 25px
    }
}

.service-grid .box-title {
    font-size: 28px;
    margin-bottom: 30px
}

@media (max-width: 1699px) {
    .service-grid .box-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .service-grid .box-title {
        margin-bottom: 16px
    }
}

.service-grid .box-text {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .service-grid .box-text {
        margin-bottom: 20px
    }
}

@media (max-width: 1699px) {
    .service-grid .sub-title2 {
        font-size: 16px
    }
}

@media (max-width: 1500px) {
    .service-grid .sub-title2 {
        font-size: 14px
    }
}

.service-grid:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-grid:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1199px) {
    .sec-shape1 {
        max-width: 80px
    }
}

.service-block {
    --body-bg: #101943;
    position: relative;
    z-index: 2;
    text-align: center
}

.service-block:after,
.service-block:before {
    content: "";
    box-shadow: inset 25px 25px 0 0 var(--body-bg);
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    top: 38px;
    right: -25px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 3
}

.service-block:before {
    top: -25px;
    right: 38px
}

.service-block .box-img {
    border-radius: 24px
}

.service-block .box-img img {
    width: 100%
}

.service-block .box-title {
    margin-bottom: -0.2em
}

.service-block .box-content {
    background-color: var(--white-color);
    border-radius: 16px;
    position: relative;
    z-index: 3;
    margin: -60px 16px 0 16px;
    padding: 0 32px 24px 32px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .box-icon {
    width: 72px;
    height: 72px;
    line-height: 70px;
    text-align: center;
    background-color: var(--title-color);
    border: 2px solid var(--white-color);
    border-radius: 99px;
    margin: -36px auto -20px auto;
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .icon-btn {
    --btn-size: 56px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4
}

.service-block .icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: var(--light-color);
    border: 8px solid var(--body-bg);
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.service-block .icon-btn:hover:after {
    background-color: var(--theme-color)
}

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

.service-block:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: none;
    filter: none
}

.service-block:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.service-block:hover .box-content {
    background-color: var(--theme-color)
}

.service-block:hover .box-title {
    color: var(--white-color)
}

.service-block:hover .box-title a:hover {
    color: var(--white-color);
    text-decoration: underline
}

.page-title {
    margin-bottom: 20px
}

.page-img {
    margin-bottom: 48px;
    overflow: hidden;
    border-radius: 12px
}

@media (max-width: 991px) {
    .page-img {
        margin-bottom: 40px
    }
}

.page-img img {
    width: 100%
}

.page-single {
    margin-bottom: 30px
}

.service-meta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 48px
}

@media (max-width: 991px) {
    .service-meta {
        margin-bottom: 40px
    }
}

.service-meta a,
.service-meta span {
    line-height: 36px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--title-color);
    font-size: 17px;
    padding: 0 18px;
    border-radius: 30px
}

.service-meta a i,
.service-meta span i {
    color: var(--theme-color);
    font-size: 16px;
    margin-right: 5px
}

.service-meta a:hover,
.service-meta span:hover {
    background-color: var(--white-color);
    color: var(--title-color);
    font-weight: 500
}

.service-gallery {
    position: relative;
    overflow: hidden
}

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

@media (max-width: 1299px) {
    .service-gallery img {
        height: 290px;
        object-fit: cover
    }
}

.service-gallery .box-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: var(--white-color);
    line-height: 1;
    z-index: 3;
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4 ease-in-out;
    transition: 0.4 ease-in-out
}

.service-gallery .box-btn:hover {
    color: var(--theme-color)
}

.service-gallery:hover:after {
    opacity: 0.5
}

.service-gallery:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

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

.service-area3 {
    background-color: #181A1E
}

.room-card_wrapp:nth-child(4n-3) .room-card,
.room-card_wrapp:nth-child(4n-2) .room-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 1399px) {
    .room-card_wrapp:nth-child(even) .room-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .room-card_wrapp:nth-child(odd) .room-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 767px) {
    .room-card_wrapp .room-card {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
}

.room-card {
    background-color: #181A1E
}

.room-card.style-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .room-card.style-flex {
        -webkit-box-align: normal;
        -webkit-align-items: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

@media (max-width: 767px) {
    .room-card.style-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .room-card.style-flex .box-img {
        width: 100%
    }
    .room-card.style-flex .box-content {
        width: 100%
    }
}

.room-card.style1 .box-img {
    min-height: 380px;
    min-width: 100%;
    z-index: 2
}

@media (max-width: 1699px) {
    .room-card.style1 .box-img {
        min-height: 100%
    }
}

.room-card.style1 .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 32, 36, 0.3), rgba(24, 32, 36, 0.3));
    background: linear-gradient(0deg, rgba(24, 32, 36, 0.3), rgba(24, 32, 36, 0.3));
    z-index: 1
}

.room-card.style1 .box-content {
    padding: 48px
}

@media (max-width: 1299px) {
    .room-card.style1 .box-content {
        padding: 25px
    }
}

.room-card.style1 .box-text {
    margin-bottom: 12px
}

.room-card.style1 .price {
    font-size: 24px;
    font-weight: 600;
    color: var(--gray-color);
    letter-spacing: 0.02em;
    margin-bottom: 0
}

.room-card.style1 .room-card-meta {
    border-top: 1px solid #333333;
    padding-top: 14px
}

.room-card.style1 .th-btn {
    padding: 13px 26px
}

.room-card.style2 {
    background-size: auto;
    background-position: top right
}

.room-card.style2 .box-img {
    min-width: 778px;
    height: 500px
}

@media (max-width: 1399px) {
    .room-card.style2 .box-img {
        min-width: 50%
    }
}

@media (max-width: 767px) {
    .room-card.style2 .box-img {
        margin-bottom: 24px
    }
}

.room-card.style2 .box-img .discount {
    top: 32px;
    left: 32px;
    right: unset;
    font-weight: 500;
    font-size: 20px;
    padding: 11px 40px
}

.room-card.style2 .box-content {
    position: relative;
    width: 100%;
    padding: 85px
}

@media (max-width: 1500px) {
    .room-card.style2 .box-content {
        padding: 65px
    }
}

@media (max-width: 1199px) {
    .room-card.style2 .box-content {
        padding: 40px 30px
    }
}

@media (max-width: 767px) {
    .room-card.style2 .box-content {
        padding: 0 30px 40px 30px
    }
}

.room-card.style2 .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 57px;
    letter-spacing: 0.02em;
    color: #808182;
    position: absolute;
    top: 64px;
    right: 64px;
    margin-bottom: 0
}

@media (max-width: 1500px) {
    .room-card.style2 .box-number {
        top: 32px;
        right: 32px
    }
}

@media (max-width: 1199px) {
    .room-card.style2 .box-number {
        top: unset;
        bottom: 32px
    }
}

@media (max-width: 767px) {
    .room-card.style2 .box-number {
        font-size: 36px
    }
}

.room-card.style2 .box-title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    max-width: 580px
}

@media (max-width: 991px) {
    .room-card.style2 .box-title {
        font-size: 20px
    }
}

.room-card.style2 .box-title:before {
    display: none
}

.room-card.style2 .box-title:after {
    -webkit-animation: none;
    animation: none;
    width: 72px
}

.room-card.style2 .box-wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.room-card.style2 .box-review {
    font-size: 14px
}

.room-card.style2 .box-text {
    max-width: 540px;
    margin-bottom: 25px
}

.room-card.style2 .box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #808182;
    margin-bottom: 35px
}

.room-card.style2 .price {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #D8DBDC;
    margin-bottom: 0
}

.room-card.style2 .th-btn2.style2 {
    padding: 18px 40px
}

.room-card.style2 .room-shape {
    position: absolute;
    inset: 0;
    top: 0;
    right: 0
}

.room-card.style3 {
    background-color: transparent;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
    padding: 24px 0;
    gap: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 120px
}

@media (max-width: 1500px) {
    .room-card.style3 {
        padding-right: 40px
    }
}

@media (max-width: 1399px) {
    .room-card.style3 {
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .room-card.style3 {
        display: block
    }
}

@media (max-width: 575px) {
    .room-card.style3 {
        padding: 24px
    }
}

.room-card.style3:nth-child(even) {
    padding-left: 120px;
    padding-right: 0
}

@media (max-width: 1500px) {
    .room-card.style3:nth-child(even) {
        padding-left: 40px
    }
}

@media (max-width: 1399px) {
    .room-card.style3:nth-child(even) {
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .room-card.style3:nth-child(even) {
        padding: 24px
    }
}

.room-card.style3:nth-child(even) .box-img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.room-card.style3:nth-child(even) .box-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px 57px
}

@media (max-width: 1500px) {
    .room-card.style3:nth-child(even) .box-content {
        padding: 40px 30px
    }
}

@media (max-width: 1199px) {
    .room-card.style3:nth-child(even) .box-content {
        padding: 40px 0
    }
}

.room-card.style3:nth-child(even) .client-box2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.room-card.style3 .box-img {
    position: relative;
    z-index: 2;
    min-width: 544px;
    min-height: 350px;
    border-radius: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1399px) {
    .room-card.style3 .box-img {
        min-width: 350px
    }
}

@media (max-width: 575px) {
    .room-card.style3 .box-img {
        min-width: 100%;
        min-height: auto
    }
}

.room-card.style3 .box-img .tag {
    position: absolute;
    top: 0;
    left: 32px
}

.room-card.style3 .box-title {
    font-size: 28px
}

.room-card.style3 .box-text {
    max-width: 417px
}

.room-card.style3 .box-content {
    padding: 40px 72px;
    border-left: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D
}

@media (max-width: 1500px) {
    .room-card.style3 .box-content {
        padding: 40px 30px
    }
}

@media (max-width: 1399px) {
    .room-card.style3 .box-content {
        border: none
    }
}

@media (max-width: 1199px) {
    .room-card.style3 .box-content {
        padding: 40px 0
    }
}

.room-card.style3 .client-box2 {
    text-align: center
}

@media (max-width: 1199px) {
    .room-card.style3 .client-box2 {
        text-align: left
    }
}

.room-card.style3 .client-box2 .client-thumb-group {
    margin-bottom: 28px
}

@media (max-width: 375px) {
    .room-card.style3 .client-box2 .client-thumb-group {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.room-card.style3 .client-box2 .client-thumb-group .thumb:not(:first-child) {
    margin-left: -12px
}

.room-card.style3 .client-box2 .client-thumb-group .thumb img {
    height: 40px
}

.room-card.style3 .client-box2 .client-thumb-group .thumb.icon {
    height: 40px;
    width: 40px;
    line-height: 35px;
    margin-left: -12px
}

.room-card.style3 .client-box2 .client-review {
    color: var(--theme-color);
    font-size: 14px;
    margin-bottom: 10px
}

.room-card.style3 .client-box2 .client-review i {
    margin-right: 5px
}

.room-card.style3 .client-box2 .rating {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.02em;
    color: var(--white-color)
}

@media (max-width: 1399px) {
    .room-card.style3 .client-box2 .rating {
        font-size: 20px
    }
}

.room-card.style3 .box-text {
    margin-bottom: 18px
}

.room-card.style3 .box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #808182;
    margin-bottom: 25px
}

.room-card.style3 .price {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 20px;
    color: #D8DBDC;
    margin-bottom: 0
}

.room-card.style3:hover .box-img {
    border-radius: 40px
}

.room-card.style3:hover .box-img img {
    border-radius: 40px
}

.room-card .box-content {
    padding: 32px
}

@media (max-width: 1500px) {
    .room-card .box-content {
        padding: 25px 23px 25px 32px
    }
}

@media (max-width: 1499px) {
    .room-card .box-content {
        padding: 20px
    }
}

@media (max-width: 1399px) {
    .room-card .box-content {
        padding: 30px
    }
}

.room-card .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #808182;
    margin-bottom: 10px
}

.room-card .box-title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    padding-bottom: 13px;
    margin-bottom: 10px
}

.room-card .box-title:after,
.room-card .box-title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #808182;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2px 0
}

.room-card .box-title:after {
    background-color: var(--theme-color);
    height: 1px;
    width: 40px;
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite
}

.room-card .box-review {
    margin-bottom: 10px;
    font-size: 14px
}

.room-card .box-text {
    margin-bottom: 0px
}

.room-card .box-img {
    position: relative;
    min-height: 420px;
    z-index: 2
}

@media (max-width: 1500px) {
    .room-card .box-img {
        min-height: 370px
    }
}

@media (max-width: 1499px) {
    .room-card .box-img {
        min-height: 300px
    }
}

@media (max-width: 1399px) {
    .room-card .box-img {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .room-card .box-img {
        min-height: auto
    }
    .room-card .box-img img {
        height: 100%
    }
}

@media (max-width: 575px) {
    .room-card .box-img {
        min-height: 100%
    }
}

.room-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.room-card .box-img .discount {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: var(--white-color);
    background: var(--theme-color);
    display: inline-block;
    padding: 3px 10px;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4
}

.room-card .room-card-meta {
    margin: 15px 0 40px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #333333;
    padding-bottom: 14px
}

@media (max-width: 1499px) {
    .room-card .room-card-meta {
        margin: 15px 0 30px 0
    }
}

@media (max-width: 375px) {
    .room-card .room-card-meta {
        display: block
    }
}

.room-card .room-card-meta span:not(:last-child) {
    border-right: 1px solid #333333;
    margin-right: 30px;
    padding-right: 30px
}

@media (max-width: 1499px) {
    .room-card .room-card-meta span:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .room-card .room-card-meta span:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px
    }
}

.room-card .room-card-meta span img {
    margin-right: 8px
}

.room-card .th-btn2.style2 {
    padding: 13px 24px
}

.room-card .th-btn2.style2:hover.th-icon:after {
    background-color: var(--white-color)
}

.room-btn {
    margin: 174px 0
}

@media (max-width: 1500px) {
    .room-btn {
        margin: 149px 0
    }
}

@media (max-width: 1499px) {
    .room-btn {
        margin: 100px 0
    }
}

@media (max-width: 1399px) {
    .room-btn {
        margin: 50px 0 0 0
    }
}

.room-btn .th-btn2 {
    padding: 23px 42px
}

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

.room-slider .slider-controller {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 0 0
}

.room-slider .slider-controller .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hotel-area {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    position: relative;
    z-index: 1
}

.hotel-area .border-play-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hotel-area.arrow-wrap .slider-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hotel-area.arrow-wrap .slider-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hotel-card {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.hotel-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.hotelSlide .slider-controller {
    width: 98%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    bottom: 50%
}

.hotelSlide .swiper-slide.swiper-slide-active .box-icon:before {
    background-color: transparent
}

.hotelSlide .swiper-slide.swiper-slide-active .box-icon:after {
    opacity: 0
}

.hotel-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 900px
}

.hotel-card .box-icon {
    position: relative;
    width: 260px;
    height: 260px;
    line-height: 260px;
    background-color: #181A1E;
    border-radius: 50%;
    text-align: center;
    border: 5px solid rgba(255, 255, 255, 0.1);
    z-index: 2
}

@media (max-width: 460px) {
    .hotel-card .box-icon {
        margin-left: auto;
        margin-right: auto
    }
}

.hotel-card .box-icon:before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: #181A1E;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hotel-card .box-icon:after {
    content: "";
    position: absolute;
    inset: 35px;
    border: 2px dashed #333333;
    border-radius: inherit;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hotel-card .box-title {
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px
}

@media (max-width: 1500px) {
    .hotel-card .box-title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .hotel-card .box-title {
        font-size: 20px
    }
}

.hotel-card .box-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFA84;
    margin-bottom: 5px
}

.hotel-card:hover .box-content {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.hotel-card:hover .box-icon:before {
    background-color: transparent
}

.hotel-card:hover .box-icon:after {
    opacity: 0
}

.hotel-area2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    position: relative;
    height: 1008px;
    z-index: 1
}

@media (max-width: 767px) {
    .hotel-area2 {
        overflow: hidden
    }
}

.hotel-area2 .circle-line {
    position: absolute;
    left: 50%;
    bottom: 120px;
    max-width: 1680px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden
}

@media (min-width: 1922px) {
    .hotel-area2 .circle-line {
        max-width: calc(100% - 280px)
    }
}

@media (max-width: 1799px) {
    .hotel-area2 .circle-line {
        max-width: 1500px
    }
}

@media (max-width: 1699px) {
    .hotel-area2 .circle-line {
        max-width: 1430px
    }
}

@media (max-width: 1499px) {
    .hotel-area2 .circle-line {
        max-width: 1300px
    }
}

@media (max-width: 1399px) {
    .hotel-area2 .circle-line {
        max-width: 1230px
    }
}

@media (max-width: 1299px) {
    .hotel-area2 .circle-line {
        width: calc(100% - 100px)
    }
}

@media (max-width: 767px) {
    .hotel-area2 .circle-line {
        display: none
    }
}

.hotel-area2 .circle-line img {
    width: 100%;
    height: 840px
}

.hotel-card2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: center;
    z-index: 2
}

@media (max-width: 767px) {
    .hotel-card2 {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media (max-width: 375px) {
    .hotel-card2 {
        display: block;
        margin: auto
    }
}

.hotel-card2:first-child {
    top: 15%;
    left: 5%
}

@media (max-width: 1499px) {
    .hotel-card2:first-child {
        top: 30%;
        left: 5%
    }
}

@media (max-width: 767px) {
    .hotel-card2:first-child {
        left: unset;
        top: unset
    }
}

@media (max-width: 375px) {
    .hotel-card2:first-child {
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hotel-card2:nth-child(2) {
    top: 47%;
    left: 12%
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(2) {
        top: 55%;
        left: 13%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(2) {
        left: 50%;
        top: unset;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(2) {
        left: 50%;
        top: unset;
        bottom: 20%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hotel-card2:nth-child(3) {
    bottom: 20%;
    left: 25%
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(3) {
        bottom: 17%;
        left: 26%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(3) {
        left: unset;
        top: 40%;
        right: 10%;
        bottom: unset
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(3) {
        left: 50%;
        top: unset;
        bottom: 5%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hotel-card2:nth-child(4) {
    bottom: 8%;
    left: calc(50% - 50px)
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(4) {
        bottom: 8%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(4) {
        top: 60%;
        bottom: unset
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(4) {
        display: none
    }
}

.hotel-card2:nth-child(5) {
    bottom: 20%;
    right: 25%
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(5) {
        bottom: 17%;
        right: 27%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(5) {
        right: 38%;
        bottom: 10%
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(5) {
        display: none
    }
}

.hotel-card2:nth-child(6) {
    top: 47%;
    right: 12%
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(6) {
        top: 55%;
        right: 14%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(6) {
        right: unset;
        top: 60%
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(6) {
        display: none
    }
}

.hotel-card2:nth-child(7) {
    top: 15%;
    right: 5%
}

@media (max-width: 1499px) {
    .hotel-card2:nth-child(7) {
        top: 30%;
        right: 5%
    }
}

@media (max-width: 767px) {
    .hotel-card2:nth-child(7) {
        left: unset;
        top: 60%
    }
}

@media (max-width: 375px) {
    .hotel-card2:nth-child(7) {
        display: none
    }
}

.hotel-card2 .box-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #184040;
    border: 1px solid #184040;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 375px) {
    .hotel-card2 .box-icon {
        display: block;
        margin: auto
    }
}

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

.hotel-card2 .box-content {
    background-image: url("../img/shape/hotel-shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 16px 16px 26px 16px;
    min-width: 223px;
    margin-bottom: 10px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    margin-top: -300px;
    margin-left: -60px;
    z-index: 99
}

@media (max-width: 767px) {
    .hotel-card2 .box-content {
        margin-left: -60px
    }
}

@media (max-width: 375px) {
    .hotel-card2 .box-content {
        margin-left: -40px;
        margin-top: -400px
    }
}

.hotel-card2 .box-content .box-img {
    min-height: 163px;
    margin-bottom: 20px
}

.hotel-card2 .box-content .box-img img {
    width: 100%;
    height: 163px;
    object-fit: cover
}

.hotel-card2 .box-content .th-btn {
    color: #808182;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    padding: 8px 20px;
    text-transform: capitalize
}

.hotel-card2 .box-content .th-btn:hover {
    color: var(--white-color)
}

.hotel-card2 .box-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.hotel-card2.item-active .box-content {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.hotel-card2.item-active:after {
    opacity: 1
}

.hotel-card2.item-active .media-body {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.hotel-card2.item-active .testi-box_avater img {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5)
}

.hotel-card2.item-active .testi-box_avater:before,
.hotel-card2.item-active .testi-box_avater:after {
    display: none
}

.hotel-card2.item-active .testi-box_avater span {
    display: none
}

.room-box {
    position: relative;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(24, 26, 30, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-box .box-img {
    position: relative;
    z-index: 2
}

.room-box .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(top, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%);
    background: linear-gradient(180deg, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.5) 60.61%);
    z-index: 1
}

.room-box .box-title-area {
    position: absolute;
    left: 48px;
    bottom: 48px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 3
}

@media (max-width: 1499px) {
    .room-box .box-title-area {
        left: 25px;
        bottom: 25px
    }
}

.room-box .box-content {
    position: absolute;
    left: 48px;
    bottom: 48px;
    z-index: 6;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 1499px) {
    .room-box .box-content {
        left: 25px;
        bottom: 25px
    }
}

.room-box .th-btn2 {
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.room-box .th-btn2:hover {
    border-color: var(--theme-color)
}

.room-box .discount {
    position: absolute;
    top: 24px;
    right: 0;
    background-color: var(--theme-color);
    padding: 7px 13px 7px 28px;
    -webkit-mask-image: url("../img/shape/shape-1.png");
    mask-image: url("../img/shape/shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    z-index: 9
}

@media (max-width: 480px) {
    .room-box .discount {
        font-size: 16px;
        padding: 7px 10px 7px 18px
    }
}

.room-box .box-number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-box .box-title {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    padding-bottom: 13px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-box .box-title:after,
.room-box .box-title:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2px 0
}

.room-box .box-title:after {
    background-color: var(--theme-color);
    height: 1px;
    width: 40px;
    -webkit-animation: sectionShape 8s linear infinite;
    animation: sectionShape 8s linear infinite
}

.room-box .box-wrapp {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.room-box .box-review {
    font-size: 14px
}

.room-box .room-card-meta {
    margin: 15px 0 40px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 1499px) {
    .room-box .room-card-meta {
        margin: 15px 0 30px 0
    }
}

@media (max-width: 375px) {
    .room-box .room-card-meta {
        display: none
    }
}

.room-box .room-card-meta span {
    color: var(--white-color)
}

@media (max-width: 480px) {
    .room-box .room-card-meta span {
        font-size: 14px
    }
}

.room-box .room-card-meta span:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    padding-right: 15px
}

@media (max-width: 1499px) {
    .room-box .room-card-meta span:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .room-box .room-card-meta span:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px
    }
}

.room-box .room-card-meta span img {
    margin-right: 8px
}

.room-box .th-btn2 {
    padding: 15px 30px
}

.room-box:hover:before {
    opacity: 1;
    visibility: visible
}

.room-box:hover .box-title-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.room-box:hover .box-wrapp {
    opacity: 1;
    height: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible
}

.room-box.style2:before {
    display: none
}

.room-box.style2 .box-img img {
    height: 716px;
    object-fit: cover
}

@media (max-width: 575px) {
    .room-box.style2 .box-img img {
        height: auto
    }
}

.room-box.style2 .box-img:before {
    background: -webkit-linear-gradient(top, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.7) 79.29%);
    background: linear-gradient(180deg, rgba(15, 16, 19, 0) 0%, rgba(15, 16, 19, 0.7) 79.29%)
}

.room-box.style2 .box-title-area {
    left: 63px;
    bottom: 42px;
    z-index: 7
}

.room-box.style2 .box-title {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0
}

.room-box.style2 .box-title:after,
.room-box.style2 .box-title:before {
    margin: 0
}

.room-box.style2 .box-title:before {
    background: #4D4D4D
}

.room-box.style2 .box-review {
    margin-top: 12px;
    margin-bottom: 10px
}

.room-box.style2 .box-text {
    font-size: 18px;
    letter-spacing: 0.02em
}

@media (max-width: 575px) {
    .room-box.style2 .box-text {
        font-size: 16px
    }
}

.room-box.style2 .box-price {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-top: 18px;
    margin-bottom: 2px
}

.room-box.style2 .box-content {
    left: 0;
    bottom: 0;
    right: 70px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    min-width: 602px
}

@media (max-width: 767px) {
    .room-box.style2 .box-content {
        min-width: auto;
        right: 0
    }
}

.room-box.style2 .box-wrapp {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 48px;
    position: relative
}

.room-box.style2 .box-wrapp:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--body-bg);
    opacity: 0.7;
    z-index: -1
}

@media (max-width: 767px) {
    .room-box.style2 .box-wrapp {
        padding: 36px
    }
}

@media (max-width: 575px) {
    .room-box.style2 .box-wrapp {
        padding: 30px 24px
    }
    .room-box.style2 .box-wrapp:after {
        background: var(--light-color2);
        opacity: 1
    }
}

.room-box.style2:hover .box-wrapp {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    visibility: hidden
}

.room-box.style2:hover .box-title-area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

@media (max-width: 575px) {
    .room-box.style2 .box-content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1
    }
    .room-box.style2 .box-content .box-wrapp {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .room-box.style2 .room-card-meta {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .room-box.style2 .room-card-meta span {
        display: block;
        border: 0;
        padding-right: 0;
        margin-right: 0
    }
    .room-box.style2 .room-card-meta span:not(:last-child) {
        margin-bottom: 10px
    }
    .room-box.style2 .box-title-area {
        display: none
    }
}

.hotel-card3 .box-icon {
    margin-bottom: 16px
}

.hotel-card3 .box-icon img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.hotel-card3:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.room-checklist {
    border: 1px solid #4D4D4D;
    padding: 30px 40px 20px 40px
}

@media (max-width: 575px) {
    .room-checklist {
        padding: 25px
    }
}

.room-area .slider-arrow {
    left: var(--pos-x, -20px);
    opacity: 1;
    top: unset;
    bottom: 8%;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    --icon-size: 32px;
    background-color: var(--white-color)
}

.room-area .slider-arrow.slider-next {
    right: var(--pos-x, -15px);
    left: auto
}

@media (max-width: 1500px) {
    .room-area .slider-arrow {
        display: none
    }
}

.room-slider1 .panorama-img {
    display: none !important
}

.room-slider1 .room-panorama-slide {
    position: relative;
    z-index: 7
}

.room-slider1 .room-panorama-slide .discount {
    position: absolute;
    top: 24px;
    right: 0;
    background-color: var(--theme-color);
    padding: 7px 13px 7px 28px;
    -webkit-mask-image: url("../img/shape/shape-1.png");
    mask-image: url("../img/shape/shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    z-index: 9
}

.room-slider1 .room-panorama-slide .room-panorama-slide {
    position: relative;
    z-index: 7
}

.room-slider1 .room-panorama-slide .room-panorama-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    z-index: 1
}

.room-slider1 .room-thumb-slider {
    position: relative;
    z-index: 2
}

.room-slider1 .room-thumb-slider .swiper-slide {
    height: auto;
    cursor: pointer
}

.room-slider1 .room-panorama-slide {
    position: relative
}

.room-slider1 .room-panorama-slide {
    cursor: -webkit-grab !important;
    cursor: grab !important
}

.room-slider1 .room-panorama-slide:active,
.room-slider1 .room-panorama-slide.nice-select.open {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important
}

.room-slider1 .room-slider-img {
    height: 175px
}

.room-slider1 .room-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.room-panorama-slide {
    position: relative;
    z-index: 2
}

.hotel-grid-list {
    display: grid;
    grid-template-columns: auto auto auto auto;
    border: 1px solid #4D4D4D;
    padding: 60px;
    list-style: none;
    margin: 0;
    gap: 20px
}

@media (max-width: 1399px) {
    .hotel-grid-list {
        grid-template-columns: auto auto auto
    }
}

@media (max-width: 1199px) {
    .hotel-grid-list {
        grid-template-columns: auto auto;
        padding: 40px
    }
}

@media (max-width: 575px) {
    .hotel-grid-list {
        grid-template-columns: auto;
        padding: 25px
    }
}

.hotel-grid-list li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.hotel-grid-list li .hotel-grid-list-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background: #24272E;
    border-radius: 50px;
    text-align: center
}

.hotel-grid-list li .hotel-grid-list-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
    margin-bottom: 0
}

.room-page-single .main-container {
    overflow: hidden
}

.room-page-single .panoramaSlide1 {
    height: 650px;
    margin-bottom: 24px
}

@media (max-width: 1199px) {
    .room-page-single .panoramaSlide1 {
        height: 480px
    }
}

@media (max-width: 767px) {
    .room-page-single .panoramaSlide1 {
        height: 350px
    }
}

.room-page-single .swiper-slide {
    position: relative
}

.room-page-single .swiper-container {
    cursor: default
}

.room-page-single .room-panorama-slide {
    position: relative;
    height: 650px;
    width: 100%;
    position: fixed;
    z-index: 2
}

.room-page-single .room-panorama-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    z-index: 1
}

.room-page-single .room-panorama-slide img {
    height: 100%;
    width: 100%;
    cursor: url(../img/icon/360deg-cursor.svg), auto
}

.room-page-single .room-panorama-slide .discount {
    position: absolute;
    top: 24px;
    right: 0;
    background-color: var(--theme-color);
    padding: 7px 13px 7px 28px;
    -webkit-mask-image: url("../img/shape/shape-1.png");
    mask-image: url("../img/shape/shape-1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    z-index: 9
}

@media (max-width: 480px) {
    .room-page-single .room-panorama-slide .discount {
        font-size: 16px;
        padding: 7px 10px 7px 18px
    }
}

.room-page-single .room-slider-img {
    height: 175px
}

@media (max-width: 1199px) {
    .room-page-single .room-slider-img {
        height: 100px
    }
}

@media (max-width: 767px) {
    .room-page-single .room-slider-img {
        height: 80px
    }
}

.room-page-single .room-slider-img img {
    object-fit: cover;
    height: 100%;
    cursor: pointer
}

.room-page-single .room-panorama-slide .panolens-canvas {
    position: absolute;
    inset: 0;
    cursor: url(../img/icon/360deg-cursor.svg), auto;
    z-index: 2
}

.room-page-single .room-panorama-slide .panolens-canvas:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.3), rgba(24, 26, 30, 0.3));
    z-index: 1
}

.marquee-area {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
    z-index: 2
}

.marquee {
    position: relative;
    --duration: 120s;
    --gap: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee:first-child {
    --duration: 100s
}

.marquee:last-child {
    --duration: 80s
}

.marquee.marquee--reverse .marquee-group {
    --gap: 35px;
    animation-direction: reverse
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: var(--gap);
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .marquee-group.style2 .item {
    color: #4D5765;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4D5765
}

.marquee .marquee-group .img {
    margin: 20px
}

.marquee .marquee-group .item {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 57px;
    line-height: 72px;
    letter-spacing: 0.02em;
    color: #7D7763;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.marquee .marquee-group .item span {
    margin: 0px
}

.marquee .marquee-group .item img {
    margin: 0;
    margin-right: 35px
}

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

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

.event-area {
    position: relative;
    padding: 159px 142px;
    z-index: 2
}

@media (max-width: 1500px) {
    .event-area {
        padding: 159px 80px
    }
}

@media (max-width: 1399px) {
    .event-area {
        padding: 159px 30px
    }
}

@media (max-width: 1199px) {
    .event-area {
        padding: 120px 20px
    }
}

.event-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(24, 26, 30, 0.4), rgba(24, 26, 30, 0.4));
    background: linear-gradient(0deg, rgba(24, 26, 30, 0.4), rgba(24, 26, 30, 0.4));
    z-index: -1
}

.event-item {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--white-color);
    padding: 24px;
    max-width: 544px
}

@media (max-width: 1199px) {
    .event-item {
        max-width: 100%
    }
}

@media (max-width: 375px) {
    .event-item {
        padding: 0
    }
}

.event-item .box-content {
    background-color: #184040;
    padding: 60px 55px;
    text-align: center
}

@media (max-width: 1299px) {
    .event-item .box-content {
        padding: 40px 30px
    }
}

@media (max-width: 375px) {
    .event-item .box-content {
        padding: 30px 20px
    }
}

.event-item .box-content .box-title {
    font-size: 28px
}

@media (max-width: 375px) {
    .event-item .box-content .box-title {
        font-size: 24px
    }
}

.event-item .box-content .box-text {
    color: var(--white-color);
    max-width: 391px;
    display: block;
    margin: auto auto 45px auto
}

.event-item .box-content .th-btn {
    padding: 11px 20px
}

.event-item .box-content .th-btn:hover.th-icon:after {
    background-color: var(--white-color)
}

.event-wrapp .discount-wrapp {
    display: block;
    margin: 30px auto 30px auto
}

.event-card {
    position: relative;
    z-index: 2
}

.event-card .box-content {
    position: relative;
    background: #0B0B0C;
    border: 1px solid #666666;
    padding: 80px 50px;
    text-align: center;
    margin: -200px 24px 0 24px;
    z-index: 3
}

@media (max-width: 1399px) {
    .event-card .box-content {
        padding: 60px 30px
    }
}

@media (max-width: 1199px) {
    .event-card .box-content {
        padding: 40px 20px
    }
}

@media (max-width: 575px) {
    .event-card .box-content {
        margin: -100px 24px 0 24px
    }
}

.event-card .box-title {
    font-size: 28px
}

@media (max-width: 1299px) {
    .event-card .box-title {
        font-size: 24px
    }
}

.event-card .box-text {
    margin-bottom: 46px
}

.project-card {
    position: relative;
    z-index: 2
}

.project-card .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.project-card .box-title {
    margin: 0
}

.project-card .box-img {
    border-radius: 24px
}

.project-card .icon-btn {
    --btn-size: 48px;
    min-width: 48px;
    font-size: 18px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color)
}

.project-card .icon-btn:hover {
    background-color: var(--title-color)
}

.project-card:hover .box-title {
    color: var(--white-color)
}

.project-card:hover .box-content {
    background-color: rgba(16, 24, 64, 0.8)
}

.project-card:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.filter-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 12px
}

.filter-menu .tab-btn {
    display: inline-block;
    border: none;
    background-color: transparent;
    border: 1px solid #808182;
    font-weight: 500;
    font-size: 14px;
    color: var(--white-color);
    padding: 9px 24px;
    position: relative;
    z-index: 2
}

.filter-menu .tab-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.filter-menu .tab-btn.active {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

.filter-menu .tab-btn.active:before {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.filter-menu .indicator {
    display: none
}

.filter-menu.style2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.filter-menu.style2 .tab-btn {
    padding: 9px 20px
}

.project-grid {
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    text-align: left
}

.project-grid .box-content {
    padding: 32px
}

@media (max-width: 1199px) {
    .project-grid .box-content {
        padding: 24px
    }
}

@media (max-width: 767px) {
    .project-grid .box-content {
        padding: 32px
    }
}

@media (max-width: 375px) {
    .project-grid .box-content {
        padding: 24px
    }
}

.project-grid .box-title {
    margin-bottom: 8px
}

.project-grid .th-btn2,
.project-grid .th-btn {
    margin-top: 31px
}

.project-grid .th-btn.style2 {
    font-weight: 500;
    color: var(--title-color);
    border-color: var(--title-color)
}

.project-grid:hover .box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-info-wrap {
    background-color: var(--white-color);
    padding: 40px;
    margin-left: 36px
}

@media (max-width: 991px) {
    .project-info-wrap {
        margin-left: 0;
        margin-top: 40px
    }
}

@media (max-width: 575px) {
    .project-info-wrap {
        padding: 30px
    }
}

.project-info-wrap .box-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-color);
    position: relative
}

.project-info-wrap .box-title:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: var(--theme-color)
}

.project-info:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-color)
}

.project-info .box-label {
    margin-top: -0.45em;
    margin-bottom: 5px
}

.project-info .box-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -0.3em
}

.project-listing ul li,
.project-listing ol li {
    margin-bottom: 16px
}

.project-listing ul li:last-of-type,
.project-listing ol li:last-of-type {
    margin-bottom: 0
}

.project-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.project-nav-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--th-border-color)
}

@media (max-width: 575px) {
    .project-nav-wrap {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.project-nav .icon-btn {
    --btn-size: 60px;
    font-size: 20px;
    background-color: var(--title-color);
    color: var(--white-color);
    border: none
}

.project-nav .icon-btn:hover {
    background-color: var(--theme-color)
}

.project-nav .box-title {
    margin-bottom: 4px
}

@media (max-width: 575px) {
    .project-nav .media-body {
        display: none
    }
}

.process-card {
    position: relative;
    z-index: 2
}

.process-card .box-number {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--white-color);
    width: 58px;
    height: 52px;
    line-height: 52px;
    background-color: var(--white-color);
    text-align: center;
    -webkit-clip-path: path("M57.3334 22.0161C58.7743 24.4931 58.7743 27.545 57.3334 30.022L46.8665 48.0161C45.4256 50.4931 42.7628 52.019 39.881 52.019H18.9471C16.0654 52.019 13.4025 50.4931 11.9617 48.0161L1.49471 30.022C0.0538433 27.545 0.0538471 24.4931 1.49471 22.0161L11.9617 4.022C13.4025 1.54496 16.0654 0.0190428 18.9471 0.019043L39.881 0.0190439C42.7628 0.019044 45.4256 1.54496 46.8665 4.02201L57.3334 22.0161Z");
    clip-path: path("M57.3334 22.0161C58.7743 24.4931 58.7743 27.545 57.3334 30.022L46.8665 48.0161C45.4256 50.4931 42.7628 52.019 39.881 52.019H18.9471C16.0654 52.019 13.4025 50.4931 11.9617 48.0161L1.49471 30.022C0.0538433 27.545 0.0538471 24.4931 1.49471 22.0161L11.9617 4.022C13.4025 1.54496 16.0654 0.0190428 18.9471 0.019043L39.881 0.0190439C42.7628 0.019044 45.4256 1.54496 46.8665 4.02201L57.3334 22.0161Z");
    position: absolute;
    left: 0;
    top: calc(50% - 26px);
    z-index: 3;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.process-card .box-number:before {
    content: '';
    position: absolute;
    inset: 4px 6px 5px 6px;
    background-color: var(--theme-color);
    -webkit-clip-path: path("M45.0593 17.9739C46.4854 20.4453 46.4854 23.4902 45.0593 25.9617L37.551 38.9739C36.1249 41.4453 33.4894 42.9678 30.6373 42.9678L15.6206 42.9678C12.7684 42.9678 10.1329 41.4453 8.70681 38.9739L1.19847 25.9617C-0.227614 23.4902 -0.227614 20.4453 1.19847 17.9739L8.70681 4.96168C10.1329 2.49024 12.7684 0.967773 15.6206 0.967773L30.6373 0.967774C33.4894 0.967774 36.1249 2.49024 37.551 4.96168L45.0593 17.9739Z");
    clip-path: path("M45.0593 17.9739C46.4854 20.4453 46.4854 23.4902 45.0593 25.9617L37.551 38.9739C36.1249 41.4453 33.4894 42.9678 30.6373 42.9678L15.6206 42.9678C12.7684 42.9678 10.1329 41.4453 8.70681 38.9739L1.19847 25.9617C-0.227614 23.4902 -0.227614 20.4453 1.19847 17.9739L8.70681 4.96168C10.1329 2.49024 12.7684 0.967773 15.6206 0.967773L30.6373 0.967774C33.4894 0.967774 36.1249 2.49024 37.551 4.96168L45.0593 17.9739Z");
    z-index: -1
}

.process-card .box-content {
    -webkit-mask-image: url('data:image/svg+xml,<svg width="306" height="140" viewBox="0 0 306 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8832 11.9691C-1.16438 6.63586 2.68656 0 8.82914 0H264.765C271.027 0 276.714 3.65286 279.317 9.34784L304.003 63.3478C305.934 67.5724 305.934 72.4276 304.003 76.6522L279.317 130.652C276.714 136.347 271.027 140 264.765 140H8.82913C2.68655 140 -1.16438 133.364 1.88319 128.031L35.0437 70L1.8832 11.9691Z" fill="white"/></svg>');
    mask-image: url('data:image/svg+xml,<svg width="306" height="140" viewBox="0 0 306 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8832 11.9691C-1.16438 6.63586 2.68656 0 8.82914 0H264.765C271.027 0 276.714 3.65286 279.317 9.34784L304.003 63.3478C305.934 67.5724 305.934 72.4276 304.003 76.6522L279.317 130.652C276.714 136.347 271.027 140 264.765 140H8.82913C2.68655 140 -1.16438 133.364 1.88319 128.031L35.0437 70L1.8832 11.9691Z" fill="white"/></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 24px 24px 24px 72px;
    position: relative;
    z-index: 2;
    background-color: var(--white-color)
}

.process-card .box-title {
    margin-bottom: 4px
}

.process-card .box-text {
    font-size: 14px
}

.process-card .box-shape {
    position: absolute;
    inset: 0;
    z-index: -1
}

.process-card:hover .box-number {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.process-box {
    position: relative;
    z-index: 2;
    background-image: url('data:image/svg+xml,<svg width="312" height="140" viewBox="0 0 312 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M269.103 68.9613C272.025 69.5 275.517 69.5 282.345 69.5H282.425H290.496C302.094 69.5 311.496 78.902 311.496 90.5V92.0003C311.496 103.328 311.495 111.774 310.622 118.268C309.751 124.748 308.02 129.211 304.613 132.617C301.207 136.023 296.744 137.755 290.264 138.626C283.77 139.499 275.324 139.5 263.996 139.5H47.9961C36.6683 139.5 28.2227 139.499 21.7282 138.626C15.2481 137.755 10.7854 136.023 7.3791 132.617C3.97276 129.211 2.24154 124.748 1.37032 118.268C0.497156 111.773 0.496094 103.328 0.496094 92V48C0.496094 36.6722 0.497156 28.2266 1.37032 21.7321C2.24154 15.252 3.97276 10.7893 7.3791 7.38299C10.7854 3.97666 15.2481 2.24545 21.7282 1.37422C28.2227 0.501062 36.6683 0.5 47.9961 0.5L213.425 0.500003C218.624 0.500003 221.156 0.502092 223.257 0.889518C232.841 2.6565 240.34 10.1553 242.107 19.7391C242.494 21.8404 242.496 24.3723 242.496 29.5714V29.6506C242.496 36.4787 242.496 39.971 243.035 42.8928C245.478 56.1469 255.849 66.5176 269.103 68.9613Z" stroke="white"/></svg>');
    background-size: 100% 100%;
    padding: 24px 90px 24px 24px
}

.process-box-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media (max-width: 1199px) {
    .process-box-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .process-box-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.process-box .box-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--theme-color);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 99px;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out
}

.process-box .box-title {
    color: var(--white-color);
    margin-bottom: 4px
}

.process-box .box-text {
    font-size: 14px;
    color: var(--white-color)
}

.process-box:nth-child(even) {
    background-image: url('data:image/svg+xml,<svg width="312" height="140" viewBox="0 0 312 140" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M269.103 71.0387C272.025 70.5 275.517 70.5 282.345 70.5H282.425H290.496C302.094 70.5 311.496 61.098 311.496 49.5V47.9997C311.496 36.6719 311.495 28.2264 310.622 21.732C309.751 15.2519 308.02 10.7892 304.613 7.38295C301.207 3.97664 296.744 2.24544 290.264 1.37422C283.77 0.501068 275.324 0.5 263.996 0.5H47.9961C36.6683 0.5 28.2227 0.501068 21.7282 1.37422C15.2481 2.24545 10.7854 3.97665 7.3791 7.38298C3.97276 10.7893 2.24154 15.252 1.37032 21.7321C0.497156 28.2266 0.496094 36.6722 0.496094 48V92C0.496094 103.328 0.497156 111.773 1.37032 118.268C2.24154 124.748 3.97276 129.211 7.3791 132.617C10.7854 136.023 15.2481 137.755 21.7282 138.626C28.2227 139.499 36.6683 139.5 47.9961 139.5L213.425 139.5C218.624 139.5 221.156 139.498 223.257 139.11C232.841 137.343 240.34 129.845 242.107 120.261C242.494 118.16 242.496 115.628 242.496 110.429V110.349C242.496 103.521 242.496 100.029 243.035 97.1072C245.478 83.8531 255.849 73.4824 269.103 71.0387Z" stroke="white"/></svg>')
}

.process-box:nth-child(even) .box-number {
    position: absolute;
    bottom: 0;
    right: 0;
    top: unset
}

@media (max-width: 1299px) {
    .process-box {
        padding-right: 48px
    }
    .process-box .box-text {
        font-size: 13px
    }
    .process-box .box-number {
        width: 56px;
        height: 56px;
        line-height: 56px
    }
}

@media (max-width: 1199px) {
    .process-box {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        padding-right: 100px;
        background-image: url('data:image/svg+xml,<svg width="456" height="126" viewBox="0 0 456 126" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.496094 78V48C0.496094 36.6722 0.497162 28.2266 1.3703 21.7321C2.24155 15.252 3.97275 10.7893 7.37909 7.38299C10.7854 3.97665 15.2481 2.24545 21.7282 1.37422C28.2227 0.50106 36.6682 0.5 47.9961 0.5H411.446C421.104 0.5 428.305 0.500786 433.913 1.1499C439.51 1.79778 443.457 3.0859 446.635 5.61685C448.02 6.71973 449.276 7.97558 450.379 9.3605C452.91 12.5387 454.198 16.4857 454.846 22.0831C455.495 27.6882 455.496 34.8845 455.496 44.5354C455.047 52.1571 448.735 58.1094 441.099 58.1094H424.895H424.835C419.67 58.1094 417.029 58.1094 414.82 58.4138C400.066 60.4474 388.583 72.2489 386.953 87.0526C386.709 89.2685 386.781 91.9088 386.922 97.0717L386.924 97.132C387.031 101.063 387.082 102.978 386.907 104.572C385.728 115.276 377.425 123.809 366.757 125.28C365.169 125.499 363.253 125.5 359.32 125.5H311.013L227.996 125.5H47.996C36.6682 125.5 28.2227 125.499 21.7282 124.626C15.2481 123.755 10.7854 122.023 7.37909 118.617C3.97275 115.211 2.24155 110.748 1.3703 104.268C0.497162 97.7734 0.496094 89.3278 0.496094 78Z" stroke="white"/></svg>') !important
    }
    .process-box .box-number {
        position: absolute;
        bottom: 0;
        right: 0;
        top: unset
    }
    .process-box .box-text {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .process-box {
        padding-right: 60px
    }
    .process-box .box-number {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    .process-box .box-text {
        font-size: 14px;
        max-width: 277px
    }
}

@media (max-width: 375px) {
    .process-box {
        padding-right: 40px
    }
}

.process-box:hover .box-number {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.video-bg-shape {
    position: absolute;
    inset: 0;
    background-size: auto;
    background-position: right;
    z-index: 1
}

.video-content-wrap2 {
    padding: 256px 0
}

@media (max-width: 1199px) {
    .video-content-wrap2 {
        text-align: center;
        padding: 40px 0 0
    }
    .video-content-wrap2 .call-info {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        text-align: start
    }
}

.video-wrap2 .discount-wrapp {
    display: inline-block
}

.video-wrap2 .discount-wrapp .discount-tag span {
    --rotate-letter: 7.5deg
}

@media (max-width: 1199px) {
    .video-wrap2 {
        margin-top: 120px
    }
}

.video-img-box2 {
    position: absolute;
    bottom: 0;
    top: 37px
}

@media (max-width: 1199px) {
    .video-img-box2 {
        position: relative;
        text-align: center
    }
}

.app-title-area {
    max-width: 1045px;
    background: var(--light-color2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    padding: 130px 200px 43px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    position: relative
}

.app-title-area:after {
    content: '';
    position: absolute;
    inset: -36px;
    background: var(--light-color2);
    opacity: 0.5;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.app-title-area .title-area img {
    margin-bottom: 0
}

.app-title-area .btn-wrap {
    margin-top: 38px
}

.app-title-area .sec-text {
    margin-top: 30px
}

@media (max-width: 575px) {
    .app-title-area .sec-text {
        font-size: 16px
    }
}

.app-title-area .sec-title {
    max-width: 473px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1199px) {
    .app-title-area {
        margin-left: 36px;
        margin-right: 36px;
        padding: 120px 120px 50px
    }
}

@media (max-width: 991px) {
    .app-title-area {
        border-radius: 0;
        padding: 80px 30px 40px
    }
    .app-title-area:after {
        border-radius: 0
    }
}

@media (max-width: 575px) {
    .app-title-area {
        border-radius: 0;
        padding: 60px 24px 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px
    }
    .app-title-area:after {
        inset: -20px
    }
}

.dark-theme {
    --title-color: #fff;
    --body-color: #838B9F;
    --smoke-color: #0F0F0F;
    --smoke-color2: #101018;
    --th-border-color: #27282E;
    --gray-color: #54595F;
    --body-bg: #010101
}

.dark-theme .th-btn:hover,
.dark-theme .th-btn.active {
    color: #010101
}

.dark-theme .main-menu ul.sub-menu,
.dark-theme .woocommerce-form-register,
.dark-theme .woocommerce-form-coupon,
.dark-theme .woocommerce-form-login {
    box-shadow: 0px 6px 30px rgba(255, 255, 255, 0.08)
}

.dark-theme .main-menu ul.sub-menu li a:before {
    color: var(--theme-color)
}

.dark-theme .th-mobile-menu ul li.th-active>a {
    color: var(--theme-color)
}

.dark-theme .th-mobile-menu ul .menu-item-has-children>a .th-mean-expand {
    background-color: #282525
}

.dark-theme .th-menu-wrapper .mobile-logo {
    background-color: #fff
}

.dark-theme .slider-arrow {
    background-color: var(--th-border-color)
}

.dark-theme .slider-arrow:before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-image: var(--theme-color);
    border-radius: inherit;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1
}

.dark-theme .slider-arrow:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.dark-theme .copyright-wrap {
    background-color: #27282E
}

.dark-theme .play-btn:hover i {
    color: var(--body-bg)
}

.dark-theme a:hover {
    color: var(--theme-color)
}

.dark-theme .blog-card .blog-content {
    background-color: var(--smoke-color);
    box-shadow: none
}

.dark-theme .blog-card .blog-meta span>i,
.dark-theme .blog-card .blog-meta a>i {
    color: var(--theme-color)
}

.dark-theme .blog-card .box-title a {
    background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
    background-image: linear-gradient(to left, var(--theme-color), var(--theme-color))
}

.dark-theme .blog-card .th-btn {
    background-image: var(--theme-color)
}

.dark-theme .blog-card .th-btn:after {
    content: '';
    position: absolute;
    inset: 1px;
    background-color: #010407;
    border-radius: inherit;
    z-index: -2
}

.dark-theme .blog-card .th-btn:before {
    background-image: var(--theme-color)
}

.dark-theme .blog-card .th-btn:hover {
    color: var(--white-color)
}

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

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

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

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

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

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

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

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

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

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

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

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pt-80 {
    padding-top: 80px
}

.fs-28 {
    font-size: 28px
}

@media (max-width: 1299px) {
    .fs-28 {
        font-size: 18px
    }
}

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

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

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

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

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

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

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

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

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

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

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

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-28 {
    margin-bottom: 28px
}

.mt-n1 {
    margin-top: -.25rem
}

.mt-n2 {
    margin-top: -.45rem
}

.mt-n3 {
    margin-top: -0.8rem
}

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

.mt-n5 {
    margin-top: -3rem
}

.mb-n1 {
    margin-bottom: -.25rem
}

.mb-n2 {
    margin-bottom: -.45rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

.mt-48 {
    margin-top: 48px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-130 {
    margin-top: 130px
}

.mb-130 {
    margin-bottom: 130px
}

@media (max-width: 1499px) {
    .mb-130 {
        margin-bottom: 60px
    }
}

@media (max-width: 1399px) {
    .mb-130 {
        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)
}

.space-extra2,
.space-extra2-top {
    padding-top: calc(var(--section-space) - 40px)
}

.space-extra2,
.space-extra2-bottom {
    padding-bottom: calc(var(--section-space) - 40px)
}

@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
    }
    .space-extra2,
    .space-extra2-top {
        padding-top: 70px
    }
    .space-extra2,
    .space-extra2-bottom {
        padding-bottom: 70px
    }
}
.hotel-imgnewroyal img{
max-height: 320px;
    min-height: 320px;
}
.recep-img-new img{
    max-width: 314px;
    min-width: 314px;
}
.new-thumbmain img{
    min-width: 686px;
    max-width: 686px;
}