:root {
    --theme-color: #7B5DFF;
    --theme-color2: #D4FF12;
    --title-color: #06050B;
    --body-color: #484848;
    --smoke-color: #D4D4D4;
    --smoke-color2: #F5F5F5;
    --smoke-color3: #C5DACC;
    --smoke-color4: #E9F5ED;
    --black-color: #000000;
    --black-color2: #0A0A0A;
    --gray-color: #D8DDE1;
    --white-color: #ffffff;
    --light-color: #B7BEC8;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --bg: #0c0e16;
    --surface: #13162080;
    --card: #141720;
    --border: rgba(255, 255, 255, 0.06);
    --border-hi: rgba(255, 255, 255, 0.12);
    --red: #e03b2c;
    --red-soft: rgba(224, 59, 44, 0.12);
    --red-glow: rgba(224, 59, 44, 0.22);
    --text: #eef0f8;
    --muted: #7a8299;
    --dim: #3e4560;
    --green: #21d07a;
    --amber: #f0a832;
    --blue: #3b82f6;

    --title-font: "Sora", sans-serif;
    --title-font2: "Sora", sans-serif;
    /* --title-font2: "Urbanist", sans-serif; */
    --body-font: "Work Sans", sans-serif;

    /* --title-font: "Spline Sans", sans-serif;
    --title-font2: "Spline Sans", sans-serif;
    --body-font: "Spline Sans", sans-serif; */

    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1620px;
    --container-gutters: 24px;
    --section-space: 70px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --slidingAT: 1.3s;
    --controlSize: 60px;
    --primary-purple: #8B5CF6;
    --secondary-green: #A7F3D0;
    --text-dark: #1F2937;
    --text-light: #6B7280;
    --bg-light: #F9FAFB;
    --border-color: #E5E7EB;
    --white: #FFFFFF;
    --shadow-light: rgba(0, 0, 0, 0.05);
    --shadow-medium: rgba(0, 0, 0, 0.1);

}

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

::-webkit-scrollbar {
    display: none !important;
}

/* For Firefox */
html {
    scrollbar-width: none !important;
}

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

body.theme {
    --theme-color: #456FF8
}

body.theme2 {
    background-color: #06050b
}

body.theme3 {
    --theme-color: #1C4EFF;
    --theme-color2: #A378FF
}

body.theme4 {
    --theme-color: #4E0055
}

body.theme5 {
    --theme-color: #CCFF66;
    background-color: #f5f5f5
}

body.theme6 {
    --theme-color: #DBD2FE
}

body.theme7 {
    --theme-color: #AEFF5D;
    --theme-color2: #5DFFD9
}

body.theme8 {
    --theme-color: #22AB37;
    --theme-color2: #013983;
    background-color: #07090e;
}

body.theme9 {
    --theme-color: #1C4EFF;
    --theme-color2: #A378FF;
    background-color: #06050b
}

iframe {
    border: none;
    width: 100%
}

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

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

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

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

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

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

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

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

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

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

button {
    -webkit-transition: all ease .4s;
    transition: all ease .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 8px 0;
    color: var(--body-color);
    line-height: 1.75
}

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

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

.h1,
h1 {
    font-size: 84px;
    line-height: 1.1
}

.h2,
h2 {
    font-size: 64px;
    line-height: 1.1
}

.h3,
h3 {
    font-size: 48px;
    line-height: 1.25
}

.h4,
h4 {
    font-size: 32px;
    line-height: 1.5
}

.h5,
h5 {
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 1.333
}

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

@media(max-width: 1500px) {

    .h1,
    h1 {
        font-size: 67px;
        line-height: 1.26
    }

    .h2,
    h2 {
        font-size: 47px;
        line-height: 1.31
    }
}

@media(max-width: 1399px) {

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

@media(max-width: 1199px) {

    .h1,
    h1 {
        font-size: 57px;
        line-height: 1.26
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media(max-width: 767px) {

    .h3,
    h3 {
        font-size: 26px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media(max-width: 575px) {

    .h1,
    h1 {
        font-size: 44px;
        line-height: 1.35
    }

    .h2,
    h2 {
        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: .5em 0
}

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

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

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

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

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

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

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

.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: var(--title-color);
    background-color: var(--theme-color)
}

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

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--title-color);
    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: -ms-flexbox;
    display: flex;
    -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 var(--smoke-color);
    padding-left: 25px;
    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: var(--white-color);
    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);
    color: var(--white-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, .1)
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(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: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 15px
}

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

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

@media(max-width: 575px) {
    .post-password-form label {
        -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: var(--title-color);
    background-color: var(--theme-color);
    text-align: center
}

.post-password-form input[type=submit]:hover {
    background-color: var(--title-color);
    color: var(--white-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, .08);
    margin-right: 10px
}

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

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

.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 {
    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: "";
    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: ""
}

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

.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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0)
}

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

.wp-block-pullquote {
    border-bottom: none;
    border-top: none;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite {
    position: absolute;
    color: var(--white-color) !important
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
    font-size: 14px;
    left: 10px;
    padding: 7px 45px 7px 10px
}

@media(max-width: 1199px) {

    .wp-block-column blockquote cite,
    .wp-block-column .wp-block-quote cite {
        padding: 7px 25px 7px 10px
    }
}

.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(--title-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(--title-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: rgba(0, 0, 0, 0);
    -webkit-transition: all ease .4s;
    transition: all ease .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
}

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: "";
    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, .1);
    padding-bottom: 16px
}

.widget_rss a:hover,
.wp-block-rss a:hover {
    color: var(--theme-color)
}

.textwidget {
    margin-top: -0.1em
}

.th-comments-wrap .th-post-comment blockquote:before,
.th-comments-wrap .th-post-comment .wp-block-quote:before {
    height: 35px;
    width: 35px;
    background-color: var(--smoke-color2)
}

.footer-sitcky.sticky-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

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

@media(min-width: 1370px) {
    .th-container {
        --main-container: 1848px
    }
}

.th-container3 {
    --main-container: 1447px
}

@media(min-width: 1370px) {
    .th-container2 {
        --main-container: 1530px
    }
}

@media(min-width: 1370px) {
    .th-container3 {
        --main-container: 1768px
    }
}

@media(min-width: 1370px) {
    .th-container4 {
        --main-container: 1600px
    }
}

@media(min-width: 1370px) {
    .th-container5 {
        --main-container: 1320px
    }
}

@media(min-width: 1370px) {
    .th-container6 {
        --main-container: 1808px
    }
}

@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 (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
    }
}

.round-container {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

@media(max-width: 1199px) {
    .round-container {
        border-radius: 0
    }
}

.slick-track>[class*=col] {
    -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)
}

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

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

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

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

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

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

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

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

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

@media(max-width: 1199px) {
    .gx-80 {
        --bs-gutter-x: 60px
    }
}

@media(max-width: 991px) {
    .gx-80 {
        --bs-gutter-x: 40px
    }
}

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

@media(max-width: 1199px) {
    .gy-80 {
        --bs-gutter-y: 60px
    }
}

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

@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;
    color: var(--body-color);
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid var(--smoke-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: var(--title-color);
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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: 17px;
    font-size: 16px;
    color: var(--theme-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)
}

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: "";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

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

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #6e6e6e;
    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: hsla(0, 0%, 100%, .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: "";
    position: absolute;
    font-family: var(--icon-font);
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    font-size: .6em;
    line-height: 19px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--white-color);
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .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: .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(.375em + .8875rem) center;
    background-image: none
}

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

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .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: rgba(0, 0, 0, 0);
    color: inherit
}

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

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

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

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

.swiper-wrapper.row {
    -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-fade .swiper-slide {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

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

.swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 2px;
    background: #525252;
    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, 8px);
    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: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

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

.slider-controller .swiper-pagination-progressbar {
    background-color: #525252
}

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

.swiper-pagination-bullets {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
    line-height: 12px;
    height: 12px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    margin: 5px 4px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #484848;
    color: var(--white-color);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(116.7deg, #7B5DFF 0%, #B35DFF 100%);
    border-color: var(--theme-color)
}

.slider-area {
    position: relative
}

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

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

.slider-arrow img {
    margin-top: -5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slider-arrow.style2 {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color)
}

.slider-arrow.style2 img {
    -webkit-transition: all .4 ease-in-out;
    transition: all .4 ease-in-out
}

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

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

.slider-arrow.style3 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(92, 95, 113, .2);
    color: var(--title-color)
}

.slider-arrow.style4 {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--title-color);
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1)
}

.slider-arrow.style4 img {
    -webkit-transition: all .4 ease-in-out;
    transition: all .4 ease-in-out
}

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

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

.slider-arrow.style5 {
    top: 45%;
    left: var(--pos-x, 520px);
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    border-radius: 40px;
    border: 4px solid rgba(0, 0, 0, 0);
    color: var(--title-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.slider-arrow.style5:hover {
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border: 4px solid #f7f7f7;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .06);
    border-radius: 40px
}

.slider-arrow.style5.slider-next {
    right: var(--pos-x, 520px)
}

.slider-arrow.style6 {
    padding: 4px 10px 4px 4px;
    background: #06050b;
    border-radius: 16px;
    width: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media(max-width: 1500px) {
    .slider-arrow.style6 {
        padding: 0px 8px 4px 0px
    }
}

.slider-arrow.style6.slider-next {
    padding: 4px 8px 4px 14px
}

@media(max-width: 1500px) {
    .slider-arrow.style6.slider-next {
        padding: 0px 8px 4px 14px
    }
}

.slider-arrow.style6 i {
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 16px;
    color: var(--title-color)
}

.slider-arrow.style6:hover {
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border: none
}

.slider-arrow.style7 {
    top: 45%;
    left: var(--pos-x, 520px);
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid rgba(19, 19, 19, .1019607843);
    border-radius: 40px;
    color: var(--title-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.slider-arrow.style7:hover {
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border: 1px solid #ff1ca4
}

.slider-arrow.style7.slider-next {
    right: var(--pos-x, 520px)
}

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

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

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

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

.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);
    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);
    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 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

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

@media(max-width: 1500px) {
    .icon-box .slider-arrow {
        display: block !important
    }
}

@media(max-width: 991px) {
    .slider-arrow {
        --icon-size: 40px;
        line-height: 38px;
        margin-right: 0px;
        font-size: 14px
    }

    .slider-arrow.slider-next {
        margin-right: 0
    }

    .slick-dots {
        margin: 40px 0 0 0
    }

    .icon-box .slider-arrow {
        margin-right: 0
    }
}

.slick-3d-active {
    margin-left: -12%;
    margin-right: -12%
}

.slick-3d-active .slick-list {
    padding-left: 30% !important;
    padding-right: 30% !important
}

.slick-3d-active .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.slick-3d-active .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
    display: block
}

.slick-3d-active .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.slick-3d-active .slick-3d-next {
    opacity: 1;
    -webkit-transform: translate3d(50%, 0, -21px);
    transform: translate3d(50%, 0, -21px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-next2 {
    opacity: 1;
    -webkit-transform: translate3d(40%, 0, -23px);
    transform: translate3d(40%, 0, -23px);
    z-index: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.slick-3d-active .slick-3d-prev {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, -21px);
    transform: translate3d(-50%, 0, -21px)
}

.slick-3d-active .slick-3d-prev .testi-card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.slick-3d-active .slick-3d-prev2 {
    opacity: 1;
    -webkit-transform: translate3d(-40%, 0, -23px);
    transform: translate3d(-40%, 0, -23px)
}

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

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    position: relative;
    line-height: calc(var(--input-height) - 2px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -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 .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

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

.nice-select.disabled {
    border-color: rgb(237.1, 237.1, 237.1);
    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;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !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 .2s;
    transition: all .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: rgba(0, 0, 0, 0);
    color: #999;
    cursor: default
}

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

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

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

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

.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: 48px
}

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

.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--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 #fdedf1;
    list-style-type: none
}

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

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

.th-mobile-menu ul li a:before {
    content: "";
    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);
    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 .th-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: var(--smoke-color);
    color: var(--title-color);
    -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, .5);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, .5);
    border-radius: 50%
}

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

.th-mobile-menu ul .th-item-has-children>a:after {
    content: "";
    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 .th-item-has-children.th-active>a .th-mean-expand:before {
    content: ""
}

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

.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: 48px
}

@media(max-width: 375px) {
    .th-menu-toggle {
        width: 48px;
        height: 48px
    }
}

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

.th-menu-toggle.style-text,
.th-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    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
    }
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: var(--secondary-color, #111);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    z-index: 5
}

.preloader-bg-one {
    top: 0
}

.preloader-bg-two {
    bottom: 0
}

.loader-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    direction: ltr
}

.loader-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: auto;
    margin: 2rem;
    font-family: var(--title-font);
    font-size: 84px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    scale: 2
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, var(--theme-color) 6px, var(--theme-color) 9px);
    mask: repeating-linear-gradient(90deg, transparent 0, transparent 6px, var(--theme-color) 6px, var(--theme-color) 9px)
}

.loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, #013982 0%, transparent 50%), radial-gradient(circle at 45% 45%, #013982 0%, transparent 45%), radial-gradient(circle at 55% 55%, #4caf50 0%, transparent 45%), radial-gradient(circle at 45% 55%, #4caf50 0%, transparent 45%), radial-gradient(circle at 55% 45%, #1ea132 0%, transparent 45%);
    -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 10%, black 25%);
    mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 10%, black 25%);
    -webkit-animation: transform-animation 2s infinite alternate, opacity-animation 4s infinite;
    animation: transform-animation 2s infinite alternate, opacity-animation 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.8, 0.5, 1);
    animation-timing-function: cubic-bezier(0.6, 0.8, 0.5, 1)
}

@-webkit-keyframes transform-animation {
    0% {
        -webkit-transform: translate(-55%);
        transform: translate(-55%)
    }

    100% {
        -webkit-transform: translate(55%);
        transform: translate(55%)
    }
}

@keyframes transform-animation {
    0% {
        -webkit-transform: translate(-55%);
        transform: translate(-55%)
    }

    100% {
        -webkit-transform: translate(55%);
        transform: translate(55%)
    }
}

@-webkit-keyframes opacity-animation {

    0%,
    100% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    65% {
        opacity: 0
    }
}

@keyframes opacity-animation {

    0%,
    100% {
        opacity: 0
    }

    15% {
        opacity: 1
    }

    65% {
        opacity: 0
    }
}

.loader-letter {
    display: inline-block;
    opacity: 0;
    -webkit-animation: loader-letter-anim 4s infinite linear;
    animation: loader-letter-anim 4s infinite linear;
    z-index: 2
}

.loader-letter:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loader-letter:nth-child(2) {
    -webkit-animation-delay: .205s;
    animation-delay: .205s
}

.loader-letter:nth-child(3) {
    -webkit-animation-delay: .31s;
    animation-delay: .31s
}

.loader-letter:nth-child(4) {
    -webkit-animation-delay: .415s;
    animation-delay: .415s
}

.loader-letter:nth-child(5) {
    -webkit-animation-delay: .521s;
    animation-delay: .521s
}

.loader-letter:nth-child(6) {
    -webkit-animation-delay: .626s;
    animation-delay: .626s
}

.loader-letter:nth-child(7) {
    -webkit-animation-delay: .731s;
    animation-delay: .731s
}

.loader-letter:nth-child(8) {
    -webkit-animation-delay: .837s;
    animation-delay: .837s
}

.loader-letter:nth-child(9) {
    -webkit-animation-delay: .942s;
    animation-delay: .942s
}

.loader-letter:nth-child(10) {
    -webkit-animation-delay: 1.047s;
    animation-delay: 1.047s
}

@-webkit-keyframes loader-letter-anim {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 0
    }

    5% {
        opacity: 1;
        text-shadow: 0 0 4px #8d8379;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1.1) translateY(-2px);
        transform: scale(1.1) translateY(-2px)
    }

    20% {
        opacity: .2;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }

    100% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }
}

@keyframes loader-letter-anim {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 0
    }

    5% {
        opacity: 1;
        text-shadow: 0 0 4px #8d8379;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1.1) translateY(-2px);
        transform: scale(1.1) translateY(-2px)
    }

    20% {
        opacity: .2;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }

    100% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0
    }
}

.th-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    border-radius: 48px;
    line-height: 1;
    padding: 20px 24px 20px 24px;
    gap: 38px
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-radius: 50px;
    background: var(--theme-color2);
    width: 56px;
    height: 58px;
    border-radius: 0px 32px 32px 0px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.th-btn:before {
    z-index: -1
}

.th-btn:after {
    z-index: -2
}

.th-btn .icon {
    text-align: center;
    display: inline-block
}

.th-btn:hover,
.th-btn.active {
    color: var(--title-color)
}

.th-btn:hover:before,
.th-btn.active:before {
    width: 56px;
    background: var(--theme-color2);
    background-color: var(--theme-color)
}

.th-btn:hover:after,
.th-btn.active:after {
    background-color: var(--theme-color2);
    width: 100%
}

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

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

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

.th-btn.style2 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    border: 1px solid var(--white-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.th-btn.style3 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    border: 1px solid var(--smoke-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

.th-btn.style5 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 20px 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.th-btn.style6 {
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 20px 40px;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.th-btn.white-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

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

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

.th-btn.th-border {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color);
    color: var(--title-color)
}

.th-btn.th-border:before {
    z-index: -1
}

.th-btn.th-border:after {
    z-index: -2
}

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

.th-btn.th-border:hover:before {
    width: 28%
}

.th-btn.th-border:hover:after {
    background-color: var(--theme-color2);
    width: 100%
}

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

.th-btn2 {
    position: relative;
    z-index: 2;
    background-color: var(--theme-color);
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: var(--white-color);
    background-size: 400%;
    padding: 19px 24px;
    border-radius: 48px;
    overflow: hidden;
    border: none
}

@media(max-width: 375px) {
    .th-btn2 {
        font-size: 16px
    }
}

.th-btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background-color: var(--title-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

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

.th-btn2.style2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color);
    color: var(--title-color)
}

.th-btn2.style2 img {
    margin-left: 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

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

.th-btn2.style3 {
    background-color: var(--white-color);
    color: var(--title-color)
}

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

.th-btn2.extra {
    padding: 11.5px 24px;
    font-size: 16px;
    height: 100%
}

.th-btn2.extra.style1 {
    color: var(--title-color)
}

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

.th-btn2.extra.style1.btn-gradient {
    padding: 13px 20px
}

.th-btn2.extra.style1.btn-gradient:hover {
    color: var(--title-color)
}

.th-btn2.style4 {
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--title-color)
}

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

.th-btn2.style4:hover {
    color: var(--title-color);
    -webkit-box-shadow: 5px 5px 0px var(--title-color);
    box-shadow: 5px 5px 0px var(--title-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.th-btn2.style5 {
    border: 1px solid var(--title-color);
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-btn2.btn-gradient {
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 20px;
    background-color: var(--theme-color);
    color: var(--title-color);
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%);
    border-radius: 48px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-btn2.btn-gradient:hover {
    color: var(--title-color);
    background: linear-gradient(122.43deg, var(--theme-color2) 4.09%, var(--theme-color) 100.57%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-btn2.btn-gradient:hover:before,
.th-btn2.btn-gradient:hover:after {
    display: none
}

.th-btn2.btn-gradient2 {
    margin-top: 10px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 20px 24px;
    background-color: var(--theme-color);
    color: var(--white-color);
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 8px;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.th-btn2.btn-gradient2:hover {
    background: linear-gradient(309.43deg, var(--theme-color) 9.12%, var(--theme-color2) 100%);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.th-btn2.btn-gradient2:hover:before,
.th-btn2.btn-gradient2:hover:after {
    display: none
}

.th-btn2.extra-padding {
    padding: 20px 80px
}

@media(max-width: 1299px) {
    .th-btn2.extra-padding {
        padding: 20px 30px
    }
}

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

.th-btn2.style6 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.th-btn2.style6:before {
    background-color: var(--white-color)
}

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

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

.th-btn2:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    height: 100%
}

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

.th-btn3 {
    position: relative;
    z-index: 2;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 16px;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 12px 63px 12px 11px;
}

.th-btn3 .icon {
    background-color: var(--title-color);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 2px;
    right: 4px;
    width: 36px;
    height: 36px;
    border-radius: 16px;
    margin-left: 10px;
    color: var(--title-color);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.th-btn3 .icon11 {
    top: 3px;
}

.th-btn3 .icon i {
    position: relative;
    overflow: hidden;
    width: 17px;
    height: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.th-btn3 .icon i svg {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.th-btn3 .icon i svg:last-child {
    left: -12px;
    bottom: -12px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
}

.th-btn3 span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block
}

.th-btn3 span span.text-1 {
    position: relative;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.th-btn3 span span.text-2 {
    position: absolute;
    bottom: 100%;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.th-btn3.style2 {
    background: transparent;
    color: #ffffff;
    border: 1px solid #2fc23e;
    cursor: pointer;
}

.header-button .th-btn3.style2 {
    background: transparent;
    color: #ffffff;
    border: 1px solid #2fc23e;
}

.header-button .th-btn3:hover {
    color: #ffffff;
}

.th-btn3.style2 .icon {
    /* background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%); */
    background: #2fc23e;
    color: var(--white-color);
}

.th-btn3.style3 {
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border-radius: 16px
}

.th-btn3.style3 .icon {
    background-color: var(--white-color)
}

.th-btn3.style4 {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.th-btn3.style4 .icon {
    background-color: var(--white-color)
}

.th-btn3.style5 {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.th-btn3.style5 .icon {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-btn3.style5:hover {
    color: var(--title-color)
}

.th-btn3.style6 .icon {
    background-color: var(--white-color);
    color: var(--white-color)
}

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

.th-btn3:hover span span.text-1 {
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

.th-btn3:hover span span.text-2 {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.th-btn3:hover i svg:first-child {
    -webkit-transform: translate(16px, -16px);
    transform: translate(16px, -16px)
}

.th-btn3:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(13px, -13px);
    transform: translate(13px, -13px)
}

.th-btn4 {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    padding: 4px;
    background-color: var(--theme-color);
    color: var(--white-color);
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    border-radius: 8px;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
    z-index: 2
}

.th-btn4 span {
    display: inline-block;
    padding: 11px 24px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    position: relative;
    z-index: 3
}

.th-btn4 span:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -6px;
    width: 93px;
    height: 62px;
    background-image: url("../img/shape/borrder-line.png");
    background-repeat: no-repeat;
    background-size: auto
}

.th-btn4:before,
.th-btn4:after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    z-index: -1;
    border-radius: 8px
}

.th-btn4:after {
    inset: 0px;
    background: var(--title-color)
}

.th-btn4:hover {
    background: linear-gradient(116.7deg, var(--theme-color2) 0%, var(--theme-color) 100%);
    color: var(--white-color)
}

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

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, transparent);
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    color: var(--title-color);
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.icon-btn a {
    color: var(--title-color)
}

.icon-btn img {
    margin-top: -4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

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

.icon-btn.th-radius {
    border-radius: 100px
}

.th-radius {
    border-radius: 24px
}

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

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

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease .4s;
    transition: all ease .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(--white-color);
    color: var(--title-color)
}

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

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

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

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

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

.link-btn {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    line-height: .8;
    position: relative;
    color: var(--title-color)
}

.link-btn i {
    margin-left: 15px;
    font-size: 16px
}

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

.line-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .02em;
    display: inline-block;
    line-height: .8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: capitalize;
    color: var(--title-color)
}

.line-btn i {
    margin-left: 5px
}

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

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

.line-btn:hover::before {
    width: 45px
}

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

.line-btn.th-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.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);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.scroll-top:after {
    content: "";
    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);
    -webkit-box-shadow: none;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear
}

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

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

.sub-title {
    position: relative;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #868d97;
    border-radius: 33px;
    padding: 8px 17px 8px 37px;
}

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

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

.sub-title:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 10px;
    width: 28px;
    height: 24px;
    background-image: url("../img/theme-img/sub-title.svg");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0)
}

.sub-title.style2 {
    background-color: var(--white-color)
}

.sub-title.style3 {
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px
}

.sub-title.style3:before {
    display: none
}

.sub-title.style4 {
    padding: 7.5px 16px 7.5px 5px;
    background: #f5f5f5;
    border-radius: 51px
}

.sub-title.style4 .title {
    padding: 8px 20px;
    background: #fff;
    border-radius: 51px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #06050b
}

.sub-title.style4 .number {
    margin-left: 10px
}

.sub-title.style4:before {
    display: none
}

.sub-title.style5 {
    padding: 7.5px 16px 7.5px 5px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    border-radius: 51px
}

.sub-title.style5 .title {
    padding: 8px 20px;
    background: #fff;
    border-radius: 51px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color)
}

.sub-title.style5 .number {
    color: var(--white-color);
    margin-left: 10px
}

.sub-title.style5:before {
    display: none
}

.sub-title.style6 {
    padding: 0;
    border: none
}

.sub-title.style6 .title {
    padding: 9.5px 20px;
    border: 1px solid #a3a3a3;
    border-radius: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color)
}

.sub-title.style6 .number {
    padding: 8px;
    min-width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: var(--theme-color);
    border-radius: 48px;
    color: var(--title-color);
    font-size: 20px;
    margin-right: 10px
}

.sub-title.style6:before {
    display: none
}

.sub-title.style7 {
    background: #f4f7ff;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #06050b;
    padding: 6px 16px
}

.sub-title.style7:before {
    display: none
}

.sub-title.style8 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(149.01%, rgba(7, 9, 14, 0.2)));
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%); */
    border-radius: 48px;
    font-size: 20px;
    line-height: 30px;
    color: #22AB37;
    padding: 2px 16px;
}

.sub-title.style8:before {
    display: none
}

.box-title {
    font-size: 24px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-top: 0
}

.box-title a {
    color: inherit
}

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

.sec-text {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 500;
    color: #e5e5e5
}

.sec-text2 {
    font-size: 18px;
    color: #e5e5e5
}

.sec-desc {
    font-family: var(--title-font);
    font-size: 18px;
    color: #b7bec8;
    margin-bottom: 0
}

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

.title-area.style2 .sec-title.style4 {
    margin-left: 220px;
    margin-right: -90px
}

@media(max-width: 1199px) {
    .title-area.style2 .sec-title.style4 {
        margin-left: 0px;
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .title-area.style2 .sec-title.style4 {
        margin-left: 0
    }
}

.title-area .sec-title {
    margin-bottom: 25px;
    color: white;
    font-size: 38px;
}

.title-area .sec-title .title {
    display: block;
    margin-left: 321px
}

@media(max-width: 1699px) {
    .title-area .sec-title .title {
        margin-left: 200px
    }
}

@media(max-width: 1199px) {
    .title-area .sec-title .title {
        margin-left: 140px
    }
}

@media(max-width: 767px) {
    .title-area .sec-title .title {
        margin-left: 40px
    }
}

@media(max-width: 375px) {
    .title-area .sec-title .title {
        margin-left: 0px
    }
}

.title-area .sec-title.style2 {
    font-size: 45px;
    margin-bottom: 9px;
}

@media(max-width: 1299px) {
    .title-area .sec-title.style2 {
        font-size: 48px
    }
}

@media(max-width: 767px) {
    .title-area .sec-title.style2 {
        font-size: 38px
    }
}

@media(max-width: 575px) {
    .title-area .sec-title.style2 {
        font-size: 32px
    }
}

@media(max-width: 375px) {
    .title-area .sec-title.style2 {
        font-size: 30px
    }
}

.title-area .sec-title.style3 {
    font-family: var(--title-font2);
    font-size: 45px;
}

@media(max-width: 1299px) {
    .title-area .sec-title.style3 {
        font-size: 48px
    }
}

@media(max-width: 767px) {
    .title-area .sec-title.style3 {
        font-size: 38px
    }
}

@media(max-width: 375px) {
    .title-area .sec-title.style3 {
        font-size: 30px
    }
}

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

.text-title {
    margin: 47px 0;
    opacity: 1
}

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

.sec-btn,
.title-line {
    margin-bottom: 29px;
    display: flex;
    justify-content: flex-end;
}

.shadow-title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 194px;
    line-height: 204px;
    color: #121212;
    opacity: .02;
    margin: -0.55em 0 -0.45em -0.25em
}

.shadow-title.style2 {
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 194px;
    line-height: 200px;
    color: #191919;
    display: inline-block;
    margin-left: -20%;
    opacity: 1;
    z-index: -1
}

@media(max-width: 575px) {
    .shadow-title.style2 {
        font-size: 104px;
        line-height: 200px
    }
}

.shadow-title.style3 {
    margin-left: -40%;
    width: 978px
}

.shadow-title.color2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#232C47), color-stop(91.15%, rgba(20, 29, 56, 0)));
    background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%)
}

.shadow-title.color3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), color-stop(93.75%, rgba(220, 214, 214, 0)));
    background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%)
}

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

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

@media(max-width: 767px) {
    .shadow-title {
        font-size: 102px;
        line-height: 102px
    }
}

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

.sec-text4 {
    font-weight: 400;
    font-size: 20px;
    color: #d4d4d4
}

.sec-text5 {
    max-width: 642px;
    display: block;
    margin: auto
}

.sec-text7 {
    color: #e5e5e5
}

.sec-text8 {
    color: #d4d4d4
}

.Horizontal {
    overflow: hidden;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.th-cta-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    gap: 4vw;
    padding-left: 100vw;
    font-size: 120px;
    font-weight: 600;
    margin-left: 100px
}

.line {
    height: 70px;
    position: relative;
    overflow: hidden
}

.line span {
    position: absolute
}

.title-box-text {
    font-size: 20px;
    max-width: 540px;
    display: block;
    margin: auto
}

.text-title {
    margin: 47px 0 !important
}

.award-area .desc {
    max-width: 616px;
    display: block;
    margin: auto
}

.sec-text6 {
    color: var(--smoke-color)
}

.sec-text7 {
    max-width: 560px;
    display: block;
    margin: auto;
    color: var(--smoke-color)
}

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

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

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

@media(min-width: 1930px) {
    .shape-mockup.testi-shape {
        width: 100%
    }

    .shape-mockup.testi-shape img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width: 1199px) {
    .shape-mockup.testi-shape {
        width: 100%;
        height: 100%
    }

    .shape-mockup.testi-shape img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width: 1699px) {
    .shape-mockup.testi-shape2 {
        width: 30%;
        height: 100%
    }

    .shape-mockup.testi-shape2 img {
        height: 100%
    }
}

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

.shape-mockup.testi-img {
    border-radius: 30px 0 0 0
}

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

.shape-mockup.faq-shape {
    max-width: 238px
}

.shape-mockup.faq-shape:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    -webkit-mask-image: url(../img/shape/star.html);
    mask-image: url(../img/shape/star.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.shape-mockup.faq-shape img {
    max-width: 238px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url(../img/shape/star2.html);
    mask-image: url(../img/shape/star2.html);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

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

.th-radius2 {
    border-radius: 20px
}

.th-radius3 {
    border-radius: 30px
}

.th-radius4 {
    border-radius: 100px
}

@media(max-width: 767px) {
    .th-radius4 {
        border-radius: 50px
    }
}

.th-radius5 {
    border-radius: 50px
}

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

.badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    color: var(--white-color);
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

.th-social a {
    display: inline-block;
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    background-color: var(--white-color);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%
}

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

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

.th-social.style2 a {
    --icon-size: 40px;
    font-size: 14px;
    background-color: #f4f7ff;
    color: var(--title-color);
    border: 1px solid #f4f7ff
}

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

.th-social.style3 a {
    width: var(--icon-size, 46px);
    height: var(--icon-size, 46px);
    line-height: var(--icon-size, 46px);
    margin-right: 10px
}

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

.slider-shadow .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -30px
}

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

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

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

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

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

.sec-shape {
    position: relative;
    text-align: center;
    overflow: hidden
}

.sec-shape.style2:after,
.sec-shape.style2:before {
    background: #e3e7f0
}

.sec-shape.style2 .th-btn {
    padding: 20.5px 40px
}

.sec-shape:after,
.sec-shape:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 560px;
    height: 1px;
    background: #656a74
}

.sec-shape:before {
    margin-left: -37rem
}

.sec-shape:after {
    margin-left: 2.5rem
}

.icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: 196px;
}

.icon-masking .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: hue;
    background: var(--theme-color);
    top: 0
}

.icon-masking2 {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto
}

.icon-masking2 .mask-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: color;
    background: var(--theme-color);
    top: 0
}

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

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

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

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

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

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

.cursor-follower {
    position: fixed;
    background: var(--theme-color);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid var(--theme-color);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 999999;
    -webkit-transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    -webkit-transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.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(87, 179, 62, .7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    color: var(--white-color);
    display: none;
    cursor: none
}

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

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

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

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

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

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

.fw-extrabold {
    font-weight: 800
}

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

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

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

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

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

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

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

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

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

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

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

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

.gradient-body {
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg1 {
    background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%)
}

.gr-bg2 {
    background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%)
}

.gr-bg3 {
    background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.gr-bg4 {
    background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.gr-bg5 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 240, 244, 0)), to(rgba(237, 240, 244, 0.85)));
    background: linear-gradient(180deg, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%)
}

.gr-bg6 {
    background: -webkit-gradient(linear, left top, left bottom, from(#02CE80), to(#7BD706));
    background: linear-gradient(180deg, #02CE80 0%, #7BD706 100%)
}

.gr-bg7 {
    background: -webkit-gradient(linear, left top, left bottom, from(#3E66F3), to(#0031DD));
    background: linear-gradient(180deg, #3E66F3 0%, #0031DD 100%);
    border-radius: 100px
}

.gray-body {
    background-color: #f8faff
}

.smoke-body {
    background-color: #f3f2ea
}

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

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

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

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

.bg-bottom-center {
    background-size: auto;
    background-position: bottom 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
}

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

.text-theme2 {
    color: var(--theme-color2) !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%);
    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=theme2]:before {
    background-color: var(--theme-color2)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.ripple-animation,
.appointment-area .appointment-wrapp .icon-btn:after,
.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: .5
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

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

    30% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .4
    }

    50% {
        opacity: .3
    }

    80% {
        opacity: .2
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: .4
    }

    50% {
        opacity: .3
    }

    80% {
        opacity: .2
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@-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)
    }
}

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

.jumpAni {
    -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)
    }
}

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

@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 15s linear infinite;
    animation: spin 15s linear infinite
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes titleFill {
    0% {
        width: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}

@keyframes lineDown {
    0% {
        -webkit-transform: 0;
        transform: 0;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}

@-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)
    }
}

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

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(var(--move-initial), 0, 0);
        transform: translate3d(var(--move-initial), 0, 0)
    }

    100% {
        -webkit-transform: translate3d(var(--move-final), 0, 0);
        transform: translate3d(var(--move-final), 0, 0)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(var(--move-initial), 0, 0);
        transform: translate3d(var(--move-initial), 0, 0)
    }

    100% {
        -webkit-transform: translate3d(var(--move-final), 0, 0);
        transform: translate3d(var(--move-final), 0, 0)
    }
}

.zoom {
    -webkit-animation: zoom 35s linear infinite;
    animation: zoom 35s linear infinite
}

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

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.swing {
    -webkit-animation: swing 10s infinite ease-in-out;
    animation: swing 10s infinite ease-in-out
}

@-webkit-keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    75% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@-webkit-keyframes barbellMove {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(-12px) rotate(-6deg);
        transform: translateX(-12px) rotate(-6deg)
    }

    50% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateX(12px) rotate(6deg);
        transform: translateX(12px) rotate(6deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes barbellMove {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(-12px) rotate(-6deg);
        transform: translateX(-12px) rotate(-6deg)
    }

    50% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateX(12px) rotate(6deg);
        transform: translateX(12px) rotate(6deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes marble {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateY(-10px) rotate(5deg);
        transform: translateY(-10px) rotate(5deg)
    }

    50% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateY(10px) rotate(-5deg);
        transform: translateY(10px) rotate(-5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
}

@keyframes marble {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateY(-10px) rotate(5deg);
        transform: translateY(-10px) rotate(5deg)
    }

    50% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateY(10px) rotate(-5deg);
        transform: translateY(10px) rotate(-5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
}

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

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes roundFill {
    0% {
        width: 0
    }

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes roundFill {
    0% {
        width: 0
    }

    60% {
        width: 100%;
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes border-spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes border-spin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-anim-right {
    -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    opacity: 0
}

.img-anim-top {
    -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0
}

.img-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
    opacity: 0
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes smoothRadius {
    0% {
        border-radius: 8px
    }

    50% {
        border-radius: 250px
    }

    100% {
        border-radius: 500px
    }
}

@keyframes smoothRadius {
    0% {
        border-radius: 8px
    }

    50% {
        border-radius: 250px
    }

    100% {
        border-radius: 500px
    }
}

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

    100% {
        -webkit-transform: translateX(calc(100vw - 290px));
        transform: translateX(calc(100vw - 290px))
    }
}

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

    100% {
        -webkit-transform: translateX(calc(100vw - 290px));
        transform: translateX(calc(100vw - 290px))
    }
}

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

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

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite
}

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

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

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

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

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

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

@-webkit-keyframes dance3 {
    0% {
        -webkit-transform: translate3d(-10px, -100px, 0) rotate(-15deg) scaleY(1.1);
        transform: translate3d(-10px, -100px, 0) rotate(-15deg) scaleY(1.1)
    }

    50% {
        -webkit-transform: translate3d(0, 8px, 0) scaleY(0.85);
        transform: translate3d(0, 8px, 0) scaleY(0.85)
    }

    100% {
        -webkit-transform: translate3d(10px, -100px, 0) rotate(15deg) scaleY(1.1);
        transform: translate3d(10px, -100px, 0) rotate(15deg) scaleY(1.1)
    }
}

@keyframes dance3 {
    0% {
        -webkit-transform: translate3d(-10px, -100px, 0) rotate(-15deg) scaleY(1.1);
        transform: translate3d(-10px, -100px, 0) rotate(-15deg) scaleY(1.1)
    }

    50% {
        -webkit-transform: translate3d(0, 8px, 0) scaleY(0.85);
        transform: translate3d(0, 8px, 0) scaleY(0.85)
    }

    100% {
        -webkit-transform: translate3d(10px, -100px, 0) rotate(15deg) scaleY(1.1);
        transform: translate3d(10px, -100px, 0) rotate(15deg) scaleY(1.1)
    }
}

@-webkit-keyframes floatMarble {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(-6px) rotate(3deg);
        transform: translateX(-6px) rotate(3deg)
    }

    50% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateX(6px) rotate(-3deg);
        transform: translateX(6px) rotate(-3deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes floatMarble {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    25% {
        -webkit-transform: translateX(-6px) rotate(3deg);
        transform: translateX(-6px) rotate(3deg)
    }

    50% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }

    75% {
        -webkit-transform: translateX(6px) rotate(-3deg);
        transform: translateX(6px) rotate(-3deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg)
    }
}

@-webkit-keyframes bounce {
    0% {
        top: 0%;
        left: 20%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    20% {
        top: 0%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    24% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    25.01% {
        top: 0%;
        left: 60%;
        opacity: 1
    }

    35% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    45% {
        top: 0%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    49% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    50.01% {
        top: 0%;
        left: 40%;
        opacity: 1
    }

    60% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    70% {
        top: 0%
    }

    74% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    75.01% {
        top: 0%;
        left: 80%;
        opacity: 1
    }

    85% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    95% {
        top: 0%
    }

    100% {
        opacity: 0
    }
}

@keyframes bounce {
    0% {
        top: 0%;
        left: 20%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    20% {
        top: 0%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    24% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    25.01% {
        top: 0%;
        left: 60%;
        opacity: 1
    }

    35% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    45% {
        top: 0%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    49% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    50.01% {
        top: 0%;
        left: 40%;
        opacity: 1
    }

    60% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    70% {
        top: 0%
    }

    74% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    75.01% {
        top: 0%;
        left: 80%;
        opacity: 1
    }

    85% {
        top: calc(100% - 50px);
        -webkit-transform: scale(1.05, 0.85);
        transform: scale(1.05, 0.85)
    }

    95% {
        top: 0%
    }

    100% {
        opacity: 0
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate(0px, -12vh);
        transform: translate(0px, -12vh)
    }

    100% {
        -webkit-transform: translate(0px, 12vh);
        transform: translate(0px, 12vh)
    }
}

@-webkit-keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes zoom1 {
    0% {
        scale: .2
    }

    50% {
        scale: 1
    }

    100% {
        scale: .2
    }
}

@keyframes zoom1 {
    0% {
        scale: .2
    }

    50% {
        scale: 1
    }

    100% {
        scale: .2
    }
}

@-webkit-keyframes topBottomLine {
    0% {
        top: 0
    }

    50% {
        top: calc(100% - 30px)
    }

    100% {
        top: 0
    }
}

@keyframes topBottomLine {
    0% {
        top: 0
    }

    50% {
        top: calc(100% - 30px)
    }

    100% {
        top: 0
    }
}

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

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@-webkit-keyframes fadeLeftRight {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes fadeLeftRight {

    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

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

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

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    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: .3s;
    animation-delay: .3s;
    -webkit-animation-name: var(--animation-name);
    animation-name: var(--animation-name)
}

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

.th-ani:hover {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px)
}

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

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

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

@-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 scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

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

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite
}

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

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

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

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

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu {
    margin: 0 0 -10px 0
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    position: relative;
    display: block;
    padding: 16px 0 16px 19px;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.313;
    color: #d8d8d8;
    border-bottom: 1px solid #e0e0e0
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    font-family: var(--icon-font);
    font-weight: 600;
    color: var(--body-color);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    width: 8px;
    height: 8px;
    background-color: var(--body-color);
    border-radius: 50%
}

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

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
    color: var(--body-color);
    font-weight: 400;
    text-align: center;
    position: absolute;
    right: 24px;
    top: 15px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    pointer-events: none;
    min-width: 20px;
    text-align: right
}

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

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

.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 {
    color: var(--theme-color)
}

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

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

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

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
    color: inherit
}

.th-blog ul.wp-block-archives li {
    margin: 5px 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;
    padding: 0
}

.widget_recent_comments li,
.wp-block-latest-comments li {
    margin-bottom: 0;
    color: var(--body-color);
    padding-left: 30px;
    position: relative;
    list-style: none
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
    content: "";
    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: .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
}

.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 {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: #000000;
    margin-bottom: 32px;
    position: relative;
    border-radius: 8px
}

@media(max-width: 1299px) {
    .widget {
        padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px)
    }
}

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

.widget .th-social a {
    background-color: var(--smoke-color);
    color: var(--title-color)
}

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

.widget.widget-author {
    padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
    background-color: #f4f7ff;
    border-radius: 30px;
    margin-right: 16px
}

@media(max-width: 1399px) {
    .widget.widget-author {
        margin: 0
    }
}

@media(max-width: 767px) {
    .widget.widget-author {
        padding: 25px
    }
}

.widget.widget-author .author-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media(max-width: 767px) {
    .widget.widget-author .author-widget-wrap {
        display: block;
        text-align: center
    }
}

.widget.widget-author .author-widget-wrap .avater {
    min-width: 189px;
    height: 189px;
    background-color: var(--white-color);
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px
}

@media(max-width: 767px) {
    .widget.widget-author .author-widget-wrap .avater {
        margin-bottom: 25px
    }
}

.widget.widget-author .author-widget-wrap .avater img {
    border-radius: 15px
}

.widget.widget-author .author-widget-wrap .box-title {
    margin-bottom: 3px
}

.widget.widget-author .author-widget-wrap .desig {
    color: var(--body-color);
    display: block;
    margin-bottom: 5px
}

.widget.widget-author .author-widget-wrap .author-bio {
    margin-bottom: -0.3rem
}

.widget.widget_categories.style2 a {
    border: none
}

.widget.widget_categories.style2 a:before {
    color: var(--body-color)
}

.widget.widget_categories.style2 a:hover {
    background-color: var(--title-color);
    color: var(--theme-color)
}

.widget.widget_categories.style2 a:hover:before {
    color: var(--theme-color)
}

.widget.widget_quote {
    border: none
}

.widget.widget_quote .form-group {
    margin-bottom: 16px
}

.widget.widget_quote select,
.widget.widget_quote .form-control,
.widget.widget_quote .form-select,
.widget.widget_quote textarea,
.widget.widget_quote input {
    height: 56px;
    background-color: var(--white-color);
    border-radius: 4px;
    font-size: 14px;
    border: none;
    font-family: var(--body-font);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.widget.widget_quote select::-moz-placeholder,
.widget.widget_quote .form-control::-moz-placeholder,
.widget.widget_quote .form-select::-moz-placeholder,
.widget.widget_quote textarea::-moz-placeholder,
.widget.widget_quote input::-moz-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select::-webkit-input-placeholder,
.widget.widget_quote .form-control::-webkit-input-placeholder,
.widget.widget_quote .form-select::-webkit-input-placeholder,
.widget.widget_quote textarea::-webkit-input-placeholder,
.widget.widget_quote input::-webkit-input-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select:-ms-input-placeholder,
.widget.widget_quote .form-control:-ms-input-placeholder,
.widget.widget_quote .form-select:-ms-input-placeholder,
.widget.widget_quote textarea:-ms-input-placeholder,
.widget.widget_quote input:-ms-input-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select::-webkit-input-placeholder,
.widget.widget_quote .form-control::-webkit-input-placeholder,
.widget.widget_quote .form-select::-webkit-input-placeholder,
.widget.widget_quote textarea::-webkit-input-placeholder,
.widget.widget_quote input::-webkit-input-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select::-moz-placeholder,
.widget.widget_quote .form-control::-moz-placeholder,
.widget.widget_quote .form-select::-moz-placeholder,
.widget.widget_quote textarea::-moz-placeholder,
.widget.widget_quote input::-moz-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select:-ms-input-placeholder,
.widget.widget_quote .form-control:-ms-input-placeholder,
.widget.widget_quote .form-select:-ms-input-placeholder,
.widget.widget_quote textarea:-ms-input-placeholder,
.widget.widget_quote input:-ms-input-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select::-ms-input-placeholder,
.widget.widget_quote .form-control::-ms-input-placeholder,
.widget.widget_quote .form-select::-ms-input-placeholder,
.widget.widget_quote textarea::-ms-input-placeholder,
.widget.widget_quote input::-ms-input-placeholder {
    color: #6e6e6e
}

.widget.widget_quote select::placeholder,
.widget.widget_quote .form-control::placeholder,
.widget.widget_quote .form-select::placeholder,
.widget.widget_quote textarea::placeholder,
.widget.widget_quote input::placeholder {
    color: #6e6e6e
}

.widget.widget_quote textarea.form-control,
.widget.widget_quote textarea {
    min-height: 118px
}

.widget.widget_quote .th-btn {
    padding: 15px 24px
}

.widget.contact_info {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.widget.contact_info .widget_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: var(--white-color);
    text-transform: capitalize
}

.widget.contact_info .widget_title:before,
.widget.contact_info .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.widget.contact_info .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.widget.contact_info .th-contact-about .box-title {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0
}

.widget.contact_info .th-contact-about span {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 22px
}

.widget.instagram_info {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.widget.instagram_info .widget_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: var(--white-color);
    text-transform: capitalize
}

.widget.instagram_info .widget_title:before,
.widget.instagram_info .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.widget.instagram_info .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.widget.widget_banner {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.widget.widget_banner .widget_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: var(--white-color);
    text-transform: capitalize
}

.widget.widget_banner .widget_title:before,
.widget.widget_banner .widget_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: var(--theme-color)
}

.widget.widget_banner .widget_title:after {
    width: 16px;
    border: 3px solid var(--title-color);
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite
}

.widget.widget_banner .widget-map iframe {
    min-height: 224px;
    border-radius: 24px
}

.sidebar-area {
    margin-left: 15px
}

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

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 1em;
    margin: -0.12em 0 28px 0
}

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

.search-form.style2 input {
    border: 1px solid var(--smoke-color)
}

.search-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 56px;
    border-radius: 100px;
    padding-right: 56px;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 48px
}

.search-form input::-moz-placeholder {
    color: #6e6e6e
}

.search-form input::-webkit-input-placeholder {
    color: #6e6e6e
}

.search-form input:-ms-input-placeholder {
    color: #6e6e6e
}

.search-form input::-ms-input-placeholder {
    color: #6e6e6e
}

.search-form input::placeholder {
    color: #6e6e6e
}

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

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

@media(max-width: 1299px) {
    .reviewSlide {
        min-width: 270px
    }
}

.reviewSlide.style2 .swiper-slide .slider-prev img,
.reviewSlide.style2 .swiper-slide .slider-next img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.reviewSlide.style2 .swiper-slide.swiper-slide-active .slider-prev img,
.reviewSlide.style2 .swiper-slide.swiper-slide-active .slider-next img {
    -webkit-filter: none;
    filter: none
}

.reviewSlide .slider-controller {
    min-width: 252px;
    margin: 0
}

@media(max-width: 1299px) {
    .reviewSlide .slider-controller {
        min-width: 230px
    }
}

.reviewSlide .slider-prev,
.reviewSlide .slider-next {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    min-width: 24px
}

.th-review-widget .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.th-review-widget .author {
    border-radius: 8px;
    margin-bottom: 24px
}

.th-review-widget .author img {
    border-radius: 8px
}

.th-review-widget .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.th-review-widget .desig {
    color: #5e5e60;
    margin-bottom: 0
}

.th-review-widget .box-text {
    max-width: 252px
}

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

.download-media:not(:last-child) {
    margin-bottom: 14px
}

.download-media_title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .02em;
    margin-bottom: 0
}

.wp-block-search__label.style2,
.widget_title.style2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 17px;
    margin: -0.12em 0 30px 0
}

.wp-block-search__label.style2:after,
.wp-block-search__label.style2:before,
.widget_title.style2:after,
.widget_title.style2:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0
}

.wp-block-search__label.style2:after,
.widget_title.style2:after {
    background-color: var(--theme-color);
    width: 50px
}

.widget_call {
    background-color: var(--title-color);
    position: relative;
    z-index: 2
}

.widget-call .box-title {
    margin-bottom: 5px
}

.widget-call .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-call .info-box_link {
    font-size: 18px;
    color: var(--white-color)
}

.widget-call .info-box_link:hover {
    color: var(--white-color)
}

.widget-call .info-box_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin-right: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.widget-call .info-box_icon:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.widget-call .info-box_subtitle {
    font-size: 14px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 5px
}

.widget-call .info-box_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color)
}

.widget-call .info-box_text:last-child {
    margin-bottom: 0
}

.widget-call .info-box:not(:last-child) {
    margin-bottom: 20px
}

.widget-call .info-box:nth-child(2) .info-box_icon {
    border-color: #6d2cf8;
    color: #6d2cf8
}

.widget-call .info-box:nth-child(3) .info-box_icon {
    border-color: #c9f31d;
    color: #c9f31d
}

.widget_cta {
    position: relative;
    border-radius: 20px;
    text-align: center;
    --space: 40px;
    height: 452px;
    margin-bottom: 0
}

@media(max-width: 1299px) {
    .widget_cta {
        --space: 30px
    }
}

.widget_cta:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: .9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-18.65%, rgba(62, 102, 243, 0)), color-stop(99.96%, #0031DD));
    background: linear-gradient(180deg, rgba(62, 102, 243, 0) -18.65%, #0031DD 99.96%)
}

.widget_cta .cta-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: var(--space)
}

.widget_cta .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--white-color);
    margin-bottom: 20px
}

@media(max-width: 1299px) {
    .widget_cta .banner-title {
        font-size: 20px;
        line-height: 30px
    }
}

.widget_cta .th-btn {
    border-radius: 30px
}

.widget_offer {
    position: relative;
    background-color: var(--theme-color);
    padding: 32px 0;
    border-radius: 16px;
    min-height: 530px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-bottom: 32px
}

@media(max-width: 1199px) {
    .widget_offer {
        margin-right: 0
    }
}

.widget_offer.style2 {
    min-height: 470px
}

.widget_offer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 18, 20, .5);
    border-radius: inherit;
    z-index: -1
}

.widget_offer .offer-banner {
    text-align: center
}

.widget_offer .banner-title {
    color: var(--white-color);
    font-size: 48px;
    margin-bottom: 0
}

@media(max-width: 1299px) {
    .widget_offer .banner-title {
        font-size: 32px
    }
}

.widget_offer .text {
    font-weight: 500;
    font-size: 24px;
    color: var(--theme-color);
    display: block;
    margin-bottom: 20px
}

@media(max-width: 1299px) {
    .widget_offer .text {
        font-size: 20px
    }
}

.widget_offer .code span {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.widget_offer .code .code-text {
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #121214
}

.widget_offer .offer-button {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    display: block;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px
}

.widget_offer .offer-button .line-btn {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.widget_offer .offer-button .line-btn:before {
    display: none
}

@media(max-width: 1199px) {
    .widget_offer {
        padding: 30px
    }
}

.widget_download {
    padding: 28px 0;
    text-align: center
}

.widget_info .info-list {
    margin-bottom: 30px
}

.widget_info .info-list ul {
    padding: 0
}

.widget_info .info-list ul li {
    list-style: none;
    margin-bottom: 10px
}

.widget_info .info-list ul strong {
    color: var(--title-color)
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    text-transform: capitalize;
    line-height: 1;
    padding: 13px 19px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: #f4f7ff;
    border-radius: 48px
}

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

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

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    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);
    transform: translate(-50%, 20px)
}

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

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

.sidebar-gallery .gallery-thumb:before {
    content: "";
    height: auto;
    width: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 18, 20, 0.3)), to(rgba(18, 18, 20, 0.3)));
    background: linear-gradient(0deg, rgba(18, 18, 20, 0.3), rgba(18, 18, 20, 0.3));
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

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

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

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

.recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 375px) {
    .recent-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.recent-post:not(:last-child) {
    margin-bottom: 25px
}

.recent-post .media-img {
    margin-right: 15px;
    max-width: 85px;
    overflow: hidden;
    border-radius: 0px
}

@media(max-width: 375px) {
    .recent-post .media-img {
        margin-bottom: 20px
    }
}

.recent-post .media-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.recent-post .post-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recent-post .recent-post-meta {
    margin-bottom: 5px
}

.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #cccccc
}

.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);
    transform: scale(1.1)
}

.sidebar-area.style2 {
    margin-left: 15px
}

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

.sidebar-area.style2 .wp-block-tag-cloud a,
.sidebar-area.style2 .tagcloud a {
    background-color: #fff
}

.sidebar-area.style2 .wp-block-tag-cloud a:hover,
.sidebar-area.style2 .tagcloud a:hover {
    background-color: var(--theme-color)
}

.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 select,
.sidebar-area input {
    background-color: var(--white-color)
}

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

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

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

.sidebar-area ol.wp-block-latest-comments li {
    line-height: 1.5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .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: 20px
}

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

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

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

.widget_banner {
    background-color: var(--title-color);
    position: relative
}

.widget_banner .shape1 {
    position: absolute;
    bottom: 0;
    right: 0
}

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

.widget_banner:has(.widget-map) {
    padding: 0;
    line-height: 0px
}

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

.widget-banner {
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media(max-width: 360px) {
    .widget-banner {
        height: 280px
    }
}

.widget-banner .text {
    display: block;
    margin-top: -0.4em;
    margin-bottom: 15px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500
}

.widget-banner .title {
    color: var(--white-color);
    margin-bottom: 35px
}

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

.project-info-list .contact-feature {
    padding: 17px
}

.project-info-list .contact-feature:not(:last-of-type) {
    margin-bottom: 10px
}

.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);
    transform: translateX(-1px)
}

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

.price_slider_wrapper .ui-slider-handle:last-child {
    -webkit-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: 5px;
    -webkit-transition: .4s ease-in;
    transition: .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: 30px;
    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, .1);
    margin-bottom: 0;
    text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
    border-top: 1px solid rgba(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%);
    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: -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
}

.sidebar-area .widget_shopping_cart .th-btn {
    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: 20px;
        --widget-padding-x: 20px
    }

    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 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
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px
    }
}

@media(max-width: 767px) {
    .widget {
        padding: 35px 20px
    }
}

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

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.footer-widget .sidebar-gallery {
    max-width: 340px
}

.footer-widget .widget_title {
    max-width: 270px;
    padding: 0 0 25px 0;
    margin: 0 0 15px 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;
    margin-bottom: 21px;
    font-family: var(--body-font);
    color: #5e5e60;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.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 {
    display: none
}

.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 {
    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);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.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: rgba(0, 0, 0, 0);
    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.widget_meta.style2 a:before,
.footer-widget.widget_pages.style2 a:before,
.footer-widget.widget_archive.style2 a:before,
.footer-widget.widget_categories.style2 a:before,
.footer-widget.widget_nav_menu.style2 a:before {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M16.25 6.47399V9.52606C16.25 9.75581 16.0638 9.94225 15.8338 9.94225H10.1923V15.5838C10.1923 15.8139 10.0058 16 9.77606 16H6.72399C6.49437 16 6.30779 15.8138 6.30779 15.5838V9.94225H0.666193C0.436253 9.94225 0.25 9.75581 0.25 9.52606V6.47399C0.25 6.24419 0.436253 6.05779 0.666193 6.05779H6.30779V0.416193C6.30779 0.186162 6.49432 0 6.72399 0H9.77606C10.0058 0 10.1923 0.186162 10.1923 0.416193V6.05779H15.8338C16.0639 6.05779 16.25 6.24419 16.25 6.47399Z' fill='%235C5F71'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.footer-widget.widget_meta.style2 a:hover:before,
.footer-widget.widget_pages.style2 a:hover:before,
.footer-widget.widget_archive.style2 a:hover:before,
.footer-widget.widget_categories.style2 a:hover:before,
.footer-widget.widget_nav_menu.style2 a:hover: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='M16 6.47399V9.52606C16 9.75581 15.8138 9.94225 15.5838 9.94225H9.94225V15.5838C9.94225 15.8139 9.75581 16 9.52606 16H6.47399C6.24437 16 6.05779 15.8138 6.05779 15.5838V9.94225H0.416193C0.186253 9.94225 0 9.75581 0 9.52606V6.47399C0 6.24419 0.186253 6.05779 0.416193 6.05779H6.05779V0.416193C6.05779 0.186162 6.24432 0 6.47399 0H9.52606C9.75581 0 9.94225 0.186162 9.94225 0.416193V6.05779H15.5838C15.8139 6.05779 16 6.24419 16 6.47399Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
    color: var(--theme-color)
}

.footer-widget .recent-post {
    max-width: 303px;
    margin-top: -0.3em;
    margin-bottom: 28px
}

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

.footer-widget .recent-post .media-img {
    margin-right: 20px;
    width: 95px;
    height: 80px;
    overflow: hidden;
    border-radius: 16px
}

.footer-widget .recent-post .recent-post-meta a {
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 1.2
}

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

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

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

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

.th-widget-about .about-text {
    font-size: 16px;
    color: #5e5e60;
    margin-bottom: 30px;
    margin-top: -0.5em
}

.th-widget-about .footer-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--white-color);
    max-width: 322px;
    font-size: 16px;
    margin-top: 0
}

.th-widget-about .footer-info i {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(183, 189, 222, .5);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-widget-about .footer-info i:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-widget-about .footer-info:not(:last-child) {
    margin: 0 0 16px 0
}

.footer-text {
    margin-top: -0.46em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: 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-widget {
    max-width: 290px
}

.newsletter-widget .form-control {
    background-color: var(--white-color) !important;
    border: 1px solid var(--th-border-color)
}

@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) {
    .th-widget-about .about-text {
        margin-bottom: 20px
    }

    .social-box.mb-30 {
        margin-bottom: 25px
    }
}

.th-header {
    position: relative;
    z-index: 41
}

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

.sticky-wrapper {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: transparent;
    background: rgb(0 0 0);
    backdrop-filter: blur(10px);
    padding: 2px;
    -webkit-backdrop-filter: blur(20px);
    /* border-radius: 20px; */
    /* border-bottom: 3px solid rgb(1 57 131); */
}


.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -webkit-animation: stickyAni .4s ease-in-out;
    animation: stickyAni .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: .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: .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-family: var(--body-font);
    font-weight: 400;
    font-size: 17px;
    color: var(--title-color);
    text-transform: capitalize;
}

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

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

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

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

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

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

.main-menu ul li:has(.sub-menu)>a:after,
.main-menu ul li:has(.mega-menu)>a:after,
.main-menu ul li.menu-item-has-children>a:after {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 600;
    top: 0;
    font-size: 14px
}

.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);
    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%);
    transform: scaleY(1) translateX(0%)
}

@media(max-width: 1599px) {
    .main-menu ul li:hover ul.mega-menu {
        -webkit-transform: scaleY(1) translateX(14%);
        transform: scaleY(1) translateX(14%)
    }
}

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

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px
}

.main-menu ul.sub-menu {
    padding: 13px 11px 11px 1px;
    left: -27px;
}

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

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "";
    float: right;
    top: 1px
}

.main-menu ul.sub-menu li.menu-item-has-children:hover:after {
    -webkit-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: "";
    position: absolute;
    top: 4px;
    left: 10px;
    font-family: var(--icon-font);
    width: 7px;
    rotate: 92deg;
    height: 12px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: var(--theme-color);
    font-weight: 500;
    opacity: 0;
    visibility: visible;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */
.group-icon img {
    width: 47px;
}

.main-menu ul.sub-menu li a:hover {
    /* padding-left: 23px; */
    background: transparent !important;
    padding-bottom: 3px;
    letter-spacing: .5px;
    transition: .3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 4px;
    color: var(--theme-color);
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -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%);
    transform: scaleY(0) translateX(-50%)
}

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

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

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 1500px) {
    .header-info:last-child {
        display: none
    }
}

.header-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width: 1199px) {
    .header-info-wrap {
        display: none
    }
}

.header-info-wrap .divided {
    width: 1px;
    height: 40px;
    background-color: var(--smoke-color)
}

@media(max-width: 1500px) {
    .header-info-wrap .divided {
        display: none
    }
}

@media(max-width: 1399px) {
    .header-info:last-child {
        display: none
    }
}

.header-info_icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dedfe3;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: var(--theme-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

.header-info_label {
    font-style: normal;
    letter-spacing: .02em;
    color: var(--body-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.header-info_link {
    font-weight: 500;
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 0
}

.header-info_link a {
    color: inherit
}

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

.header-button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
}

.header-button .icon-btn {
    position: relative
}

.header-button .cart-btn {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--white-color)
}

@media(max-width: 375px) {
    .header-button .cart-btn {
        font-size: 16px;
        line-height: 26px
    }

    .header-button .cart-btn .badge {
        font-size: 16px
    }
}

@media(max-width: 320px) {
    .header-button .cart-btn {
        font-size: 12px;
        line-height: 24px
    }

    .header-button .cart-btn .badge {
        font-size: 12px
    }
}

.header-button .cart-btn i {
    color: var(--theme-color);
    margin-left: 4px
}

.header-button .search-form {
    position: relative
}

@media(max-width: 1299px) {
    .header-button .search-form {
        display: none
    }
}

.header-button .search-form input {
    width: 315px;
    height: 48px;
    padding: 16px 24px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(114, 114, 119, .2);
    border-radius: 8px
}

@media(max-width: 1799px) {
    .header-button .search-form input {
        width: 250px
    }
}

@media(max-width: 1699px) {
    .header-button .search-form input {
        width: 170px
    }
}

.header-button .search-form button {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--title-color)
}

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

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--body-font);
    color: var(--title-color)
}

.header-links li:not(:last-child) {
    margin: 0 40px 0 0
}

.header-links li:not(:last-child):after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: var(--smoke-color);
    position: absolute;
    top: 5px;
    right: -20px
}

.header-links li>i {
    color: var(--title-color);
    margin-right: 6px
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--title-color)
}

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

.header-links i {
    color: var(--title-color)
}

.header-links b,
.header-links strong {
    font-weight: 600
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: var(--body-font);
    color: var(--title-color)
}

@media(max-width: 1599px) {
    .social-links .social-title {
        display: none
    }
}

.social-links a {
    font-size: 14px;
    display: inline-block;
    color: var(--title-color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 2
}

.social-links a:not(:last-child) {
    margin: 0 28px 0 0
}

.social-links a:not(:last-child):before {
    content: "";
    position: absolute;
    top: 5px;
    right: -13px;
    height: 15px;
    width: 1px;
    background-color: var(--smoke-color)
}

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

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

.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--body-color)
}

.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--body-color);
    margin: 0 15px 0 0
}

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

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



@media(max-width: 575px) {
    .header-logo {
        max-width: 150px
    }

    .header-logo .icon-masking .mask-icon {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

@media(max-width: 1199px) {
    .main-menu>ul>li>a {
        padding: 37px 0
    }
}

@media(max-width: 1299px) {
    .header-button .th-btn:not(:last-child) {
        display: none
    }
}

.header-top {
    padding: 9px 0;
    border-bottom: 1px solid #f5f5f5
}

.header-layout1.style2 .menu-area {
    background-color: #f5f5f5;
    border-radius: 24px;
    margin: 20px 0;
    padding: 0 6px
}

@media(max-width: 575px) {
    .header-layout1.style2 .menu-area {
        margin: 10px 0;
        padding: 10px 10px
    }
}

@media(max-width: 1199px) {
    .header-layout1 .sticky-wrapper.sticky {
        padding: 12px 0
    }
}

@media(max-width: 1199px) {
    .header-layout1 .menu-area {
        padding: 12px 0
    }
}

.header-layout1 .header-button {
    gap: 16px
}

@media(max-width: 575px) {
    .header-layout1 .header-button {
        gap: 8px
    }
}

.header-layout1.unittest-header .header-logo {
    margin: 0
}

@media(max-width: 1299px) {
    .header-layout1.unittest-header .main-menu>ul>li {
        margin: 0 9px
    }
}

@media(max-width: 1199px) {
    .header-layout1.unittest-header .main-menu>ul>li {
        margin: 0 2px
    }
}

.header-layout2 .header-button {
    gap: 8px
}

.header-layout2 .menu-area {
    padding: 10px 0
}

.header-layout2 .main-menu>ul>li>a {
    padding: 33px 0
}

.header-layout2 .main-menu>ul>li {
    margin: 0 20px
}

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

.header-layout3 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout3 .menu-area {
    padding: 20px 0
}

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

.header-layout3 .header-button .icon-btn img {
    -webkit-filter: brightness(0) invert(11);
    filter: brightness(0) invert(11)
}

.header-layout4 .sticky-wrapper.sticky .menu-area {
    padding: 0
}

@media(max-width: 991px) {
    .header-layout4 .sticky-wrapper.sticky .menu-area {
        padding: 15px 0
    }
}

.header-layout4 .sticky-wrapper.sticky .th-btn3 {
    border: 1px solid var(--smoke-color)
}

.header-layout4 .menu-area {
    padding: 30px 0
}

.header-layout4 .th-btn3 {
    padding: 20px 70px 20px 20px
}

.header-layout4 .th-btn3 .icon {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.header-layout4 .th-btn3:hover {
    color: var(--title-color)
}

@media(max-width: 1299px) {
    .header-layout4 .th-btn3 {
        display: none
    }
}

.header-layout4 .icon-btn {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 16px;
    border: none
}

.header-layout4 .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout5 .menu-area {
    padding: 1.5px 16px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 24px 24px
}

@media(max-width: 575px) {
    .header-layout5 .menu-area {
        padding: 10px 16px
    }
}

@media(max-width: 1299px) {
    .header-layout5 .header-button {
        display: none
    }
}

.header-layout5 .th-btn2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--theme-color);
    border-radius: 16px;
    color: var(--title-color);
    padding: 18px 24px
}

.header-layout5 .th-btn2:before {
    background-color: var(--theme-color)
}

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

.header-layout5 .header-button {
    gap: 8px
}

.header-layout5 .icon-btn {
    background-color: var(--theme-color);
    border-radius: 16px
}

.header-layout5 .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout5 .icon-btn:hover {
    background-color: var(--title-color)
}

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

.header-layout6 {
    background-color: var(--white-color)
}

@media(max-width: 991px) {
    .header-layout6 .menu-area {
        padding: 15px 0
    }
}

.header-layout6 .mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    color: var(--title-color)
}

.header-layout6 .mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover,
.header-layout6 .mega-menu-box .mega-menu-img .btn-wrap .th-btn .active:after {
    background-color: var(--title-color)
}

.header-layout6 .th-menu-toggle {
    color: var(--title-color)
}

.header-layout6 .th-menu-toggle:hover {
    color: var(--white-color)
}

.header-layout6 .th-btn3 {
    background: var(--title-color);
    color: var(--white-color)
}

@media(max-width: 1299px) {
    .header-layout6 .th-btn3 {
        display: none
    }
}

.header-layout6 .th-btn3 .icon {
    background-color: var(--white-color)
}

.header-layout6 .icon-btn {
    border-radius: 16px
}

.header-layout6 .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.header-layout7 .sticky-wrapper.sticky .menu-area {
    margin-top: 0
}

.header-layout7 .menu-area {
    margin-top: 32px;
    padding: 1.5px 16px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 48px
}

@media(max-width: 575px) {
    .header-layout7 .menu-area {
        padding: 10px 16px
    }
}

@media(max-width: 1299px) {
    .header-layout7 .header-button {
        display: none
    }
}

.header-layout7 .th-btn2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    border-radius: 48px;
    color: var(--title-color);
    padding: 18px 24px
}

.header-layout7 .th-btn2:before {
    background-color: var(--theme-color)
}

.header-layout7 .th-btn2:hover {
    border-color: #e5e5e5;
    color: var(--title-color)
}

.header-layout7 .th-btn2.style2 {
    border-color: var(--title-color)
}

.header-layout7 .th-btn2.style2:hover {
    border-color: var(--theme-color)
}

.header-layout7 .header-button {
    gap: 8px
}

.header-layout7 .icon-btn {
    background-color: var(--theme-color);
    border-radius: 16px
}

.header-layout7 .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header-layout7 .icon-btn:hover {
    background-color: var(--title-color)
}

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

.header-layout7 .main-menu>ul>li>a:hover {
    color: #7b5dff
}

.header-layout7 .mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    background-color: #7b5dff
}

.header-layout7 .th-menu-toggle {
    color: var(--title-color)
}

.header-layout7 .th-menu-toggle:hover {
    color: var(--white-color)
}

.header-layout8 .sticky-wrapper.sticky .menu-area {
    padding: 0
}

.header-layout8 .sticky-wrapper.sticky .main-menu>ul>li>a {
    color: var(--title-color)
}

.header-layout8 .header-button {
    gap: 8px
}

.header-layout8 .header-button .icon-btn {
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.header-layout8 .header-button .icon-btn:hover {
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%);
    color: var(--title-color);
    border-color: rgba(0, 0, 0, 0)
}

.header-layout8 .header-button .th-btn2 {
    font-size: 18px
}

@media(max-width: 1299px) {
    .header-layout8 .header-button .th-btn2 {
        display: none
    }
}

.header-layout8 .menu-area {
    padding: 10px 0
}

.header-layout8 .main-menu>ul>li>a {
    color: var(--smoke-color)
}

.header-layout8 .main-menu>ul>li>a:hover {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.header-layout8 .main-menu>ul>li>a:hover:after {
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.header-layout8 .main-menu>ul>li>a {
    padding: 46px 0
}

.header-layout8 .th-menu-toggle {
    color: var(--title-color)
}

.header-layout8 .mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    color: var(--title-color)
}

.header-layout9 .header-button {
    gap: 8px
}

.header-layout9 .header-button .th-btn2 {
    border: 1px solid #d4d4d4;
    border-radius: 8px
}

.header-layout10 {
    margin-top: 0px;
}

.sticky .main-menu ul li a {
    color: #000000 !important;
    font-weight: 500;
}

.sticky .th-btn3.style2 {
    background: transparent;
    color: #000000 !important;
    border: 1px solid #21aa36;
}

.sticky .main-menu ul li .active {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(149.01%, rgba(7, 9, 14, 0.2))); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgb(36 172 57 / 52%) 149.01%) !important; */
    /* border: 1px solid #484848; */
    background-color: #22AB37;
    border-radius: 10px;
    color: #23AC38;
}

.header-layout10 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout10 .sticky-wrapper.sticky {
    background-color: #06050ba1;
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    padding: 2px;
    -webkit-backdrop-filter: blur(20px);
    /* border-radius: 20px; */
    border-bottom: 3px solid rgb(1 57 131);
}

.header-layout10 .main-menu ul li {
    margin: 0 6px;
}

.header-layout10 .main-menu ul li a {
    color: #ffffff;
    font-weight: 500;
}

.header-layout10 .main-menu ul li:has(.sub-menu) {
    margin: 0
}

.header-layout10 .main-menu ul li:has(.sub-menu) a {
    color: var(--title-color)
}

.header-layout10 .main-menu ul li:has(.sub-menu)>a,
.header-layout10 .main-menu ul li:has(.mega-menu)>a,
.header-layout10 .main-menu ul li.menu-item-has-children>a {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    color: #ffffff;
    padding: 4px 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-layout10 .main-menu ul li:has(.sub-menu)>a:hover,
.header-layout10 .main-menu ul li:has(.mega-menu)>a:hover,
.header-layout10 .main-menu ul li>a:hover,
.header-layout10 .main-menu ul li .active,
.header-layout10 .main-menu ul li.menu-item-has-children>a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(149.01%, rgba(7, 9, 14, 0.2)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    /* border: 1px solid #484848; */
    border-radius: 10px;
    color: #23AC38;
}

.header-layout10 .th-btn2 {
    background-color: rgba(0, 0, 0, 0)
}

.header-layout10 .th-btn2:before {
    background-color: rgba(0, 0, 0, 0)
}

.header-layout10 .main-menu>ul>li>a {
    padding: 4px 11px;
}

.header-layout10 .main-menu>ul>li>a:hover {
    color: #1ea132;
}

.header-layout10 .main-menu ul.mega-menu li a {
    color: var(--title-color)
}

.header-layout11 .sticky-wrapper.sticky {
    background-color: var(--title-color)
}

.header-layout11 .sticky-wrapper.sticky .menu-area {
    padding-top: 0
}

.header-layout11 .menu-area {
    padding-top: 20px
}

.header-layout11 .main-menu>ul>li>a {
    color: var(--smoke-color)
}

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

.header-layout11 .header-button {
    gap: 8px
}

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

.header-layout11 .th-btn2.style2:before {
    background-color: var(--white-color)
}

.header-layout11 .th-btn2.style2:hover {
    color: var(--title-color)
}

.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden
}

.fa-phone-volume {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.widget-area {
    padding-top: var(--section-space);
    padding-bottom: 30px
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    font-size: 16px;
    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: 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%3Cg clip-path='url(%23clip0_4001_6480)'%3E%3Cpath d='M10.6221 8.20517C9.30864 8.20517 8.20908 9.27419 8.20908 10.6181V15.6577C8.20908 15.7927 8.09968 15.9022 7.96473 15.9022C7.82978 15.9022 7.72038 15.7927 7.72038 15.6577V10.6181C7.72038 9.27419 6.62082 8.20517 5.27691 8.20517H0.267785C0.132835 8.20517 0.0234375 8.09577 0.0234375 7.96082C0.0234375 7.82588 0.132835 7.71647 0.267785 7.71647H5.27691C6.62082 7.68593 7.72038 6.61691 7.68984 5.27301V0.279151C7.68984 0.135767 7.80608 0.0195312 7.94946 0.0195312C8.09284 0.0195312 8.20908 0.135767 8.20908 0.279151V5.27301C8.20908 6.61691 9.30864 7.68593 10.6221 7.68593H15.6464C15.7897 7.68593 15.9061 7.80216 15.9061 7.94555C15.9061 8.08893 15.7897 8.20517 15.6464 8.20517H10.6221Z' fill='%23D4FF12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4001_6480'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    top: 10%;
    right: 0
}

.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: #5c5f71
}

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

.copyright-wrap {
    background-color: var(--white-color);
    padding: 18px 0 0px;
}

.copyright-text {
    margin: 0;
    color: var(--body-color)
}

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

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

.footer-text2 {
    font-size: 18px;
    margin-bottom: -0.4rem
}

.th-widget-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px
}

@media(max-width: 1500px) {
    .th-widget-contact {
        gap: 20px
    }
}

@media(max-width: 1399px) {
    .th-widget-contact {
        display: grid;
        grid-template-columns: auto auto auto
    }
}

@media(max-width: 1299px) {
    .th-widget-contact {
        grid-template-columns: auto auto
    }
}

@media(max-width: 991px) {
    .th-widget-contact {
        grid-template-columns: auto
    }
}

.th-widget-contact .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 357px
}

@media(max-width: 375px) {
    .th-widget-contact .info-box {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.th-widget-contact .info-box .box-icon {
    min-width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid rgba(92, 95, 113, .3);
    border-radius: 48px;
    color: var(--theme-color);
    font-size: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-widget-contact .info-box .box-icon:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white-color)
}

@media(max-width: 375px) {
    .th-widget-contact .info-box .box-icon {
        max-width: 56px;
        display: block;
        margin: auto
    }
}

.th-widget-contact .info-box .box-title {
    margin-bottom: 5px
}

.th-widget-contact .info-box .box-text {
    margin-bottom: 0
}

.th-widget-contact .info-box .box-link {
    color: var(--body-color);
    display: block
}

.th-widget-contact .divided {
    width: 1px;
    height: 71px;
    background: rgba(92, 95, 113, .2);
    border-radius: 24px
}

@media(max-width: 1500px) {
    .th-widget-contact .divided {
        display: none
    }
}

@media(max-width: 767px) {
    .th-widget-contact .footer-btn {
        text-align: center
    }
}

.th-widget-contact .footer-btn .th-btn {
    font-size: 24px;
    padding: 36px 30px
}

@media(max-width: 575px) {
    .th-widget-contact .footer-btn .th-btn {
        font-size: 20px;
        padding: 20px 20px
    }
}

@media(max-width: 375px) {
    .th-widget-contact .footer-btn .th-btn {
        font-size: 18px;
        padding: 20px 18px
    }
}

.copyright-wrap {
    background-color: rgba(0, 0, 0, 0)
}

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

.copyright-wrap .footer-links a {
    color: #fff
}

.copyright-wrap .footer-links a:hover {
    color: var(--theme-color2)
}

@media(max-width: 1199px) {
    .footer-newsletter-content {
        text-align: center;
        margin-bottom: 25px
    }
}

@media(max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: var(--section-space-mobile);
        padding-bottom: 30px
    }

    .footer-contact-wrap {
        grid-template-columns: auto auto;
        gap: 30px
    }
}

.footer-tags .tagcloud a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(183, 189, 222, .2);
    border-radius: 8px;
    padding: 12.5px 15px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--white-color)
}

.footer-tags .tagcloud a:not(:last-child) {
    margin: 0 16px 16px 0
}

.footer-tags .tagcloud a:hover {
    background-color: var(--theme-color)
}

.footer-tags .btn-group {
    margin-top: 32px
}

.footer-layout1 {
    --smoke-color2: #fff
}

.footer-layout1 .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #525252;
    margin-bottom: 80px;
    gap: 30px
}

@media(max-width: 1199px) {
    .footer-layout1 .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-bottom: 80px
    }
}

.footer-layout1 .footer-top .box-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 74px;
    max-width: 625px;
    margin-bottom: 80px
}

@media(max-width: 1299px) {
    .footer-layout1 .footer-top .box-title {
        font-size: 35px;
        line-height: 45px
    }
}

@media(max-width: 1199px) {
    .footer-layout1 .footer-top .box-title {
        margin-bottom: 0
    }
}

.footer-layout1 .about-text {
    color: var(--smoke-color);
    margin-bottom: 70px
}

@media(max-width: 767px) {
    .footer-layout1 .about-text {
        margin-bottom: 30px
    }
}

.footer-layout1 .th-widget-about {
    max-width: 300px;
}

.footer-layout1 .widget-area {
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-layout1.style2 .footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    background-color: #3c3a3f;
    width: 1px;
    height: 100%
}

@media(max-width: 1399px) {
    .footer-layout1.style2 .footer-line:before {
        right: -70px
    }
}

@media(max-width: 1199px) {
    .footer-layout1.style2 .footer-line:before {
        display: none
    }
}

.footer-layout1 .footer-line:before {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    background-color: #3c3a3f;
    width: 1px;
    height: 100%;
}

.termsdiv {
    /* backdrop-filter: blur(17px); */
    padding: 18px 0px 0px !important;
}

@media(max-width: 1399px) {
    .footer-layout1 .footer-line:before {
        right: 50px
    }
}

@media(max-width: 1199px) {
    .footer-layout1 .footer-line:before {
        display: none
    }
}

.footer-layout1 .footer-widget {
    margin-bottom: 35px
}

@media(max-width: 1199px) {
    .footer-layout1 .footer-widget {
        margin-bottom: 50px
    }
}

@media(max-width: 767px) {
    .footer-layout1 .footer-widget {
        margin-bottom: 30px
    }
}

.footer-layout1 .footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    /* text-transform: uppercase */
}

.footer-layout1 .footer-widget.widget_nav_menu a {
    color: #d4d4d4
}

.footer-layout1 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color2)
}

.footer-layout1 .footer-widget.widget_nav_menu a:before {
    background-color: #d4d4d4
}

.footer-layout1 .copyright-text {
    color: var(--white-color);
    text-align: left
}

@media(max-width: 1199px) {
    .footer-layout1 .copyright-text {
        text-align: center
    }
}

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

.footer-layout1 .th-social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #484848;
    border-radius: 48px;
    color: var(--white-color);
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1500px) {
    .footer-layout1 .th-social a {
        margin-right: 5px
    }
}

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

.footer-layout1 .th-widget-about .footer-info {
    color: var(--title-color)
}

.footer-layout1 .th-widget-about .footer-info:not(:last-child) {
    margin: 0 0 20px 0
}

.footer-layout1 .th-widget-about .footer-info i {
    border: 1px solid #dedfe3;
    color: var(--title-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer-layout1 .th-widget-about .footer-info i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.footer-layout1 .copyright-wrap {
    /* border-top: 1px solid #525252; */
    /* margin-top: 20px; */
    /* padding: 25px 0 */
}

@media(max-width: 1299px) {
    .footer-layout1 .footer-widget-about {
        margin-top: 40px
    }
}

@media(max-width: 1199px) {
    .footer-layout1 .footer-widget-about {
        margin: 0
    }
}

.footer-layout1.footer-sitcky .copyright-wrap {
    margin-top: 0
}

.footer-layout2 {
    background-color: var(--title-color);
    --body-color: #D4D4D4
}

@media(max-width: 991px) {
    .footer-layout2 .footer-top {
        text-align: center
    }
}

.footer-layout2 .footer-top .box-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px
}

@media(max-width: 1399px) {
    .footer-layout2 .footer-top .box-title {
        font-size: 38px;
        line-height: 46px
    }
}

@media(max-width: 575px) {
    .footer-layout2 .footer-top .box-title {
        font-size: 28px;
        line-height: 38px
    }
}

.footer-layout2 .footer-top .th-btn2 {
    padding: 22px 80px
}

@media(max-width: 1799px) {
    .footer-layout2 .footer-top .th-btn2 {
        padding: 22px 30px
    }
}

.footer-layout2 .footer-top .th-btn2:before {
    background-color: var(--white-color)
}

.footer-layout2 .footer-top .th-btn2:hover {
    color: var(--title-color)
}

.footer-layout2 .footer-top .th-btn2.style3:hover {
    color: var(--white-color)
}

.footer-layout2 .footer-top .th-btn2.style3:before {
    background-color: var(--theme-color)
}

.footer-layout2.style2 .widget-area {
    border-bottom: none
}

.footer-layout2.style2 .footer-bottom-wrapper {
    border-top: 1px solid #404040
}

.footer-layout2.style2 .footer-shape .circle-text {
    color: var(--white-color)
}

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

.footer-layout2.style2 .footer-widget .widget_title:after {
    border-color: #121214
}

.footer-layout2.style2 .about-text {
    color: var(--white-color)
}

.footer-layout2.style2 .th-social a {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--white-color)
}

.footer-layout2.style2 .th-social a:hover {
    color: var(--white-color)
}

.footer-layout2.style2 .widget_nav_menu a {
    color: var(--white-color)
}

.footer-layout2.style2 .widget_nav_menu a:before {
    background-color: var(--white-color)
}

.footer-layout2.style2 .widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout2.style2 .widget_nav_menu a:hover:before {
    background-color: var(--theme-color)
}

.footer-layout2.style2 .th-review-widget .name {
    color: var(--white-color)
}

.footer-layout2.style2 .th-review-widget .desig {
    color: #d4d4d4
}

.footer-layout2.style2 .th-review-widget .box-text {
    color: #d4d4d4
}

.footer-layout2.style2 .copyright-text {
    color: var(--white-color);
    text-align: left
}

.footer-layout2.style2 .swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 4px
}

.footer-layout2 .widget-area {
    padding-bottom: 100px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin-bottom: 80px
}

.footer-layout2 .footer-widget {
    margin-bottom: 100px
}

@media(max-width: 767px) {
    .footer-layout2 .footer-widget {
        margin-bottom: 30px
    }
}

.footer-layout2 .footer-widget .th-widget-about {
    position: relative;
    z-index: 2;
    max-width: 380px
}

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

.footer-layout2 .footer-widget .about-text {
    color: #d4d4d4
}

.footer-layout2 .footer-widget.widget_nav_menu a {
    color: #d4d4d4
}

.footer-layout2 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout2 .th-social a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(229, 229, 229, .5);
    border-radius: 48px;
    color: var(--white-color);
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

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

.footer-layout2 .copyright-wrap {
    position: relative
}

@media(max-width: 767px) {
    .footer-layout2 .copyright-wrap {
        margin-top: 50px
    }
}

.footer-layout2 .copyright-text {
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 559px;
    min-height: 63px;
    text-align: center;
    z-index: 2;
    font-weight: 400;
    font-size: 16px;
    color: #06050b;
    padding: 20px 0
}

.footer-layout2 .copyright-text:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--white-color);
    clip-path: path("M0 62.6497C8.5 61.3164 23.2938 54.8334 22 27.6629C20.5 -3.83681 53 0.16008 61 0.167316C69.3481 0.174867 377.697 0.169147 458.456 0.167649L477.5 0.167316C486.5 0.167316 520.5 -3.37199 520.5 22.6469C520.5 46.8658 517.685 62.1892 554.772 62.6719C556.095 62.6719 557.339 62.6719 558.5 62.6719C557.214 62.6876 555.972 62.6875 554.772 62.6719C480.897 62.6711 158.494 62.6497 0 62.6497Z");
    z-index: -1
}

@media(max-width: 575px) {
    .footer-layout2 .copyright-text:before {
        clip-path: none
    }
}

@media(max-width: 767px) {
    .footer-layout2 .copyright-text {
        margin: 10px 0
    }
}

.footer-layout2 .copyright-text a:hover {
    color: var(--title-color)
}

.footer-layout3 .widget_title {
    color: var(--white-color)
}

.footer-layout3 .widget_title:after {
    border-color: var(--title-color)
}

.footer-layout3 .about-text {
    color: var(--white-color)
}

.footer-layout3 .th-social a {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 48px;
    color: var(--white-color)
}

.footer-layout3 .copyright-text {
    color: var(--white-color)
}

.footer-layout3 .footer-widget {
    margin-bottom: 40px
}

.footer-layout3 .footer-widget.widget_nav_menu a {
    color: var(--white-color)
}

.footer-layout3 .footer-widget.widget_nav_menu a:before {
    background-color: var(--white-color)
}

.footer-layout3 .th-review-widget .name {
    color: var(--white-color)
}

.footer-layout3 .th-review-widget .desig {
    color: #d4d4d4
}

.footer-layout3 .th-review-widget .box-text {
    color: #d4d4d4
}

.footer-layout3 .widget-area {
    border-bottom: none;
    padding-bottom: 50px
}

.footer-layout3 .marquee-sec {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.footer-layout3 .marquee-sec .footer-logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    min-width: 430px;
    -webkit-mask-image: url("../img/shape/footer-shape.html");
    mask-image: url("../img/shape/footer-shape.html");
    background-color: var(--smoke-color2);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 35px 10px;
    text-align: center
}

.footer-layout3 .marquee {
    background-color: var(--title-color);
    padding: 45px 0
}

.footer-layout3 .marquee .marquee-group .item {
    font-size: 32px;
    line-height: 44px
}

.footer-layout3 .marquee .marquee-group .item a {
    font-size: 32px;
    line-height: 44px;
    color: var(--white-color)
}

.footer-layout4 .widget_title {
    color: var(--white-color);
    margin-bottom: 0;
    padding: 0 0 48px 0
}

.footer-layout4 .about-text {
    color: var(--smoke-color);
    margin-bottom: 55px;
    padding-top: 0
}

.footer-layout4 .th-social .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.footer-layout4 .th-social a {
    --icon-size: 56px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(229, 229, 229, .5);
    color: var(--white-color);
    font-size: 25px
}

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

.footer-layout4 .footer-widget.widget_nav_menu a {
    color: var(--smoke-color)
}

.footer-layout4 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout4 .about-logo {
    margin-bottom: 25px
}

.footer-layout4 .footer-bottom .box-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    color: #fff
}

@media(max-width: 575px) {
    .footer-layout4 .footer-bottom .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.footer-layout4 .footer-bottom .newsletter-form {
    max-width: 615px;
    gap: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 1199px) {
    .footer-layout4 .footer-bottom .newsletter-form {
        max-width: 100%;
        min-width: 100%
    }
}

@media(max-width: 375px) {
    .footer-layout4 .footer-bottom .newsletter-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-layout4 .footer-bottom .newsletter-form .form-control {
    background-color: var(--white-color);
    border-radius: 8px 0px 0px 8px;
    color: var(--title-color);
    min-height: 60px;
    padding: 0 25px
}

@media(max-width: 375px) {
    .footer-layout4 .footer-bottom .newsletter-form .form-control {
        border-radius: 8px
    }
}

.footer-layout4 .footer-bottom .newsletter-form .form-control::-moz-placeholder {
    color: var(--title-color)
}

.footer-layout4 .footer-bottom .newsletter-form .form-control::-webkit-input-placeholder {
    color: var(--title-color)
}

.footer-layout4 .footer-bottom .newsletter-form .form-control:-ms-input-placeholder {
    color: var(--title-color)
}

.footer-layout4 .footer-bottom .newsletter-form .form-control::-ms-input-placeholder {
    color: var(--title-color)
}

.footer-layout4 .footer-bottom .newsletter-form .form-control::placeholder {
    color: var(--title-color)
}

.footer-layout4 .footer-bottom .newsletter-form .th-btn3 {
    padding: 23px 28px;
    border: none;
    border-radius: 0px 8px 8px 0px
}

@media(max-width: 375px) {
    .footer-layout4 .footer-bottom .newsletter-form .th-btn3 {
        margin-top: 15px;
        width: 100%;
        border-radius: 8px
    }
}

.footer-layout4 .footer-bottom .newsletter-form .th-btn3 i {
    margin-left: 8px
}

.footer-layout4 .copyright-wrap {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding: 23px 0;
    margin-top: 80px
}

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

.footer-layout4 .copyright-wrap .copyright-text a:hover {
    color: var(--white-color)
}

.footer-layout4.style2 .footer-widget.widget_nav_menu a {
    color: var(--smoke-color)
}

.footer-layout4.style2 .footer-widget.widget_nav_menu a:hover {
    color: #ff1ca4
}

.footer-layout4.style2 .box-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    color: #fff
}

@media(max-width: 1399px) {
    .footer-layout4.style2 .box-title {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 1299px) {
    .footer-layout4.style2 .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.footer-layout4.style2 .copyright-text a {
    color: #ff1ca4;
    font-size: 16px
}

.footer-layout4.style2 .about-logo {
    margin-bottom: 20px
}

.footer-layout4.style3 {
    background-color: #16141b
}

.footer-layout5 {
    background-color: #16141b
}

.footer-layout5 .widget_title {
    color: #fff
}

.footer-layout5 .th-widget-about .about-logo {
    margin-bottom: 70px
}

.footer-layout5 .th-social {
    margin-bottom: 70px
}

.footer-layout5 .th-social .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.footer-layout5 .th-social a {
    --icon-size: 56px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(229, 229, 229, .5);
    color: var(--white-color);
    font-size: 25px
}

@media(max-width: 991px) {
    .footer-layout5 .th-social a {
        --icon-size: 36px;
        font-size: 16px
    }
}

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

.footer-layout5 .about-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #d4d4d4
}

.footer-layout5 .footer-widget.widget_nav_menu a {
    color: #fff
}

.footer-layout5 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color)
}

.footer-layout5 .copyright-wrap {
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

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

.footer-layout5 .copyright-wrap .copyright-text a:hover {
    color: var(--white-color)
}

.footer-layout7 {
    background-color: #16141b
}

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

.footer-layout7 .box-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px
}

.footer-layout7 .footer-bottom .newsletter-form .th-btn3 {
    background: var(--theme-color);
    color: var(--title-color);
    gap: 8px;
    padding: 19.5px 28px
}

.footer-layout7 .footer-bottom .newsletter-form .th-btn3 i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0px 0 5px 0
}

.footer-layout7 .footer-bottom .newsletter-form .th-btn3:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.footer-layout8 {
    margin: 0 40px 40px;
    border-radius: 40px
}

@media(max-width: 1500px) {
    .footer-layout8 {
        margin: 0;
        border-radius: 0
    }
}

.footer-layout8 .footer-top .th-btn2.style3:hover {
    color: var(--title-color)
}

.footer-layout8 .copyright-text a {
    color: var(--title-color)
}

.footer-layout9 {
    margin-top: 120px
}

@media(max-width: 991px) {
    .footer-layout9 {
        margin-top: 80px
    }
}

.footer-layout9 .footer-widget .widget_title {
    font-family: var(--title-font2);
    font-size: 20px;
    font-weight: 500
}

.footer-layout9 .about-logo {
    margin-bottom: 34px
}

@media(max-width: 767px) {
    .footer-layout9 .th-widget-about {
        margin-bottom: 30px
    }
}

.footer-layout9 .about-text {
    padding-top: 0
}

.footer-layout9 .th-social a {
    --icon-size: 32px;
    border: 1px solid #d4d4d4;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px
}

.footer-layout9 .th-social a:hover {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%)
}

.footer-layout9 .copyright-wrap {
    border-top: 1px solid #e5e5e5
}

.footer-layout10 {
    margin-top: 120px
}

.footer-layout10 .about-text {
    padding: 0
}

@media(max-width: 1199px) {
    .footer-layout10 .th-widget-about {
        margin-bottom: 30px
    }
}

.footer-layout11 {
    margin: 40px 60px;
    background-size: 100% 100%;
    border-radius: 32px 32px 32px 32px;
    /* background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%) */
}

@media(max-width: 1299px) {
    .footer-layout11 {
        margin: 0
    }
}


.footer-layout11 .about-text {
    max-width: 300px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #d4d4d4;
    padding: 0;
    margin-bottom: 34px;
}

@media(max-width: 767px) {
    .footer-layout11 .th-social {
        margin-bottom: 40px
    }
}

.footer-layout11 .th-social a {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #484848;
    --icon-size: 32px;
    color: var(--white-color);
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer-layout11 .th-social a:hover {
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.footer-layout11 .widget_title {
    color: var(--white-color)
}

.footer-layout11 .footer-text {
    font-weight: 500;
    font-size: 235px;
    line-height: 170px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(7, 9, 14, 0.2)));
    background: linear-gradient(180deg, rgb(1 57 131 / 33%) 0%, rgb(33 170 54 / 26%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-top: 0px;
    margin-bottom: -47px;
}

@media(max-width: 991px) {
    .footer-layout11 .footer-text {
        font-size: 250px;
        line-height: 260px
    }
}

@media(max-width: 575px) {
    .footer-layout11 .footer-text {
        font-size: 130px;
        line-height: 140px;
        margin: 0
    }
}


@media(max-width: 575px) {
    .footer-layout11 .copyright-wrap {
        padding: 9px 20px
    }
}

.footer-layout11 .copyright-wrap .copyright-text {
    /* text-align: center */
}

.copyright-text {
    font-size: 14px !important;
}

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

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

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    color: var(--white-color);
    position: relative;
    font-weight: 400;
    font-size: 18px
}

.breadcumb-menu li:after {
    content: "";
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    color: var(--white-color);
    font-family: var(--icon-font)
}

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

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

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

.breadcumb-title {
    color: var(--white-color);
    font-weight: 700;
    font-size: 57px;
    letter-spacing: .02em;
    margin: -0.22em 0 -0.14em 0;
    line-height: 1.1
}

@media(max-width: 1500px) {
    .breadcumb-title {
        font-size: 47px;
        line-height: 1.31
    }
}

.breadcumb-wrapper {
    /* position: relative; */
    background-color: var(--title-color);
    padding: 70px 0;
    /* background: url(https://img.freepik.com/free-photo/cybersecurity-law-justice-concept_23-2152022031.jpg); */
    overflow: hidden;
    text-align: center;
    background-color: #00000000;
    background-blend-mode: multiply;
    box-shadow: rgb(255 255 255 / 24%) 0px 3px 8px;
    border-radius: 120px;
    background-size: cover;
    z-index: 2;
    background-position: center center;
}

section.breadcumb-section {
    margin-top: 10%;
}

@media(max-width: 575px) {
    .breadcumb-wrapper {
        padding: 100px 0
    }
}

/* 
.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 16, 22, 0.7)), to(rgba(16, 16, 22, 0.7)));
    background: linear-gradient(0deg, rgba(16, 16, 22, 0.7), rgba(16, 16, 22, 0.7));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    z-index: 1
} */

.breadcumb-content {
    position: relative;
    z-index: 2
}

@media(max-width: 1199px) {
    .breadcumb-title {
        font-size: 40px
    }

    .breadcumb-menu {
        margin: 20px 0 -0.5em 0
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }
}

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

.th-pagination {
    margin-bottom: 30px
}

.th-pagination ul {
    margin: 0;
    padding: 0
}

.th-pagination li {
    display: inline-block;
    margin: 6px;
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.th-pagination li i {
    padding: 15px 16px;
    width: 48px;
    height: 48px;
    background: #f4f7ff;
    border-radius: 48px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-pagination li i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.th-pagination span,
.th-pagination a {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 500
}

.th-pagination .active {
    color: var(--theme-color)
}

blockquote,
.wp-block-quote {
    font-size: 18px;
    line-height: 1.33;
    padding: 27px 40px 45px 60px;
    font-weight: 400;
    letter-spacing: .02em;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    margin: 34px 0 40px 0;
    color: var(--title-color);
    font-style: normal;
    border: 1px solid var(--smoke-color) !important;
    border-radius: 0px
}

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;
    margin-bottom: 0
}

blockquote p a,
.wp-block-quote p a {
    color: inherit
}

blockquote:before,
.wp-block-quote:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 50px;
    width: 33px;
    background-color: #06090f;
}

blockquote:after,
.wp-block-quote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    height: 20px;
    width: 25px;
    background-color: var(--theme-color);
    clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z")
}

blockquote cite,
.wp-block-quote cite {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    font-family: var(--body-font);
    white-space: nowrap;
    position: absolute;
    bottom: -17px;
    left: 100px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 45px 7px 20px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='194' height='35' viewBox='0 0 194 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H194L169.234 35H0V0Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='194' height='35' viewBox='0 0 194 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H194L169.234 35H0V0Z' fill='%23F96363'/%3E%3C/svg%3E%0A");
    -webkit-mask-size: cover;
    mask-size: cover;
    border-radius: 0px;
    overflow: hidden
}

@media(max-width: 375px) {

    blockquote cite,
    .wp-block-quote cite {
        left: 30px
    }
}

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
}

.page--content blockquote:before,
.page--content .wp-block-quote:before {
    background-color: #fff
}

.wp-block-pullquote {
    color: var(--body-color);
    padding: 0
}

blockquote.has-very-dark-gray-color {
    color: var(--body-color) !important;
    background-color: var(--white-color)
}

.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: 100px 15px 30px 15px
}

@media(max-width: 1199px) {

    blockquote,
    .wp-block-quote {
        font-size: 16px;
        padding: 40px 20px 30px 30px
    }

    blockquote:before,
    .wp-block-quote:before {
        width: 100px;
        font-size: 52px
    }

    blockquote cite,
    .wp-block-quote cite {
        margin-top: 23px
    }
}

@media(max-width: 767px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 90%
    }
}

.blog-meta {
    display: block
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #d4d4d4;
    font-family: var(--body-font);
    position: relative;
    margin-right: 32px
}

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

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.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: 1199px) {

    .blog-meta span,
    .blog-meta a {
        margin-right: 6px;
        padding-right: 15px
    }
}

.blog-audio img,
.blog-img img,
.blog-video img {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-title a {
    color: inherit
}

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

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

.blog-image {
    border-radius: 24px
}

@media(max-width: 1399px) {
    .blog-image {
        display: none
    }
}

.blog-image img {
    border-radius: 24px
}

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

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

.page-single .subtitle {
    background: #fff2f2;
    border-radius: 24px;
    padding: 9px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .02em;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 20px
}

.blog-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .blog-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.blog-wrapp .blog-desc {
    max-width: 946px
}

.blog-wrapp .blog-meta a {
    color: #e3e3e3
}

.blog-wrapp .blog-meta a i {
    color: var(--title-color);
    font-size: 14px
}

.right-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 250px
}

@media(max-width: 767px) {
    .right-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px
    }
}

.box-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px
}

.box-profile .box-author {
    max-width: 51px
}

.box-profile .box-title {
    margin-bottom: 0
}

.box-profile .box-desig {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #06050b
}

.th-radius {
    border-radius: 24px
}

.blog-meta span,
.blog-meta a {
    margin-right: 16px;
    font-weight: 500;
    font-size: 18px;
    color: #d4d4d4;
    padding: 7px 24px;
    background: hsl(0deg 0% 100% / 6%);
    border: 1px solid #d4d4d4;
    border-radius: 48px
}

@media(max-width: 575px) {

    .blog-meta span,
    .blog-meta a {
        font-size: 16px;
        padding: 7px 14px;
        margin: 0 7px 7px 0
    }
}

@media(max-width: 375px) {

    .blog-meta span,
    .blog-meta a {
        padding: 7px 10px;
        margin-right: 5px
    }
}

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

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    overflow: hidden
}

.blog-single.single-grid {
    border: 1px solid #d4d4d4;
    border-radius: 16px
}

.blog-single.single-grid .blog-img {
    position: relative;
    margin: 8px 8px 0 8px;
    border-radius: 16px;
    overflow: hidden
}

.blog-single.single-grid .blog-img img {
    border-radius: 16px
}

.blog-single.single-grid .blog-content {
    padding: 32px
}

@media(max-width: 375px) {
    .blog-single.single-grid .blog-content {
        padding: 25px
    }
}

.blog-single.single-grid .blog-meta {
    margin-bottom: 16px
}

.blog-single.single-grid .blog-meta span,
.blog-single.single-grid .blog-meta a {
    margin-right: 16px;
    font-weight: 500;
    font-size: 15px;
    color: var(--white-color);
    padding: 1px 9px;
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid #d4d4d4;
    border-radius: 48px;
}

@media(max-width: 375px) {

    .blog-single.single-grid .blog-meta span,
    .blog-single.single-grid .blog-meta a {
        font-size: 14px;
        padding: 5px 16px;
        margin-right: 7px
    }
}

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

.blog-single.single-grid .box-title {
    margin-bottom: 35px
}

@media(max-width: 1399px) {
    .blog-single.single-grid .box-title {
        font-size: 28px
    }
}

@media(max-width: 1199px) {
    .blog-single.single-grid .box-title {
        max-width: 425px
    }
}

@media(max-width: 991px) {
    .blog-single.single-grid .box-title {
        max-width: 100%
    }
}

.blog-single .blog-title {
    margin-bottom: 5px
}

.blog-single .blog-text {
    margin-bottom: 35px
}

.blog-single .social-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 15px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    display: inline-block;
    font-size: 16px;
    color: #6e6e6e;
    text-align: center
}

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

.blog-single .blog-meta {
    margin: 0em 0 25px 0
}

.blog-single .blog-content {
    position: relative
}

.blog-single .blog-content ul li {
    color: #e6e6e6;
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
    position: relative;
    overflow: hidden
}

.blog-single .blog-img {
    border-radius: 16px;
    margin-bottom: 24px
}

@media(max-width: 991px) {
    .blog-single .blog-img {
        margin-bottom: 35px
    }
}

.blog-single .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    --icon-size: 45px;
    border: none;
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-single .blog-img .slick-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: 50%;
    -webkit-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:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-list-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px
}

@media(max-width: 1399px) {
    .blog-list-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-list-single .blog-img {
    min-width: 496px;
    max-width: 496px;
    border-radius: 24px
}

@media(max-width: 1399px) {
    .blog-list-single .blog-img {
        min-width: 100%
    }
}

@media(max-width: 991px) {
    .blog-list-single .blog-img {
        margin-bottom: 0
    }
}

.blog-list-single .blog-img img {
    width: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-list-single .blog-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.blog-list-single .blog-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.blog-list-single .blog-author img {
    max-width: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-list-single .blog-author .title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--title-color);
    margin-bottom: 0
}

.blog-list-single .tag {
    padding: 4px 18px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
    color: #4e4e4e;
    border: 1px solid #e4e4e6;
    border-radius: 48px
}

.blog-list-single .blog-text {
    margin-bottom: 35px
}

.blog-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #e6e6e6
}

.share-links-title {
    font-size: 20px;
    color: var(--title-color);
    font-family: var(--body-font);
    font-weight: 500;
    margin: 0 15px 0 0;
    display: inline-block
}

.share-links {
    border-top: 1px solid var(--smoke-color);
    border-bottom: 1px solid var(--smoke-color);
    margin: 40px 0 20px 0;
    padding: 40px 0
}

.share-links>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-y: 20px
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
    display: inline-block
}

@media(max-width: 1399px) {
    .share-links {
        --blog-space-x: 20px
    }
}

@media(max-width: 991px) {
    .blog-details .blog-single {
        --blog-space-x: 20px;
        --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-title {
        font-size: 24px;
        line-height: 1.3
    }

    .blog-single .blog-text {
        margin-bottom: 22px
    }

    .blog-single .blog-bottom {
        padding-top: 15px
    }

    .blog-single .share-links-title {
        font-size: 18px;
        display: block;
        margin: 0 0 10px 0
    }
}

.blog-text {
    line-height: 26px;
    margin-bottom: 25px
}

.blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    margin-top: 24px
}

@media(max-width: 375px) {
    .blog-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-navigation .nav-text {
    font-size: 12px;
    font-family: var(--body-font);
    color: var(--title-color);
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px
}

@media(max-width: 767px) {
    .blog-navigation .nav-text {
        font-size: 16px
    }
}

.blog-navigation .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: #f4f7ff;
    border-radius: 8px;
    padding: 15px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.blog-navigation .nav-btn:hover {
    background-color: var(--theme-color)
}

.blog-navigation .nav-btn:hover .nav-text {
    color: var(--white-color)
}

.blog-navigation .nav-btn .blog img {
    min-width: 120px;
    border-radius: 8px
}

.blog-navigation .nav-btn img {
    border-radius: 8px
}

@media(max-width: 1199px) {
    .blog-navigation .nav-btn img {
        display: none
    }
}

.blog-navigation .nav-btn:hover .nav-img:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn:hover .nav-img i {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-navigation .nav-btn .nav-img {
    min-width: 120px;
    height: 120px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-navigation .nav-btn .nav-img img {
    border-radius: 10px
}

@media(max-width: 767px) {
    .blog-navigation .nav-btn .nav-img {
        display: none
    }
}

.blog-navigation .nav-btn .nav-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-navigation .nav-btn .nav-img i {
    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 81px;
    font-size: 24px;
    color: var(--theme-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-navigation .nav-btn .nav-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 10px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.blog-navigation .box-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    margin-bottom: 0
}

.blog-navigation .blog-next {
    text-align: right
}

.blog-navigation .blog-btn {
    font-size: 38px;
    color: var(--theme-color)
}

@media(max-width: 767px) {
    .blog-navigation .blog-btn {
        font-size: 25px
    }
}

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

.th-comment-form {
    background-color: #f4f7ff;
    margin-top: var(--blog-space-y, 40px);
    margin-top: 70px;
    padding: 40px;
    border-radius: 16px;
    position: relative;
    margin-right: 16px;
    max-width: 856px
}

@media(max-width: 375px) {
    .th-comment-form {
        padding: 30px 20px
    }
}

.th-comment-form .blog-text {
    color: var(--body-color)
}

.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: .7em;
    text-decoration: underline
}

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

.blog-comment-area {
    margin-bottom: 25px
}

.th-comment-form.blog-comment-wrap {
    background-color: var(--smoke-color2)
}

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

.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: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #f4f7ff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 24px
}

.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;
    -ms-flex: 1;
    flex: 1;
    margin-top: -6px;
    position: relative
}

.th-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--title-color)
}

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

.th-comments-wrap .name {
    color: var(--title-color);
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500
}

.th-comments-wrap .comment-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.th-comments-wrap .text {
    color: var(--body-color);
    margin-bottom: -0.3rem
}

.th-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 80px
}

.th-comments-wrap .reply_and_edit {
    margin-top: 0px;
    margin-bottom: -0.46em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-comments-wrap .reply_and_edit a {
    margin-right: 10px
}

.th-comments-wrap .reply_and_edit a:last-child {
    margin-right: 0
}

.th-comments-wrap .reply-btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--theme-color)
}

@media(max-width: 450px) {
    .th-comments-wrap .reply-btn {
        font-size: 12px;
        padding: 4px 12px
    }
}

.th-comments-wrap .reply-btn i {
    margin-right: 7px
}

.th-comments-wrap .reply-btn:hover {
    color: var(--title-color)
}

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

ul.comment-list .th-comment-item:first-child:not(.children .th-comment-item)>.th-post-comment {
    margin-bottom: 24px
}

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

@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-wrapper .swiper-pagination-bullet {
    border-color: var(--white-color)
}

@media(max-width: 1500px) {
    .th-hero-wrapper .slider-arrow {
        --pos-x: 40px
    }
}

@media(max-width: 1399px) {
    .th-hero-wrapper .slider-arrow {
        left: auto;
        top: calc(50% - 35px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 35px)
    }
}

@media(max-width: 991px) {
    .th-hero-wrapper .slider-arrow {
        left: auto;
        top: calc(50% - 30px);
        right: var(--pos-x, -120px);
        margin: 0
    }

    .th-hero-wrapper .slider-arrow.slider-next {
        top: calc(50% + 30px)
    }
}

@media(max-width: 767px) {
    .th-hero-wrapper .slider-arrow {
        display: none
    }
}

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

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

.call-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 375px) {
    .call-info {
        display: block;
        text-align: left;
        gap: 5px
    }
}

.call-info.style3 {
    background-color: var(--title-color);
    border-radius: 16px;
    padding: 22px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

@media(max-width: 1299px) {
    .call-info.style3 {
        padding: 20px 20px
    }
}

@media(max-width: 767px) {
    .call-info.style3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 375px) {
    .call-info.style3 {
        text-align: center
    }
}

.call-info.style3 .call-icon {
    border: 6px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    width: 68px
}

@media(max-width: 767px) {
    .call-info.style3 .call-icon {
        display: block;
        margin: auto
    }
}

.call-info.style3 .call-icon i:hover {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.call-info.style3 .call-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .02em;
    color: var(--theme-color)
}

.call-info.style3 .call-link {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--white-color)
}

@media(max-width: 375px) {
    .call-info .call-icon {
        margin-bottom: 5px
    }
}

.call-info .call-icon i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 48px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.call-info .call-icon i:hover {
    background-color: var(--title-color);
    border-color: var(--title-color);
    color: var(--white-color)
}

.call-info .call-label {
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--body-color);
    display: block;
    margin-bottom: 0px
}

@media(max-width: 375px) {
    .call-info .call-label {
        font-size: 16px
    }
}

.call-info .call-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: var(--title-color);
    margin-bottom: 0;
    letter-spacing: .02em;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

@media(max-width: 375px) {
    .call-info .call-link {
        font-size: 18px
    }
}

.call-info .call-link a {
    color: inherit
}

.call-info.style2 .call-icon {
    width: 56px;
    border: 5px solid rgba(249, 99, 99, .2);
    border-radius: 50%
}

.call-info.style2 .call-icon i {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.call-info.style2 .call-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    color: var(--theme-color)
}

@media(max-width: 1199px) {
    .btn-group:has(.call-btn) {
        gap: 25px
    }
}

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

@media(max-width: 1199px) {
    .hero-image {
        text-align: center
    }
}

.hero-1 .hero-card {
    border-radius: 24px;
    padding: 51px 40px
}

@media(max-width: 1799px) {
    .hero-1 .hero-card {
        padding: 40px 20px
    }
}

@media(max-width: 1299px) {
    .hero-1 .hero-card {
        padding: 40px 8px
    }
}

@media(max-width: 1199px) {
    .hero-1 .hero-card {
        padding: 40px 18px
    }
}

.hero-1 .hero-card .box-number {
    line-height: 48px;
    margin-bottom: 5px
}

@media(max-width: 1399px) {
    .hero-1 .hero-card .box-number {
        font-size: 38px;
        line-height: 38px
    }
}

.hero-1 .hero-card .box-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: var(--title-color);
    margin-bottom: 0
}

@media(max-width: 1699px) {
    .hero-1 .hero-card .box-text {
        font-size: 20px;
        line-height: 23px
    }
}

@media(max-width: 1399px) {
    .hero-1 .hero-card .box-text {
        font-size: 18px;
        line-height: 23px
    }
}

.hero-1 .hero-video {
    height: 100%;
    margin-bottom: 20px
}

.hero-1 .hero-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px
}

.hero-1 .discount-wrapp {
    position: absolute;
    right: 62px;
    bottom: 36px
}

@media(max-width: 767px) {
    .hero-1 .discount-wrapp {
        position: relative;
        right: 0;
        bottom: -30px
    }
}

.hero-1 .discount-wrapp .logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-1 .discount-wrapp .discount-tag:before {
    display: none
}

.hero-1 .discount-wrapp {
    width: 172px;
    height: 172px
}

@media(max-width: 767px) {
    .hero-1 .discount-wrapp {
        display: block;
        margin: auto
    }
}

.hero-1 .discount-wrapp a {
    position: absolute;
    width: 172px;
    height: 172px;
    display: inline-block;
    z-index: 9
}

.hero-1 .discount-wrapp .discount-tag {
    min-height: 172px;
    min-width: 172px;
    font-size: 14px
}

.hero-1 .discount-wrapp .discount-tag span {
    min-height: 95px;
    min-width: 90px;
    left: 21px;
    top: -5px
}

.hero-style1 {
    position: relative;
    padding: 102px 56px 102px 56px;
    z-index: 4;
    border-radius: 24px;
    margin-bottom: 20px
}

@media(max-width: 1899px) {
    .hero-style1 {
        padding: 102px 36px 102px 56px
    }
}

@media(max-width: 1299px) {
    .hero-style1 {
        padding: 102px 26px 102px 36px
    }
}

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

@media(max-width: 767px) {
    .hero-style1 {
        padding: 102px 20px 102px 20px
    }
}

@media(max-width: 375px) {
    .hero-style1 .sub-title {
        font-size: 14px
    }
}

.hero-style1 .sub-title:before {
    top: 13px;
    left: 14px
}

.hero-style1 .hero-title {
    margin-bottom: 20px
}

@media(max-width: 1700px) {
    .hero-style1 .hero-title {
        font-size: 70px
    }
}

@media(max-width: 1399px) {
    .hero-style1 .hero-title {
        font-size: 60px
    }
}

@media(max-width: 575px) {
    .hero-style1 .hero-title {
        font-size: 40px
    }
}

@media(max-width: 320px) {
    .hero-style1 .hero-title {
        font-size: 30px
    }
}

.hero-style1 .hero-text {
    color: #06050b;
    font-size: 18px;
    max-width: 546px;
    margin-bottom: 54px
}

@media(max-width: 991px) {
    .hero-style1 .hero-text {
        max-width: 100%
    }
}

.hero-style1 .th-btn {
    padding: 24px 24px;
    gap: 40px
}

.hero-style1 .th-btn:before,
.hero-style1 .th-btn:after {
    width: 64px;
    height: 64px
}

.hero-style1 .th-btn:hover:after {
    width: 100%
}

.hero-style1 .btn-group {
    gap: 30px
}

@media(max-width: 480px) {
    .hero-style1 .btn-group {
        gap: 14px
    }
}

.hero-2 {
    position: relative;
    z-index: 3
}

.hero-2 .hero-image2 {
    position: relative;
    z-index: 2
}

@media(max-width: 1199px) {
    .hero-2 .hero-image2 {
        text-align: center;
        padding-bottom: 80px
    }
}

.hero-2 .hero-bottom-text {
    -webkit-mask-image: url("../img/shape/hero-shape.png");
    mask-image: url("../img/shape/hero-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 10px 50px rgba(210, 221, 238, .5);
    box-shadow: 0px 10px 50px rgba(210, 221, 238, .5);
    padding: 20px 37px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 23%
}

@media(max-width: 1299px) {
    .hero-2 .hero-bottom-text {
        left: 0
    }
}

@media(max-width: 575px) {
    .hero-2 .hero-bottom-text {
        bottom: 35%
    }
}

@media(max-width: 375px) {
    .hero-2 .hero-bottom-text {
        position: relative;
        bottom: 25%;
        margin-bottom: 10px
    }
}

.hero-2 .hero-bottom-text.style2 {
    left: unset;
    right: 30px;
    bottom: 11%;
    -webkit-mask-image: url("../img/shape/hero-shape2.png");
    mask-image: url("../img/shape/hero-shape2.png")
}

@media(max-width: 1299px) {
    .hero-2 .hero-bottom-text.style2 {
        right: 0;
        bottom: 0%
    }
}

@media(max-width: 1199px) {
    .hero-2 .hero-bottom-text.style2 {
        bottom: 11%
    }
}

@media(max-width: 375px) {
    .hero-2 .hero-bottom-text.style2 {
        position: relative;
        bottom: 0
    }
}

.hero-2 .hero-bottom-text.style2 .title {
    max-width: 240px;
    display: inline-block
}

.hero-2 .hero-bottom-text .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.hero-2 .hero-bottom-text img {
    margin-right: 12px
}

.hero-style2 {
    position: relative;
    padding: 263px 0 124px 0;
    z-index: 4
}

@media(max-width: 1199px) {
    .hero-style2 {
        max-width: 100%;
        text-align: center;
        padding: 180px 0 80px 0
    }
}

.hero-style2 .hero-title {
    text-transform: capitalize;
    margin-bottom: 20px
}

@media(max-width: 1699px) {
    .hero-style2 .hero-title {
        font-size: 74px
    }
}

@media(max-width: 1399px) {
    .hero-style2 .hero-title {
        font-size: 64px
    }
}

@media(max-width: 1299px) {
    .hero-style2 .hero-title {
        font-size: 54px
    }
}

@media(max-width: 575px) {
    .hero-style2 .hero-title {
        font-size: 40px
    }
}

@media(max-width: 320px) {
    .hero-style2 .hero-title {
        font-size: 30px
    }
}

.hero-style2 .hero-text {
    max-width: 562px;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 50px
}

@media(max-width: 1199px) {
    .hero-style2 .hero-text {
        max-width: 100%
    }
}

.hero-style2 .th-btn2.style2 {
    border: 1px solid var(--theme-color)
}

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

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

.hero-style2 .btn-group {
    gap: 30px
}

.hero-style2 .client-box {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media(max-width: 375px) {
    .hero-style2 .client-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px
    }
}

.hero-style2 .client-box .client-wrapp {
    text-align: left
}

.hero-style2 .client-box .client-review i {
    color: #ffa72b;
    font-size: 13px;
    margin-right: 5px
}

.hero-style2 .client-box .rating {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color)
}

.hero-3 {
    position: relative;
    z-index: 3;
    height: 100%;
    background-position: top center;
}

.hero-4 {
    position: relative;
    z-index: 3;

    background-position: top center;
}

.hero-4 .hero-shape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    bottom: 0px;
    z-index: 1;
    background-position: top center;
}

.hero-4:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(26, 35, 50, 0.03) 1px, #7e73733b 1px), linear-gradient(90deg, rgb(141 146 155 / 10%) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -1;
}


.hero-3:before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 57, 131, 0)), to(#06050B));
    background: linear-gradient(180deg, rgba(53, 57, 131, 0) 0%, #06050b 100%); */
    z-index: 2;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(26, 35, 50, 0.03) 1px, #7e73733b 1px), linear-gradient(90deg, rgb(141 146 155 / 10%) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -1;
}

.hero-3 .hero-shape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    bottom: 0px;
    z-index: 1;
    background-position: top center;
}

.hero-3 .hero-wrapper {
    position: relative;
    overflow: hidden
}

.hero-3 .hero-image {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.hero-3 .hero-img-one {
    position: absolute;
    top: 20%;
    width: 300px;
    left: -282px;
    z-index: 2;
}

@media(max-width: 1399px) {
    .hero-3 .hero-img-one {
        left: 0px
    }
}

@media(max-width: 1199px) {
    .hero-3 .hero-img-one {
        display: none
    }
}

/* .hero-3 .hero-img-one img {
    -webkit-mask-image: url("../img/hero/mask-shape.png");
    mask-image: url("../img/hero/mask-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
} */

.hero-3 .hero-img-two {
    position: absolute;
    top: 20%;
    width: 300px;
    right: -280px;
    z-index: 2;
}

@media(max-width: 1399px) {
    .hero-3 .hero-img-two {
        right: 0px
    }
}

/* 
.hero-3 .hero-img-two img {
    -webkit-mask-image: url("../img/hero/mask-shape2.png");
    mask-image: url("../img/hero/mask-shape2.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
} */

@media(max-width: 1199px) {
    .hero-3 .hero-img-two {
        display: none
    }
}

.hero-style3 {
    position: relative;
    padding: 174px 0 0px 0;
    max-width: 900px;
    display: block;
    margin: auto;
    text-align: center;
    z-index: 3;
}

@media(max-width: 575px) {
    .hero-style3 {
        padding: 150px 0 0px 0
    }
}


.hero-style3 .hero-title {
    font-size: 56px;
    line-height: 66px;
    color: var(--white-color);
    background: linear-gradient(90deg, #ffffff, #22a937);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width: 767px) {
    .hero-style3 .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

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

.hero-style3 .hero-text {
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 27px;
}

.hero-style4 {
    padding: 214px 0 0px 0;
    text-align: center
}

@media(max-width: 767px) {
    .hero-style4 {
        padding: 180px 0 0
    }
}

.hero-style4 .hero-text {
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: 50px
}

.hero-style4 .review-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px
}

@media(max-width: 767px) {
    .hero-style4 .review-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-style4 .review-wrapp .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px
}

.hero-style4 .review-wrapp .star-review {
    text-align: left
}

.hero-style4 .review-wrapp .text {
    font-weight: 600;
    font-size: 16px;
    color: #262838;
    margin-bottom: 0
}

.hero-5 {
    -webkit-mask-image: url("../img/bg/hero_bg_1.png");
    mask-image: url("../img/bg/hero_bg_1.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media(max-width: 1199px) {
    .hero-5 {
        -webkit-mask-size: cover;
        mask-size: cover
    }
}

.hero-5:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 5, 11, .6);
    z-index: -1
}

.hero-5 .hero-image5 {
    text-align: center
}

.hero-5 .scroll-down {
    position: absolute;
    right: 120px;
    bottom: 208px
}

@media(max-width: 1500px) {
    .hero-5 .scroll-down {
        right: 0px
    }
}

@media(max-width: 1199px) {
    .hero-5 .scroll-down {
        display: none
    }
}

.hero-5 .scroll-down .hero-scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    color: var(--white-color)
}

.hero-5 .scroll-down .title {
    font-weight: 500;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-5 .scroll-down .icon-btn {
    width: 56px;
    height: 56px;
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border-radius: 48px;
    border: none;
    color: var(--white-color)
}

.hero-5 .th-btn3 {
    padding: 24px 70px 24px 20px
}

.hero-5 .th-btn3 .icon {
    width: 56px;
    height: 56px
}

.hero-style5 {
    padding: 180px 0 40px 0;
    text-align: center
}

.hero-style5 .hero-title {
    font-size: 74px;
    line-height: 94px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 50px
}

@media(max-width: 1199px) {
    .hero-style5 .hero-title {
        font-size: 54px;
        line-height: 74px
    }
}

@media(max-width: 575px) {
    .hero-style5 .hero-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media(max-width: 375px) {
    .hero-style5 .hero-title {
        font-size: 38px;
        line-height: 48px
    }
}

.hero-style5 .hero-title2 {
    display: block
}

.hero-style5 .th-btn3 {
    padding: 24px 85px 24px 20px
}

.hero-6 .hero-image6 {
    text-align: center
}

.hero-style6 {
    text-align: center;
    padding: 120px 0 101px 0;
    max-width: 1303px;
    display: block;
    margin: auto
}

.hero-style6 .hero-title {
    font-family: var(--title-font2);
    color: var(--white-color)
}

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

.hero-style6 .hero-text {
    max-width: 698px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--white-color);
    display: block;
    margin: auto auto 64px auto
}

.hero-style6 .th-btn3 {
    padding: 24px 85px 24px 20px
}

.hero-style6 .th-btn3 .icon {
    width: 56px;
    height: 56px
}

.hero-7 {
    background-color: #b7dacd
}

.hero-7 .hero-img7 {
    min-width: 480px;
    margin-left: -80px
}

@media(max-width: 767px) {
    .hero-7 .hero-img7 {
        margin-left: 0
    }
}

.hero-7 .scroll-down {
    position: absolute;
    right: 100px;
    bottom: 160px
}

@media(max-width: 1500px) {
    .hero-7 .scroll-down {
        right: 20px
    }
}

@media(max-width: 1199px) {
    .hero-7 .scroll-down {
        display: none
    }
}

.hero-7 .scroll-down .hero-scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    color: var(--title-color)
}

.hero-7 .scroll-down .title {
    font-weight: 500;
    font-size: 16px
}

.hero-style7 {
    padding: 300px 0 163px 0
}

@media(max-width: 1199px) {
    .hero-style7 {
        padding: 220px 0 150px 0
    }
}

@media(max-width: 991px) {
    .hero-style7 {
        padding: 220px 0 0px 0
    }
}

@media(max-width: 767px) {
    .hero-style7 {
        text-align: center
    }
}

.hero-style7 .hero-title {
    font-family: var(--title-font2);
    font-weight: 600;
    font-size: 100px;
    line-height: 120px;
    text-transform: capitalize
}

@media(max-width: 1299px) {
    .hero-style7 .hero-title {
        font-size: 70px;
        line-height: 90px
    }
}

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

@media(max-width: 575px) {
    .hero-style7 .hero-title {
        font-size: 40px;
        line-height: 50px
    }
}

.hero-style7 .hero-title .title {
    margin-left: 227px
}

@media(max-width: 1299px) {
    .hero-style7 .hero-title .title {
        margin-left: 0px
    }
}

.hero-style7 .hero-text {
    max-width: 613px;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--title-color);
    margin-left: 227px;
    margin-bottom: 60px
}

@media(max-width: 1299px) {
    .hero-style7 .hero-text {
        margin-left: 0px
    }
}

.hero-style7 .btn-group {
    margin-left: 227px
}

@media(max-width: 1299px) {
    .hero-style7 .btn-group {
        margin-left: 0px
    }
}

@media(max-width: 375px) {
    .hero-style7 .btn-group {
        gap: 10px
    }

    .hero-style7 .btn-group .th-btn2 {
        padding: 19px 16px
    }
}

.hero-style7 .hero-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media(max-width: 767px) {
    .hero-style7 .hero-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-style7 .client-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media(max-width: 375px) {
    .hero-style7 .client-box {
        gap: 7px
    }
}

.hero-style7 .client-box .client-thumb-group .thumb:not(:first-child) {
    margin-left: -25px
}

.hero-style7 .client-box .rating {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #06050b
}

.hero-style7 .th-btn3 {
    padding: 24px 85px 24px 20px
}

.hero-style7 .th-btn3 .icon {
    width: 56px;
    height: 56px
}

.hero-style7 .th-btn3:hover .icon {
    width: calc(100% - .6em)
}

.hero-8 {
    position: relative;
    z-index: 2;
    margin: 8px 20px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media(max-width: 1500px) {
    .hero-8 {
        background-size: cover;
        margin: 0 0px 0;
        background-repeat: center center;
        background-color: var(--title-color)
    }
}

.hero-8 .hero-img7 {
    min-width: 592px
}

@media(max-width: 1500px) {
    .hero-8 .hero-img7 {
        margin-left: -30%
    }
}

@media(max-width: 1199px) {
    .hero-8 .hero-img7 {
        text-align: center;
        margin: 0;
        min-width: 100%
    }
}

.hero-style8 {
    padding: 325px 0 211px 0
}

@media(max-width: 1199px) {
    .hero-style8 {
        padding: 225px 0 111px 0;
        text-align: center
    }
}

@media(max-width: 575px) {
    .hero-style8 {
        padding: 160px 0 80px 0
    }
}

.hero-style8 .rating {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 10px
}

.hero-style8 .rating i {
    color: #e2b93b;
    font-size: 14px;
    margin-right: 5px
}

.hero-style8 .hero-title {
    font-family: var(--title-font2);
    color: var(--white-color);
    margin-bottom: 20px
}

@media(max-width: 375px) {
    .hero-style8 .hero-title {
        font-size: 38px
    }
}

.hero-style8 .hero-title .title {
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.hero-style8 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--white-color);
    max-width: 562px
}

@media(max-width: 1199px) {
    .hero-style8 .hero-text {
        max-width: 100%;
        display: block;
        margin: auto
    }
}

.hero-style8 .btn-group {
    margin-top: 40px
}

.hero-style8 .btn-group .th-btn2 {
    padding: 22px 24px
}

.hero-style8 .btn-group .th-btn2.style5:before {
    background-color: var(--theme-color)
}

.hero-style8 .btn-group .th-btn2.style5:hover {
    color: var(--title-color)
}

.hero-style9 {
    padding: 104px 0 0px 0;
    text-align: center
}

.hero-style9 .rating {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--title-color);
    display: block;
    margin-bottom: 10px
}

.hero-style9 .rating i {
    font-size: 14px;
    color: var(--title-color);
    margin-right: 5px
}

.hero-style9 .hero-title {
    font-family: var(--title-font2);
    font-weight: 700
}

@media(max-width: 375px) {
    .hero-style9 .hero-title {
        font-size: 36px
    }
}

.hero-style9 .hero-text {
    font-size: 18px;
    color: var(--title-color);
    max-width: 675px;
    display: block;
    margin: auto auto 48px auto
}

.hero-style9 .hero-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
    margin-bottom: 56px
}

@media(max-width: 575px) {
    .hero-style9 .hero-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px
    }
}

.hero-style9 .hero-list li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color)
}

.hero-style9 .hero-list li i {
    margin-right: 8px
}

.hero-style9 .btn-group {
    gap: 16px;
    margin-bottom: 60px
}

.hero-style9 .th-btn2 {
    padding: 24px 24px;
    border: none;
    border-radius: 8px
}

.hero-style10 {
    padding: 175px 0 27px 0;
    text-align: center;
}

.hero-style10 .hero-title {
    font-family: var(--title-font2);
    color: var(--white-color);
    font-size: 54px;
}

@media(max-width: 1199px) {
    .hero-style10 .hero-title {
        font-size: 57px
    }
}

@media(max-width: 575px) {
    .hero-style10 .hero-title {
        font-size: 47px
    }
}

@media(max-width: 375px) {
    .hero-style10 .hero-title {
        font-size: 27px
    }   
}

.hero-style10 .hero-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    max-width: 800px;
    display: block;
    margin: auto auto 35px auto;
}

.hero-style10 .client-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px
}

@media(max-width: 575px) {
    .hero-style10 .client-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-style10 .client-box .client-thumb-group .thumb img {
    border-radius: 50%;
    border: 2px solid var(--white-color);
    height: 32px
}

.hero-style10 .client-box .rating {
    color: var(--white-color)
}

.hero-style10 .client-box .rating i {
    color: #e2b93b;
    margin-right: 5px
}

.hero-style10 .btn-group {
    margin-bottom: 28px
}

.hero-style10 .th-btn {
    border-radius: 8px;
    font-size: 18px
}

.hero-style10 .th-btn:before {
    background-color: var(--white-color);
    width: 0;
    border-radius: inherit
}

.hero-style10 .th-btn:after {
    display: none
}

.hero-style10 .th-btn:hover:before {
    background-color: var(--white-color);
    width: 100%
}

.hero-11 {
    border-radius: 0 0 80px 80px
}

.hero-11 .hero-image5 {
    margin-left: 50px;
    margin-top: -40px
}

.hero-11 .scroll-down {
    position: absolute;
    right: 100px;
    bottom: 160px
}

@media(max-width: 1500px) {
    .hero-11 .scroll-down {
        right: 20px
    }
}

@media(max-width: 1199px) {
    .hero-11 .scroll-down {
        display: none
    }
}

.hero-11 .scroll-down .hero-scroll-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    color: var(--white-color)
}

.hero-11 .scroll-down .title {
    font-weight: 500;
    font-size: 16px
}

.hero-style11 {
    padding: 220px 0 0px 0;
    text-align: center
}

@media(max-width: 767px) {
    .hero-style11 {
        padding: 180px 0 0px 0
    }
}

.hero-style11 .hero-title {
    font-family: var(--title-font2);
    color: var(--white-color)
}

@media(max-width: 767px) {
    .hero-style11 .hero-title {
        font-size: 40px
    }
}

@media(max-width: 375px) {
    .hero-style11 .hero-title {
        font-size: 30px
    }
}

.hero-style11 .hero-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    max-width: 675px;
    display: block;
    margin: auto auto 48px auto
}

.error-area {
    position: relative;
    z-index: 2
}

.error-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 16, 22, 0.7)), to(rgba(16, 16, 22, 0.7)));
    background: linear-gradient(0deg, rgba(16, 16, 22, 0.7), rgba(16, 16, 22, 0.7));
    z-index: 1
}

.error-img {
    text-align: center;
    margin-bottom: 45px
}

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

.error-text {
    margin-bottom: 40px
}

.error-content {
    text-align: center
}

.error-content .th-btn i {
    color: var(--title-color);
    margin: 0
}

.error-content .th-btn:hover i {
    color: var(--white-color)
}

@media(max-width: 991px) {
    .error-title {
        margin-bottom: 15px
    }

    .error-img {
        margin-bottom: 30px
    }

    .error-text {
        margin-bottom: 25px
    }
}

@media(max-width: 767px) {
    .error-title {
        margin-bottom: 10px
    }
}

.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, .95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease .4s;
    transition: all ease .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: rgba(0, 0, 0, 0);
    font-size: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    color: var(--theme-color)
}

.popup-search-box button.searchClose:hover {
    color: var(--body-color);
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    -webkit-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);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease .4s;
    transition: -webkit-transform ease .4s;
    transition: transform ease .4s;
    transition: transform ease .4s, -webkit-transform ease .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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 24px;
    right: 12px;
    color: var(--white-color);
    cursor: pointer;
    width: 70px;
    height: 70px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: scale(1.001);
    transform: scale(1.001)
}

.popup-search-box form button:hover {
    -webkit-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 .4s;
    transition: all ease .4s;
    border-radius: 0
}

.popup-search-box.show form {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 1px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px 20px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s
}

@media(max-width: 575px) {
    .sidemenu-wrapper .sidemenu-content {
        width: 320px
    }
}

.sidemenu-wrapper .sidemenu-content .footer-widget .widget_title:after {
    border: 2px solid var(--white-color)
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.sidemenu-wrapper .widget .widget_title {
    color: var(--title-color)
}

.sidemenu-wrapper .widget .recent-post-wrap .recent-post .post-title:hover a {
    color: var(--theme-color)
}

.sidemenu-wrapper .widget.footer-widget .recent-post {
    max-width: 100%;
    padding-bottom: 10px
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title {
    color: var(--title-color)
}

.sidemenu-wrapper .widget.footer-widget .recent-post .post-title:hover a {
    color: var(--theme-color)
}

.sidemenu-wrapper .widget.footer-widget .th-widget-about .about-text {
    color: var(--body-color)
}

.sidemenu-wrapper .widget.footer-widget .th-widget-about .footer-info-title {
    color: var(--title-color)
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.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: 600;
    margin-bottom: 15px;
    border-radius: 5px
}

.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: "";
    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: "";
    font-weight: 300
}

.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-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--smoke-color2);
    margin-bottom: 0;
    border-radius: 10px
}

@media(max-width: 575px) {

    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px
    }
}

.woocommerce-form-register select,
.woocommerce-form-register .form-control,
.woocommerce-form-register .form-select,
.woocommerce-form-register textarea,
.woocommerce-form-register input,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon textarea,
.woocommerce-form-coupon input,
.woocommerce-form-login select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .form-select,
.woocommerce-form-login textarea,
.woocommerce-form-login input {
    background-color: var(--white-color);
    border-color: var(--white-color);
    border-radius: 48px
}

.woocommerce-form-register select::-moz-placeholder,
.woocommerce-form-register .form-control::-moz-placeholder,
.woocommerce-form-register .form-select::-moz-placeholder,
.woocommerce-form-register textarea::-moz-placeholder,
.woocommerce-form-register input::-moz-placeholder,
.woocommerce-form-coupon select::-moz-placeholder,
.woocommerce-form-coupon .form-control::-moz-placeholder,
.woocommerce-form-coupon .form-select::-moz-placeholder,
.woocommerce-form-coupon textarea::-moz-placeholder,
.woocommerce-form-coupon input::-moz-placeholder,
.woocommerce-form-login select::-moz-placeholder,
.woocommerce-form-login .form-control::-moz-placeholder,
.woocommerce-form-login .form-select::-moz-placeholder,
.woocommerce-form-login textarea::-moz-placeholder,
.woocommerce-form-login input::-moz-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select::-webkit-input-placeholder,
.woocommerce-form-register .form-control::-webkit-input-placeholder,
.woocommerce-form-register .form-select::-webkit-input-placeholder,
.woocommerce-form-register textarea::-webkit-input-placeholder,
.woocommerce-form-register input::-webkit-input-placeholder,
.woocommerce-form-coupon select::-webkit-input-placeholder,
.woocommerce-form-coupon .form-control::-webkit-input-placeholder,
.woocommerce-form-coupon .form-select::-webkit-input-placeholder,
.woocommerce-form-coupon textarea::-webkit-input-placeholder,
.woocommerce-form-coupon input::-webkit-input-placeholder,
.woocommerce-form-login select::-webkit-input-placeholder,
.woocommerce-form-login .form-control::-webkit-input-placeholder,
.woocommerce-form-login .form-select::-webkit-input-placeholder,
.woocommerce-form-login textarea::-webkit-input-placeholder,
.woocommerce-form-login input::-webkit-input-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select:-ms-input-placeholder,
.woocommerce-form-register .form-control:-ms-input-placeholder,
.woocommerce-form-register .form-select:-ms-input-placeholder,
.woocommerce-form-register textarea:-ms-input-placeholder,
.woocommerce-form-register input:-ms-input-placeholder,
.woocommerce-form-coupon select:-ms-input-placeholder,
.woocommerce-form-coupon .form-control:-ms-input-placeholder,
.woocommerce-form-coupon .form-select:-ms-input-placeholder,
.woocommerce-form-coupon textarea:-ms-input-placeholder,
.woocommerce-form-coupon input:-ms-input-placeholder,
.woocommerce-form-login select:-ms-input-placeholder,
.woocommerce-form-login .form-control:-ms-input-placeholder,
.woocommerce-form-login .form-select:-ms-input-placeholder,
.woocommerce-form-login textarea:-ms-input-placeholder,
.woocommerce-form-login input:-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select::-webkit-input-placeholder,
.woocommerce-form-register .form-control::-webkit-input-placeholder,
.woocommerce-form-register .form-select::-webkit-input-placeholder,
.woocommerce-form-register textarea::-webkit-input-placeholder,
.woocommerce-form-register input::-webkit-input-placeholder,
.woocommerce-form-coupon select::-webkit-input-placeholder,
.woocommerce-form-coupon .form-control::-webkit-input-placeholder,
.woocommerce-form-coupon .form-select::-webkit-input-placeholder,
.woocommerce-form-coupon textarea::-webkit-input-placeholder,
.woocommerce-form-coupon input::-webkit-input-placeholder,
.woocommerce-form-login select::-webkit-input-placeholder,
.woocommerce-form-login .form-control::-webkit-input-placeholder,
.woocommerce-form-login .form-select::-webkit-input-placeholder,
.woocommerce-form-login textarea::-webkit-input-placeholder,
.woocommerce-form-login input::-webkit-input-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select::-moz-placeholder,
.woocommerce-form-register .form-control::-moz-placeholder,
.woocommerce-form-register .form-select::-moz-placeholder,
.woocommerce-form-register textarea::-moz-placeholder,
.woocommerce-form-register input::-moz-placeholder,
.woocommerce-form-coupon select::-moz-placeholder,
.woocommerce-form-coupon .form-control::-moz-placeholder,
.woocommerce-form-coupon .form-select::-moz-placeholder,
.woocommerce-form-coupon textarea::-moz-placeholder,
.woocommerce-form-coupon input::-moz-placeholder,
.woocommerce-form-login select::-moz-placeholder,
.woocommerce-form-login .form-control::-moz-placeholder,
.woocommerce-form-login .form-select::-moz-placeholder,
.woocommerce-form-login textarea::-moz-placeholder,
.woocommerce-form-login input::-moz-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select:-ms-input-placeholder,
.woocommerce-form-register .form-control:-ms-input-placeholder,
.woocommerce-form-register .form-select:-ms-input-placeholder,
.woocommerce-form-register textarea:-ms-input-placeholder,
.woocommerce-form-register input:-ms-input-placeholder,
.woocommerce-form-coupon select:-ms-input-placeholder,
.woocommerce-form-coupon .form-control:-ms-input-placeholder,
.woocommerce-form-coupon .form-select:-ms-input-placeholder,
.woocommerce-form-coupon textarea:-ms-input-placeholder,
.woocommerce-form-coupon input:-ms-input-placeholder,
.woocommerce-form-login select:-ms-input-placeholder,
.woocommerce-form-login .form-control:-ms-input-placeholder,
.woocommerce-form-login .form-select:-ms-input-placeholder,
.woocommerce-form-login textarea:-ms-input-placeholder,
.woocommerce-form-login input:-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select::-ms-input-placeholder,
.woocommerce-form-register .form-control::-ms-input-placeholder,
.woocommerce-form-register .form-select::-ms-input-placeholder,
.woocommerce-form-register textarea::-ms-input-placeholder,
.woocommerce-form-register input::-ms-input-placeholder,
.woocommerce-form-coupon select::-ms-input-placeholder,
.woocommerce-form-coupon .form-control::-ms-input-placeholder,
.woocommerce-form-coupon .form-select::-ms-input-placeholder,
.woocommerce-form-coupon textarea::-ms-input-placeholder,
.woocommerce-form-coupon input::-ms-input-placeholder,
.woocommerce-form-login select::-ms-input-placeholder,
.woocommerce-form-login .form-control::-ms-input-placeholder,
.woocommerce-form-login .form-select::-ms-input-placeholder,
.woocommerce-form-login textarea::-ms-input-placeholder,
.woocommerce-form-login input::-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-form-register select::placeholder,
.woocommerce-form-register .form-control::placeholder,
.woocommerce-form-register .form-select::placeholder,
.woocommerce-form-register textarea::placeholder,
.woocommerce-form-register input::placeholder,
.woocommerce-form-coupon select::placeholder,
.woocommerce-form-coupon .form-control::placeholder,
.woocommerce-form-coupon .form-select::placeholder,
.woocommerce-form-coupon textarea::placeholder,
.woocommerce-form-coupon input::placeholder,
.woocommerce-form-login select::placeholder,
.woocommerce-form-login .form-control::placeholder,
.woocommerce-form-login .form-select::placeholder,
.woocommerce-form-login textarea::placeholder,
.woocommerce-form-login input::placeholder {
    color: #6e6e6e
}

.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 {
    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: 5px;
    font-weight: 700;
    font-size: 14px
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none
}

nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid #ddd
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--title-color);
    font-weight: 700;
    padding: 7px 17px;
    display: block
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700
}

.woocommerce-MyAccount-content .btn:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    -webkit-box-align: 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(--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-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;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    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;
    -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: "";
    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: "";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--theme-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: "";
    font-weight: 400;
    text-indent: 0;
    color: var(--yellow-color)
}

.rating-select p.stars a:hover~a::before {
    content: "";
    font-weight: 400
}

.rating-select p.stars:hover a::before {
    content: "";
    font-weight: 700
}

.rating-select p.stars.selected a.active::before {
    content: "";
    font-weight: 700
}

.rating-select p.stars.selected a.active~a::before {
    content: "";
    font-weight: 400
}

.rating-select p.stars.selected a:not(.active)::before {
    content: "";
    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
    }
}

.woocommerce-MyAccount-content .th-btn.btn-fill:before,
.woocommerce-MyAccount-content .th-btn.btn-fill:after {
    display: none
}

.woocommerce-MyAccount-content .th-btn.btn-fill:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.th-product {
    border: 1px solid #dedfe3;
    border-radius: 16px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.th-product .product-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: -0.3rem;
    margin-bottom: 10px
}

@media(max-width: 1500px) {
    .th-product .product-title {
        font-size: 24px
    }
}

.th-product .product-title a {
    color: inherit
}

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

.th-product .price {
    font-size: 24px;
    display: block;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: -0.4em;
    font-family: var(--title-font);
    margin-bottom: 0px
}

.th-product .price del {
    margin-left: 10px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .02em;
    text-decoration-line: line-through;
    color: #999
}

.th-product .quantity {
    display: block;
    min-width: 67px
}

.th-product .quantity span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--title-color);
    display: block;
    margin-bottom: 11px
}

.th-product .quantity .qty-input {
    width: 60px;
    height: 32px;
    border: 1px solid #dedfe3 !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--body-color)
}

.th-product .product-img {
    --space: 20px;
    overflow: hidden;
    position: relative;
    background-color: #f2f3fc;
    border-radius: 8px 8px 0px 0px;
    margin: 8px 8px 0 8px;
    z-index: 2
}

.th-product .product-img:before {
    --space: 10px;
    content: "";
    height: calc(100% - var(--space)*2);
    width: calc(100% - var(--space)*2);
    border-radius: inherit;
    position: absolute;
    top: var(--space);
    left: var(--space);
    background-color: var(--title-color);
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.th-product .product-img img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.th-product .product-img .tag {
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 12px;
    min-width: 60px;
    z-index: 3;
    border-radius: 3px;
    line-height: 24px
}

.th-product .product-img .discount {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 13px;
    background-color: var(--theme-color);
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    color: var(--white-color);
    z-index: 9
}

.th-product .product-content {
    padding: 30px 20px
}

@media(max-width: 991px) {
    .th-product .product-content {
        padding: 30px
    }
}

.th-product .star-rating {
    width: 93px
}

.th-product .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.th-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--white-color);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
    color: var(--white-color);
    border-radius: 10px
}

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

.th-product .actions>* {
    margin: 0 var(--icon-gap-x, 5px)
}

.th-product .actions>*>a {
    margin: 0
}

.th-product .icon-btn {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .4s ease-in-out;
    transition: .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: rgba(0, 0, 0, 0);
    color: var(--white-color);
    border-radius: 4px
}

.th-product .tinv-wishlist a:hover {
    background-color: var(--white-color);
    color: var(--title-color)
}

.th-product .add_to_cart_button.added {
    display: none
}

.th-product .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 0;
    text-align: center;
    border-radius: 10px
}

.th-product .added_to_cart:after {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 700
}

.th-product .added_to_cart:hover {
    background-color: var(--theme-color);
    border-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 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.th-product:hover .product-img:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: .7
}

.th-product:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.th-product:hover .woosw-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.th-product.list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%
}

.th-product.list-view .product-img {
    width: 100%;
    max-width: 200px;
    margin: 0
}

.th-product.list-view .star-rating {
    margin: 0 auto 10px 0;
    width: 93px
}

.th-product.list-view .product-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid var(--th-border-color);
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 25px
}

.th-product.list-view .actions {
    --btn-size: 35px;
    --btn-font-size: 13px;
    --icon-gap-x: 2px
}

.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 .action-btn {
    padding: 8px 15px
}

.th-product.list-view .tag {
    top: 8px;
    right: 8px;
    padding: 0px 15px
}

.th-product.list-view .product-title {
    font-size: 18px;
    margin: 0 0 5px 0
}

.th-product.list-view .product-price {
    font-size: 14px
}

.th-product .woosw-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--white-color);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .05);
    color: var(--white-color);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.th-product .woosw-btn:hover {
    background-color: var(--theme-color);
    color: var(--title-color)
}

.th-product.product-grid {
    border: none;
    border-radius: 0;
    text-align: center
}

.th-product.product-grid.style2 .product-thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #525252;
    border-radius: 16px;
    margin-bottom: 32px
}

.th-product.product-grid.style2 .box-title {
    margin-top: 0;
    color: var(--white-color)
}

@media(max-width: 1299px) {
    .th-product.product-grid.style2 .box-title {
        font-size: 28px
    }
}

.th-product.product-grid.style2 .price {
    color: var(--white-color)
}

.th-product.product-grid.style2 .product-content {
    border: none;
    padding: 0
}

.th-product.product-grid.style2 .product-tag {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 3
}

.th-product.product-grid.style2 .category {
    padding: 2px 8px;
    background: var(--white-color);
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #121214
}

.th-product.product-grid .product-thumb {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 8px 8px 0 0
}

.th-product.product-grid .product-thumb .product-img {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    --space: 0px
}

.th-product.product-grid .product-thumb .product-img:before {
    --space: 0px;
    opacity: .5
}

.th-product.product-grid .product-thumb .product-img img {
    position: relative;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: all .35s ease;
    transform: all .35s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0
}

.th-product.product-grid .product-thumb .product-img2 {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto
}

.th-product.product-grid .product-thumb .product-img2 img {
    position: relative;
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.th-product.product-grid .product-content {
    padding: 32px 15px;
    border: 1px solid #d4d4d4;
    border-top-color: rgba(0, 0, 0, 0);
    text-align: center
}

.th-product.product-grid .star-rating {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 22px
}

.th-product.product-grid .star-rating span:before {
    color: #ffb30f
}

.th-product.product-grid .price {
    font-size: 20px;
    font-family: var(--body-font);
    margin-bottom: 25px
}

.th-product.product-grid .price del {
    font-size: 20px
}

.th-product.product-grid .th-btn {
    padding: 15px 30px
}

.th-product.product-grid:hover .product-img img {
    -webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
    transform: rotateY(90deg) scale(0.6) translateX(-50%)
}

.th-product.product-grid:hover .product-img2 img {
    opacity: 1;
    -webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

#productCarousel .slick-arrow {
    top: 37.5%
}

.product-card {
    position: relative;
    z-index: 2
}

.product-card .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.product-card .box-title {
    color: var(--white-color);
    margin-bottom: 0
}

.product-card .icon {
    position: relative
}

.product-card .icon:before {
    content: "";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 4px;
    font-weight: 500;
    top: 0;
    font-size: 16px;
    color: var(--white-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-card .box-img {
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-top: 1px solid #404040;
    padding: 60px
}

.product-card .box-content {
    position: absolute;
    bottom: -60px;
    opacity: 0;
    visibility: hidden;
    padding: 32px 0 40px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.product-card .box-img2 {
    margin-bottom: 32px
}

.product-card .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #e5e5e5
}

.product-card .th-btn {
    padding: 14px 25px
}

.product-card .th-btn:hover img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.product-card:hover .icon:before {
    font-weight: 600
}

.product-card:hover .box-img {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden
}

.product-card:hover .box-content {
    bottom: 0px;
    opacity: 1;
    visibility: visible
}

.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: 20px;
    margin-bottom: 20px
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .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 {
    max-height: 600px;
    max-width: 1220px
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
    display: none
}

.woosq-product>.product>div {
    max-height: 600px;
    min-height: 460px;
    height: auto
}

.th-sort-bar {
    padding: 10px;
    margin: 0 0 24px 0;
    background-color: var(--smoke-color2);
    border-radius: 5px
}

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

.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;
    -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);
    border-radius: 10px
}

.product-thumb-tab .tab-btn img {
    max-width: 100%;
    border-radius: inherit
}

.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);
    border-radius: 10px;
    pointer-events: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.product-big-img {
    background-color: var(--smoke-color2);
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.product-big-img .img {
    width: 100%
}

.product-big-img .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quantity {
    position: relative;
    display: -webkit-inline-box;
    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;
    -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: rgba(0, 0, 0, 0);
    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: 500;
    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(--title-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(--smoke-color);
    margin: 95px auto 40px auto;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.product-tab-style1 .th-btn:hover,
.product-tab-style1 .th-btn.active {
    background-color: var(--title-color);
    color: var(--title-color)
}

.product-tab-style1 .th-btn:hover:before,
.product-tab-style1 .th-btn.active:before {
    background-color: var(--title-color)
}

.product-tab-style1 .box-title {
    color: var(--white-color)
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    margin-right: 0
}

.woocommerce-Reviews .th-comment-form input,
.woocommerce-Reviews .th-comment-form .form-control {
    background-color: var(--white-color);
    border-radius: 48px;
    border: none
}

.woocommerce-Reviews .th-comment-form input::-moz-placeholder,
.woocommerce-Reviews .th-comment-form .form-control::-moz-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input::-webkit-input-placeholder,
.woocommerce-Reviews .th-comment-form .form-control::-webkit-input-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input:-ms-input-placeholder,
.woocommerce-Reviews .th-comment-form .form-control:-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input::-webkit-input-placeholder,
.woocommerce-Reviews .th-comment-form .form-control::-webkit-input-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input::-moz-placeholder,
.woocommerce-Reviews .th-comment-form .form-control::-moz-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input:-ms-input-placeholder,
.woocommerce-Reviews .th-comment-form .form-control:-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input::-ms-input-placeholder,
.woocommerce-Reviews .th-comment-form .form-control::-ms-input-placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form input::placeholder,
.woocommerce-Reviews .th-comment-form .form-control::placeholder {
    color: #6e6e6e
}

.woocommerce-Reviews .th-comment-form textarea.form-control,
.woocommerce-Reviews .th-comment-form textarea {
    border-radius: 16px
}

.woocommerce-Reviews .th-comment-form .blog-inner-title {
    margin-bottom: 10px
}

.woocommerce-Reviews .th-comment-form input[type=checkbox]~label {
    color: #6e6e6e
}

.woocommerce-Reviews .comment-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 40px
}

.woocommerce-Reviews .th-post-comment {
    border: 1px solid var(--th-border-color) !important;
    padding: 40px !important;
    -webkit-box-shadow: 0px 4px 30px rgba(1, 15, 28, .06);
    box-shadow: 0px 4px 30px rgba(1, 15, 28, .06);
    margin-bottom: 24px;
    border-radius: 8px
}

.woocommerce-Reviews .th-post-comment .name {
    color: var(--title-color);
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    color: var(--title-color);
    margin-bottom: 12px
}

.woocommerce-Reviews .th-post-comment .text {
    color: var(--title-color)
}

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

#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 {
    margin: 0 0 12px 0
}

.summary-content>.price,
.product-about>.price {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 14px
}

.summary-content>.price del,
.product-about>.price del {
    color: var(--gray-color);
    font-weight: 500;
    margin-left: 15px
}

.summary-content .text,
.product-about .text {
    color: #d4d4d4
}

.summary-content .checklist.style4 li,
.product-about .checklist.style4 li {
    color: #d4d4d4
}

.summary-content .checklist.style4 li>i,
.product-about .checklist.style4 li>i {
    color: var(--white-color)
}

.summary-content .product-rating,
.product-about .product-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: 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 10px 0 0;
    margin-bottom: 14px
}

.summary-content .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: 30px 0 40px 0
}

.summary-content .actions,
.product-about .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin: 33px 0 27px 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(--th-border-color)
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-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: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 4px
}

.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 a,
.product-about .tinv-wishlist a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    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: 62px;
    border: 1px solid var(--smoke-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    padding: 0 21px;
    text-align: left;
    font-weight: 500;
    border-radius: 5px
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 21px;
    height: auto;
    width: auto;
    border: none
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
    bottom: 8px
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
    top: 8px
}

.woocommerce-Reviews .th-post-comment {
    border-radius: 20px
}

.woocommerce-Reviews .th-post-comment .text {
    margin-bottom: -0.5em
}

.woocommerce-Reviews .th-comments-wrap {
    padding: 0;
    margin-right: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.woocommerce-Reviews .th-comment-form {
    padding: 60px;
    background-color: var(--smoke-color2);
    -webkit-box-shadow: none;
    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: -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: 0 !important;
    padding: 40px !important;
    margin: 12px;
    background: var(--smoke-color2);
    border-radius: 14px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-Reviews .th-post-comment .name {
    margin-bottom: 3px
}

.woocommerce-Reviews .th-post-comment .commented-on {
    margin-bottom: 12px
}

.woocommerce-Reviews .th-post-comment .description {
    word-break: break-word
}

@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;
        -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 {
        border-radius: 6px
    }

    .product-thumb-tab .tab-btn:not(:last-of-type) {
        margin-bottom: 10px
    }

    .product-thumb-tab .indicator {
        border-radius: 6px
    }

    .product-grid {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 375px) {
    .th-product.list-view .product-img {
        max-width: 130px
    }
}

button.tinvwl_button_close.th-btn .ftinvwl.ftinvwl-times,
button.tinvwl_button_view.th-btn .ftinvwl.ftinvwl-heart-o {
    top: -3px
}

.woosw-btn {
    display: inline-block;
    width: var(--btn-size, 56px);
    height: var(--btn-size, 56px);
    line-height: var(--btn-size, 56px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, transparent);
    color: var(--title-color);
    text-align: center;
    border-radius: 10px;
    border: 1px solid #4b5261;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.productSlide {
    position: relative;
    z-index: 2;
    border: 1px solid #525252;
    border-radius: 16px
}

.productSlide .swiper-slide.swiper-slide-thumb-active img {
    border-color: var(--theme-color)
}

.productSlide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

@media(max-width: 991px) {
    .productSlide {
        margin-bottom: 30px
    }
}

.productSlide .product-tag {
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 7px 12px 4px 12px;
    min-width: 60px;
    border-radius: 100px;
    text-align: center;
    z-index: 3;
    line-height: 14px
}

.productSlide .slider-arrow {
    left: var(--pos-x, 20px);
    top: unset;
    bottom: 5%;
    background-color: var(--white-color)
}

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

.productSlide .slider-arrow:hover {
    background-color: var(--theme-color)
}

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

.product-grid2-thumb {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 100px
}

@media(max-width: 767px) {
    .product-grid2-thumb {
        position: relative;
        min-width: 70px
    }
}

@media(min-width: 767px) {
    .product-grid2-thumb .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-grid2-thumb .swiper-slide {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .product-grid2-thumb .swiper-slide {
        width: 70px !important;
        min-width: 70px;
        height: 70px;
        margin-bottom: 0
    }
}

.product-grid2-thumb .swiper-slide img {
    border: 1px solid #525252;
    border-radius: 50%
}

.product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    cursor: pointer
}

.product-thumb .tab-btn {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 100px;
    height: 100px;
    background: #f2f3fc;
    border-radius: 50%
}

.product-thumb .tab-btn.active {
    border: 1px solid var(--theme-color)
}

.product-thumb-wrap {
    margin-top: 24px;
    z-index: 2
}

.product-cards {
    margin-top: 40px
}

.product-cards .title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: #101111
}

.mfp-close-btn-in .mfp-close {
    color: var(--white-color)
}

.single_add_to_cart_button.th-btn:before,
.single_add_to_cart_button.th-btn:after {
    display: none
}

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

.woocommerce-cart-form {
    text-align: center
}

.cart_table {
    border: 1px solid var(--smoke-color);
    margin-bottom: 45px
}

.cart_table thead {
    background-color: #f5f5f5
}

.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%);
    transform: translateY(-50%);
    display: none
}

.cart_table td {
    border: none;
    border-bottom: 1px solid var(--smoke-color);
    color: var(--title-color);
    padding: 20px 10px;
    position: relative;
    vertical-align: middle
}

.cart_table .product-quantity {
    color: var(--white-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 .cart-productimage img {
    border-radius: 8px
}

.cart_table .remove {
    color: var(--theme-color);
    font-size: 18px
}

.cart_table .quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: 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: rgba(0, 0, 0, 0);
    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-btn2 {
    font-size: 16px;
    padding: 20px 28px;
    margin-right: 15px
}

.cart_table .actions>.th-btn2:last-child {
    margin-right: 0
}

.cart_table .th-cart-coupon {
    float: left;
    margin: 0;
    width: 455px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_table .th-cart-coupon input {
    width: calc(100% - 200px);
    margin-right: 10px;
    border-radius: 14px;
    height: 56px;
    border: 1px solid var(--smoke-color);
    padding: 0 25px
}

.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;
        -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-btn2 {
        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-btn2:last-child {
        margin-right: auto
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        -webkit-box-pack: 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
    }
}

.wc-block-components-quantity-selector {
    height: 40px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 40px
}

.wc-block-components-product-badge {
    background: var(--theme-color);
    color: var(--white-color)
}

.wc-block-cart__submit-button {
    background: var(--theme-color) !important;
    color: var(--white-color) !important;
    -webkit-transition: .4s;
    transition: .4s
}

.wc-block-cart__submit-button:hover {
    background-color: var(--title-color) !important;
    color: var(--white-color) !important
}

.cart.grouped_form .quantity:after,
.cart.grouped_form .product-about .quantity:after {
    display: none
}

.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: -35px
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 100px
}

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

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    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
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #e3e6e9
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 30px;
    padding-right: 25px
}

.woocommerce-billing-fields .form-row {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    font-family: var(--icon-font)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: -5px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px
}

span.select2-selection.select2-selection--single:focus {
    outline: none
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    background-position: right 13px center
}

.shipping-calculator-form .th-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid var(--smoke-color);
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color)
}

.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 #525252;
    border-radius: 4px;
    font-size: 16px
}

.woocommerce-checkout-payment ul input[type=radio]~label {
    margin-bottom: 17px;
    color: #fff
}

.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: 25px
}

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

.woosw-list .woosw-copy {
    gap: 15px
}

.woosw-copy-btn .button {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    font-family: var(--title-font);
    border: none;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    line-height: 1;
    padding: 17.5px 30px;
    border-radius: 14px;
    -webkit-transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    transition: .3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    overflow: hidden;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.woosw-copy-btn .button:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.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.8rem;
    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: 1px solid #525252;
    text-align: center;
    color: var(--white-color)
}

.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 .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: 0;
    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: -ms-flexbox;
    display: flex;
    max-width: 295px;
    margin-left: auto;
    -webkit-box-align: 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: -ms-flexbox;
    display: flex;
    gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 16px
}

.tinv-wishlist .product-stock .stock {
    display: block;
    color: var(--white-color)
}

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

.tinv-wishlist button.button:before,
.tinv-wishlist button.button:after {
    background-color: var(--white-color)
}

.tinv-wishlist button.button i {
    font-size: 18px !important;
    margin-right: 3px !important
}

.tinv-wishlist button.button:hover {
    color: #000
}

.tinv-wishlist .tinvwl-buttons-group button i {
    font-size: 14px
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color)
}

.tinv-wishlist td.product-name a {
    color: var(--white-color)
}

.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
    margin-left: 8px;
    font-size: .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(--white-color);
    color: var(--title-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;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tinv-wishlist .social-buttons ul {
        margin-left: unset;
        margin-top: 5px
    }

    .tinvwl-txt {
        display: inline-block !important
    }
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--theme-color);
    color: var(--white-color);
    border: none
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: var(--title-color)
}

.appointment-form {
    background: var(--smoke-color2);
    border-radius: 16px;
    padding: 72px
}

@media(max-width: 1299px) {
    .appointment-form {
        padding: 40px
    }
}

@media(max-width: 767px) {
    .appointment-form {
        padding: 30px 20px
    }
}

.appointment-form .form-group {
    margin-bottom: 24px
}

.appointment-form select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form input {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d4d4d4;
    height: 51px;
    border-radius: 48px;
    color: #5e5e60
}

.appointment-form select::-moz-placeholder,
.appointment-form .form-control::-moz-placeholder,
.appointment-form .form-select::-moz-placeholder,
.appointment-form textarea::-moz-placeholder,
.appointment-form input::-moz-placeholder {
    color: #5e5e60
}

.appointment-form select::-webkit-input-placeholder,
.appointment-form .form-control::-webkit-input-placeholder,
.appointment-form .form-select::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder,
.appointment-form input::-webkit-input-placeholder {
    color: #5e5e60
}

.appointment-form select:-ms-input-placeholder,
.appointment-form .form-control:-ms-input-placeholder,
.appointment-form .form-select:-ms-input-placeholder,
.appointment-form textarea:-ms-input-placeholder,
.appointment-form input:-ms-input-placeholder {
    color: #5e5e60
}

.appointment-form select::-webkit-input-placeholder,
.appointment-form .form-control::-webkit-input-placeholder,
.appointment-form .form-select::-webkit-input-placeholder,
.appointment-form textarea::-webkit-input-placeholder,
.appointment-form input::-webkit-input-placeholder {
    color: #5e5e60
}

.appointment-form select::-moz-placeholder,
.appointment-form .form-control::-moz-placeholder,
.appointment-form .form-select::-moz-placeholder,
.appointment-form textarea::-moz-placeholder,
.appointment-form input::-moz-placeholder {
    color: #5e5e60
}

.appointment-form select:-ms-input-placeholder,
.appointment-form .form-control:-ms-input-placeholder,
.appointment-form .form-select:-ms-input-placeholder,
.appointment-form textarea:-ms-input-placeholder,
.appointment-form input:-ms-input-placeholder {
    color: #5e5e60
}

.appointment-form select::-ms-input-placeholder,
.appointment-form .form-control::-ms-input-placeholder,
.appointment-form .form-select::-ms-input-placeholder,
.appointment-form textarea::-ms-input-placeholder,
.appointment-form input::-ms-input-placeholder {
    color: #5e5e60
}

.appointment-form select::placeholder,
.appointment-form .form-control::placeholder,
.appointment-form .form-select::placeholder,
.appointment-form textarea::placeholder,
.appointment-form input::placeholder {
    color: #5e5e60
}

.appointment-form select:focus,
.appointment-form .form-control:focus,
.appointment-form .form-select:focus,
.appointment-form textarea:focus,
.appointment-form input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color)
}

.appointment-form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid var(--body-color);
    border-right: 2px solid var(--body-color)
}

.appointment-form .nice-select .option {
    color: var(--title-color)
}

.appointment-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.appointment-form .nice-select .option.selected.focus {
    color: var(--white-color) !important;
    background: var(--theme-color) !important
}

.appointment-form .nice-select .option:hover,
.appointment-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: var(--white-color) !important
}

.appointment-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

.appointment-form.style2 {
    background-color: var(--white-color)
}

.appointment-form.style2 select,
.appointment-form.style2 .form-control,
.appointment-form.style2 .form-select,
.appointment-form.style2 textarea,
.appointment-form.style2 input {
    background-color: var(--white-color);
    border: 1px solid #dedfe3;
    height: 56px;
    border-radius: 8px
}

.appointment-form.style2 select:focus,
.appointment-form.style2 .form-control:focus,
.appointment-form.style2 .form-select:focus,
.appointment-form.style2 textarea:focus,
.appointment-form.style2 input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color)
}

.appointment-form label {
    font-size: 18px;
    color: var(--body-color);
    margin-bottom: 25px
}

.appointment-form .call-info .call-label {
    color: var(--title-color)
}

.appointment-form .th-btn {
    padding: 14px 20px
}

.contact-sec {
    border-radius: 48px 48px 0 0;
    margin: 0 40px;
    padding-bottom: 70px;
}

@media(max-width: 1699px) {
    .contact-sec {
        margin: 0
    }
}

.contact-form .title {
    max-width: 630px;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .contact-form .title {
        max-width: 550px
    }
}

.contact-form .form-group {
    margin-bottom: 16px
}

.contact-form .form-group i {
    font-size: 14px;
    font-weight: 300;
    color: var(--body-color)
}

.contact-form select,
.contact-form .form-control,
.contact-form .nice-select,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
    height: 45px;
    font-size: 20px;
    background: white;
    color: #383636;
    font-weight: 400;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 25px 0 17px;
}

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

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

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

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

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

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

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

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

.contact-form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid var(--body-color);
    border-right: 2px solid var(--body-color)
}

.contact-form .nice-select .option {
    color: var(--title-color)
}

.contact-form .nice-select .option.selected {
    color: var(--theme-color) !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option.selected.focus {
    color: var(--white-color) !important;
    background: var(--theme-color) !important
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus {
    background: var(--theme-color) !important;
    color: var(--white-color) !important
}

.contact-form .nice-select.open .list {
    border-bottom: 3px solid var(--theme-color)
}

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

.contact-form .box-text {
    max-width: 390px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .contact-form .box-text {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.contact-form .th-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 991px) {
    .contact-form .th-btn {
        padding: 20px 24px
    }
}

.contact-form .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .contact-form .form-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.contact-review {
    background: #f4f7ff;
    border-radius: 37px;
    height: 350px;
    /* padding: 24px 40px 40px 40px; */
}

.contact-review .box-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.contact-review .box-author {
    max-width: 81px;
    border-radius: 50%
}

.contact-review .box-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #06050b
}

@media(max-width: 1500px) {
    .contact-review .box-text {
        font-size: 18px;
        line-height: 28px
    }
}

.contact-review .box-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .contact-info-area {
        padding: 120px 0 80px 0
    }
}

.contact-info_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    max-width: 663px
}

@media(max-width: 767px) {
    .contact-info_wrapp {
        gap: 20px
    }
}

@media(max-width: 480px) {
    .contact-info_wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-info_wrapp .divided {
    width: 1px;
    height: 80px;
    background-color: #dedfe3
}

@media(max-width: 767px) {
    .contact-info_wrapp .divided {
        display: none
    }
}

@media(max-width: 375px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 375px) {
    .contact-info .media-body {
        text-align: center
    }
}

.contact-info_icon {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 70px;
    border-radius: 24px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 35px;
    position: relative
}

@media(max-width: 375px) {
    .contact-info_icon {
        display: block;
        margin: auto;
        text-align: center
    }
}

.contact-info_label {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 600;
    margin-top: -0.3rem;
    margin-bottom: 2px
}

@media(max-width: 1299px) {
    .contact-info_label {
        font-size: 20px
    }
}

.contact-info_link {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .02em;
    text-decoration-line: underline;
    color: var(--theme-color);
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 15px
}

.contact-info_link:hover {
    color: var(--theme-color)
}

.contact-info_link span {
    display: block
}

.contact-info_text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    max-width: 260px
}

.contact-info .media-body {
    margin-bottom: -0.5rem
}

.contact-media {
    /* background-color: #f4f7ff; */
    border-radius: 16px;
    padding: 35px 72px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    position: relative;
    height: 250px;
    border: 1px solid;
    overflow: hidden;
    z-index: 2;
}

/* .contact-media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
    height: 210px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    border-radius: 75.9166px 0px 16px;
    background-image: url("../img/shape/contact-shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
} */

@media(max-width: 1399px) {
    .contact-media {
        padding: 40px 25px
    }
}

@media(max-width: 375px) {
    .contact-media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.contact-media:nth-child(2) {
    background-color: #ebf5de
}

.contact-media:nth-child(2):hover .icon-btn {
    background-color: #57b33e
}

.contact-media:nth-child(3) {
    background-color: #f2f3fc
}

.contact-media:nth-child(3):hover .icon-btn {
    background-color: #8487ff
}

.contact-media:not(:last-child) {
    margin-bottom: 32px
}

@media(max-width: 1299px) {
    .contact-media {
        padding: 24px
    }
}

@media(max-width: 375px) {
    .contact-media {
        padding: 16px;
        gap: 15px
    }
}

.col-md-12.conact-title {
    margin-bottom: 26px;
}

.contact-media .icon-btn {
    --btn-size: 56px;
    font-size: 20px;
    background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%);
    border: none;
    border-radius: 50%;
    color: white;
    margin-bottom: 16px
}

@media(max-width: 375px) {
    .contact-media .icon-btn {
        display: block;
        margin: auto
    }
}

.contact-media .box-text,
.contact-media a {
    color: #ffffff;
    max-width: 285px;
    display: block;
    margin: auto auto 0 auto;
}

@media(max-width: 375px) {

    .contact-media .box-text,
    .contact-media a {
        max-width: 100%;
        display: block;
        margin: auto
    }
}

.contact-media .box-text a,
.contact-media a a {
    color: inherit;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.contact-media .box-text a:hover,
.contact-media a a:hover {
    color: var(--theme-color)
}

.contact-media .box-title {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

@media(max-width: 1299px) {
    .contact-media .box-title {
        font-size: 20px
    }
}

.contact-media:hover:before {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible
}

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

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    gap: 20px;
}

@media(max-width: 375px) {
    .contact-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-item:not(:last-child) {
    /* border-bottom: 1px solid #ececec; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 20px */
}

@media(max-width: 375px) {
    .contact-item .media-body {
        text-align: center
    }
}

.contact-item-wrap {
    border-radius: 30px;
    border: 1px solid var(--smoke-color);
    background-color: var(--white-color);
    padding: 60px
}

@media(max-width: 1299px) {
    .contact-item-wrap {
        padding: 40px
    }
}

@media(max-width: 1199px) {
    .contact-item-wrap {
        padding: 30px
    }
}

@media(max-width: 375px) {
    .contact-item-wrap {
        text-align: center
    }
}

.contact-item-wrap .sec-title {
    margin-bottom: 10px
}

.contact-item_icon {
    display: inline-block;
    --icon-size: 70px;
    min-width: 70px;
    line-height: 70px;
    background-color: rgba(62, 102, 243, .1);
    color: var(--theme-color);
    text-align: center;
    font-size: 25px;
    border-radius: 99px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact-item_title {
    font-family: var(--body-color);
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 4px
}

.contact-item_text {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: -0.36px;
    margin-bottom: 0;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact-item_text a {
    color: inherit
}

.contact-item_text:hover {
    color: var(--theme-color)
}

.contact-item:hover .contact-item_icon {
    background-color: var(--theme-color)
}

.contact-item:hover .contact-item_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media(max-width: 1500px) {
    .contact-content {
        padding: 72px 0
    }
}

@media(max-width: 1199px) {
    .contact-content {
        padding: 30px 0 72px 0
    }
}

@media(max-width: 991px) {
    .contact-content {
        padding: 30px 0 60px 0
    }
}

.rounded-20 {
    border-radius: 20px;
    overflow: hidden
}

.form-text {
    font-size: 16px
}

.contact-map {
    position: relative;
    line-height: 0px;
    border-radius: 0px 0 48px 48px;
    margin: 0 40px
}

@media(max-width: 1699px) {
    .contact-map {
        margin: 0
    }
}

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

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

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

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

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

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

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

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

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

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

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

    100% {
        -webkit-transform: rotate(5deg) translate(-5px, -5px);
        transform: rotate(5deg) translate(-5px, -5px)
    }
}

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

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

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

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

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

.contact-map.style2 {
    min-width: 972px
}

@media(min-width: 1930px) {
    .contact-map.style2 {
        min-width: 100%
    }
}

@media(max-width: 1399px) {
    .contact-map.style2 {
        min-width: 100%
    }
}

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

@media(max-width: 767px) {
    .contact-map.style2 iframe {
        height: 500px
    }
}

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

.contact-map.style3 iframe {
    height: 948px
}

@media(max-width: 1399px) {
    .contact-map.style3 iframe {
        height: 600px
    }
}

.contact-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.discount-wrapp.style3 .play-btn>i:hover {
    color: var(--title-color)
}

.contact-area {
    position: relative;
    /* background-color: var(--white-color); */
    /* -webkit-mask-image: url("../img/bg/contact_bg_shape.png"); */
    /* mask-image: url("../img/bg/contact_bg_shape.png"); */
    /* -webkit-mask-repeat: no-repeat; */
    /* mask-repeat: no-repeat; */
    /* -webkit-mask-size: 100% 100%; */
    /* mask-size: 100% 100%; */
    padding: 1px 0px 1px 1px;
    z-index: 3;
    overflow: hidden;
}

.form-heading {
    font-size: 32px !important;
}

@media(max-width: 1299px) {
    .contact-area {
        padding: 80px 48px
    }
}

@media(max-width: 991px) {
    .contact-area {
        -webkit-mask-image: none;
        mask-image: none;
        border-radius: 24px;
        padding: 80px 20px
    }
}

.contact-image {
    border-radius: 16px;
    margin-right: 50px
}

.contact-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.contact-info {
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 30px 9px 30px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contact-info-wrap {
    background: #f9f5f1;
    border-radius: 16px;
    padding: 40px 30px
}

.contact-info-wrap .sec-title {
    position: relative;
    font-weight: 550;
    font-size: 32px;
    text-transform: capitalize;
    color: #0d0d0d;
    z-index: 2
}

.contact-info-wrap .sec-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 67px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 10px
}

@media(max-width: 375px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact-info:not(:last-child) {
    margin-bottom: 16px
}

@media(max-width: 375px) {
    .contact-info .media-body {
        text-align: center
    }
}

.contact-info_icon {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 25px;
    border-radius: 8px;
    position: relative
}

@media(max-width: 375px) {
    .contact-info_icon {
        display: block;
        margin: auto;
        text-align: center
    }
}

.contact-info_label {
    font-family: var(--title-font);
    font-size: 20px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: -0.3rem;
    margin-bottom: 2px
}

.contact-info_link {
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    margin-bottom: 0
}

.contact-info .media-body {
    margin-bottom: -0.5rem
}

.case-study {
    position: relative;
    z-index: 2
}

.case-study .box-img {
    position: relative;
    z-index: 2
}

.case-study .box-img img {
    width: 100%;
    border-radius: 24px
}

.case-study .tags {
    position: absolute;
    top: 32px;
    left: 32px
}

@media(max-width: 375px) {
    .case-study .tags {
        left: 10px
    }
}

.case-study .tags span {
    padding: 8.5px 16px;
    background: hsla(0, 0%, 100%, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--title-color)
}

@media(max-width: 340px) {
    .case-study .tags span {
        font-size: 16px;
        padding: 8px 10px
    }
}

.case-study .tags span i {
    font-size: 14px
}

.case-study .box-content {
    -webkit-mask-image: url("../img/case-studies/case-shape.png");
    mask-image: url("../img/case-studies/case-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #f4f7ff;
    padding: 32px 50px 32px 32px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    border-radius: 24px
}

@media(max-width: 375px) {
    .case-study .box-content {
        margin-top: -30px;
        -webkit-mask-size: cover;
        mask-size: cover;
        padding: 32px 32px 32px 32px
    }
}

.case-study .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 32px
}

.case-study .date .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 24px;
    margin-right: 18px
}

.case-study .box-title {
    font-size: 32px;
    line-height: 44px
}

@media(max-width: 1199px) {
    .case-study .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.case-study .box-text {
    margin-bottom: 30px;
    color: #fdfdfd;
}

.case-study.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1199px) {
    .case-study.style2 {
        gap: 30px
    }
}

@media(max-width: 991px) {
    .case-study.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.case-study.style2 .box-img {
    min-width: 536px
}

@media(max-width: 1199px) {
    .case-study.style2 .box-img {
        min-width: 460px
    }
}

@media(max-width: 991px) {
    .case-study.style2 .box-img {
        min-width: 100%
    }
}

.case-study.style2 .date {
    margin-bottom: 15px
}

.case-study.style2 .date .icon {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.case-study.style2 .box-content2 {
    max-width: 570px
}

.case-study.style2 .box-title {
    margin-bottom: 0
}

.case-study.style2 .box-text {
    margin-bottom: 38px
}

.case-study_wrapp:nth-child(even) .case-study.style2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 991px) {
    .case-study_wrapp:nth-child(even) .case-study.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 375px) {
    .case-study .th-btn {
        padding: 18px 20px
    }
}

.case-text {
    max-width: 703px
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

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

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

.global-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: rgba(0, 0, 0, 0)
}

.about-checklist {
    /* max-width: 650px */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 35px;
}

.about-checklist-dd {
    /* max-width: 650px */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 35px;
}

.image {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.th-parallax {
    overflow: hidden
}

.th-ani .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.th-ani:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.about-card {
    position: relative;
    z-index: 2;
    background: #18161d;
    border-radius: 24px;
    padding: 24px;
    overflow: hidden
}

.about-card:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 312px;
    height: 312px;
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s
}

.about-card .box-content {
    background: #242228;
    border-radius: 16px
}

.about-card .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px
}

.about-card .box-wrapp span {
    font-family: var(--title-font);
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #a3a3a3;
    margin-right: 32px
}

.about-card .box-wrapp span.avtive {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color)
}

.about-card .box-wrapp .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.about-card .box-wrapp .icon i {
    color: var(--white-color)
}

.about-card .title-wrapp {
    background: #5e5c65;
    border-radius: 16px 16px 0px 0px;
    padding: 22px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px
}

@media(max-width: 1399px) {
    .about-card .title-wrapp {
        margin-top: 15px
    }
}

.about-card .box-title {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0
}

.about-card i {
    color: var(--white-color)
}

.about-card .box-text {
    font-family: var(--title-font);
    color: var(--white-color);
    max-width: 375px;
    padding: 32px 24px 93px 24px
}

@media(max-width: 1299px) {
    .about-card .box-text {
        padding: 32px 24px 40px 24px
    }
}

.about-card .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-card .search-form button {
    border: none;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--white-color);
    display: inline-block;
    padding: 0
}

.about-card .search-form input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: none;
    color: var(--white-color);
    font-size: 16px;
    padding: 0 25px 0 15px;
    height: 50px
}

.about-card .search-form input::-moz-placeholder {
    color: var(--white-color)
}

.about-card .search-form input::-webkit-input-placeholder {
    color: var(--white-color)
}

.about-card .search-form input:-ms-input-placeholder {
    color: var(--white-color)
}

.about-card .search-form input::-ms-input-placeholder {
    color: var(--white-color)
}

.about-card .search-form input::placeholder {
    color: var(--white-color)
}

.about-card .box-content2 {
    padding: 0 24px
}

.about-card .box-content2 .title {
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 5px
}

.about-card .box-content2 .box-text2 {
    color: var(--white-color)
}

.about-card .box-bottom {
    background: #333038;
    border-radius: 16px;
    padding: 12px
}

.about-card .box-bottom .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    width: 32%
}

.about-card .box-bottom .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.about-card:hover:before {
    opacity: 1;
    visibility: visible
}

.about-bottom {
    padding-top: 48px;
    max-width: 425px
}

.about-tab {
    border-bottom: 1px solid #e5e5e5;
    width: 620px;
    gap: 21px;
}

.about-tab .nav-link {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 7px 21px;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
}

.about-tab .nav-link.active {
    border-bottom: 1px solid var(--theme-color)
}

.about-text {
    max-width: 600px;
    padding-top: 24px
}

@media(max-width: 1500px) {}

@media(max-width: 1199px) {
    .about-text {
        max-width: 100%
    }
}

.client-box .box-counter {
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--white-color)
}

@media(max-width: 767px) {
    .client-box .box-counter {
        font-size: 44px;
        line-height: 54px
    }
}

.client-box .box-counter {
    margin-top: 10px;
    margin-bottom: 0
}

.client-box .box-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .02em;
    color: var(--white-color);
    display: block;
    margin-bottom: 0
}

@media(max-width: 1500px) {
    .client-box .box-title {
        font-size: 16px
    }
}

.client-box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media(max-width: 375px) {
    .client-box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.client-box-wrapp .box-info img {
    display: block
}

.client-box-wrapp .box-info .box-desig {
    font-weight: 400;
    font-size: 20px;
    color: var(--white-color);
    display: block;
    margin-top: 10px
}

.client-box.style2 .client-thumb-group {
    margin-bottom: 20px
}

.client-box.style2 .client-thumb-group .thumb.icon {
    padding: 15px 10px
}

.client-box.style2 .box-title {
    text-align: left
}

.client-box.style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.client-box.style3 .client-wrapp {
    max-width: 141px
}

.client-box.style3 .rating {
    font-weight: 500;
    font-size: 18px;
    color: #06050b
}

.client-box.style3 .rating .number {
    font-size: 32px
}

.client-thumb-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 375px) {
    .client-thumb-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

.client-thumb-group.style2 .thumb.icon {
    background: rgba(18, 18, 20, .5);
    border: 2px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white-color)
}

.client-thumb-group .thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.client-thumb-group .thumb:not(:first-child) {
    margin-left: -12px
}

.client-thumb-group .thumb img {
    border-radius: 50%;
    border: 2px solid var(--white-color);
    height: 57px
}

@media(max-width: 1399px) {
    .client-thumb-group .thumb img {
        height: 47px
    }
}

.client-thumb-group .thumb.icon {
    position: relative;
    background: var(--white-color);
    font-size: 20px;
    color: var(--title-color);
    height: 57px;
    width: 57px;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .02em;
    border-radius: 50%;
    text-align: center;
    margin-left: -22px;
    z-index: 2
}

.client-thumb-group .thumb.icon i {
    font-size: 12px;
    color: #ffb30f;
    display: block
}

@media(max-width: 1399px) {
    .client-thumb-group .thumb.icon {
        height: 47px;
        width: 47px;
        line-height: 20px
    }
}

.client-thumb-group .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 0;
    margin-left: 16px;
    text-align: left
}

.discount-wrapp {
    position: relative;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    z-index: 2
}

.discount-wrapp .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 106px;
    height: 106px;
    line-height: 106px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.discount-wrapp .logo:hover>i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.discount-wrapp .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4
}

.discount-wrapp .play-btn:before,
.discount-wrapp .play-btn:after {
    display: none
}

.discount-wrapp .play-btn i {
    background-color: var(--theme-color2);
    color: var(--title-color)
}

.discount-wrapp .line-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.discount-wrapp .discount {
    position: absolute;
    left: 20%;
    top: 35%;
    z-index: 1;
    -webkit-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);
    transform: rotate(30deg);
    text-align: center;
    margin-top: -5px;
    margin-bottom: 0
}

.discount-wrapp .about-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 124px;
    height: 124px;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 0;
    color: var(--white-color);
    border: 1px solid #e5e5e5;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.discount-wrapp .about-counter:before {
    content: "";
    position: absolute;
    inset: 18px;
    background-color: var(--theme-color);
    border-radius: 50%;
    z-index: -1
}

.discount-tag {
    position: relative;
    display: inline-block;
    min-height: 182px;
    min-width: 182px;
    border-radius: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--title-color);
    text-align: center;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation: spin 16s linear infinite;
    animation: spin 16s linear infinite
}

.discount-tag:before {
    content: "";
    position: absolute;
    inset: 35px;
    border: 1px solid var(--smoke-color);
    border-radius: 50%
}

.discount-tag span {
    --rotate-letter: 5.5deg;
    min-height: 100px;
    position: absolute;
    min-width: 90px;
    left: 21px;
    top: -5px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(var(--rotate-letter));
    transform: rotate(var(--rotate-letter))
}

.discount-tag span.char2 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 3))
}

.discount-tag span.char4 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 5))
}

.discount-tag span.char6 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 7))
}

.discount-tag span.char8 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 9))
}

.discount-tag span.char10 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 11))
}

.discount-tag span.char12 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 13))
}

.discount-tag span.char14 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 15))
}

.discount-tag span.char16 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 17))
}

.discount-tag span.char18 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 19))
}

.discount-tag span.char20 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 21))
}

.discount-tag span.char22 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 23))
}

.discount-tag span.char24 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 25))
}

.discount-tag span.char26 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 27))
}

.discount-tag span.char28 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 29))
}

.discount-tag span.char30 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 31))
}

.discount-tag span.char32 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 33))
}

.discount-tag span.char34 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 35))
}

.discount-tag span.char36 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 37))
}

.discount-tag span.char38 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 39))
}

.discount-tag span.char40 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 41))
}

.discount-tag span.char42 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 43))
}

.discount-tag span.char44 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 45))
}

.discount-tag span.char46 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 47))
}

.discount-tag span.char48 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 49))
}

.discount-tag span.char50 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 51))
}

.discount-tag span.char52 {
    -webkit-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));
    transform: rotate(calc(var(--rotate-letter) * 53))
}

.discount-tag span.char54 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 54));
    transform: rotate(calc(var(--rotate-letter) * 54))
}

.discount-tag span.char55 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 55));
    transform: rotate(calc(var(--rotate-letter) * 55))
}

.discount-tag span.char56 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 56));
    transform: rotate(calc(var(--rotate-letter) * 56))
}

.discount-tag span.char57 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 57));
    transform: rotate(calc(var(--rotate-letter) * 57))
}

.discount-tag span.char58 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 58));
    transform: rotate(calc(var(--rotate-letter) * 58))
}

.discount-tag span.char59 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 59));
    transform: rotate(calc(var(--rotate-letter) * 59))
}

.discount-tag span.char60 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 60));
    transform: rotate(calc(var(--rotate-letter) * 60))
}

.discount-tag span.char61 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 61));
    transform: rotate(calc(var(--rotate-letter) * 61))
}

.discount-tag span.char62 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 62));
    transform: rotate(calc(var(--rotate-letter) * 62))
}

.discount-tag span.char63 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 63));
    transform: rotate(calc(var(--rotate-letter) * 63))
}

.discount-tag span.char64 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 64));
    transform: rotate(calc(var(--rotate-letter) * 64))
}

.discount-tag span.char65 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 65));
    transform: rotate(calc(var(--rotate-letter) * 65))
}

.discount-tag span.char66 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 66));
    transform: rotate(calc(var(--rotate-letter) * 66))
}

.discount-tag span.char67 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 67));
    transform: rotate(calc(var(--rotate-letter) * 67))
}

.discount-tag span.char68 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 68));
    transform: rotate(calc(var(--rotate-letter) * 68))
}

.discount-tag span.char69 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 69));
    transform: rotate(calc(var(--rotate-letter) * 69))
}

.discount-tag span.char70 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 70));
    transform: rotate(calc(var(--rotate-letter) * 70))
}

.discount-tag span.char71 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 71));
    transform: rotate(calc(var(--rotate-letter) * 71))
}

.discount-tag span.char72 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 72));
    transform: rotate(calc(var(--rotate-letter) * 72))
}

.discount-tag span.char73 {
    -webkit-transform: rotate(calc(var(--rotate-letter) * 73));
    transform: rotate(calc(var(--rotate-letter) * 73))
}

.img-box1 {
    position: relative
}

.img-box1 .img1 {
    position: relative;
    min-width: 387px;
    border-radius: 24px;
    z-index: 2
}

@media(max-width: 767px) {
    .img-box1 .img1 {
        min-width: 100%
    }
}

.img-box1 .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px
}

.img-box1 .img1 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

.img-box1 .img1 .play-btn>i {
    background-color: var(--white-color);
    color: var(--theme-color);
    font-size: 22px
}

.img-box2 {
    position: relative;
    text-align: right;
    margin-top: -145px;
    margin-right: -60px
}

@media(max-width: 1399px) {
    .img-box2 {
        margin-top: -100px
    }
}

@media(max-width: 1199px) {
    .img-box2 {
        margin-top: -50px;
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .img-box2 {
        margin-top: 40px;
        margin-right: 0
    }
}

.img-box2 .img1 {
    position: relative;
    border-radius: 16px;
    max-width: 512px;
    display: block;
    margin-left: auto
}

.img-box2 .img1 img {
    border-radius: 16px
}

.img-box2 .img1 .th-experience {
    position: absolute;
    left: -112px;
    bottom: 36px;
    text-align: center
}

@media(max-width: 767px) {
    .img-box2 .img1 .th-experience {
        position: relative;
        left: -30px
    }
}

.img-box3 .img1 {
    border-radius: 20px
}

.img-box3 .img1 img {
    border-radius: 20px
}

.img-box4 {
    position: relative;
    z-index: 2;

}

.img-box4 .img1 {
    border-radius: 24px
}

.img-box4 .img1 img {
    border-radius: 24px
}

.img-box4 .th-experience {
    background: var(--title-color);
    border: 5px solid var(--white-color);
    border-radius: 16px;
    padding: 40px 24px;
    position: absolute;
    right: -25%;
    bottom: -35%;
}

@media(max-width: 1500px) {
    .img-box4 .th-experience {
        right: 5%
    }
}

.img-box4 .th-experience .experience-year,
.img-box4 .th-experience .experience-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #fff
}

@media(max-width: 1199px) {
    .about-item {
        margin-bottom: 30px
    }
}

.about-item .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-right: 20px;
    text-align: center;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-item .box-text {
    margin-bottom: 0
}

.about-feature_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.about-feature .box-img {
    border-radius: 20px;
    margin-bottom: 17px
}

.about-feature .box-img img {
    border-radius: 20px;
    height: 150px;
}

.about-feature .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-feature .box-wrapp .box-title {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

.about-wrapp-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px
}

@media(max-width: 1500px) {
    .about-wrapp-content {
        gap: 20px
    }
}

@media(max-width: 1399px) {
    .about-wrapp-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 1399px) {
    .about-wrapp-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(max-width: 991px) {
    .about-wrapp-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-wrapp-content .sec-text {
    font-weight: 400;
    font-size: 16px;
    color: #d4d4d4;
    max-width: 437px
}

.about-wrapp-content .checklist ul li {
    font-weight: 400;
    font-size: 18px;
    color: #d4d4d4
}

.about-area {
    position: relative;
    z-index: 2
}

.year-counter {
    position: absolute;
    bottom: 0%;
    right: 5px;
    width: 302px;
    background: #cdff62;
    border-radius: 50px;
    text-align: center;
    padding: 70px 55px 27px 55px;
    z-index: 1
}

@media(max-width: 1399px) {
    .year-counter {
        bottom: -2%
    }
}

@media(max-width: 1199px) {
    .year-counter {
        right: 31%
    }
}

@media(max-width: 991px) {
    .year-counter {
        right: 8%
    }
}

@media(max-width: 767px) {
    .year-counter {
        right: 0%
    }
}

@media(max-width: 480px) {
    .year-counter {
        position: relative
    }
}

@media(max-width: 375px) {
    .year-counter {
        width: 275px
    }
}

.year-counter .box-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    text-transform: capitalize;
    color: var(--title-color);
    margin-bottom: 0
}

.year-counter .box-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: -0.4rem
}

.img-box10-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px
}

@media(max-width: 767px) {
    .img-box10-wrapp {
        gap: 10px
    }
}

@media(max-width: 375px) {
    .img-box10-wrapp {
        display: block
    }
}

.th-team {
    position: relative
}

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

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

.th-team .team-desig {
    display: block;
    margin-bottom: -0.5em;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.th-team .th-social a {
    --icon-size: 32px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #808182;
    color: var(--white-color);
}

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

.th-team .box-title {
    margin-bottom: 3px
}

.th-team:hover .team-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.th-team:hover .team-social {
    visibility: visible;
    opacity: 1
}

.team-card {
    position: relative;
    background: #07090e00;
    border-radius: 16px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 2;
    overflow: hidden;
    border: 1px solid;
}

.team-card .box-img {
    background-color: #07090e00;
    border-radius: 16px;
    margin: 8px 8px 0 8px;
}

.team-card .box-img img {
    position: relative;
    z-index: 2
}

.team-card .box-content {
    text-align: center;
    padding: 24px 0;
}

.team-card .box-title {

    color: #fff;
    font-size: 21px;
}

@media(max-width: 991px) {
    .team-card .box-title {
        font-size: 24px;
        margin-bottom: 0
    }
}

.team-card .team-desig {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ed7d31;
}

.team-card .box-shape {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    width: 436px;
    height: 436px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.team-card .box-shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-card:hover .box-shape {
    opacity: 1;
    visibility: visible
}

.team-box {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.team-box .box-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 14px;
}

.team-box .th-social {
    position: absolute;
    bottom: 12px;
    right: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2
}

.team-box .th-social a {
    background-color: #131313;
    color: var(--white-color);
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 2px;
    font-size: 12px;
    border: none
}

.team-box .th-social a:hover {
    border-color: var(--theme-color)
}

.team-box .box-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #131313;
    margin-bottom: 5px
}

.team-box .box-title a {
    color: #ffffff;
    font-size: 24px;
}

.team-box .team-desig {
    padding: 8px 16px;
    border: 1px solid rgba(19, 19, 19, .1);
    /* border-radius: 120px; */
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 35px;
    color: white;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
}

.team-box:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.team-list {
    width: 324px;
    height: 86px
}

@media(max-width: 1299px) {
    .team-list {
        width: 250px
    }
}

@media(max-width: 375px) {
    .team-list {
        width: 100%
    }
}

.team-list-area {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 24px;
    max-width: 648px
}

@media(max-width: 1299px) {
    .team-list-area {
        max-width: 500px
    }
}

@media(max-width: 375px) {
    .team-list-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }
}

.team-list-area:before {
    content: "";
    position: absolute;
    left: 51.5%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d4d4d4;
    height: 100%;
    width: 1px
}

@media(max-width: 1299px) {
    .team-list-area {
        margin-top: 50px
    }
}

@media(max-width: 991px) {
    .team-list-area {
        margin-top: 0;
        padding-top: 0;
        max-width: 100%;
        margin-bottom: 530px
    }

    .team-list-area:before {
        left: 43%
    }
}

@media(max-width: 767px) {
    .team-list-area:before {
        display: none
    }
}

.team-list .team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d4d4d4
}

.team-list .team-content .box-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--title-color)
}

@media(max-width: 991px) {
    .team-list .team-content .box-title {
        font-size: 30px
    }
}

.team-list .team-content .line-btn {
    opacity: 0;
    visibility: hidden
}

.team-list .team-content .line-btn:before {
    display: none
}

.team-list .team-img {
    background-color: var(--title-color);
    max-width: 423px;
    height: 476px;
    position: absolute;
    top: 0;
    right: -90%;
    opacity: 0;
    visibility: hidden;
    border-radius: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3
}

@media(max-width: 1399px) {
    .team-list .team-img {
        right: -80%
    }
}

@media(max-width: 1299px) {
    .team-list .team-img {
        right: -113%
    }
}

@media(max-width: 1299px) {
    .team-list .team-img {
        right: -90%
    }
}

.team-list .team-img .shape {
    position: absolute;
    inset: 0;
    background-size: auto;
    background-position: bottom center;
    z-index: 0
}

@media(max-width: 375px) {
    .team-list .team-img .shape {
        display: none
    }
}

.team-list .team-img:before {
    content: "";
    position: absolute;
    inset: 38px 44px;
    left: unset;
    right: -9.5%;
    width: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0 24px 24px 0px;
    z-index: -1
}

@media(max-width: 375px) {
    .team-list .team-img:before {
        display: none
    }
}

.team-list .team-img:after {
    content: "";
    position: absolute;
    inset: 88px 75px;
    left: unset;
    width: 80px;
    right: -20%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0 24px 24px 0px;
    z-index: -2
}

@media(max-width: 375px) {
    .team-list .team-img:after {
        display: none
    }
}

.team-list .team-img img {
    position: relative;
    width: 423px;
    height: 476px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    z-index: 2
}

@media(max-width: 1399px) {
    .team-list .team-img {
        max-width: 600px
    }
}

@media(max-width: 1199px) {
    .team-list .team-img {
        max-width: 530px
    }
}

@media(max-width: 991px) {
    .team-list .team-img {
        position: absolute;
        right: unset;
        left: 0;
        top: 110%;
        max-width: 100%;
        border: 0;
        padding: 0
    }
}

.team-list.item-active .box-title {
    color: var(--theme-color)
}

.team-list.item-active .team-img {
    height: 476px;
    opacity: 1;
    visibility: visible
}

.team-list.item-active .team-content {
    opacity: 1;
    visibility: visible
}

.team-list.item-active .team-content .line-btn {
    opacity: 1;
    visibility: visible
}

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

.team-list:hover .number {
    color: var(--theme-color)
}

.team-list:hover:before {
    height: 100%
}

.team-list:hover:before,
.team-list:hover:after {
    opacity: 1;
    visibility: visible
}

@media(max-width: 991px) {
    .team-details .team-card {
        margin-bottom: 24px
    }
}

.team-details .team-card .box-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 50px;
    padding: 48px 32px;
    border-top-color: rgba(0, 0, 0, 0)
}

.team-details .team-card .team-social .icon-btn {
    --btn-size: 40px;
    background-color: var(--title-color);
    color: var(--white-color)
}

.team-details .team-card .team-social .th-social {
    bottom: 80px
}

.team-about .team-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1399px) {
    .team-about .team-wrapp {
        display: block
    }
}

.team-about_title {
    font-size: 32px;
    margin-top: -0.7rem;
    margin-bottom: 0px
}

@media(max-width: 767px) {
    .team-about_title {
        font-size: 24px;
        line-height: 28px
    }
}

.team-about_desig {
    font-size: 18px;
    margin-bottom: 20px
}

.team-about_text {
    font-size: 18px;
    letter-spacing: .02em;
    margin-bottom: 30px
}

.about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 27px 30px 27px 30px
}

.about-info-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 610px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .about-info-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 1499px) {
    .about-info {
        padding: 27px 20px 27px 20px
    }
}

@media(max-width: 1299px) {
    .about-info {
        gap: 15px
    }
}

@media(max-width: 375px) {
    .about-info {
        padding: 25px 15px
    }
}

.about-info:not(:first-child) {
    border-left: 1px solid #e0e0e0
}

@media(max-width: 767px) {
    .about-info:not(:first-child) {
        border-left: none;
        border-top: 1px solid #e0e0e0
    }
}

.about-info:nth-child(3) {
    border-left: none;
    border-top: 1px solid #e0e0e0
}

.about-info:last-child {
    border-top: 1px solid #e0e0e0
}

.about-info_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-info_icon i:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.about-info_subtitle {
    margin-bottom: 0
}

.about-info_title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .about-info_title {
        font-size: 16px
    }
}

.about-info_title a {
    color: inherit
}

.about-info_title a:hover {
    color: var(--theme-color)
}

.about-card-img {
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, .08);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .08);
    border-radius: 30px
}

.about-card-img img {
    border-radius: 20px;
    width: 100%
}

@media(max-width: 1299px) {
    .about-card-img {
        padding: 30px
    }
}

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

@media(max-width: 767px) {
    .about-card-img {
        border-radius: 20px
    }

    .about-card-img img {
        border-radius: 15px
    }
}

@media(max-width: 375px) {
    .about-card-img {
        padding: 20px
    }
}

.about-card_title {
    margin-bottom: 15px
}

.about-card_desig {
    color: var(--theme-color);
    margin-bottom: 22px;
    margin-top: -0.5em
}

.about-card_text {
    margin-bottom: 26px;
    margin-top: 32px
}

.about-card .th-social a {
    border-radius: 10px
}

.team-info.style2 ul li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #737373;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.team-info.style2 ul li span {
    font-weight: 400;
    font-size: 16px;
    color: #d4d4d4
}

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

.team-info ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-info ul li:last-child {
    margin-bottom: 0
}

.team-info ul li b {
    width: 100%;
    max-width: 200px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color)
}

.team-info ul li span,
.team-info ul li a {
    color: #d4d4d4
}

.team-info ul li a:hover {
    color: var(--theme-color)
}

@media(max-width: 575px) {
    .team-info ul li b {
        max-width: 140px
    }
}

.team-contact-form {
    padding: 50px;
    background-color: var(--smoke-color)
}

.team-contact-form textarea {
    height: 120px
}

.team-contact-form .form-title {
    margin-top: -0.3em;
    margin-bottom: 25px
}

@media(max-width: 575px) {
    .team-contact-form {
        padding: 40px 20px
    }
}

.skill-card_wrapp {
    position: relative;
    z-index: 2;
    background-color: var(--smoke-color);
    padding: 30px;
    margin-left: -200px
}

@media(max-width: 1199px) {
    .skill-card_wrapp {
        margin-left: 0
    }
}

.skill-card_title {
    font-size: 30px;
    line-height: 40px;
    margin-top: -0.4rem;
    margin-bottom: 10px
}

.skill-wrapp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px 40px
}

@media(max-width: 767px) {
    .skill-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.skill-feature {
    text-align: left
}

.skill-feature_title,
.skill-feature .progress-value {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--title-font);
    color: var(--title-color)
}

@media(max-width: 1299px) {

    .skill-feature_title,
    .skill-feature .progress-value {
        font-size: 18px
    }
}

.skill-feature .progress {
    position: relative;
    height: 8px;
    background-color: #f2f3fc;
    overflow: visible;
    border-radius: 8px
}

.skill-feature .progress-bar {
    background-color: var(--theme-color);
    height: 8px;
    border-radius: inherit;
    overflow: visible;
    position: relative
}

.skill-feature .progress-value {
    position: absolute;
    top: -30px;
    right: -8px
}

.box-desig {
    font-size: 14px;
    font-weight: 400
}

.testi-card {
    background: #f4f7ff;
    border-radius: 16px;
    position: relative;
    padding: 40px;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1299px) {
    .testi-card {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .testi-card {
        padding: 30px 20px
    }
}

.testi-card .rating {
    font-size: 16px;
    color: #ff9b37;
    display: inline-block;
    margin-bottom: 10px
}

.testi-card .rating i {
    margin-right: 4px
}

.testi-card .box-text {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #06050b;
    margin-bottom: 80px
}

@media(max-width: 1500px) {
    .testi-card .box-text {
        font-size: 24px
    }
}

@media(max-width: 1199px) {
    .testi-card .box-text {
        margin-bottom: 30px
    }
}

.testi-card .box-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.testi-card .box-author {
    max-width: 82px;
    border-radius: 14px;
    overflow: hidden
}

.testi-card .box-author img {
    border-radius: 14px
}

.testi-card .box-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0
}

.testi-card .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

@media(max-width: 575px) {
    .testi-card .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.testi-card.style2 {
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 44px 50px;
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1500px) {
    .testi-card.style2 {
        padding: 30px 40px
    }
}

.testi-card.style2:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    border-radius: 24px;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testi-card.style2 .box-profile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testi-card.style2 .box-author {
    border-radius: 12px
}

.testi-card.style2 .box-author img {
    border-radius: 12px
}

.testi-card.style2 .box-title {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 18px
}

.testi-card.style2 .box-desig {
    color: var(--title-color)
}

.testi-card.style2 .box-text {
    font-family: var(--body-font);
    font-size: 24px;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .testi-card.style2 .box-text {
        font-size: 20px
    }
}

.testi-card.style2:hover:before {
    height: 100%
}

.testi-card.style2:hover .box-title,
.testi-card.style2:hover .box-desig,
.testi-card.style2:hover .box-text {
    color: var(--white-color)
}

.testi-card.style2:hover .box-quote img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testiSlide6 {
    margin: 0 -16% !important
}

@media(max-width: 1299px) {
    .testiSlide6 {
        margin: 0 !important
    }
}

.testi-thumb .tab-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2
}

@media(max-width: 1299px) {
    .testi-thumb .tab-btn {
        display: none
    }
}

.testi-thumb .tab-btn:nth-child(1) {
    position: absolute;
    top: 0%;
    left: 5%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(1) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(2) {
    position: absolute;
    top: 35%;
    left: 5%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(2) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(3) {
    position: absolute;
    bottom: 6%;
    left: 8%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(3) {
        left: 0
    }
}

.testi-thumb .tab-btn:nth-child(4) {
    position: absolute;
    top: 0%;
    right: 5%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(4) {
        right: 0
    }
}

.testi-thumb .tab-btn:nth-child(5) {
    position: absolute;
    top: 50%;
    right: 5%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(5) {
        right: 0
    }
}

.testi-thumb .tab-btn:nth-child(6) {
    position: absolute;
    bottom: 0%;
    right: 15%
}

@media(max-width: 1399px) {
    .testi-thumb .tab-btn:nth-child(6) {
        right: 0
    }
}

.testi-thumb .tab-btn.active img {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    border: 10px solid rgba(249, 99, 99, .1)
}

.testi-thumb .tab-btn img {
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(92, 95, 113, .2);
    -webkit-transition: .4s;
    transition: .4s
}

.testiSlide3 {
    margin-right: -70% !important
}

@media(max-width: 1199px) {
    .testiSlide3 {
        margin-right: 0 !important
    }
}

.testiSlide3 .slider-arrow {
    background-color: var(--white-color);
    color: var(--title-color);
    left: var(--pos-x, 0px)
}

@media(max-width: 1299px) {
    .testiSlide3 .slider-arrow {
        --pos-x: 0px
    }
}

.testiSlide3 .slider-arrow:hover {
    background-color: var(--theme-color)
}

.testiSlide3 .slider-controller {
    margin-top: -20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.testiSlide3 .slider-controller .swiper-pagination-fraction {
    font-size: 48px;
    font-weight: 700;
    color: var(--theme-color2)
}

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

.testi-grid {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 96px
}

@media(max-width: 1399px) {
    .testi-grid {
        gap: 30px
    }
}

@media(max-width: 767px) {
    .testi-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

.testi-grid .box-img {
    min-width: 536px;
    border-radius: 24px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width: 1199px) {
    .testi-grid .box-img {
        min-width: 350px
    }
}

.testi-grid .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.testi-grid .box-title {
    margin-bottom: 0
}

.testi-grid .box-text {
    color: var(--white-color);
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 45px
}

@media(max-width: 1399px) {
    .testi-grid .box-text {
        font-size: 24px;
        line-height: 34px
    }
}

@media(max-width: 991px) {
    .testi-grid .box-text {
        font-size: 18px;
        line-height: 28px
    }
}

.testi-grid .box-profile {
    gap: 16px
}

.testi-grid .box-profile .box-author {
    max-width: 82px
}

.testi-grid .box-profile .box-title {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--white-color)
}

.testi-grid .box-profile .box-desig {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--white-color)
}

.testiSlide4 {
    position: relative;
    overflow: visible;
    z-index: 2
}

.testiSlide4 .swiper-wrapper {
    overflow: visible
}

.testiSlide4 .icon-box {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media(max-width: 1199px) {
    .testiSlide4 .icon-box {
        display: none
    }
}

.testiSlide4 .icon-box .slider-arrow:hover {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    color: var(--white-color)
}

.testiSlide4 .slider-controller {
    position: relative;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 3
}

.testiSlide4 .slider-controller .swiper-pagination-current {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 48px;
    color: var(--title-color);
    width: 67px
}

.testiSlide4 .slider-controller .swiper-pagination-total {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--body-color)
}

.testiSlide4 .testi-wrapp {
    position: absolute;
    left: -89px;
    bottom: 74px
}

.testiSlide4 .testi-wrapp.style2 .discount-wrapp {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.testiSlide4 .discount-wrapp {
    width: 192px;
    height: 192px;
    background-color: var(--theme-color)
}

.testiSlide4 .discount-wrapp .box-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.testiSlide4 .discount-wrapp .discount-anime {
    color: var(--white-color)
}

.testiSlide4 .discount-wrapp .discount-tag {
    min-width: 192px;
    min-height: 192px
}

.testiSlide4 .discount-wrapp .discount-tag:before {
    background-color: var(--white-color);
    z-index: -1;
    inset: 30px
}

.testiSlide4 .discount-wrapp .discount-tag span {
    min-height: 90px;
    left: 26px;
    top: 1px
}

.testi-item_img {
    border-radius: 24px;
    height: 554px;
    margin-right: 97px
}

@media(max-width: 1199px) {
    .testi-item_img {
        margin-right: 0
    }
}

.testi-item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px
}

.testi-item .box-text {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #ffffff;
    max-width: 686px;
    margin-bottom: 45px;
}

@media(max-width: 1199px) {
    .testi-item .box-text {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width: 375px) {
    .testi-item .box-text {
        font-size: 24px;
        line-height: 34px
    }
}

.testi-item .box-profile .box-author {
    max-width: 82px
}

.testiSlider2 .swiper-slide {
    border-radius: 30px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.testiSlider2 .swiper-slide .box-img {
    -webkit-transform: scale(0.75) translateX(0);
    transform: scale(0.75) translateX(0)
}

.testiSlider2 .swiper-slide .box-img img {
    opacity: 35%
}

.testiSlider2 .swiper-slide.swiper-slide-active .box-img {
    border-radius: 30px;
    -webkit-transform: scalex(1.3) translateX(0);
    transform: scalex(1.3) translateX(0)
}

@media(max-width: 991px) {
    .testiSlider2 .swiper-slide.swiper-slide-active .box-img {
        -webkit-transform: scalex(1) translateX(0);
        transform: scalex(1) translateX(0)
    }
}

.testiSlider2 .swiper-slide.swiper-slide-active .box-img img {
    opacity: 100%
}

.testiSlider2 .swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
    visibility: visible
}

.testi-box {
    position: relative;
    background: var(--white-color);
    -webkit-box-shadow: 0px 8px 25px rgba(11, 11, 11, .06);
    box-shadow: 0px 8px 25px rgba(11, 11, 11, .06);
    border-radius: 24px;
    padding: 54px 70px 54px 54px;
    z-index: 2;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

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

.testi-box:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 100%;
    top: 0;
    background-color: var(--title-color);
    border-radius: inherit;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1
}

@media(max-width: 1299px) {
    .testi-box {
        padding: 40px 30px
    }
}

@media(max-width: 767px) {
    .testi-box {
        padding: 30px 20px
    }
}

.testi-box .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.testi-box .rating {
    font-size: 14px;
    color: #e2b93b;
    display: inline-block;
    border: 1px solid #737373;
    border-radius: 48px;
    margin-bottom: 0px;
    padding: 2px 12px
}

.testi-box .rating i {
    margin-right: 4px
}

.testi-box .box-text {
    font-size: 20px;
    margin-bottom: 40px
}

.testi-box .box-profile {
    position: relative;
    z-index: 2;
    display: block
}

.testi-box .box-author {
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden
}

.testi-box .box-author img {
    border-radius: 50%
}

.testi-box .box-quote {
    position: absolute;
    top: 0;
    right: -30px
}

.testi-box .box-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0
}

.testi-box .shape {
    position: absolute;
    right: -30px;
    bottom: -30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.testi-box:hover:before {
    width: 100%
}

.testi-box:hover .box-title,
.testi-box:hover .box-text,
.testi-box:hover .box-desig {
    color: var(--white-color)
}

.testi-box:hover .shape {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.testi-box2 {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 40px;
    padding: 24px
}

.testi-box2 .testi-overlay {
    position: absolute;
    inset: 0;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testi-box2 .box-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.testi-box2 .box-profile .box-author {
    max-width: 82px
}

.testi-box2 .box-quote img {
    -webkit-filter: brightness(0.6) invert(0.9);
    filter: brightness(0.6) invert(0.9);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testi-box2 .box-text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 32px;
    text-transform: capitalize;
    color: var(--title-color);
    margin-bottom: 35px
}

@media(max-width: 1299px) {
    .testi-box2 .box-text {
        font-size: 24px;
        margin-bottom: 18px
    }
}

@media(max-width: 375px) {
    .testi-box2 .box-text {
        font-size: 18px
    }
}

.testi-box2 .box-title {
    margin-bottom: 0
}

.testi-box2:hover .testi-overlay {
    opacity: 1;
    visibility: visible
}

.testi-box2:hover .box-quote img {
    -webkit-filter: none;
    filter: none
}

.testi-card2 {
    position: relative;
    -webkit-filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1));
    filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1));
    z-index: 2;
    padding: 48px 30px 80px 70px;
    display: block;
    width: 536px;
    margin: auto
}

@media(max-width: 575px) {
    .testi-card2 {
        width: 100%;
        padding: 40px 20px 40px 40px
    }
}

.testi-card2:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/testimonial/testi-shape4.png");
    mask-image: url("../img/testimonial/testi-shape4.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testi-card2 .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.testi-card2 .rating {
    font-size: 14px;
    color: #e2b93b;
    display: inline-block;
    border: 1px solid #737373;
    border-radius: 48px;
    margin-bottom: 0px;
    padding: 2px 12px
}

.testi-card2 .rating i {
    margin-right: 4px
}

.testi-card2 .box-text {
    font-size: 20px;
    margin-bottom: 40px
}

.testi-card2 .box-profile {
    position: relative;
    z-index: 2;
    display: block
}

.testi-card2 .box-author {
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden
}

.testi-card2 .box-author img {
    border-radius: 50%
}

.testi-card2 .box-quote {
    position: absolute;
    top: 0;
    right: -30px
}

.testi-card2 .box-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0
}

.testi-card3 {
    position: relative;
    z-index: 2
}

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

.testi-card3 .box-quote {
    margin-bottom: 24px
}

.testi-card3 .box-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .testi-card3 .box-text {
        font-size: 24px
    }
}

.testi-card3 .box-profile {
    display: block
}

.testi-card3 .box-profile .box-author {
    max-width: 72px;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .testi-card3 .box-profile .box-author {
        display: block;
        margin: auto
    }
}

.testi-card3 .box-title {
    font-family: var(--title-font2);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff
}

.testi-card3 .box-desig {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.testi-sec2 {
    clip-path: polygon(94.36% 0px, 100% 4%, 100% 100%, 0px 100%, 0% 50%, 0px 0px)
}

.testiSlide7 {
    margin-right: -60% !important
}

@media(max-width: 1199px) {
    .testiSlide7 {
        margin: 0 !important
    }
}

.testi-box3 {
    position: relative;
    background: var(--white-color);
    -webkit-box-shadow: 0px 14px 20px rgba(11, 11, 11, .06);
    box-shadow: 0px 14px 20px rgba(11, 11, 11, .06);
    border-radius: 24px;
    padding: 54px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover
}

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

@media(max-width: 1299px) {
    .testi-box3 {
        padding: 40px 30px
    }
}

@media(max-width: 767px) {
    .testi-box3 {
        padding: 30px 20px;
        min-width: 300px
    }
}

.testi-box3 .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.testi-box3 .rating {
    font-size: 14px;
    color: #e2b93b;
    display: inline-block;
    border: 1px solid #737373;
    border-radius: 48px;
    padding: 2px 12px
}

.testi-box3 .rating i {
    margin-right: 4px
}

.testi-box3 .box-text {
    max-width: 400px;
    font-size: 20px;
    margin-bottom: 40px
}

.testi-box3 .box-profile {
    position: relative;
    z-index: 2
}

.testi-box3 .box-author {
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden
}

.testi-box3 .box-author img {
    border-radius: 50%
}

.testi-box3 .box-quote {
    position: absolute;
    top: 0;
    right: -30px
}

.testi-box3 .box-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0
}

.testi-box3 .shape {
    position: absolute;
    right: -30px;
    bottom: -30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.testi-box3-review {
    background: #fff;
    border-radius: 16px;
    padding: 90px 75px
}

@media(max-width: 575px) {
    .testi-box3-review {
        padding: 50px 20px
    }
}

.testi-box3-review .counter {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    text-align: center
}

.testi-box3-review .box-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    color: #06050b;
    margin-bottom: 0
}

.testi-box3-review .box-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    padding-bottom: 14px
}

.testi-box3-review .client-box {
    margin-top: 27px
}

.testi-box3-review .client-box .client-thumb-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testi-box3-review .rating-area {
    text-align: center;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.testi-box3-review .rating {
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: #000;
    margin-bottom: 0
}

.testi-box3-review .rating-star {
    display: block;
    color: #ffa944;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0
}

.testi-box3-review .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    color: #5c5f71
}

.testi-box4 {
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid #06050b;
    border-radius: 32px;
    padding: 32px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 375px) {
    .testi-box4 {
        padding: 32px 25px
    }
}

.testi-box4:before {
    content: "";
    position: absolute;
    inset: 0;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: inherit;
    z-index: -1
}

.testi-box4 .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

@media(max-width: 375px) {
    .testi-box4 .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testi-box4 .box-profile .box-author {
    max-width: 72px
}

.testi-box4 .box-profile .box-author img {
    border-radius: 50%
}

.testi-box4 .box-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 3px
}

.testi-box4 .rating {
    color: #ffb247
}

.testi-box4 .rating i {
    margin-right: 4px
}

.testi-box4 .box-content .date {
    display: block;
    margin-top: 52px
}

.testi-box4 .box-text {
    font-size: 20px
}

.testi-box4 .date {
    font-weight: 500;
    font-size: 18px;
    color: #06050b
}

.testi-box4 .box-quote img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testi-box4:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.testi-box4:hover:before {
    border-right-color: var(--title-color);
    border-bottom-color: var(--title-color)
}

.testi-box4:hover .box-quote img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.testi-box4.style2 {
    background: #f4f7ff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 32px;
    border: none
}

.testi-box4.style2:before {
    inset: 8px;
    background: #fff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 24px;
    border: none
}

.testi-box4.style2 .box-quote img {
    -webkit-filter: none;
    filter: none
}

.testi-box5 {
    position: relative;
    z-index: 2;
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
    border-radius: 16px;
    padding: 48px
}

@media(max-width: 575px) {
    .testi-box5 {
        padding: 30px
    }
}

.testi-box5:before {
    content: "";
    position: absolute;
    inset: 1px;
    background: #0c0e13;
    border-radius: inherit;
    z-index: -1
}

.testi-box5:after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("../img/shape/faq-shape2n.png"); */
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.testi-box5 .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px
}

@media(max-width: 375px) {
    .testi-box5 .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.testi-box5 .rating {
    padding: 3px 12px;
    border: 1px solid #404040;
    border-radius: 48px;
    color: #e2b93b
}

.testi-box5 .rating i {
    font-size: 14px;
    margin-right: 4px
}

.testi-box5 .box-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px
}

.testi-box5 .box-profile {
    gap: 24px
}

.testi-box5 .box-profile .box-author {
    max-width: 70px
}

.testi-box5 .box-title {
    color: var(--white-color);
    font-size: 20px
}

.testi-box5 .box-desig {
    color: var(--smoke-color);
    font-size: 16px
}

.testi-box5:hover:after {
    opacity: 1;
    visibility: visible
}

.testi-sec2 {
    position: relative;
    overflow: hidden
}

.testi-area2 {
    width: 100%;
    overflow: hidden
}

.testi-area2_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.testi-area {
    background-color: #f4f7ff
}

.testi-area3 {
    position: relative;
    z-index: 2;
    background-color: #18161d
}

.testiSlide12 .swiper-slide .testi-card3 {
    opacity: .2
}

.testiSlide12 .swiper-slide.swiper-slide-active .testi-card3 {
    opacity: 1
}

.counter-area {
    position: relative;
    z-index: 2;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1399px) {
    .counter-area {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /* gap: 40px 30px */
    }
}

@media(max-width: 480px) {
    .counter-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

.counter-area .divided:not(:last-child) {
    height: 150px;
    width: 1px;
    border: 1px solid #484848
}

@media(max-width: 1399px) {
    .counter-area .divided:not(:last-child) {
        display: none
    }
}

.counter-area.style2 .divided:not(:last-child) {
    border: 1px solid hsla(0, 0%, 100%, .2)
}

@media(max-width: 1399px) {
    .counter-area.style2 .divided:not(:last-child) {
        display: none
    }
}

@media(max-width: 1399px) {
    .counter-card {
        text-align: center
    }
}

.counter-card .box-number {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    margin-top: 0
}

.counter-card .box-text {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 0;
    min-width: 145px
}

@media(max-width: 991px) {
    .counter-card .box-text {
        font-size: 18px
    }
}

.counter-card:hover .box-icon img {
    -webkit-animation: scaleUpDown .6s ease;
    animation: scaleUpDown .6s ease
}

.counter-card.style2 .box-number {
    color: #22a937;
}

.counter-card.style2 .box-text {
    color: var(--white-color)
}

.counter-card.style3 .box-number {
    font-size: 64px;
    line-height: 64px;
    font-weight: 600
}

@media(max-width: 991px) {
    .counter-card.style3 .box-number {
        font-size: 40px;
        line-height: 40px
    }
}

.counter-card.style3 .box-text {
    font-size: 20px;
    font-weight: 600;
    color: var(--title-color)
}

.counter-card.style4 .box-number {
    font-size: 56px;
    color: var(--white-color)
}

.counter-card.style4 .box-text {
    font-size: 18px;
    color: var(--white-color)
}

@media(max-width: 1199px) {
    .counter-card-wrap.style2 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card .box-number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media(max-width: 991px) {
    .counter-card-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 0
    }

    .counter-card-wrap .divider {
        display: none
    }

    .counter-card .box-number {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .counter-card {
        text-align: center
    }

    .counter-card:not(:last-child) {
        margin-bottom: 25px
    }

    .counter-card .box-number {
        font-size: 30px
    }

    .counter-card-wrap.style2 {
        display: block
    }
}

@media(max-width: 575px) {
    .counter-card-wrap {
        display: block;
        margin: auto
    }

    .counter-card-wrap .divider {
        display: none
    }
}

.counter-box {
    position: relative;
    z-index: 2
}

.counter-box:not(:last-child):before {
    content: "";
    position: absolute;
    top: 30px;
    right: -45px;
    width: 1px;
    height: 29px;
    background-color: #22a937;
}

@media(max-width: 767px) {
    .counter-box:not(:last-child):before {
        display: none
    }
}

.counter-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px
}

@media(max-width: 767px) {
    .counter-box-wrap {
        gap: 40px
    }
}

@media(max-width: 480px) {
    .counter-box-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 25px
    }
}

.counter-box .box-number {
    margin-bottom: 0
}

@media(max-width: 1299px) {
    .counter-box .box-number {
        font-size: 35px
    }
}

.counter-box .counter-text {
    margin-bottom: 0
}

.counter-item {
    padding: 50px 50px 50px 0
}

@media(max-width: 1399px) {
    .counter-item {
        text-align: center
    }
}

@media(max-width: 767px) {
    .counter-item {
        padding: 30px 0 0 0
    }
}

.counter-item:first-child {
    border-right: 1px solid #e0e0e0
}

@media(max-width: 767px) {
    .counter-item:first-child {
        border-right: none
    }
}

.counter-item:nth-child(2) {
    padding: 50px 0px 50px 100px
}

@media(max-width: 1500px) {
    .counter-item:nth-child(2) {
        padding: 50px 0px 50px 50px
    }
}

@media(max-width: 767px) {
    .counter-item:nth-child(2) {
        padding: 30px 0 0 0
    }
}

.counter-item:nth-child(3) {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 50px 100px 0px 0px
}

@media(max-width: 1500px) {
    .counter-item:nth-child(3) {
        padding: 50px 50px 0px 0px
    }
}

@media(max-width: 767px) {
    .counter-item:nth-child(3) {
        border: none;
        padding: 30px 0 0 0
    }
}

.counter-item:nth-child(4) {
    border-top: 1px solid #e0e0e0;
    padding: 50px 0px 0px 100px
}

@media(max-width: 1500px) {
    .counter-item:nth-child(4) {
        padding: 50px 0px 0px 50px
    }
}

@media(max-width: 767px) {
    .counter-item:nth-child(4) {
        border: none;
        padding: 30px 0 0 0
    }
}

.counter-item .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white-color);
    border: 1px solid #e0e0e0;
    margin-bottom: 18px
}

@media(max-width: 1399px) {
    .counter-item .box-icon {
        display: block;
        margin: auto auto 18px auto
    }
}

.counter-item .box-number {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: var(--title-color);
    margin-bottom: 0
}

@media(max-width: 767px) {
    .counter-item .box-number {
        font-size: 40px;
        line-height: 50px
    }
}

.counter-item .box-number .plus {
    font-weight: 400
}

.counter-item .counter-text {
    color: #4d5765
}

.counter-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px
}

@media(max-width: 767px) {
    .counter-item-wrap {
        display: block
    }
}

.counter-grid {
    min-width: 340px;
    height: 340px;
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 114px 45px;
    border-radius: 50%;
    text-align: center
}

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

@media(max-width: 1199px) {
    .counter-grid_wrapp {
        display: grid;
        grid-template-columns: auto auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px
    }
}

@media(max-width: 575px) {
    .counter-grid_wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 1500px) {
    .counter-grid {
        min-width: 280px;
        height: 280px;
        max-width: 280px;
        padding: 80px 35px
    }
}

@media(max-width: 767px) {
    .counter-grid {
        min-width: 240px;
        max-width: 240px;
        height: 260px;
        padding: 62px 20px
    }
}

@media(max-width: 575px) {
    .counter-grid {
        min-width: 300px;
        max-width: 300px;
        height: 100%
    }
}

.counter-grid:nth-child(1) {
    margin-right: -20px
}

.counter-grid:nth-child(2) {
    margin-right: -20px
}

.counter-grid:nth-child(3) {
    margin-right: -20px
}

.counter-grid:nth-child(4) {
    margin-right: -20px
}

.counter-grid:nth-child(5) {
    margin-right: -20px
}

.counter-grid:nth-child(6) {
    margin-right: -20px
}

.counter-grid .box-number {
    font-family: var(--title-font);
    font-weight: 550;
    font-size: 84px;
    line-height: 84px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px
}

@media(max-width: 1500px) {
    .counter-grid .box-number {
        font-size: 62px;
        line-height: 62px;
        margin-bottom: 0
    }
}

.counter-grid .box-text {
    position: relative;
    font-family: var(--body-font);
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #fff
}

.counter-sec {
    position: relative;
    z-index: 3;
    background-color: var(--theme-color);
    -webkit-mask-image: url("../img/bg/counter-shape.png");
    mask-image: url("../img/bg/counter-shape.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-top: -150px
}

@media(max-width: 575px) {
    .counter-sec {
        margin-top: 0;
        -webkit-mask-image: none;
        mask-image: none
    }
}

.counter-sec2 {
    padding: 97px 0px 67px 0px;
}

.blog-area {
    background-color: #f0efe9
}

.blog-area2 {
    position: relative;
    z-index: 2
}

.blog-area2:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color2);
    top: 0;
    height: 548px;
    z-index: -1
}

.blog-area3 {
    background-color: var(--white-color);
    padding: 180px 0 120px 0;
    margin-top: -60px
}

.blogSlider1 {
    margin-left: -23% !important
}

@media(max-width: 1199px) {
    .blogSlider1 {
        margin-left: 0 !important
    }
}

.blog-card {
    position: relative;
    z-index: 2
}

.blog-card .box-img {
    border-radius: 24px;
    margin-bottom: 24px
}

.blog-card .box-img img {
    border-radius: 24px
}

.blog-card .blog-meta {
    position: relative;
    z-index: 2;
    margin: -0.3rem 0 18px 0
}

.blog-card .blog-meta a {
    border: none;
    color: var(--body-color);
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color)
}

.blog-card .blog-meta a:not(:last-child):after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--body-color);
    position: relative;
    top: -2px;
    margin-left: 20px;
    display: inline-block
}

.blog-card .blog-meta i {
    color: var(--theme-color)
}

.blog-card .cat {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    border: 1px solid var(--smoke-color);
    border-radius: 24px;
    padding: 6px 16px;
    display: inline-block;
    margin-bottom: 24px
}

.blog-card .box-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px
}

.blog-card.style2 .box-img {
    border-radius: 32px;
    margin-bottom: 40px
}

.blog-card.style2 .box-img img {
    border-radius: 32px
}

.blog-card.style2 .tags {
    border: 1px solid #d4d4d4;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
    padding: 7px 16px;
    display: inline-block;
    margin-bottom: 24px
}

.blog-card.style2 .blog-meta {
    margin-bottom: 10px
}

.blog-card.style2 .blog-meta a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848
}

.blog-card.style2 .blog-meta a:hover {
    color: #7b5dff
}

.blog-card.style2 .box-title {
    font-size: 28px;
    line-height: 38px
}

@media(max-width: 1299px) {
    .blog-card.style2 .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.blog-card.style2 .box-title:hover {
    color: #7b5dff
}

.blog-card.style2 .box-title a {
    color: inherit
}

.blog-box {
    position: relative;
    z-index: 2
}

.blog-box .box-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 40px
}

.blog-box .box-img img {
    border-radius: 16px;
    -webkit-transform: .4s ease-in-out;
    transform: .4s ease-in-out
}

.blog-box .date {
    position: absolute;
    top: 32px;
    left: 0;
    padding: 10px 16px;
    background-color: var(--theme-color);
    border-radius: 0px 80px 80px 0px;
    font-family: var(--title-font);
    font-size: 20px;
    text-transform: capitalize;
    color: #fff
}

.blog-box .blog-meta span,
.blog-box .blog-meta a {
    font-weight: 400;
    font-size: 16px;
    color: #a3a3a3;
    position: relative;
    z-index: 2
}

.blog-box .blog-meta span:not(:last-child):before,
.blog-box .blog-meta a:not(:last-child):before {
    content: "";
    position: absolute;
    top: 5px;
    right: -16px;
    height: 12px;
    width: 1px;
    background-color: #525252
}

.blog-box .blog-meta span i,
.blog-box .blog-meta a i {
    color: var(--theme-color)
}

.blog-box .blog-meta span:hover,
.blog-box .blog-meta a:hover {
    color: var(--theme-color)
}

.blog-box .box-title {
    color: var(--white-color);
    line-height: 44px;
    margin-bottom: 0px
}

@media(max-width: 1299px) {
    .blog-box .box-title {
        font-size: 28px;
        line-height: 38px
    }
}

.blog-box .box-title a {
    color: inherit
}

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

.blog-box .blog-img img {
    width: 100%
}

.blog-box .blog-meta {
    margin: -0.3rem 0 18px 0
}

.blog-box .line-btn {
    text-transform: capitalize
}

.blog-box:hover .blog-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.blog-grid {
    border: 1px solid #dedfe3;
    border-radius: 24px;
    padding: 30px 32px
}

@media(max-width: 767px) {
    .blog-grid {
        padding: 25px
    }
}

.blog-grid.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media(max-width: 1500px) {
    .blog-grid.style2 {
        gap: 20px
    }
}

@media(max-width: 1399px) {
    .blog-grid.style2 {
        display: block
    }
}

.blog-grid.style2 .blog-img {
    min-width: 247px;
    height: 100%;
    border-radius: 16px;
    margin-top: 0
}

.blog-grid.style2 .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1399px) {
    .blog-grid.style2 .blog-img {
        width: 100%;
        min-width: 100%;
        height: 340px;
        margin-bottom: 13px
    }
}

.blog-grid.style2 .box-title {
    letter-spacing: .02em
}

.blog-grid.style2 .box-text {
    margin-bottom: 27px
}

.blog-grid .blog-img {
    border-radius: 16px;
    margin-top: 32px
}

.blog-grid .blog-img img {
    width: 100%;
    border-radius: 14px
}

.blog-grid .blog-meta {
    margin-bottom: 13px
}

.blog-grid .blog-meta i {
    color: var(--theme-color)
}

.blog-grid .box-title {
    letter-spacing: .02em;
    color: #010f1c;
    margin-bottom: 10px
}

@media(max-width: 1500px) {
    .blog-grid .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.blog-grid .box-text {
    font-size: 18px;
    border-bottom: 1px solid #dedfe3;
    margin-bottom: 32px;
    padding-bottom: 22px
}

.blog-grid .th-btn {
    font-size: 18px;
    padding: 13px 24px
}

.blog-item {
    position: relative;
    z-index: 2;
    --space: 24px
}

@media(max-width: 991px) {
    .blog-item {
        --space: 20px
    }
}

.blog-item .box-img {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.blog-item .box-img img {
    border-radius: 24px
}

.blog-item .box-content {
    position: absolute;
    bottom: var(--space);
    max-width: calc(100% - var(--space)*2);
    margin-left: var(--space);
    background: rgba(6, 5, 11, .5);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 16px;
    padding: 50px 30px;
    z-index: 3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1399px) {
    .blog-item .box-content {
        padding: 30px
    }
}

@media(max-width: 375px) {
    .blog-item .box-content {
        padding: 30px 20px
    }
}

.blog-item .blog-meta {
    margin: -0.3rem 0 30px 0
}

.blog-item .blog-meta a {
    padding: 5px 16px;
    border: 1px solid #fff;
    border-radius: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff
}

.blog-item .box-title {
    font-family: var(--title-font2);
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 0
}

@media(max-width: 575px) {
    .blog-item .box-title {
        font-size: 24px
    }
}

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

.blog-item .box-title a {
    color: inherit
}

.blogSlider4 {
    margin-right: -28% !important
}

@media(max-width: 1199px) {
    .blogSlider4 {
        margin-right: 0 !important
    }
}

.blog-card2 {
    position: relative;
    z-index: 2
}

.blog-card2 .box-img {
    position: relative;
    z-index: 2;
    -webkit-mask-image: url("../img/blog/blog-shape.png");
    mask-image: url("../img/blog/blog-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.blog-card2 .blog-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px
}

.blog-card2 .blog-meta .post-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color)
}

.blog-card2 .blog-meta .post-author-avatar img {
    border-radius: 50%
}

.blog-card2 .blog-meta .author {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0)
}

.blog-card2 .blog-meta .author img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-card2 .blog-meta a {
    margin: 0;
    border-color: rgba(19, 19, 19, .1);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--white-color);
    color: #5a5a59;
    padding: 6px 16px;
    height: 29px
}

@media(max-width: 375px) {
    .blog-card2 .blog-meta a {
        padding: 6px 10px
    }
}

.blog-card2 .box-content {
    position: relative;
    margin-top: -30px;
    max-width: 410px;
    z-index: 4
}

@media(max-width: 480px) {
    .blog-card2 .box-content {
        margin-top: 20px
    }
}

.blog-card2 .box-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #131313;
    margin-bottom: 5px
}

.blog-card2 .box-text {
    margin-bottom: 0
}

.wp-single-full .blog-img {
    border-radius: 24px
}

.wp-single-full .blog-img img {
    border-radius: 24px
}

.brand-title {
    font-size: 32px;
    margin-bottom: 25px
}

.brand-card {
    border: 1px solid #dedfe3;
    border-radius: 16px;
    text-align: center
}

.brand-sec3 {
    position: relative;
    margin: -60px 100px 0 0;
    clip-path: path("M100 0H1820V200H0L100 0Z");
    z-index: 2
}

.brand-sec3 .container {
    --main-container: 1570px
}

@media(min-width: 1930px) {
    .brand-sec3 {
        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 {
        clip-path: none
    }
}

.brand-item.style2 img {
    -webkit-filter: brightness(0.8) invert(0.3);
    filter: brightness(0.8) invert(0.3)
}

.brand-item.style2:hover img {
    -webkit-filter: none;
    filter: none
}

.brand-area {
    position: relative;
    background-color: #0c0e13;
    padding: 64px 0
}

.brand-item2 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.brand-item2 img:hover {
    -webkit-filter: none;
    filter: none
}

.brandSlider4 {
    position: relative;
    z-index: 2;
    text-align: center
}

.brandSlider4:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.32%, rgba(6, 5, 11, 0.8)), color-stop(57.93%, rgba(82, 26, 111, 0)), color-stop(83.78%, rgba(6, 5, 11, 0.8)));
    background: linear-gradient(90deg, rgba(6, 5, 11, 0.8) 17.32%, rgba(82, 26, 111, 0) 57.93%, rgba(6, 5, 11, 0.8) 83.78%);
    z-index: 2
}

@media(max-width: 1199px) {
    .brandSlider4:before {
        display: none
    }
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0
}

.checklist li {
    /* color: var(--title-color); */
    color: white !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    gap: 10px;
    /* font-family: var(--title-font); */
    font-weight: 400;
    font-size: 16px;
    /* color: var(--title-color); */
    padding-left: 40px;
}

.about-checklist-dd li {
    /* color: var(--title-color); */
    color: white !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    gap: 10px;
    /* font-family: var(--title-font); */
    font-weight: 400;
    font-size: 16px;
    /* color: var(--title-color); */
    padding-left: 40px;
}

.checklist-dd li {
    display: block !important;
}

.checklist li ol li {
    display: list-item !important;
    padding-left: 2px !important;
}

.checklist li ol li:before {
    display: none !important;
}

.checklist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url("../img/icon-new/checked-02.svg") no-repeat center;
    background-size: contain;
}

.about-checklist-dd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url("../img/icon-new/checked-02.svg") no-repeat center;
    background-size: contain;
}


.checklist li:not(:last-child) {
    margin-bottom: 5px
}

@media(max-width: 575px) {
    .checklist li {
        font-size: 16px
    }
}

.checklist li>i {
    font-size: 16px;
    color: var(--title-color)
}

.checklist.style2 li {
    font-weight: 400;
    font-size: 32px;
    color: #06050b;
    padding-left: 40px
}

@media(max-width: 1399px) {
    .checklist.style2 li {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .checklist.style2 li {
        font-size: 18px
    }
}

.checklist.style2 li:before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 2.62295C19.6907 1.43176 17.3 0.75 14.75 0.75C7.01801 0.75 0.75 7.01801 0.75 14.75C0.75 22.4819 7.01801 28.75 14.75 28.75C22.4819 28.75 28.75 22.4819 28.75 14.75C28.75 13.7911 28.6535 12.8547 28.47 11.95' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.1499 15.4492C9.1499 15.4492 11.2499 15.4492 14.0499 20.3492C14.0499 20.3492 21.8322 7.51588 28.7499 4.94922' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist.style2 li:not(:last-child) {
    margin-bottom: 32px
}

.checklist.style3 li {
    font-weight: 400;
    font-size: 16px;
    padding-left: 35px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checklist.style3 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='%237B5DFF' 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='%237B5DFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist.style4 {
    padding: 0
}

.checklist.style4 li {
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)
}

.checklist.style4 li::before {
    display: none
}

.checklist.style5 {
    padding: 0
}

.checklist.style5 li {
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.checklist.style5 li:before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 1.82026C11.5733 1.13958 10.2071 0.75 8.75 0.75C4.33172 0.75 0.75 4.33172 0.75 8.75C0.75 13.1682 4.33172 16.75 8.75 16.75C13.1682 16.75 16.75 13.1682 16.75 8.75C16.75 8.20208 16.6949 7.66696 16.59 7.15' stroke='%2306050B' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.55005 9.15039C5.55005 9.15039 6.75005 9.15039 8.35005 11.9504C8.35005 11.9504 12.7971 4.61705 16.75 3.15039' stroke='%2306050B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin-right: 10px
}

.checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    width: 755px;
}

.about-checklist-dd.list-two-column ul {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 16px 20px;
    /* width: 755px; */
}

@media(max-width: 767px) {
    .checklist.list-two-column ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 1299px) {
    .checklist.list-two-column ul li {
        font-size: 16px
    }
}

.checklist.list-two-column ul li:not(:last-child) {
    margin-bottom: 0px
}

.checklist.list-three-column ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 12px
}

@media(max-width: 1299px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .checklist.list-three-column ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width: 1199px) {
    .checklist.mb-40 {
        margin-bottom: 32px
    }
}

@media(max-width: 1199px) {
    .checklist.mb-45 {
        margin-bottom: 35px
    }
}

.two-column {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 700px
}

@media(max-width: 575px) {
    .two-column {
        display: block
    }
}

.two-column .checklist.style6:not(:last-child) {
    margin-bottom: 30px
}

.two-column:has(.checklist.style6) {
    gap: 30px
}

.bg-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%
}

.bg-img img {
    width: 100%;
    height: 100%
}

.th-video {
    position: relative;
    border-radius: 5px
}

.th-video img {
    border-radius: inherit
}

.th-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

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

.icon-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 30px
}

.video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    text-transform: uppercase;
    line-height: 1.6
}

.video-btn .play-btn {
    --icon-size: 50px;
    margin-right: 15px
}

.video-btn .play-btn>i {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding-right: .1em
}

.video-btn .play-btn:before {
    background-color: var(--theme-color)
}

.video-btn .small-text {
    font-size: 10px;
    text-decoration: underline;
    display: block
}

.video-btn .big-text {
    font-size: 14px;
    font-weight: 500
}

@media(max-width: 1199px) {
    p.mb-40 {
        margin-bottom: 35px
    }

    p.mb-45 {
        margin-bottom: 38px
    }
}

.th-anim {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.th-anim img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.rounded {
    border-radius: 16px !important
}

.text-body {
    color: rgba(92, 95, 113, .9) !important
}

.mouse-pointer {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    transition-timing-function: cubic-bezier(0.19, 0.94, 0.336, 1);
    border-radius: 50%;
    background: var(--theme-color);
    overflow: hidden
}

.mouse-pointer:before {
    content: "";
    inset: 3px;
    position: absolute;
    background: var(--white-color);
    border-radius: inherit;
    border: 1px solid var(--theme-color)
}

.mouse-pointer .icon {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(0.225, 1, 0.316, 0.99);
    transition: .4s cubic-bezier(0.225, 1, 0.316, 0.99)
}

.mouse-pointer .icon i {
    margin: 0px 3px
}

.mouse-pointer.large {
    display: none
}

.mouse-pointer.small {
    width: 25px;
    height: 25px
}

.mouse-pointer.right {
    width: 50px;
    height: 50px
}

.mouse-pointer.right.large .icon {
    opacity: 0
}

.mouse-pointer.right.large {
    background: rgba(0, 0, 0, 0) !important
}

.mouse-pointer.zoom,
.mouse-pointer.open {
    width: 80px;
    height: 80px
}

.mouse-pointer .icon i {
    margin: 0px 3px
}

.mouse-pointer.right .icon {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.touch .mouse-pointer {
    display: none
}

.mouse-pointer.transparent {
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.anim-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.anim-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    display: block
}

.img-anim {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.img-anim img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0
}

.img-anim canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.th-clip-anim {
    width: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative
}

.th-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%
}

.th-clip-anim .th-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%
}

.cursor-outer {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--theme-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 1;
    -webkit-transition: all .43s ease-out 0s;
    transition: all .43s ease-out 0s;
    mix-blend-mode: difference
}

.cursor-outer.cursor-hover {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    mix-blend-mode: difference;
    opacity: 1
}

.cursor-outer.cursor-big {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    background-color: var(--white-color);
    mix-blend-mode: difference
}

.cursor-outer.cursor-big.drag-cursor {
    opacity: 1;
    cursor: auto !important
}

.cursor-outer.cursor-big.view-cursor {
    opacity: 1
}

.cursor-outer.cursor-hover.drag-cursor {
    opacity: 1
}

.cursor-outer.cursor-hover.view-cursor {
    opacity: 1
}

.cursor-outer.drag-cursor {
    opacity: 0
}

.cursor-outer.view-cursor {
    opacity: 0
}

.cursor-outer.not-cursor-outer {
    opacity: 0
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center
}

.cursor-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme-color);
    opacity: 1;
    -webkit-transition: all .26s ease-out 0s;
    transition: all .26s ease-out 0s;
    mix-blend-mode: difference
}

.cursor-inner.cursor-big {
    opacity: 0
}

.cursor-inner.cursor-hover {
    opacity: 0
}

.cursor-inner span {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-left: -80px;
    margin-top: -80px;
    background-color: var(--theme-color);
    color: var(--title-color);
    line-height: 1;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    letter-spacing: 1px;
    mix-blend-mode: difference !important;
    text-align: center
}

.cursor-inner span i {
    font-size: 24px;
    margin-bottom: -8px
}

.cursor-inner.view-cursor {
    margin-top: -60px
}

.cursor-inner.not-cursor-outer {
    opacity: 0
}

.draggable-cursor {
    cursor: -webkit-grab !important;
    cursor: grab !important
}

.viewable-cursor {
    cursor: pointer !important
}

.drag-cursor .drag {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.view-cursor .view {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cursor-none .cursor-inner,
.cursor-none .cursor-outer {
    opacity: 0
}

.award-wrapp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 550px
}

@media(max-width: 575px) {
    .award-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.award-wrapp.style2 {
    max-width: 1153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 363px
}

@media(max-width: 767px) {
    .award-wrapp.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.award-item {
    background: #fff9eb;
    border: 1px solid #ffc183;
    border-radius: 50px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    padding: 40px 20px 20px 30px;
    width: 550px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 575px) {
    .award-item {
        width: 100%;
        height: 100%
    }
}

.award-item.style2 {
    width: 312px;
    height: 220px;
    border-radius: 16px;
    padding: 40px;
    background: #3d3e42;
    border: none
}

@media(max-width: 767px) {
    .award-item.style2 {
        width: 100%;
        height: 100%
    }
}

.award-item.style2 .box-title {
    font-family: var(--title-font2);

}

.award-item.style2:nth-child(2) {
    background: #3c3d40;
    border: none;
    margin-left: -7%;
    -webkit-filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1));
    filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1))
}

.award-item.style2:nth-child(3) {
    background: #3c3d40;
    border: none;
    border-radius: 16px;
    margin-left: -6%;
    -webkit-filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1));
    filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1))
}

.award-item.style2:nth-child(4) {
    background: #3c3d40;
    border: none;
    border-radius: 16px;
    margin-left: -4%;
    -webkit-filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1));
    filter: drop-shadow(0px 20px 50px rgba(11, 11, 11, 0.1))
}

.award-item:nth-child(2) {
    background: #fffafd;
    border: 1px solid #ff78c9;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-left: -15%
}

@media(max-width: 575px) {
    .award-item:nth-child(2) {
        margin-left: 0
    }
}

.award-item:nth-child(3) {
    background: #f0f3fe;
    border: 1px solid #456ff8;
    border-radius: 50px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-left: -15%
}

@media(max-width: 575px) {
    .award-item:nth-child(3) {
        margin-left: 0
    }
}

.award-item:nth-child(4) {
    background: #f3fffc;
    border: 1px solid #5dffd9;
    border-radius: 50px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-left: -15%
}

@media(max-width: 575px) {
    .award-item:nth-child(4) {
        margin-left: 0
    }
}

.award-item .box-title {
    font-size: 25px;
    font-weight: 600
}

@media(max-width: 991px) {
    .award-item .box-title {
        font-size: 18px
    }
}

.award-item .box-title .number {
    margin-right: 10px
}

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

.award-item .box-content .year {
    color: var(--title-color);
    font-size: 18px
}

.award-item .box-content .box-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.video-area {
    position: relative;
    z-index: 2;
    background-color: #0000004d;
    padding-bottom: 71px;
    background-blend-mode: multiply;
    background-size: 100%;
}

.video-area.style2 .video-thumb-img {
    left: 0
}

@media(max-width: 1799px) {
    .video-area.style2 .video-thumb-img {
        left: -30px
    }
}

.video-area.style2 .video-thumb-img2 {
    right: 0
}

@media(max-width: 1799px) {
    .video-area.style2 .video-thumb-img2 {
        right: -30px
    }
}

.video-area .video-thumb-img {
    position: absolute;
    top: 0%;
    left: 10%;
    height: 100%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: -1;
    border-radius: 16px;
    will-change: transform
}

@media(max-width: 991px) {
    .video-area .video-thumb-img {
        display: none
    }
}

.video-area .video-thumb-img img {
    border-radius: 16px
}

.video-area .video-thumb-img2 {
    position: absolute;
    top: 0%;
    right: 10%;
    height: 100%;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: -1;
    border-radius: 16px
}

@media(max-width: 991px) {
    .video-area .video-thumb-img2 {
        display: none
    }
}

.video-area .video-thumb-img2 img {
    border-radius: 16px
}

.video-thumb-img {
    text-align: center;
    position: relative;
    z-index: 2
}

.video-thumb-img .video-trigger-thumb {
    position: relative;
    border-radius: 324px;
    width: 424px;
    height: 960px;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: bottom center;
    top: 0;
    display: inline-block
}

.video-thumb-img .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-title-area {
    position: absolute;
    top: 50%;
    max-width: 610px
}

.video-area2 {
    position: relative;
    min-height: 920px;
    background-attachment: fixed
}

.video-area2 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.video-area2 .play-btn:before,
.video-area2 .play-btn:after {
    display: none
}

.video-area2 .play-btn .animation {
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 2px solid #fff;
    border-right: 2px solid hsla(0, 0%, 100%, .3);
    border-bottom: 2px solid hsla(0, 0%, 100%, .3);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-animation: loading 1.8s infinite linear;
    animation: loading 1.8s infinite linear
}

.video-area2 .play-btn>i {
    --icon-size: 120px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 60px;
    font-size: 25px;
    color: var(--white-color)
}

.video-play-btn {
    position: relative;
    border: 0;
    width: 99px;
    height: 99px;
    line-height: 99px;
    -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: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    margin: 0 auto;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: var(--white-color)
}

.video-play-btn i {
    color: var(--title-color);
    font-size: 20px;
    background-color: var(--theme-color2);
    width: 71px;
    height: 71px;
    line-height: 71px;
    border-radius: 50%
}

.video-play-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: .3;
    transition: .3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    z-index: 2
}

.video-play-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: .3;
    transition: .3;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
    z-index: 2
}

.video-play-btn:hover i {
    color: var(--title-color)
}

.appointment-area {
    position: relative;
    z-index: 2
}

.appointment-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--smoke-color2);
    height: 265px;
    z-index: -1
}

.appointment-area .th-screen.th-visible {
    border-radius: 0;
    width: 100%
}

.appointment-area .appointment-wrapp {
    width: 1800px;
    max-width: 100%;
    height: 960px;
    margin: 0px auto 0;
    position: relative;
    border-radius: 32px;
    z-index: 1019;
    -webkit-transition: border-radius .2s, width 350ms ease;
    transition: border-radius .2s, width 350ms ease
}

.appointment-area .appointment-wrapp .icon-btn {
    z-index: 1;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    background: var(--white-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--title-color);
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    z-index: 3
}

.appointment-area .appointment-wrapp .icon-btn i {
    color: var(--title-color);
    z-index: 5
}

.appointment-area .appointment-wrapp .icon-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1
}

.appointment-area .appointment-wrapp .icon-btn:after {
    background-color: var(--theme-color);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.appointment-area .appointment-wrapp .card-view {
    position: absolute;
    left: 200%;
    top: 24%;
    width: 536px;
    height: 681px;
    background-color: var(--white-color);
    border-radius: 24px;
    z-index: 1;
    padding: 64px;
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
}

@media(max-width: 767px) {
    .appointment-area .appointment-wrapp .card-view {
        left: 80%;
        top: 84%;
        width: 400px;
        padding: 30px
    }
}

@media(max-width: 575px) {
    .appointment-area .appointment-wrapp .card-view {
        top: 100%;
        left: -5%;
        width: 370px
    }
}

@media(max-width: 375px) {
    .appointment-area .appointment-wrapp .card-view {
        width: 300px
    }
}

.appointment-area .appointment-wrapp .card-view .box-title {
    margin-top: 0;
    margin-bottom: 18px
}

.appointment-area .appointment-wrapp .card-view .times {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 48px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 40px
}

@media(max-width: 375px) {
    .appointment-area .appointment-wrapp .card-view .times {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.appointment-area .appointment-wrapp .card-view .times span {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #5e5e60
}

@media(max-width: 375px) {
    .appointment-area .appointment-wrapp .card-view .times span {
        font-size: 16px
    }
}

.appointment-area .appointment-wrapp .card-view .contact span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #5e5e60
}

@media(max-width: 375px) {
    .appointment-area .appointment-wrapp .card-view .contact span {
        font-size: 16px
    }
}

@media(max-width: 375px) {
    .appointment-area .appointment-wrapp .card-view .th-btn {
        padding: 16px 20px
    }
}

.appointment-area:hover .card-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.page-img.event-img {
    border-radius: 16px
}

.page-img.event-img img {
    border-radius: 16px
}

.work-item {
    background: #262626;
    border-radius: 16px;
    padding: 20px 30px;
    text-align: center
}

.work-item .day {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff
}

.work-item .time {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0
}

.video-box1 {
    width: 1320px;
    height: 1008px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 100% 100%
}

.video-box1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1500px) {
    .video-box1 {
        width: 100%
    }
}

@media(max-width: 1299px) {
    .video-box1 {
        height: 100vh
    }
}

@media(max-width: 991px) {
    .video-box1 {
        height: 100%;
        padding: 150px 0
    }
}

.bottom-text {
    max-width: 908px;
    display: block;
    margin: 60px auto auto
}

.bottom-text .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #f5f5f5;
    text-align: center
}

.timing-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    border-left: 2px solid #d4d4d4;
    margin-left: 40px
}

@media(max-width: 1199px) {
    .timing-tab {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        border-left: none;
        border-bottom: 2px solid #d4d4d4
    }
}

@media(max-width: 767px) {
    .timing-tab {
        grid-template-columns: repeat(4, 1fr);
        border: none;
        text-align: left;
        margin-left: 0
    }
}

@media(max-width: 375px) {
    .timing-tab {
        grid-template-columns: repeat(3, 1fr)
    }
}

.timing-tab .nav-link {
    position: relative;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #484848;
    z-index: 2
}

.timing-tab .nav-link:before {
    content: "";
    position: absolute;
    left: -3px;
    height: 0px;
    width: 4px;
    background-color: var(--title-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1199px) {
    .timing-tab .nav-link:before {
        height: 4px;
        width: 0;
        left: 0;
        bottom: -3px
    }
}

@media(max-width: 767px) {
    .timing-tab .nav-link:before {
        display: none
    }
}

.timing-tab .nav-link.active {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: var(--title-color)
}

@media(max-width: 375px) {
    .timing-tab .nav-link.active {
        font-size: 30px;
        line-height: 40px
    }
}

.timing-tab .nav-link.active:before {
    height: 61px
}

@media(max-width: 1199px) {
    .timing-tab .nav-link.active:before {
        height: 4px;
        width: 100%;
        left: 0;
        bottom: -3px
    }
}

.history-list {
    position: relative;
    height: 412px;
    border-radius: 48px;
    z-index: 2;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    cursor: pointer
}

@media(max-width: 767px) {
    .history-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 110px
    }
}

.history-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media(max-width: 767px) {
    .history-list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.history-list-wrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.history-list-wrap.active {
    -webkit-box-flex: 700%;
    -ms-flex: 700%;
    flex: 700%
}

@media(max-width: 1199px) {
    .history-list-wrap.active {
        max-width: 100%
    }
}

.history-list-wrap.active .history-list {
    border-radius: 24px
}

@media(max-width: 767px) {
    .history-list-wrap.active .history-list {
        max-height: 345px
    }
}

.history-list-wrap.active .icon-btn {
    opacity: 0;
    visibility: hidden
}

.history-list .icon-btn {
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: var(--white-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1199px) {
    .history-list .icon-btn {
        right: 10px
    }
}

@media(max-width: 991px) {
    .history-list .icon-btn {
        --btn-size: 36px
    }
}

@media(max-width: 767px) {
    .history-list .icon-btn {
        bottom: 15%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.integration-area3 {
    position: relative;
    z-index: 2
}

.integration-area3 .box-img {
    position: relative;
    max-width: 788px;
    display: block;
    margin: auto
}

.integration-area3 .logo {
    position: absolute;
    inset: 18px;
    max-width: 788px;
    display: block;
    margin: auto
}

.accordion-card {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
    padding: 0 12px;
    background-color: #f4f7ff;
    border-radius: 16px
}

.accordion-card:not(:last-child) {
    margin-bottom: 16px
}

.accordion-card .accordion-button {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 24px 12px 24px;
    min-height: 80px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block
}

@media(max-width: 375px) {
    .accordion-card .accordion-button {
        font-size: 16px;
        padding: 12px 44px 12px 14px
    }
}

.accordion-card .accordion-button:after {
    content: "+";
    height: 100%;
    width: auto;
    line-height: 1;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 48px;
    font-family: var(--icon-font);
    color: var(--title-color);
    font-weight: 700;
    font-size: 1em;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(max-width: 375px) {
    .accordion-card .accordion-button:after {
        width: 48px;
        height: 48px;
        right: 0
    }
}

.accordion-card .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-card .accordion-button .box-img {
    display: block;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #404040;
    margin-top: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion-card .accordion-button:not(.collapsed) .box-img {
    display: none;
    opacity: 0;
    visibility: hidden
}

.accordion-card .accordion-button:not(.collapsed):after {
    content: "";
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-card .accordion-body {
    border-radius: 0;
    background-color: #f4f7ff;
    border: none;
    padding: 0
}

.accordion-card .box-img2 {
    margin-bottom: 32px
}

.accordion-card .faq-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #484848;
    max-width: 655px;
    padding: 0 24px 24px 24px;
    margin-bottom: 0px
}

@media(max-width: 375px) {
    .accordion-card .faq-text {
        padding: 0 16px 24px 16px
    }
}

.accordion-card .th-btn {
    padding: 14px 30px
}

.accordion-card .th-btn:hover img {
    -webkit-filter: brightness(0.9) invert(1);
    filter: brightness(0.9) invert(1)
}

.accordion-card .faq-img {
    position: relative;
    height: 100%;
    z-index: 2
}

.accordion-card .faq-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.accordion-card .accordion-collapse {
    border: none
}

.accordion-card.style2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color)
}

.accordion-card.style2 .accordion-button {
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    padding: 12px 54px 12px 14px
}

.accordion-card.style2 .accordion-button:after {
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    color: #a3a3a3;
    right: 0px
}

.accordion-card.style2 .accordion-body {
    background-color: rgba(0, 0, 0, 0)
}

.accordion-card.style3 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d1e3de;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 2;
    border-radius: 24px
}

.accordion-card.style3:before {
    content: "";
    position: absolute;
    inset: 0;
    top: -5px;
    left: -5px;
    background-image: url("../img/shape/faq-shape.png");
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion-card.style3 .accordion-button {
    min-height: 72px
}

.accordion-card.style3 .accordion-button:after {
    top: 25px;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0)
}

.accordion-card.style3 .accordion-body {
    background-color: rgba(0, 0, 0, 0)
}

.accordion-card.style3:hover {
    background-color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.accordion-card.style3:hover:before {
    opacity: 1;
    visibility: visible
}

.accordion-card.style4 {
    background-color: var(--white-color)
}

.accordion-card.style4 .accordion-button:after {
    background-color: #f4f7ff
}

.accordion-card.style4 .accordion-body {
    background-color: var(--white-color)
}

.accordion-card.style5 {
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 2;
    border: none;
    border-radius: 24px
}

.accordion-card.style5:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #0c0e13;
    border-radius: inherit;
    z-index: -1
}

.accordion-card.style5:after {
    content: "";
    position: absolute;
    inset: 0;
    top: -5px;
    left: -5px;
    /* background-image: url("../img/shape/faq-shape2n.png"); */
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1
}

.accordion-card.style5 .accordion-button {
    min-height: 72px;
    color: var(--white-color)
}

.accordion-card.style5 .accordion-button:after {
    color: var(--white-color);
    top: 25px;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0)
}

.accordion-card.style5 .accordion-body {
    background-color: rgba(0, 0, 0, 0)
}

.accordion-card.style5 .faq-text {
    max-width: 968px;
    color: var(--smoke-color)
}

.accordion-card.style5:hover {
    border: none
}

.accordion-card.style5:hover:after {
    opacity: 1;
    visibility: visible
}

.faq-question {
    padding: 24px 12px;
    background: #f4f7ff;
    border-radius: 8px;
    margin: 16px 0px 0 0px;
    text-align: center
}

.faq-question.style2 {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color)
}

.faq-question.style3 {
    background-color: var(--white-color)
}

.faq-question .box-title {
    font-size: 20px;
    margin-bottom: 0
}

.faq-question .box-text2 {
    margin-bottom: 0
}

.faq-card {
    /* background: linear-gradient(309.43deg, #013983 9.12%, #22ab374d 100%); */
    border: 1px solid #d4d4d4;
    /* display: flex; */
    height: 93%;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    align-items: center;
}

.faq-card .box-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 40px;
    text-transform: none;
    color: #ffffff;
    /* border-bottom: 1px solid #d4d4d4; */
    padding: 1px 13px 20px 12px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media(max-width: 1299px) {
    .faq-card .box-title {
        font-size: 20px;
        line-height: 30px
    }
}

.faq-card .box-content {
    background-color: #242228;
    padding: 19px 20px;
    border-radius: 0 0 24px 24px;
    height: auto;
    width: 100%;
    border-radius: 22px;
}

.faq-card .box-content .box-text {
    margin-bottom: 0;
    color: #d2d2d2;
}

.faq-card:hover {

    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 24px
}

.faq-card:hover .box-title {
    color: var(--white-color)
}



.faq-mail {
    color: #7b5dff
}

.faq-area3 {
    background-color: #edf5f3
}

.faq-area4 {
    background-color: #f4f7ff;
    border-radius: 48px 48px 0 0;
    margin: 0 40px
}

@media(max-width: 1500px) {
    .faq-area4 {
        margin: 0;
        border-radius: 0
    }
}

.cta-area {
    position: relative;
    z-index: 2
}

.cta-thumb3-1 {
    text-align: center;
    position: relative
}

.cta-trigger-thumb {
    position: relative;
    width: 424px;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    display: inline-block;
    height: 100%
}

@media(max-width: 1299px) {
    .cta-trigger-thumb {
        height: 900px !important
    }
}

.cta-card-wrapp {
    max-width: 568px;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    bottom: 83px;
    -webkit-transform: translateX(-50%) scale(0) translateY(100%);
    transform: translateX(-50%) scale(0) translateY(100%);
    opacity: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    will-change: transform, opacity;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    z-index: 10
}

.cta-card-wrapp .box-img {
    position: relative;
    z-index: 2;
    max-width: 568px;
    height: 220px;
    border: 24px solid #fff;
    border-radius: 16px 16px 0 0;
    margin-bottom: -3px
}

.cta-card-wrapp .box-content {
    background: #fff;
    padding: 24px 48px 40px;
    border-radius: 0 0 16px 16px
}

@media(max-width: 375px) {
    .cta-card-wrapp .box-content {
        padding: 20px 20px 30px
    }
}

.cta-card-wrapp .box-text {
    max-width: 472px;
    display: block;
    margin: auto;
    margin-bottom: 35px
}

.cta-card-wrapp .cta-logo {
    margin-bottom: 24px
}

.cta-card-wrapp .th-btn {
    padding: 20px 40px;
    min-width: 250px
}

@media(max-width: 525px) {
    .cta-card-wrapp {
        left: 50%;
        bottom: 40px;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        opacity: 1
    }

    .cta-trigger-thumb {
        width: 100%
    }
}

.cta-area2 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden
}

.cta-area2.style2:before {
    display: none
}

.cta-area2.style2:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/bg/cta-shape.png");
    z-index: -1
}

@media(max-width: 767px) {
    .cta-area2 {
        padding: 0 20px
    }

    .cta-area2 .th-btn.th-border {
        padding: 20px 30px 20px 30px
    }
}

.cta-area2 .box-text {
    /* max-width: 632px; */
    color: var(--white-color);
    font-size: 16px;
    display: block;
    margin: auto auto 30px auto
}

@media(max-width: 767px) {
    .cta-area2 .box-text {
        font-size: 18px
    }
}

.cta-area2 .th-btn.th-border {
    color: var(--white-color)
}

.cta-area2 .th-btn.th-border:hover {
    color: var(--title-color)
}

.cta-area2.style2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 5, 11, .7);
    z-index: -1
}

.cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 24px;
    /* margin-top: 45px */
}

@media(max-width: 991px) {
    .cta-list {
        display: grid;
        grid-template-columns: auto auto
    }
}

@media(max-width: 480px) {
    .cta-list {
        grid-template-columns: auto
    }
}

.cta-list li {
    color: var(--white-color);
    list-style: none
}

.cta-list li i {
    color: var(--theme-color2);
    margin-right: 8px
}

.cta-button {
    text-align: right
}

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

.sec-text3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    max-width: 1017px;
    display: block;
    margin: auto;
    text-align: center;
    color: var(--white-color)
}

.call-1 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: .02em;
    color: var(--white-color)
}

.call-1 i {
    color: var(--theme-color)
}

.call-1 a {
    color: inherit
}

.newsletter-form {
    position: relative;
    min-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: auto
}

@media(max-width: 1199px) {
    .newsletter-form {
        max-width: 525px
    }
}

@media(max-width: 767px) {
    .newsletter-form {
        display: block;
        max-width: 100%;
        min-width: 100%
    }
}

.newsletter-form .form-control {
    border: 1px solid var(--white-color);
    border-radius: 100px;
    min-height: 80px;
    font-weight: 400;
    font-size: 16px;
    padding-right: 200px
}

.newsletter-form .form-control::-moz-placeholder {
    color: var(--white-color)
}

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

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

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

.newsletter-form .form-control::placeholder {
    color: var(--white-color)
}

.newsletter-form .form-control:focus {
    color: var(--white-color)
}

@media(max-width: 767px) {
    .newsletter-form .form-control {
        padding-right: 50px
    }
}

.newsletter-form .th-btn {
    min-width: 130px;
    padding: 16px 24px;
    border-radius: 100px;
    position: absolute;
    top: 16px;
    right: 16px
}

@media(max-width: 767px) {
    .newsletter-form .th-btn {
        position: relative;
        right: 0;
        top: 10px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 19px 24px
    }
}

.download-area {
    background-color: var(--title-color);
    margin: 0 20px;
    border-radius: 24px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.download-img-wrapp {
    position: relative;
    z-index: 2
}

.download-image {
    text-align: center
}

.download-image.style1 {
    margin-bottom: -30px
}

.download-image.style1 img {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1))
}

.download-image.style2 {
    margin-bottom: -40px
}

.download-image.style2 img {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2))
}

.download-image.style3 {
    margin-bottom: -30px
}

.download-image.style3 img {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3))
}

.download-image img {
    /* -webkit-box-reflect: below 0px linear-gradient(to bottom, transparent, rgba(102, 222, 148, 0.4)); */
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px)
}

.integration-card {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    z-index: 8;
    position: relative;
    padding: 34px 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 245px;
}

@media(max-width: 1299px) {
    .integration-card {
        margin-bottom: 0
    }
}

.integration-card_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.integration-card .box-icon {
    width: 60px;
    height: 60px;
    line-height: 48px;
    -webkit-filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px
}

.integration-card .box-icon img {
    border-radius: 8px
}

.integration-card .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px
}

.integration-card .box-title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 1399px) {
    .integration-card .box-title {
        font-size: 20px
    }
}

.integration-card .box-text {
    font-family: var(--title-font);
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0
}

.integration-card:hover {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    /* -webkit-transform: rotate(-17.38deg); */
    /* transform: rotate(-17.38deg); */
    margin-bottom: 20px;
    margin-top: -20px;
    z-index: 8;
}

.integration-card2 {
    position: relative;
    background: rgba(22, 20, 27, .5);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px 24px 0px 0px;
    padding: 30px 20px 13px 20px;
    text-align: center;
    z-index: 2;
    border-bottom: 2px solid var(--theme-color);
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.integration-card2 .number {
    font-weight: 600;
    font-size: 64px;
    color: #484848;
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: -1
}

.integration-card2 .box-title {
    font-family: var(--title-font2);
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 0
}

@media(max-width: 1299px) {
    .integration-card2 .box-title {
        font-size: 24px
    }
}

.integration-card2 .box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #d4d4d4;
    margin-top: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.download-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px
}

@media(max-width: 1199px) {
    .download-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.download-image2 {
    text-align: right
}

.download-image2 img {
    margin-right: -70px
}

@media(max-width: 1299px) {
    .download-image2 img {
        margin-right: 0
    }
}

.software-area {
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 10px 50px 10px #e8e8e8;
    box-shadow: 0px 10px 50px 10px #e8e8e8;
    border-radius: 30px;
    overflow: hidden
}

.software-content {
    padding: 120px 0 120px 120px
}

@media(max-width: 1299px) {
    .software-content {
        padding: 80px 0 90px 40px
    }
}

@media(max-width: 991px) {
    .software-content {
        padding: 80px 40px 80px 40px
    }
}

@media(max-width: 575px) {
    .software-content {
        padding: 80px 20px 80px 20px
    }
}

.soft-image {
    height: 523px;
    margin-left: -37%
}

@media(max-width: 1199px) {
    .soft-image {
        margin-left: 0
    }
}

.soft-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta-play-btn {
    padding: 55px 0
}

@media(max-width: 767px) {
    .cta-play-btn {
        padding: 20px 0
    }
}

.cta-play-btn .discount-wrapp {
    width: 120px;
    height: 120px;
    background-image: url("../img/shape/circle-shape.html");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767px) {
    .cta-play-btn .discount-wrapp {
        display: block;
        margin: auto
    }
}

.cta-play-btn .discount-wrapp .play-btn {
    z-index: 3
}

.cta-play-btn .discount-wrapp .play-btn>i {
    --icon-size: 60px;
    font-size: 20px;
    background-color: #121212;
    border: 1px solid rgba(201, 243, 29, .14);
    color: var(--theme-color)
}

.cta-play-btn .discount-tag {
    color: var(--white-color);
    font-size: 10px;
    min-height: 120px;
    min-width: 120px;
    position: relative;
    z-index: 2
}

.cta-play-btn .discount-tag span {
    --rotate-letter: 8deg;
    min-height: 60px;
    position: absolute;
    min-width: 60px;
    text-transform: lowercase;
    left: 14px;
    top: -1px
}

.cta-title-area .sec-title {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    color: var(--white-color)
}

@media(max-width: 1199px) {
    .cta-title-area .sec-title {
        font-size: 44px;
        line-height: 54px
    }
}

@media(max-width: 767px) {
    .cta-title-area .sec-title {
        font-size: 34px;
        line-height: 44px
    }
}

@media(max-width: 575px) {
    .cta-title-area .sec-title {
        font-size: 25px;
        line-height: 35px
    }
}

.cta-wrapp {
    position: relative
}

.cta-wrapp .cta-shape1 {
    position: absolute;
    right: -29%;
    top: 20%;
    width: 644px;
    height: 644px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: .1
}

@media(max-width: 1500px) {
    .cta-wrapp .cta-shape1 {
        right: -21%
    }
}

.cta-wrapp .cta-shape2 {
    position: absolute;
    right: -22%;
    top: 28%;
    width: 586px;
    height: 586px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: .1
}

@media(max-width: 1500px) {
    .cta-wrapp .cta-shape2 {
        right: -21%
    }
}

.cta-wrapp .cta-shape3 {
    position: absolute;
    right: -16%;
    top: 36%;
    width: 526px;
    height: 526px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: .1
}

@media(max-width: 1500px) {
    .cta-wrapp .cta-shape3 {
        right: -15%
    }
}

.cta-image5 {
    position: relative;
    text-align: center;
    z-index: 2;
    min-width: 648px;
    height: 599px
}

@media(max-width: 767px) {
    .cta-image5 {
        min-width: 100%;
        height: 100%
    }
}

.cta-image5 img {
    margin-top: 15px
}

.cta-image5:before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: path("M0 139.68V549C0 576.614 22.3858 599 50 599H503.51C515.442 599 526.98 594.733 536.041 586.97L630.532 506.013C641.619 496.514 648 482.643 648 468.043V50C648 22.3858 625.614 0 598 0H162.491C151.167 0 140.178 3.84425 131.323 10.9035L18.8316 100.584C6.93147 110.071 0 124.461 0 139.68Z");
    background-color: var(--theme-color);
    z-index: -1
}

@media(max-width: 1199px) {
    .cta-image5:before {
        clip-path: none;
        border-radius: 30px
    }
}

.cta-hiring {
    position: absolute;
    top: 28px;
    right: 36px;
    width: 259px;
    height: 151px;
    padding: 40px 0px 40px 80px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

@media(max-width: 1299px) {
    .cta-hiring {
        right: 80px
    }
}

@media(max-width: 575px) {
    .cta-hiring {
        right: 10px
    }
}

.cta-hiring .box-subtitle {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color)
}

.cta-hiring .box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize
}

.th-experience {
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 30px rgba(11, 11, 11, .1);
    border-radius: 16px;
    padding: 45px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 16px
}

@media(max-width: 767px) {
    .th-experience {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .th-experience .box-icon {
        display: block;
        margin: auto
    }
}

.th-experience .experience-year {
    font-weight: 700;
    font-size: 84px;
    line-height: 84px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--title-color)
}

.th-experience .experience-text {
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
    margin-bottom: -0.3rem
}

@media(max-width: 1500px) {
    .th-experience .experience-text {
        font-size: 18px
    }
}

.th-experience:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.cta-area3 {
    position: relative;
    z-index: 2;
    border-radius: 24px
}

@media(max-width: 1299px) {
    .cta-area3 {
        padding: 0 30px 0 0
    }
}

@media(max-width: 991px) {
    .cta-area3 {
        padding: 0 30px;
        text-align: center
    }
}

.cta-area3 .cta-image {
    position: absolute;
    left: 200px;
    bottom: 0
}

@media(max-width: 1299px) {
    .cta-area3 .cta-image {
        left: 40px
    }
}

@media(max-width: 991px) {
    .cta-area3 .cta-image {
        position: relative;
        left: 0;
        text-align: center;
        margin-bottom: 30px
    }
}

.cta-area3 .title-area {
    max-width: 582px
}

@media(max-width: 991px) {
    .cta-area3 .title-area {
        max-width: 100%
    }
}

.cta-area3 .th-btn2 {
    padding: 29px 30px;
    height: 76px
}

.cta-area3 .th-btn2 img {
    margin-top: -5px;
    margin-left: 9px
}

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

.integration-area {
    position: relative;
    z-index: 2
}

.integration-area .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -40px
}

.integration-icon {
    position: relative;
    min-width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #ebf3ff;
    border-radius: 50%;
    z-index: 2
}

@media(max-width: 1199px) {
    .integration-icon {
        min-width: 150px;
        height: 150px;
        line-height: 150px
    }
}

@media(max-width: 991px) {
    .integration-icon {
        min-width: 120px;
        height: 120px;
        line-height: 120px
    }
}

.integration-icon:nth-child(1) {
    margin: -60px 0 0 60px
}

@media(max-width: 375px) {
    .integration-icon:nth-child(1) {
        margin: 0px 0 0 0px
    }
}

.integration-icon:nth-child(2) {
    margin: 0px 0 0 -40px;
    background-color: #effaff
}

@media(max-width: 375px) {
    .integration-icon:nth-child(2) {
        margin: 0px 0 0 0px
    }
}

.integration-icon:nth-child(3) {
    margin: -50px 0 0 -10px;
    background-color: #fff1ee
}

@media(max-width: 375px) {
    .integration-icon:nth-child(3) {
        margin: 0px 0 0 0px
    }
}

.integration-icon:nth-child(4) {
    margin: -30px -2px -30px -30px;
    background-color: #edf5f3
}

@media(max-width: 375px) {
    .integration-icon:nth-child(4) {
        margin: 0px 0 0 0px
    }
}

.integration-icon:nth-child(5) {
    margin: -60px 0 0 0px;
    background-color: #e8f1ff
}

.integration-icon:nth-child(6) {
    margin: 0px 0 0 0px;
    background-color: #fff2ed
}

.integration-icon:nth-child(7) {
    margin: 0px 0 0 0px;
    background-color: #e5feff
}

.integration-icon:nth-child(7) {
    margin: -60px 0 0 -50px;
    background-color: #e5feff
}

@media(max-width: 375px) {
    .integration-icon:nth-child(7) {
        margin: 0px 0 0 0px
    }
}

.integration-icon:nth-child(8) {
    margin: 0px 0 0 -50px;
    background-color: #f4f7ff
}

.integration-wrapp {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px
}

.integration-wrapp .integration-logo {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cta-area4 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 120px 151px
}

@media(max-width: 1399px) {
    .cta-area4 {
        padding: 120px 70px
    }
}

@media(max-width: 1299px) {
    .cta-area4 {
        padding: 120px 30px
    }
}

@media(max-width: 767px) {
    .cta-area4 {
        padding: 80px 20px
    }
}

.cta-area4 .box-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    max-width: 632px
}

.cta-area4 .cta-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cta-area4 .cta-image {
    position: absolute;
    bottom: 0px;
    right: 180px
}

@media(max-width: 1500px) {
    .cta-area4 .cta-image {
        right: 60px
    }
}

@media(max-width: 1399px) {
    .cta-area4 .cta-image {
        right: 60px
    }
}

@media(max-width: 1299px) {
    .cta-area4 .cta-image {
        right: 0px
    }
}

@media(max-width: 1199px) {
    .cta-area4 .cta-image {
        display: none
    }
}

.cta-area4 .cta-list {
    margin-top: 64px
}

.cta-wrapp {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    gap: 20px
}

@media(max-width: 1199px) {
    .cta-wrapp {
        grid-template-columns: auto auto auto auto
    }
}

@media(max-width: 767px) {
    .cta-wrapp {
        grid-template-columns: auto auto
    }
}

.cta-wrapp .cta-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 2
}

.cta-wrapp .cta-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(6, 5, 11, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cta-wrapp .cta-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cta-wrapp .cta-item:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cta-wrapp .cta-item:hover .icon {
    opacity: 1;
    visibility: visible
}

.cta-wrapp .cta-item img {
    width: 100%;
    display: block;
    border-radius: 16px
}

.cta-wrapp {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.cta-item {
    will-change: transform;
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease
}

.cta-item:hover {
    -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, .25);
    box-shadow: 0 40px 80px rgba(0, 0, 0, .25)
}

.cta-shape {
    position: absolute;
    top: 0;
    right: 50px
}

.slide-text {
    height: 60vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slide-text .title {
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.heading-xl {
    font-size: 120px;
    font-weight: 600;
    line-height: 1.1
}

.cta-area5 {
    position: relative;
    margin: 0 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 110px 0;
    z-index: 2
}

@media(max-width: 767px) {
    .cta-area5 {
        margin: 0;
        background-size: cover
    }
}

.cta-area5 .th-btn2 {
    padding: 24px 40px
}

.cta-area5 .cta-image {
    position: absolute;
    bottom: 0
}

@media(max-width: 991px) {
    .cta-area5 .cta-image {
        display: none
    }
}

.cta-area6 {
    background-color: #38373c;

}

.cta-wrapp2 {
    position: relative;
    z-index: 2;
    margin-top: -62px;
}

.cta-wrapp2 .cta-img1 {
    position: relative;
    text-align: center;
    -webkit-transform: rotate(-20.52deg);
    transform: rotate(-20.52deg);
    z-index: 2;
    margin-top: 30px
}

/* .cta-wrapp2 .cta-img1 img {
    background: #f4f7ff;
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px;
    -webkit-transform: rotate(-20.52deg);
    transform: rotate(-20.52deg)
} */

.cta-wrapp2 .cta-img2 {
    position: relative;
    -webkit-transform: rotate(8.19deg);
    transform: rotate(8.19deg);
    z-index: -1;
    margin-top: -100px
}

.cta-wrapp2 .cta-img2 img {
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px;
    -webkit-transform: rotate(8.19deg);
    transform: rotate(8.19deg)
}

.cta-wrapp2 .cta-img3 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(15.94deg);
    transform: rotate(15.94deg)
}

.cta-wrapp2 .cta-img3 img {
    background: #f4f7ff;
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px;
    -webkit-transform: rotate(15.94deg);
    transform: rotate(15.94deg)
}

.cta-area7 {
    margin: 0 40px;
    border-radius: 0 0 48px 48px
}

@media(max-width: 1500px) {
    .cta-area7 {
        margin: 0;
        border-radius: 0
    }
}

.cta-area7 .th-btn2 {
    border-radius: 8px;
    border: none
}

.cta-area10 {
    background-size: auto;
    background-position: bottom center
}

.cta-image2 {
    margin-left: -50px
}

@media(max-width: 575px) {
    .cta-image2 {
        margin-left: 0
    }
}

.service-area {
    background-color: #f5f5f5;
    border-radius: 32px;
    margin: 20px
}

@media(max-width: 1699px) {
    .service-area {
        margin: 0;
        border-radius: 0
    }
}

.service-area2 {
    border-radius: 32px;
    margin: 0 80px;
    height: 892px
}

@media(max-width: 1699px) {
    .service-area2 {
        margin: 0;
        border-radius: 0
    }
}

@media(max-width: 1500px) {
    .service-area2 {
        height: 100%
    }
}

.service-area3 {
    background-color: #edf5f3
}

.service-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 40px
}

@media(max-width: 1500px) {
    .service-card {
        padding: 30px 25px
    }
}

.service-card .box-icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 32px;
    z-index: 2
}

.service-card .box-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: inherit;
    background-color: var(--theme-color2);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all .5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1
}

.service-card .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-card .box-title {
    margin-bottom: 10px
}

.service-card .box-text {
    margin-bottom: -0.3rem
}

.service-card:hover .box-icon:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.service-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media(max-width: 767px) {
    .service-card.style2 {
        text-align: center
    }
}

.service-card.style2 .box-icon {
    z-index: 2
}

@media(max-width: 767px) {
    .service-card.style2 .box-icon {
        display: block;
        margin: auto auto 30px auto
    }
}

.service-card.style2 .box-icon img {
    padding: 13px
}

.service-card.style2 .box-icon:before {
    display: none
}

.serviceSlider {
    position: relative;
    margin-right: -23% !important
}

@media(max-width: 1699px) {
    .serviceSlider {
        margin-right: -25% !important
    }
}

@media(max-width: 1399px) {
    .serviceSlider {
        margin-right: 0 !important
    }
}

.serviceSlider .icon-box {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .serviceSlider .icon-box {
        display: none
    }
}

.service-box {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 16px 40px 16px 16px
}

@media(max-width: 767px) {
    .service-box {
        margin-top: 50px;
        padding: 16px
    }
}

.service-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../img/shape/ser-shape.png");
    mask-image: url("../img/shape/ser-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .07);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .07);
    mask-repeat: no-repeat;
    border-radius: inherit;
    z-index: -1
}

@media(max-width: 767px) {
    .service-box:before {
        -webkit-mask-image: none;
        mask-image: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.service-box .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

@media(max-width: 767px) {
    .service-box .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-box .box-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 34px
}

.service-box .box-img {
    min-width: 264px;
    border-radius: 16px
}

@media(max-width: 767px) {
    .service-box .box-img {
        min-width: 100%;
        height: 400px
    }
}

.service-box .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.service-box .box-title {
    margin-bottom: 10px
}

.service-box .box-text {
    font-size: 18px;
    margin-bottom: 35px
}

.service-box .icon-btn {
    position: absolute;
    right: 0;
    bottom: 7px;
    background-color: var(--white-color);
    border-color: var(--white-color)
}

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

.service-box.style2:before {
    -webkit-mask-image: url("../img/shape/ser-shape2.png");
    mask-image: url("../img/shape/ser-shape2.png")
}

@media(max-width: 991px) {
    .service-box.style2:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.service-box.style2 .sub-title {
    padding: 6px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #000
}

.service-box.style2 .sub-title:before {
    display: none
}

.service-box.style2 .box-title {
    font-size: 28px;
    font-weight: 500
}

.service-box.style2 .icon-btn {
    right: 40px
}

.service-box2 {
    position: relative;
    z-index: 2;
    background: #f4f7ff;
    border-radius: 16px;
    padding: 44px 40px
}

@media(max-width: 1299px) {
    .service-box2 {
        padding: 35px 25px
    }
}

.service-box2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/shape/service-shape.png");
    background-repeat: no-repeat;
    border-radius: inherit;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.service-box2 .box-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    border-radius: 10px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2
}

.service-box2 .box-icon:before {
    content: "";
    position: absolute;
    inset: 10px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1
}

.service-box2 .box-title {
    margin-bottom: 10px
}

@media(max-width: 1299px) {
    .service-box2 .box-title {
        font-size: 20px
    }
}

.service-box2 .box-text {
    margin-bottom: 35px
}

.service-box2 .icon-btn {
    position: absolute;
    right: 0;
    bottom: 7px;
    background-color: var(--white-color);
    border-color: var(--white-color)
}

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

.service-box2:hover:before {
    opacity: 1;
    visibility: visible
}

.serviceSlider9 {
    position: relative;
    margin-right: -52% !important
}

@media(max-width: 1599px) {
    .serviceSlider9 {
        margin-right: -40% !important
    }
}

@media(max-width: 1399px) {
    .serviceSlider9 {
        margin-right: 0 !important
    }
}

.serviceSlider9 .icon-box {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .serviceSlider9 .icon-box {
        display: none
    }
}

.service-list-area {
    position: relative;
    z-index: 2;
    min-height: 953px
}

.service-list-area.style2 {
    min-height: 483px;
    margin-top: 50px
}

@media(max-width: 1299px) {
    .service-list-area.style2 {
        min-height: 500px
    }
}

@media(max-width: 1199px) {
    .service-list-area.style2 {
        min-height: 800px
    }
}

@media(max-width: 1299px) {
    .service-list-area {
        margin-top: 50px
    }
}

@media(max-width: 991px) {
    .service-list-area {
        margin-bottom: 70px
    }
}

.service-list.style2 .service-list-content {
    max-width: 648px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #d4d4d4
}

@media(max-width: 1299px) {
    .service-list.style2 .service-list-content {
        max-width: 560px
    }
}

.service-list.style2 .service-img {
    left: unset;
    right: 0%;
    max-width: 536px;
    height: 438px;
    border-radius: 24px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

@media(max-width: 1299px) {
    .service-list.style2 .service-img {
        position: absolute;
        top: 0%
    }
}

@media(max-width: 1199px) {
    .service-list.style2 .service-img {
        top: 50%
    }
}

@media(max-width: 375px) {
    .service-list.style2 .service-img {
        top: 55%
    }
}

.service-list.style2 .service-img img {
    max-width: 536px;
    height: 438px;
    border-radius: 24px
}

@media(max-width: 480px) {
    .service-list.style2 .service-img img {
        max-width: 370px;
        height: 370px
    }
}

@media(max-width: 375px) {
    .service-list.style2 .service-img img {
        max-width: 300px;
        height: 300px
    }
}

.service-list.style2 .number {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #a3a3a3
}

@media(max-width: 1299px) {
    .service-list.style2 .number {
        font-size: 25px
    }
}

@media(max-width: 575px) {
    .service-list.style2 .number {
        font-size: 22px
    }
}

@media(max-width: 375px) {
    .service-list.style2 .number {
        font-size: 20px
    }
}

.service-list.style2 .box-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #a3a3a3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1299px) {
    .service-list.style2 .box-title {
        font-size: 25px;
        line-height: 35px
    }
}

@media(max-width: 575px) {
    .service-list.style2 .box-title {
        font-size: 22px;
        line-height: 32px
    }
}

@media(max-width: 375px) {
    .service-list.style2 .box-title {
        font-size: 20px;
        line-height: 30px
    }
}

.service-list.style2 .box-text {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-list.style2.item-active .service-img {
    height: 417px
}

.service-list.style2.item-active .service-img2 {
    height: 417px
}

.service-list.style2.item-active .service-list-content .box-title {
    color: var(--title-color)
}

.service-list.style2.item-active .service-list-content .box-text {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.service-list.style3 .service-list-content {
    max-width: 540px
}

.service-list.style3 .box-title {
    text-transform: uppercase
}

.service-list.style3 .service-img {
    border-radius: 16px
}

.service-list.style3 .service-img img {
    border-radius: 16px
}

.service-list.style3 .service-img2 {
    border-radius: 16px
}

.service-list.style3 .service-img2 img {
    border-radius: 16px
}

.service-list .service-list-content {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-bottom: 28px;
    margin-right: 200px
}

@media(max-width: 1500px) {
    .service-list .service-list-content {
        margin-right: 100px
    }
}

@media(max-width: 1399px) {
    .service-list .service-list-content {
        margin-right: 0
    }
}

@media(max-width: 1199px) {
    .service-list .service-list-content {
        max-width: 360px
    }
}

@media(max-width: 991px) {
    .service-list .service-list-content {
        margin-left: 0;
        max-width: 100%
    }
}

.service-list .service-img {
    max-width: 798px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1399px) {
    .service-list .service-img {
        max-width: 600px
    }
}

.service-list .service-img img {
    width: 798px;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1399px) {
    .service-list .service-img {
        max-width: 600px
    }
}

@media(max-width: 1199px) {
    .service-list .service-img {
        max-width: 530px
    }
}

@media(max-width: 991px) {
    .service-list .service-img {
        position: absolute;
        top: 35%;
        max-width: 100%;
        border: 0;
        padding: 0
    }
}

.service-list .service-img2 {
    max-width: 524px;
    position: absolute;
    bottom: 0;
    right: 13%;
    opacity: 0;
    height: 0;
    visibility: hidden
}

@media(max-width: 1500px) {
    .service-list .service-img2 {
        right: 4%
    }
}

@media(max-width: 1399px) {
    .service-list .service-img2 {
        right: 0%
    }
}

@media(max-width: 1299px) {
    .service-list .service-img2 {
        max-width: 450px
    }
}

@media(max-width: 991px) {
    .service-list .service-img2 {
        display: none
    }
}

.service-list .box-title {
    font-weight: 700;
    font-size: 40px;
    color: #999
}

.service-list .box-title a {
    color: inherit
}

@media(max-width: 1199px) {
    .service-list .box-title {
        font-size: 30px
    }
}

@media(max-width: 991px) {
    .service-list .box-title {
        font-size: 24px
    }
}

.service-list .service-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.service-list.item-active .box-title {
    color: var(--title-color)
}

.service-list.item-active .number {
    color: var(--title-color)
}

.service-list.item-active .service-img {
    height: 700px;
    opacity: 1;
    visibility: visible
}

.service-list.item-active .service-img2 {
    height: 524px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 1299px) {
    .service-list.item-active .service-img2 {
        height: 450px
    }
}

.service-list:hover .box-title {
    color: var(--title-color)
}

.service-list:hover .number {
    color: var(--title-color)
}

.service-list:hover:before {
    height: 100%
}

.service-list:hover:before,
.service-list:hover:after {
    opacity: 1;
    visibility: visible
}

.service-grid {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #18161d;
    border-radius: 24px;
    padding: 24px 24px 48px 24px
}

.service-grid .box-img {
    border-radius: 16px;
    margin-bottom: 40px
}

.service-grid .box-img img {
    border-radius: 16px
}

.service-grid .box-title {
    font-weight: 600;
    font-size: 32px;
    color: var(--white-color)
}

@media(max-width: 1299px) {
    .service-grid .box-title {
        font-size: 28px
    }
}

@media(max-width: 991px) {
    .service-grid .box-title {
        font-size: 24px
    }
}

.service-grid .box-text {
    color: var(--white-color);
    margin-bottom: 0
}

.service-grid2 {
    position: relative;
    z-index: 2;
    text-align: center;
    background: var(--white-color);
    border-radius: 24px;
    padding: 70px 38px
}

@media(max-width: 1500px) {
    .service-grid2 {
        padding: 40px 20px
    }
}

.service-grid2 .box-icon {
    margin-bottom: 20px
}

.service-grid2 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-grid2 .box-title {
    font-weight: 400;
    font-size: 32px
}

@media(max-width: 1399px) {
    .service-grid2 .box-title {
        font-size: 28px
    }
}

@media(max-width: 991px) {
    .service-grid2 .box-title {
        font-size: 24px
    }
}

.service-grid2 .box-text {
    font-size: 18px;
    margin-bottom: 40px
}

.service-grid2 .th-btn3 {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--smoke-color);
    color: var(--title-color);
    padding: 15px 50px 15px 20px;
    border-radius: 8px
}

.service-grid2 .th-btn3 .icon {
    width: 40px;
    height: 40px;
    background: #f4f7ff;
    border-radius: 8px
}

.service-grid2 .th-btn3:hover {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    color: var(--white-color)
}

.service-grid2 .th-btn3:hover .icon {
    background-color: var(--white-color);
    color: var(--white-color)
}

.service-grid2 .th-btn3:hover .icon i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.service-grid2:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.service-block {
    position: relative;
    border-radius: 16px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 2;
    overflow: hidden
}

.service-block .box-title {
    margin-bottom: -0.3rem
}

@media(max-width: 575px) {
    .service-block .box-title {
        font-size: 20px;
        margin-bottom: 0
    }
}

.service-block .box-img {
    position: relative;
    border-radius: 16px;
    z-index: 2
}

.service-block .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 20, 0)), to(rgba(18, 18, 20, 0.8)));
    background: linear-gradient(180deg, rgba(18, 18, 20, 0) 0%, rgba(18, 18, 20, 0.8) 100%);
    border-radius: inherit;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-block .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-block .icon-btn {
    --btn-size: 50px;
    line-height: 44px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    margin-bottom: 35px
}

.service-block .icon-btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-block .icon-btn:hover {
    background-color: var(--title-color);
    border-color: var(--title-color)
}

.service-block .button-marquee {
    position: relative;
    overflow: hidden;
    --offset: 15vh;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset))
}

.service-block .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: relative;
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
    margin-bottom: 80px
}

.service-block .button .text {
    color: var(--white-color);
    font-weight: 300;
    white-space: nowrap
}

.service-block .button .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.service-block .box-title {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    color: var(--white-color)
}

@media(max-width: 1299px) {
    .service-block .box-title {
        left: 30px;
        bottom: 30px;
        font-size: 24px
    }
}

.service-block .box-content {
    position: absolute;
    bottom: -48px;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.service-block:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.service-block:hover .box-content {
    bottom: 48px;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.page-img {
    border-radius: 24px;
    overflow: hidden
}

.page-img.style1 {
    border-radius: 20px
}

.page-img.style1 img {
    border-radius: 20px
}

.page-img img {
    border-radius: 24px
}

.service-slide-img {
    border-radius: 8px
}

.service-slide-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.service-group-img {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px
}

.service-group-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.service-checklist ul li {
    font-family: var(--title-font);
    padding: 0;
    color: #d4d4d4
}

.service-checklist ul li:before {
    display: none
}

.service-process {
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, .06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .06);
    border-radius: 20px;
    padding: 30px 20px 30px 30px;
    position: relative;
    z-index: 2
}

.service-process-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .service-process-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .service-process-wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-process_img {
    margin-bottom: 20px
}

.service-process_title {
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px
}

@media(max-width: 1299px) {
    .service-process_title {
        font-size: 20px;
        line-height: 30px
    }
}

.service-process_text {
    line-height: 26px;
    margin-bottom: -0.4rem
}

.service-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px
}

@media(max-width: 1199px) {
    .service-meta {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px
    }
}

.service-meta .feature {
    background-color: var(--theme-color);
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--white-color);
    padding: 11px 16px
}

.service-meta .rating {
    padding: 10px 16px;
    background: #fff2f2;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    color: #0d0d0c
}

.service-meta .rating i {
    color: #ffa944;
    margin-right: 8px
}

.service-accordion-content {
    max-height: 772px
}

.accordion-item {
    position: relative;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: rgba(0, 0, 0, 0);
    overflow: hidden
}

@media(max-width: 767px) {
    .accordion-item {
        min-width: 100%
    }
}

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

.accordion-item_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media(max-width: 575px) {
    .accordion-item_wrapp {
        display: block
    }
}

.accordion-item_content {
    color: #fff;
    padding: 0 30px 0px 110px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0
}

@media(max-width: 575px) {
    .accordion-item_content {
        padding: 0 30px 0px 0px
    }
}

.accordion-item .service-img {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width: 767px) {
    .accordion-item .service-img {
        display: none
    }
}

.accordion-item .service-img img {
    border-radius: 24px
}

.accordion-item .box-title {
    margin-bottom: -0.3rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1199px) {
    .accordion-item .box-title {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .accordion-item .box-title {
        font-size: 20px
    }
}

.accordion-item .icon-btn {
    position: absolute;
    top: 100%;
    right: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .accordion-item .icon-btn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(max-width: 575px) {
    .accordion-item .icon-btn {
        display: none
    }
}

.accordion-item .icon-btn:hover i {
    color: var(--title-color)
}

.accordion-item .icon-btn i {
    font-size: 24px
}

@media(max-width: 767px) {
    .accordion-item .icon-btn i {
        font-size: 20px
    }
}

.accordion-item .number {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d4d4d4;
    border-radius: 48px;
    font-family: var(--title-font2);
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--title-color);
    display: inline-block
}

@media(max-width: 575px) {
    .accordion-item .number {
        margin-right: 10px
    }
}

.accordion-item .box-title {
    font-family: var(--title-font2);
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    max-width: 332px;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .accordion-item .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.accordion-item .box-text {
    max-width: 332px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion-item .accordion-button {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    border: 0;
    color: var(--title-color);
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    border-radius: 0 !important
}

@media(max-width: 1299px) {
    .accordion-item .accordion-button {
        padding: 21.5px 20px
    }
}

@media(max-width: 575px) {
    .accordion-item .accordion-button {
        padding: 20px 15px
    }
}

.accordion-item .accordion-button:after {
    display: none
}

.accordion-item .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    padding-bottom: 0
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.accordion-item .accordion-button:not(.collapsed) .icon-btn {
    opacity: 0;
    visibility: hidden
}

@media(max-width: 767px) {
    .accordion-item .accordion-button:not(.collapsed) .icon-btn {
        opacity: 1;
        visibility: visible
    }
}

.accordion-item .accordion-button.collapsed {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5
}

.accordion-item .accordion-button.collapsed .service-img {
    opacity: 0;
    visibility: hidden
}

.accordion-item .accordion-button.collapsed .icon-btn {
    top: 40%
}

.accordion-item .faq-text {
    max-width: 332px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--body-color);
    display: block;
    margin-left: 61px
}

.accordion-item .accordion-collapse {
    border: none
}

.accordion-item .accordion-collapse.collapse .accordion-body {
    border-color: #e5e5e5;
    margin-bottom: 32px;
    padding-bottom: 32px
}

.accordion-item .accordion-body {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.accordion-item .faq-img {
    height: 100%
}

.accordion-item .faq-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-image img {
    border-radius: 24px
}

.service-area4 {
    background-color: #0c0e13
}

.service-grid3 {
    position: relative;
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
    border-radius: 16px;
    padding: 15px 15px;
    height: 100%;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service-grid3:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #0c0e13;
    border-radius: inherit;
    z-index: -1
}

.service-grid3 .service-shape {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.service-grid3 .box-icon {
    position: relative;
    width: 61px;
    height: 61px;
    padding: 10px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
    border-radius: 4px;
    margin-bottom: 32px;
    z-index: 2;
}

.service-grid3 .box-icon:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #0c0e13;
    border-radius: inherit;
    z-index: -1
}

.service-grid3 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.service-grid3 .box-title {
    color: var(--white-color);
    font-size: 20px
}

.service-grid3 .box-text {
    color: #a3a3a3;
    margin-bottom: 0
}

.service-grid3:hover .service-shape {
    opacity: 1;
    visibility: visible
}

/* 
.service-grid3:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
} */

.serviceSlider10 {
    overflow: hidden
}

.service-card2 {
    position: relative;
    text-align: center
}

.service-card2 .box-img {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 60px
}

.service-card2 .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px
}

.service-card2 .box-title {
    font-family: var(--title-font2);
    font-size: 32px;
    line-height: 44px;
    color: var(--white-color)
}

@media(max-width: 1699px) {
    .service-card2 .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.service-card2 .box-text {
    color: #d4d4d4;
    margin-bottom: 32px
}

.service-card2 .th-btn {
    padding: 19px 30px
}

@media(max-width: 575px) {
    .available-list {
        padding: 0
    }
}

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

.available-list li {
    position: relative;
    font-size: 16px;
    color: var(--body-color);
    padding-left: 40px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.available-list li:after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 2.08782C14.2791 1.23697 12.5714 0.75 10.75 0.75C5.22715 0.75 0.75 5.22715 0.75 10.75C0.75 16.2728 5.22715 20.75 10.75 20.75C16.2728 20.75 20.75 16.2728 20.75 10.75C20.75 10.0651 20.6811 9.3962 20.55 8.75' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.75 11.25C6.75 11.25 8.25 11.25 10.25 14.75C10.25 14.75 15.8088 5.58333 20.75 3.75' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    font-family: var(--icon-font);
    font-weight: 500;
    color: var(--theme-color);
    font-weight: 900;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 0
}

.available-list li.unavailable:after {
    content: "";
    right: 0px
}

.available-list li img {
    max-width: 18px;
    margin-right: 10px
}

.available-list li:last-child {
    margin-bottom: 0
}

.available-list li.unavailable {
    font-weight: 400;
    color: var(--body-color)
}

.available-list li.unavailable img {
    opacity: .2
}

.price-box {
    position: relative;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 24px 16px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 1;
    overflow: hidden;
}

@media(max-width: 991px) {
    .price-box {
        padding: 24px 15px
    }
}

.price-box.style2 {
    background: #18161d;
    height: 100%;
}

.price-box.style2 .box-icon {
    background: #f5f5f5;
    border-radius: 26px
}

.price-box.style2 .box-icon img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.price-box.style2 .box-title {
    color: var(--white-color)
}

.price-box.style2 .box-text {
    color: var(--white-color)
}

.price-box.style2 .box-price {
    color: var(--white-color)
}

.price-box.style2 .duration {
    color: var(--white-color)
}

.price-box.style2 .available-list {
    background: #06050b;
    height: 470px;
}

.price-box.style2 .available-list li {
    color: var(--white-color)
}

.price-box.style2 .available-list li:after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 2.08782C14.2791 1.23697 12.5714 0.75 10.75 0.75C5.22715 0.75 0.75 5.22715 0.75 10.75C0.75 16.2728 5.22715 20.75 10.75 20.75C16.2728 20.75 20.75 16.2728 20.75 10.75C20.75 10.0651 20.6811 9.3962 20.55 8.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.75 11.25C6.75 11.25 8.25 11.25 10.25 14.75C10.25 14.75 15.8088 5.58333 20.75 3.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.price-box.style2 .subtitle {
    color: var(--white-color);
    /* font-size: 56px; */
    /* line-height: 66px; */
    color: var(--white-color);
    background: linear-gradient(90deg, #ffffff, #22a937);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #404040;
}

.price-box.style2 .th-btn {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--title-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-box.style2 .th-btn:before,
.price-box.style2 .th-btn:after {
    background-color: var(--theme-color2)
}

.price-box.style2 .th-btn:after {
    background-color: var(--theme-color)
}

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

.price-box.style2 .th-btn img {
    -webkit-filter: none;
    filter: none
}

.price-box.style2.active {
    background: linear-gradient(188.65deg, #2B25CC 13.9%, #540CA1 71.92%)
}

.price-box.style2.active .available-list {
    background-color: var(--white-color)
}

.price-box.style2.active .available-list li {
    color: var(--title-color)
}

.price-box.style2.active .available-list li:after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 2.08782C14.2791 1.23697 12.5714 0.75 10.75 0.75C5.22715 0.75 0.75 5.22715 0.75 10.75C0.75 16.2728 5.22715 20.75 10.75 20.75C16.2728 20.75 20.75 16.2728 20.75 10.75C20.75 10.0651 20.6811 9.3962 20.55 8.75' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.75 11.25C6.75 11.25 8.25 11.25 10.25 14.75C10.25 14.75 15.8088 5.58333 20.75 3.75' stroke='%230D0D0C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.price-box.style2.active .th-btn:after {
    background-color: var(--theme-color)
}

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

.price-box.style2.active .subtitle {
    color: var(--title-color);
    border-bottom: 1px solid var(--smoke-color)
}

.price-box.style3 {
    background: #f4f7ff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 8px
}

.price-box.style3 .box-content {
    background: #fff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 24px
}

.price-box.style3 .box-wrapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.price-box.style3 .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #06050b
}

.price-box.style3 .box-price {
    padding: 0
}

.price-box.style3 .box-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #06050b;
    margin-bottom: 10px
}

.price-box.style3 .box-text {
    font-size: 20px
}

.price-box.style3 .available-list {
    background-color: rgba(0, 0, 0, 0);
    margin: 0
}

.price-box.style3 .available-list li {
    padding-left: 30px
}

.price-box.style3 .available-list li:after {
    content: "";
    font-size: 14px;
    color: var(--title-color)
}

.price-box.style3 .box-icon {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.price-box.style3 .th-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 0 0
}

.price-box.style3.active {
    background: #f4f7ff
}

.price-box.style3.active .box-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.price-box.style3.active .box-content:before {
    content: "";
    position: absolute;
    inset: 6px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1
}

.price-box.style3.active .box-title,
.price-box.style3.active .box-text,
.price-box.style3.active .box-price,
.price-box.style3.active .duration {
    color: var(--title-color)
}

.price-box.style3.active .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.price-box.style3.active .th-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.price-box.style3.active .th-btn:hover {
    color: var(--title-color)
}

.price-box.style4 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    border-radius: 20px
}

.price-box.style4 .available-list {
    background: #f4f7ff;
    border-radius: 20px;
    margin-top: 32px;
    margin-bottom: 0
}

.price-box.style4 .available-list ul li:after {
    content: "+";
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 10px;
    font-size: 14px;
    color: var(--white-color)
}

.price-box.style4 .offer-tag {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 0px 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color);
    padding: 8px 29px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.price-box.style4.active {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 20px
}

.price-box.style4.active:before {
    content: "";
    position: absolute;
    inset: 1px;
    background: var(--white-color);
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 20px;
    z-index: -1
}

.price-box.style4.active .box-title,
.price-box.style4.active .box-text,
.price-box.style4.active .box-price,
.price-box.style4.active .duration {
    color: var(--title-color)
}

.price-box.style4.active .th-btn {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--title-color)
}

.price-box.style4.active .th-btn:before,
.price-box.style4.active .th-btn:after {
    background-color: var(--theme-color2)
}

.price-box.style4.active .th-btn img {
    -webkit-filter: none;
    filter: none
}

.price-box.style4.active .offer-tag {
    opacity: 1
}

@media(max-width: 375px) {
    .price-box.style4 .th-btn3 {
        padding: 20px 60px 20px 20px
    }
}

.price-box.style5 .th-btn3 {
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%)
}

.price-box.style5 .available-list {
    background: var(--title-color);
    border-radius: 20px;
    margin-top: 32px;
    margin-bottom: 0
}

.price-box.style5 .available-list .subtitle {
    color: var(--white-color);
    border-color: #525252
}

.price-box.style5 .available-list ul li {
    color: var(--white-color)
}

.price-box.style5 .available-list ul li:after {
    content: "+";
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(261.14deg, #C726FD 20.53%, #FF1CA4 69.42%);
    border-radius: 10px;
    font-size: 14px;
    color: var(--white-color)
}

.price-box.style5.active {
    background: var(--title-color)
}

.price-box.style5.active .available-list {
    background: var(--white-color)
}

.price-box.style5.active .available-list .subtitle {
    color: var(--title-color);
    border-color: #e5e5e5
}

.price-box.style5.active .available-list li {
    color: var(--title-color)
}

.price-box.style5.active .box-icon {
    background-color: var(--white-color)
}

.price-box.style6 {
    background: #f4f7ff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 8px
}

.price-box.style6 .box-content {
    background: #fff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 24px
}

.price-box.style6 .box-wrapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.price-box.style6 .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #06050b
}

.price-box.style6 .box-price {
    padding: 0
}

.price-box.style6 .box-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #06050b;
    margin-bottom: 10px
}

.price-box.style6 .box-text {
    font-size: 20px
}

.price-box.style6 .available-list {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 24px 24px 30px 24px
}

.price-box.style6 .available-list li {
    padding-left: 30px
}

.price-box.style6 .available-list li:after {
    content: "";
    font-size: 14px;
    color: var(--title-color)
}

.price-box.style6 .box-icon {
    background: var(--title-color)
}

.price-box.style6 .th-btn2 {
    margin-top: 40px
}

.price-box.style6.active {
    background: #f4f7ff
}

.price-box.style6.active .box-content {
    position: relative;
    z-index: 2;
    background-color: var(--theme-color)
}

.price-box.style6.active .box-title,
.price-box.style6.active .box-text,
.price-box.style6.active .box-price,
.price-box.style6.active .duration {
    color: var(--title-color)
}

.price-box.style6.active .box-icon {
    background: var(--white-color)
}

.price-box.style6.active .box-icon img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.price-box.style6.active .th-btn {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.price-box.style6.active .th-btn:hover {
    color: var(--title-color)
}

.price-box.style7 {
    background: #f4f7ff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 8px
}

.price-box.style7 .box-content {
    background: #fff;
    border: 1px solid rgba(69, 111, 248, .1);
    border-radius: 16px;
    padding: 24px
}

.price-box.style7 .box-wrapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.price-box.style7 .box-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #06050b
}

.price-box.style7 .box-price {
    padding: 0
}

.price-box.style7 .box-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    color: #06050b;
    margin-bottom: 10px
}

.price-box.style7 .box-text {
    font-size: 20px
}

.price-box.style7 .available-list {
    background-color: rgba(0, 0, 0, 0);
    margin: 0
}

.price-box.style7 .available-list li {
    padding-left: 30px
}

.price-box.style7 .available-list li:after {
    content: "";
    font-size: 14px;
    color: var(--title-color)
}

.price-box.style7 .box-icon {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.price-box.style7.active {
    background: #f4f7ff
}

.price-box.style7.active .box-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%)
}

.price-box.style7.active .box-content:before {
    content: "";
    position: absolute;
    inset: 6px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1
}

.price-box.style7.active .box-title,
.price-box.style7.active .box-text,
.price-box.style7.active .box-price,
.price-box.style7.active .duration {
    color: var(--title-color)
}

.price-box.style7.active .box-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.price-box .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    gap: 18px;
    padding: 16px;
}

@media(max-width: 1500px) {
    .price-box .box-wrapp {
        padding: 0px
    }
}

.price-box .box-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--title-color)
}

.price-box .box-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 0
}

.price-box .box-text {
    margin-bottom: 0
}

@media(max-width: 991px) {
    .price-box .available-list li {
        padding-left: 30px
    }
}

.price-box .box-price {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    padding: 35px 16px 35px 16px;
    margin-bottom: 0
}

@media(max-width: 1500px) {
    .price-box .box-price {
        font-size: 30px
    }
}

.price-box .duration {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #484848
}

.price-box .available-list {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px
}

@media(max-width: 1500px) {
    .price-box .available-list {
        padding: 18px
    }
}

.price-box .subtitle {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 24px;
    padding-bottom: 16px
}

.price-box .th-btn.style1 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #d4d4d4;
    padding: 19px 24px 19px 70px;
    color: var(--title-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 575px) {
    .price-box .th-btn.style1 {
        padding: 19px 24px 19px 40px
    }
}

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

.price-box .th-btn.style1:hover:before,
.price-box .th-btn.style1:hover:after {
    background-color: var(--theme-color)
}

.price-box .th-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 48px;
    color: var(--title-color)
}

.price-box.active {
    background: var(--theme-color)
}

.price-box.active .box-icon {
    background-color: var(--theme-color2)
}

.price-box.active .box-icon img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.price-box.active .box-title,
.price-box.active .box-text,
.price-box.active .box-price,
.price-box.active .duration {
    color: var(--white-color)
}

.price-box.active .th-btn {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--title-color)
}

.price-box.active .th-btn:before,
.price-box.active .th-btn:after {
    background-color: var(--theme-color2)
}

.price-box.active .th-btn img {
    -webkit-filter: none;
    filter: none
}

.price-box.active .offer-tag {
    opacity: 1
}

.price-content {
    background-color: var(--title-color);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 32px 20px 32px
}

@media(max-width: 575px) {
    .price-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        text-align: center
    }
}

.price-content .subtitle {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--white-color);
    display: block;
    margin-bottom: 14px
}

.price-content .subtitle .duration {
    font-weight: 400
}

.price-content .box-title {
    color: var(--white-color)
}

.price-content .box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #b7bdde;
    max-width: 344px;
    margin-bottom: 25px
}

@media(max-width: 575px) {
    .price-content .box-text {
        display: block;
        margin: auto auto 25px auto
    }
}

.price-content .th-btn {
    padding: 13px 40px
}

.price-area {
    position: relative;
    z-index: 2
}

.price-area:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 585px;
    background-color: var(--title-color);
    z-index: -1
}

.price-card {
    position: relative;
    background-color: #fff2ed;
    border-radius: 24px;
    padding: 40px;
    z-index: 2
}

@media(max-width: 991px) {
    .price-card {
        padding: 30px
    }
}

.price-card.style2 {
    -webkit-mask-image: url("../img/normal/price-shape.png");
    mask-image: url("../img/normal/price-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #f4f7ff
}

.price-card.style2 .th-btn {
    background-color: var(--theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-card.style2 .offer-tag:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: -1
}

.price-card.style2.active {
    background: var(--title-color)
}

.price-card.style2.active .box-title,
.price-card.style2.active .box-price,
.price-card.style2.active .duration,
.price-card.style2.active .subtitle {
    color: var(--white-color)
}

.price-card.style2.active .available-list li {
    color: var(--smoke-color)
}

.price-card.style2.active .available-list li:after {
    color: var(--smoke-color)
}

.price-card.style2.extra {
    -webkit-mask-image: url("../img/normal/price-shape2.png");
    mask-image: url("../img/normal/price-shape2.png");
    background-color: #edf5f3
}

.price-card.style2.extra .th-btn2 {
    border: none
}

.price-card.style2.extra .th-btn2:hover {
    color: var(--title-color)
}

.price-card.style2.extra.active {
    background-color: var(--title-color)
}

.price-card.style2.extra.active .th-btn2 {
    color: var(--title-color)
}

.price-card .box-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.price-card .duration {
    font-size: 18px;
    font-weight: 400;
    color: var(--body-color)
}

.price-card .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
    margin-bottom: 0
}

.price-card .box-content {
    border-bottom: 1px solid #d1d5e3;
    padding-bottom: 30px;
    margin-bottom: 40px
}

.price-card .box-price {
    margin-bottom: 5px
}

.price-card .box-text {
    margin-bottom: -0.3rem
}

.price-card .available-list ul {
    margin-bottom: 30px
}

.price-card .available-list li {
    padding-left: 27px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color)
}

.price-card .available-list li:after {
    content: "";
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: var(--title-color)
}

.price-card .th-btn2 {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--title-color);
    color: var(--title-color)
}

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

.price-card .offer-tag {
    background: #fff;
    border-radius: 48px;
    padding: 9px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color);
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 991px) {
    .price-card .offer-tag {
        right: 30px;
        top: 30px
    }
}

.price-card .offer-tag:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #86b9b1;
    opacity: .7;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    z-index: -1
}

.price-card .th-btn {
    background-color: #f2f3fc;
    border: none
}

.price-card.active .offer-tag {
    opacity: 1;
    visibility: visible
}

.price-card.active .th-btn2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color)
}

.price-card_wrapp:nth-child(2) .price-card {
    background-color: #e5feff
}

.price-card_wrapp:nth-child(3) .price-card {
    background-color: #ebf3ff
}

.price-grid {
    background-color: var(--smoke-color2);
    border: 1px solid var(--smoke-color);
    border-radius: 50px;
    padding: 60px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1299px) {
    .price-grid {
        padding: 30px;
        border-radius: 30px
    }
}

.price-grid .box-title {
    font-weight: 600;
    margin-bottom: 5px
}

.price-grid .price-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 375px) {
    .price-grid .price-title-wrap {
        display: block
    }
}

.price-grid .available-list ul li {
    padding: 0;
    font-size: 16px;
    text-transform: none;
    padding-left: 30px
}

.price-grid .available-list ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--icon-font);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 18px
}

.price-grid .available-list ul li i {
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 10px
}

.price-grid .available-list ul li:after {
    display: none
}

.price-grid .available-list ul li span {
    display: block
}

.price-grid .box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--body-color);
    border-bottom: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media(max-width: 480px) {
    .price-grid .box-text {
        display: block
    }
}

.price-grid .box-text span {
    background: #ffe4e9;
    border-radius: 30px;
    padding: 2px 15px;
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500
}

.price-grid .box-price {
    font-size: 54px;
    font-weight: 500;
    margin-top: 12px;
    border-bottom: 1px solid var(--smoke-color);
    margin-bottom: 40px;
    padding-bottom: 20px
}

@media(max-width: 480px) {
    .price-grid .box-price {
        margin: 10px 0
    }
}

.price-grid .box-price del {
    font-size: 20px;
    font-weight: 500;
    color: #a2abba
}

.price-grid .th-btn {
    margin-top: 35px
}

.price-item {
    border: 1px solid #dedfe3;
    border-radius: 16px;
    padding: 32px
}

@media(max-width: 1500px) {
    .price-item {
        padding: 25px
    }
}

.price-item .box-title {
    max-width: 270px
}

@media(max-width: 1399px) {
    .price-item .box-title {
        font-size: 21px
    }
}

.price-item .subtitle {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em;
    color: #5c5f71
}

.price-item .btn-group {
    margin-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.price-item .box-price {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .02em;
    color: var(--title-color);
    margin-bottom: 0;
    text-align: right
}

@media(max-width: 1399px) {
    .price-item .box-price {
        text-align: left
    }
}

@media(max-width: 1299px) {
    .price-item .box-price {
        font-size: 30px;
        line-height: 40px
    }
}

.price-item .price {
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .02em;
    color: rgba(92, 95, 113, .5)
}

.price-item del {
    display: block;
    font-weight: 400
}

.price-item .th-btn {
    padding: 15px 24px
}

.price-image {
    border-radius: 16px
}

@media(max-width: 1399px) {
    .price-image {
        height: 500px
    }
}

.price-image img {
    width: 100%;
    border-radius: 16px
}

.tab-menu1 {
    display: block
}

.tab-menu1 .th-btn {
    background: #171717;
    border: 1px solid #404040;
    border-radius: 8px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 17.5px 32px;
    font-weight: 500;
    font-size: 18px;
    color: #a3a3a3
}

.tab-menu1 .th-btn:before,
.tab-menu1 .th-btn:after {
    background-color: var(--theme-color)
}

.tab-menu1 .th-btn img {
    margin-right: 10px
}

.tab-menu1 .th-btn:not(:last-child) {
    margin-bottom: 30px
}

.tab-menu1 .th-btn .icon {
    position: absolute;
    right: 32px
}

.tab-menu1 .th-btn .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.tab-menu1 .th-btn.active,
.tab-menu1 .th-btn:hover {
    color: var(--white-color)
}

.tab-menu1 .th-btn.active img,
.tab-menu1 .th-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.pricing-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 100px
}

@media(max-width: 1399px) {
    .pricing-wrapper {
        gap: 40px
    }
}

@media(max-width: 767px) {
    .pricing-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.price-list:not(:last-child) {
    border-bottom: 1px solid #404040;
    margin-bottom: 40px;
    padding-bottom: 30px
}

.price-list .box-title {
    font-weight: 550;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    margin-top: -0.2rem;
    margin-bottom: 10px
}

.price-list .box-text {
    color: #a3a3a3;
    margin-bottom: -0.3rem
}

.pricing-tabs.style2 {
    max-width: 600px;
    display: block;
    /* margin: auto; */
    padding: 14px 12px 12px;
    border: 1px solid #404040;
    border-radius: 48px;
}

.pricing-tabs.style3 {
    max-width: 288px;
    display: block;
    margin: auto;
    background-color: #f4f7ff;
    padding: 12px;
    border-radius: 48px
}

.pricing-tabs.style3 .toggler.toggler--is-active {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    color: var(--white-color)
}

.pricing-tabs.style3 .toggler.toggler--is-active span {
    color: var(--white-color)
}

.pricing-tabs.style3 .toggler {
    padding: 6px 24px;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500
}

.pricing-tabs.style3 .toggler span {
    margin-left: 8px;
    color: var(--theme-color)
}

.pricing-tabs.style4 {
    max-width: 213px;
    display: block;
    margin: auto
}

.pricing-tabs.style4 .toggler.toggler--is-active {
    background: linear-gradient(309.43deg, #A378FF 9.12%, #1C4EFF 100%);
    color: var(--white-color)
}

.pricing-tabs.style4 .toggler {
    padding: 6px 26px;
    background: #f4f7ff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500
}

.pricing-tabs.style4 .toggler span {
    margin-left: 8px;
    color: var(--theme-color)
}

.pricing-tabs.style4 .switch-area .check:checked~.switch {
    right: 2px;
    left: 63%
}

.pricing-tabs.style8 .toggler.toggler--is-active {
    background: linear-gradient(122.43deg, #AEFF5D 4.09%, #5DFFD9 100.57%);
    border-radius: 48px;
    color: var(--title-color)
}

.pricing-tabs.style8 .toggler {
    padding: 6px 24px;
    color: var(--title-color)
}

.pricing-tabs.style9 {
    position: relative;
    z-index: 3;
    max-width: 370px;
    display: block;
    margin: auto;
    padding: 18px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%)
}

.pricing-tabs.style9:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #0c0e13;
    border-radius: inherit;
    z-index: -1
}

.pricing-tabs.style9 .switch-area {
    gap: 20px
}

@media(max-width: 375px) {
    .pricing-tabs.style9 .switch-area {
        gap: 10px
    }
}

.pricing-tabs.style9 .toggler {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white-color);
    padding: 0;
    margin: 0
}

.pricing-tabs.style9 .toggler.toggler--is-active {
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.pricing-tabs.style9 .discount {
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.pricing-tabs .switch-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.pricing-tabs .switch-area .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    visibility: visible
}

.pricing-tabs .switch-area .check:checked~.switch {
    right: 2px;
    left: 57.5%;
    -webkit-transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: .08s, 0s;
    transition-delay: .08s, 0s
}

.pricing-tabs .switch-area .switch {
    position: absolute;
    left: 4px;
    top: -4px;
    bottom: 0px;
    right: 60%;
    background-color: none;
    border-radius: 36px;
    z-index: 1;
    -webkit-transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0s, .08s;
    transition-delay: 0s, .08s;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: -1
}

.pricing-tabs .toggler {
    background: #edf5f3;
    border-radius: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
    padding: 10px 24px;
    margin-bottom: 0
}

.pricing-tabs .toggler.toggler--is-active {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.wrapper-full.hide {
    display: none
}

.price-area2 {
    background-color: #0c0e13
}

.price-card2 {
    position: relative;
    z-index: 2;
    background: linear-gradient(166.25deg, #FFFFFF -110.1%, rgba(255, 255, 255, 0.05) 109.13%);
    border-radius: 16px;
    padding: 40px
}

@media(max-width: 1299px) {
    .price-card2 {
        padding: 30px 20px
    }
}

.price-card2:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/shape/price-shape.png");
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.price-card2:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #16141b;
    border-radius: inherit;
    z-index: -1
}

.price-card2 .box-title {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.price-card2 .box-price {
    font-size: 48px;
    color: var(--white-color)
}

.price-card2 .duration {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.price-card2 .subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #d4d4d4;
    border-bottom: 1px solid #404040;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.price-card2 .dollar {
    font-size: 18px
}

.price-card2 .duration {
    margin-left: 12px
}

.price-card2 .available-list {
    margin-bottom: 55px
}

.price-card2 .available-list li {
    color: var(--smoke-color);
    padding-left: 30px
}

.price-card2 .available-list li:after {
    content: "";
    color: var(--smoke-color);
    font-size: 16px
}

.price-card2:hover {
    background: linear-gradient(116.7deg, var(--theme-color) 0%, var(--theme-color2) 100%)
}

.price-card2:hover:after {
    opacity: 1;
    visibility: visible
}

.gallery-area {
    position: relative;
    z-index: 3;
    overflow: hidden
}

.gallery-area:before,
.gallery-area:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 540px;
    height: 1152px;
    top: 0px
}

@media(max-width: 991px) {

    .gallery-area:before,
    .gallery-area:after {
        display: none
    }
}

.gallery-area:before {
    left: -1px;
    background: -webkit-gradient(linear, right top, left top, from(#06050B), to(rgba(6, 5, 11, 0)));
    background: linear-gradient(270deg, #06050B 0%, rgba(6, 5, 11, 0) 100%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.gallery-area:after {
    right: -1px;
    background: -webkit-gradient(linear, right top, left top, from(#06050B), to(rgba(6, 5, 11, 0)));
    background: linear-gradient(270deg, #06050B 0%, rgba(6, 5, 11, 0) 100%)
}

.gallery-insta {
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 24px
}

.gallery-insta:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 33, 89, 0.5)), to(rgba(26, 33, 89, 0.5)));
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.5), rgba(26, 33, 89, 0.5));
    pointer-events: none;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
    border-radius: inherit;
    visibility: hidden
}

.gallery-insta img {
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.gallery-insta .box-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    font-size: 26px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: var(--white-color);
    visibility: hidden;
    opacity: 0;
    z-index: 3
}

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

.gallery-insta:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-insta:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-card {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.gallery-card_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.gallery-card .box-img {
    position: relative;
    border-radius: 24px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 2;
    height: 299px
}

.gallery-card .box-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: inherit;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 16, 22, 0.5)), to(rgba(16, 16, 22, 0.5)));
    background: linear-gradient(0deg, rgba(16, 16, 22, 0.5), rgba(16, 16, 22, 0.5));
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.gallery-card .icon-btn {
    --btn-size: 60px;
    width: 60px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, .2);
    margin-bottom: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 9
}

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

.gallery-card .box-title {
    font-size: 24px;
    max-width: 572px;
    color: var(--white-color);
    margin-bottom: 0
}

.gallery-card .box-text {
    color: var(--theme-color);
    margin-bottom: 12px
}

.gallery-card:hover .box-img:before {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.gallery-card:hover .box-img .icon-btn {
    opacity: 1;
    visibility: visible
}

@media(max-width: 1299px) {
    .gallery-card:hover .box-img .icon-btn {
        top: 15%;
        right: 3%;
        left: unset
    }
}

@media(max-width: 575px) {
    .gallery-card:hover .box-img .icon-btn {
        top: 20%
    }
}

.gallery-card:hover .gallery-content {
    bottom: 32px;
    opacity: 1;
    visibility: visible
}

.gallery-slider1 .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-box2 {
    position: relative;
    z-index: 9
}

.gallery-box2 .box-img {
    width: 100%;
    height: 299px;
    border-radius: 16px
}

.gallery-box2 .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.gallery-box2 .icon-btn {
    --btn-size: 60px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    margin-bottom: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 9
}

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

.gallery-box2:hover .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-slider2 .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-box {
    position: relative;
    z-index: 2
}

.gallery-box .box-img {
    position: relative;
    border-radius: 24px;
    z-index: 2
}

.gallery-box .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(6, 5, 11, .5);
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.gallery-box .box-img img {
    width: 100%;
    height: auto;
    border-radius: inherit
}

.gallery-box .icon-btn {
    --btn-size: 60px;
    width: 60px;
    height: 60px;
    background-color: hsla(0, 0%, 100%, .2);
    margin-bottom: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 9
}

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

.gallery-box:hover .box-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gallery-box:hover .icon-btn {
    opacity: 1;
    visibility: visible
}

.gallery-item {
    position: relative;
    overflow: hidden
}

.gallery-item .box-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.gallery-item .box-img:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 0px;
    width: 0px;
    background: var(--title-color);
    z-index: 1;
    opacity: .5;
    border-radius: 50%;
    -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 1.5s cubic-bezier(0.4, 0, 0.2, 1)
}

.gallery-item .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    border-radius: 16px
}

.gallery-item .th-btn2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff;
    padding: 8px 16px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media(max-width: 1199px) {
    .gallery-item .th-btn2 {
        font-size: 14px;
        min-width: 140px
    }
}

.gallery-item:hover .overlay {
    opacity: 1;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

.gallery-item:hover .box-img:before {
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1)
}

.gallery-item:hover .box-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-item:hover .th-btn2 {
    opacity: 1
}

.project-card {
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    border-radius: 24px
}

.project-card .box-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px
}

@media(max-width: 1299px) {
    .project-card .box-title {
        font-size: 30px;
        line-height: 40px
    }
}

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

.project-card .box-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px 24px 0 0
}

.project-card .box-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px 24px 0 0
}

.project-card .box-content {
    padding: 40px 48px 64px 48px
}

@media(max-width: 1199px) {
    .project-card .box-content {
        padding: 30px 45px 30px 30px
    }
}

.project-card .box-sub {
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    display: block;
    margin-bottom: 5px
}

.project-card .box-text {
    max-width: 542px;
    margin-bottom: 10px
}

.project-card .discount {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-color);
    display: block
}

.project-card .icon-btn {
    --btn-size: 102px;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    position: absolute;
    bottom: 24px;
    right: 24px
}

@media(max-width: 1199px) {
    .project-card .icon-btn {
        --btn-size: 70px;
        position: relative;
        right: unset;
        bottom: 0;
        margin-top: 20px
    }
}

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

.project-card .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

.project-item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px
}

@media(max-width: 480px) {
    .project-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.project-item.style2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 64px 0
}

@media(max-width: 991px) {
    .project-item.style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 40px 0
    }
}

.project-item.style2 .box-img {
    width: 100%
}

.project-item .box-content {
    margin-bottom: 64px
}

.project-item .icon-btn {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid var(--white-color);
    color: var(--white-color);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.project-item .icon-btn:hover {
    border-color: var(--theme-color)
}

.project-item .box-img {
    border-radius: 8px
}

.project-item .box-img img {
    border-radius: 8px
}

.project-item .shape {
    display: block;
    margin-bottom: 32px
}

.project-item .box-title {
    color: var(--white-color);
    margin-bottom: 0
}

.project-item:hover .icon-btn {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.project-shape {
    position: absolute;
    top: 15%;
    right: 15%;
    z-index: 2
}

@media(max-width: 991px) {
    .project-shape {
        top: 18%;
        right: 0
    }
}

@media(max-width: 767px) {
    .project-shape {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 40px
    }
}

.project-shape .line-btn {
    z-index: 4
}

.project-shape .line-btn:before {
    display: none
}

.project-shape .discount-tag span {
    color: var(--white-color);
    --rotate-letter: 8deg
}

.project-item2 .box-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media(max-width: 767px) {
    .project-item2 .box-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }
}

.project-item2 .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project-item2 .th-box-img {
    min-width: 250px;
    border-radius: 24px
}

@media(max-width: 767px) {
    .project-item2 .th-box-img {
        min-width: 100%
    }
}

.project-item2 .th-box-img img {
    border-radius: 24px
}

.project-item2 .box-title {
    font-size: 32px
}

.project-item2 .box-text {
    max-width: 270px
}

.project-item2 .checklist li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #06050b
}

.project-item2.item-2 {
    display: block;
    margin-left: auto
}

.filter-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media(max-width: 1199px) {
    .filter-menu {
        margin-bottom: 50px
    }
}

@media(max-width: 991px) {
    .filter-menu {
        margin-top: -10px;
        margin-bottom: 45px;
        gap: 6px
    }
}

.filter-menu .th-btn.active {
    color: var(--white-color)
}

.filter-menu .tab-btn {
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 500;
    color: #a3a3a3;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.filter-menu .tab-btn span {
    width: 6px;
    height: 6px;
    background-color: #a3a3a3;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px 2px 20px
}

.filter-menu .tab-btn:hover,
.filter-menu .tab-btn.active {
    color: var(--white-color)
}

.filter-menu .tab-btn:hover:before,
.filter-menu .tab-btn.active:before {
    opacity: 1;
    visibility: visible
}

.widget_info {
    padding-bottom: 20px
}

.widget_info .info-list {
    margin-bottom: 0
}

.widget_info .info-list ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--body-color);
    margin-bottom: 0
}

.widget_info .info-list ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.widget_info .info-list ul strong {
    color: var(--white-color);
    display: block
}

.widget_info .info-list ul span {
    color: var(--white-color)
}

.widget_info .table {
    border: none;
    margin-bottom: 0
}

.widget_info .table tbody tr th {
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: var(--title-color)
}

.widget_info .table tbody tr td {
    font-weight: 400;
    border: none
}

.project-info_subtitle {
    font-size: 14px;
    margin-bottom: 0
}

.project-info_title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    color: var(--title-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px;
    margin-bottom: 0
}

.project-info_title a {
    color: inherit
}

.project-info_title a:hover {
    color: var(--theme-color)
}

.video-img3 {
    position: relative;
    z-index: 2
}

.video-img3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 35, 97, 0.5)), to(rgba(25, 35, 97, 0.5)));
    background: linear-gradient(0deg, rgba(25, 35, 97, 0.5), rgba(25, 35, 97, 0.5));
    z-index: 1
}

.video-img3 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: var(--white-color)
}

.video-img3 .video-play-btn:before,
.video-img3 .video-play-btn:after {
    border-color: var(--white-color)
}

.video-img3 .video-play-btn i {
    color: var(--theme-color)
}

.project-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 17px 0;
    margin-top: 22px
}

.project-nav .icon-btn {
    --btn-size: 55px;
    font-size: 16px;
    border-radius: 99px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ededed;
    color: var(--title-color)
}

@media(max-width: 375px) {
    .project-nav .icon-btn {
        --btn-size: 45px
    }
}

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

.project-nav .nav-btn {
    color: var(--body-color);
    font-family: var(--title-font);
    font-weight: 500
}

@media(max-width: 375px) {
    .project-nav .nav-btn {
        font-size: 14px
    }
}

.project-nav .nav-btn:first-child .icon-btn {
    margin-right: 10px
}

.project-nav .nav-btn:last-child .icon-btn {
    margin-left: 10px
}

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

.projectSlider2 .icon-box {
    position: absolute;
    bottom: 80px
}

@media(max-width: 1199px) {
    .projectSlider2 .icon-box {
        display: none !important
    }
}

.project-block {
    position: relative;
    z-index: 2
}

.project-block .box-wrapp {
    position: relative;
    z-index: 2;
    min-height: 623px;
    -webkit-mask-image: url("../img/project/project-shape.png");
    mask-image: url("../img/project/project-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media(max-width: 991px) {
    .project-block .box-wrapp {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.project-block .box-content {
    position: absolute;
    right: 60px;
    bottom: 50px;
    max-width: 550px
}

@media(max-width: 1299px) {
    .project-block .box-content {
        max-width: 450px;
        right: 20px
    }
}

@media(max-width: 991px) {
    .project-block .box-content {
        right: unset;
        max-width: 100%;
        margin: 0 18px
    }
}

.project-block .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.project-block .tags span {
    padding: 9px 30px;
    background: var(--white-color);
    border-radius: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--title-color)
}

.project-block .box-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 31px
}

@media(max-width: 1299px) {
    .project-block .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.project-block .box-text {
    position: absolute;
    right: 0;
    top: 47px;
    max-width: 330px
}

@media(max-width: 1299px) {
    .project-block .box-text {
        max-width: 280px
    }
}

@media(max-width: 1199px) {
    .project-block .box-text {
        position: relative;
        right: unset;
        top: 0;
        left: 18px
    }
}

@media(max-width: 991px) {
    .project-block .box-text {
        margin-top: 30px
    }
}

.project-area2 {
    /* background-color: #f4f7ff; */
    border-radius: 48px;
    margin: 0 40px
}

@media(max-width: 1500px) {
    .project-area2 {
        margin: 0;
        border-radius: 0
    }
}

.project-tab-style1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0px;
    z-index: 3;
    margin-left: 80px
}

@media(max-width: 1199px) {
    .project-tab-style1 {
        margin: 0
    }
}

@media(max-width: 991px) {
    .project-tab-style1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.project-tab-style1 .nav-item .nav-link {
    font-family: var(--title-font2);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #06050b;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    padding: 8px 30px
}

@media(max-width: 1299px) {
    .project-tab-style1 .nav-item .nav-link {
        margin: 0
    }
}

@media(max-width: 1199px) {
    .project-tab-style1 .nav-item .nav-link {
        padding: 8px 20px
    }
}

.project-tab-style1 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    inset: 0;
    left: -20px;
    width: 300px;
    height: 46px;
    background-color: var(--white-color);
    clip-path: path("M264.5 0H45.7451C33.113 0 22.8726 10.2404 22.8726 22.8726C22.8726 35.5047 12.6322 45.7451 0 45.7451H310.245C297.613 45.7451 287.373 35.5047 287.373 22.8726C287.373 10.2404 277.132 0 264.5 0Z");
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 1299px) {
    .project-tab-style1 .nav-item .nav-link:before {
        left: -20px
    }
}

@media(max-width: 1199px) {
    .project-tab-style1 .nav-item .nav-link:before {
        display: none
    }
}

.project-tab-style1 .nav-item .nav-link.active:before {
    opacity: 1;
    visibility: visible
}

.project-content-area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    padding: 50px 40px 50px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
}

@media(max-width: 1199px) {
    .project-content-area {
        padding: 40px
    }
}

@media(max-width: 991px) {
    .project-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        text-align: center;
        padding: 13px
    }

    .process-card3 {
        margin-top: 1.5rem !important;
    }

    .integration-card {
        padding: 20px 20px;
    }


}

.project-content-area .box-content {
    /* max-width: 571px; */
}

.project-content-area .box-title {
    font-family: var(--title-font2);
    font-size: 32px
}

@media(max-width: 375px) {
    .project-content-area .box-title {
        font-size: 24px
    }
}

.project-content-area .box-text {
    margin-bottom: 20px;
}

.project-image-one {
    border-radius: 24px;
    /* padding-left: 50px; */
    margin-bottom: 10px;
}

.project-image-one img {
    border-radius: 24px;
    height: 250px;
    object-fit: cover;
    margin-right: 45px;
}

.marquee-slider1 {
    margin: 0 -50px 0px
}

.marquee-slider1 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider1 .swiper-slide {
    width: auto
}

.marquee-card {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card a {
    font-size: 56px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    display: inline-block;
    line-height: .75em;
    margin-left: 30px;
    padding-bottom: 10px;
    position: relative
}

.marquee-card a:hover {
    color: var(--theme-color)
}

@media(max-width: 1199px) {
    .marquee-card a {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    .marquee-card .marquee-icon {
        width: 24px;
        margin-top: -10px
    }

    .marquee-card a {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .marquee-card a {
        font-size: 30px
    }
}

.marquee-wrap2 {
    rotate: 4deg;
    margin: 10px -20px;
    position: relative;
    z-index: 1
}

.marquee-wrap2.bg-gradient:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, right top, left top, from(var(--theme-color)), to(var(--theme-color)));
    background: linear-gradient(to left, var(--theme-color), var(--theme-color))
}

@media(min-width: 1922px) {
    .marquee-wrap2 {
        margin: 68px -20px
    }
}

@media(max-width: 1500px) {
    .marquee-wrap2 {
        margin: 40px -20px
    }
}

@media(max-width: 1299px) {
    .marquee-wrap2 {
        margin: 30px -20px
    }
}

@media(max-width: 1199px) {
    .marquee-wrap2 {
        margin: 30px -10px
    }
}

@media(max-width: 991px) {
    .marquee-wrap2 {
        margin: 20px -10px
    }
}

@media(max-width: 767px) {
    .marquee-wrap2 {
        margin: 15px -10px
    }
}

.marquee-slider2 {
    position: relative;
    margin: 0 -50px 0px;
    z-index: 2
}

.marquee-slider2 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider2 .swiper-slide {
    width: auto
}

.marquee-card.style2 {
    margin-bottom: -0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.marquee-card.style2 a {
    font-size: 56px;
    font-weight: 600;
    text-transform: capitalize;
    color: inherit;
    margin-left: 60px;
    padding-bottom: 0;
    line-height: .8em;
    position: relative
}

@media(max-width: 575px) {
    .marquee-card.style2 a {
        font-size: 24px
    }
}

.marquee-card.style2 a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--white-color);
    border-radius: 50%;
    top: 50%;
    left: -45px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.marquee-wrap3 {
    position: relative;
    z-index: 3;
    rotate: -7deg;
    margin: -147px -64px 121px
}

@media(min-width: 1922px) {
    .marquee-wrap3 {
        margin: -130px -20px 130px
    }
}

@media(max-width: 1500px) {
    .marquee-wrap3 {
        margin: -78px -20px 78px
    }
}

@media(max-width: 1299px) {
    .marquee-wrap3 {
        margin: -65px -20px 65px
    }
}

@media(max-width: 1199px) {
    .marquee-wrap3 {
        margin: 0 -10px 70px
    }
}

@media(max-width: 991px) {
    .marquee-wrap3 {
        margin: 0 -10px 70px
    }
}

@media(max-width: 575px) {
    .marquee-wrap3 {
        margin: 0 -10px 22px;
        rotate: -3deg
    }
}

.marquee-slider4 {
    margin: 0 -50px 0px
}

.marquee-slider4 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider4 .swiper-slide {
    width: auto
}

.marquee-card4 {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card4 .marquee-icon .masking-src {
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color)));
    background: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color) 100%)
}

.marquee-card4 a {
    font-size: 56px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    line-height: .77em;
    margin-left: 30px;
    padding-bottom: 10px;
    position: relative;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--body-color)
}

.marquee-card4 a:hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color)));
    background: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
    .marquee-card4 a {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    .marquee-card4 .marquee-icon {
        width: 24px;
        margin-top: -10px
    }

    .marquee-card4 a {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .marquee-card4 a {
        font-size: 30px
    }
}

.marquee-wrap5 {
    border-radius: 0 0 20px 20px;
    padding: 46px 0 36px
}

.marquee-slider5 {
    margin: 0 -50px 0px
}

.marquee-slider5 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider5 .swiper-slide {
    width: auto
}

.marquee-card5 {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card5 .marquee-icon .masking-src {
    background: var(--white-color);
    mix-blend-mode: normal
}

.marquee-card5 a {
    font-size: 56px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    line-height: .77em;
    margin-left: 30px;
    padding-bottom: 10px;
    position: relative;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--white-color)
}

.marquee-card5 a:hover {
    color: var(--white-color)
}

@media(max-width: 1199px) {
    .marquee-card5 a {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    .marquee-card5 .marquee-icon {
        width: 24px;
        margin-top: -10px
    }

    .marquee-card5 a {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .marquee-card5 a {
        font-size: 30px
    }
}

.marquee-slider6 {
    margin: 0 -50px 0px
}

.marquee-slider6 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider6 .swiper-slide {
    width: auto
}

.marquee-wrap6 {
    margin-bottom: -0.32em
}

.marquee-card6 {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card6 a {
    font-size: 120px;
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: inline-block;
    line-height: .77em;
    margin-left: 48px;
    padding-bottom: 0;
    position: relative;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--title-color)
}

.marquee-card6 a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(117.81deg, var(--theme-color) 13.95%, var(--theme-color) 77.47%);
    bottom: 3px;
    left: -24px
}

.marquee-card6 a:hover {
    color: var(--title-color)
}

@media(max-width: 1399px) {
    .marquee-card6 a {
        font-size: 100px
    }
}

@media(max-width: 1299px) {
    .marquee-card6 a {
        font-size: 90px
    }
}

@media(max-width: 1199px) {
    .marquee-card6 a {
        font-size: 70px
    }
}

@media(max-width: 991px) {
    .marquee-card6 a {
        font-size: 60px
    }
}

@media(max-width: 767px) {
    .marquee-card6 a {
        font-size: 50px;
        margin-top: 1px
    }
}

@media(max-width: 575px) {
    .marquee-card6 a {
        font-size: 40px
    }
}

.marquee-slider7 {
    margin: 0 -50px 0px
}

.marquee-slider7 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider7 .swiper-slide {
    width: auto
}

.marquee-card7 {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card7 .marquee-icon .masking-src {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), color-stop(50%, var(--theme-color)));
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 50%)
}

.marquee-card7 a {
    font-size: 56px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    line-height: .77em;
    margin-left: 30px;
    padding-bottom: 10px;
    position: relative;
    color: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), color-stop(50%, var(--theme-color)));
    background: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1199px) {
    .marquee-card7 a {
        font-size: 50px
    }
}

@media(max-width: 767px) {
    .marquee-card7 .marquee-icon {
        width: 24px;
        margin-top: -10px
    }

    .marquee-card7 a {
        font-size: 40px
    }
}

@media(max-width: 575px) {
    .marquee-card7 a {
        font-size: 30px
    }
}

.marquee-slider8 {
    margin: 0 -50px 0px
}

.marquee-slider8 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.marquee-slider8 .swiper-slide {
    width: auto
}

.marquee-card8 {
    margin-bottom: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.marquee-card8 a {
    font-size: 84px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    line-height: .77em;
    margin-left: 40px;
    padding-bottom: 15px;
    position: relative;
    color: var(--title-color)
}

.marquee-card8 a:hover {
    color: var(--theme-color)
}

@media(max-width: 1500px) {
    .marquee-card8 a {
        font-size: 70px
    }
}

@media(max-width: 1399px) {
    .marquee-card8 a {
        padding-bottom: 12px;
        font-size: 64px
    }
}

@media(max-width: 1299px) {
    .marquee-card8 a {
        padding-bottom: 10px;
        font-size: 58px
    }
}

@media(max-width: 1199px) {
    .marquee-card8 a {
        font-size: 50px;
        padding-bottom: 2px
    }
}

@media(max-width: 767px) {
    .marquee-card8 .marquee-icon {
        width: 50px
    }

    .marquee-card8 a {
        font-size: 40px;
        padding-bottom: 0
    }
}

@media(max-width: 575px) {
    .marquee-card8 a {
        font-size: 30px
    }
}

.marquee-area2 {
    margin: 0 40px;
    border-radius: 24px;
    padding: 404px 0
}

@media(max-width: 1199px) {
    .marquee-area2 {
        padding: 120px 0;
        margin: 0 20px
    }
}

.marquee {
    position: relative;
    --duration: 120s;
    --gap: 35px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap)
}

.marquee.marquee-extra.style2 {
    top: 73%
}

.marquee.style2 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: -1
}

.marquee.style2 .marquee-group .item {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 80px;
    line-height: 66px;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .3)
}

.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;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 56px;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite
}

.marquee .marquee-group.style3 .item {
    font-weight: 600;
    font-size: 120px;
    line-height: 120px
}

@media(max-width: 1199px) {
    .marquee .marquee-group.style3 .item {
        font-size: 70px;
        line-height: 70px
    }
}

@media(max-width: 767px) {
    .marquee .marquee-group.style3 .item {
        font-size: 50px;
        line-height: 60px
    }
}

.marquee .marquee-group.style4 .item a {
    font-family: var(--body-font);
    display: inline-block;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color);
    font-size: 56px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0);
    line-height: 96px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.marquee .marquee-group.style4 .item a::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--white-color);
    white-space: nowrap;
    content: attr(data-hover);
    -webkit-transition: all .5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
    transition: all .5s cubic-bezier(0.17, 0.67, 0.32, 0.87)
}

.marquee .marquee-group.style4 .item a:hover {
    color: var(--title-color);
    -webkit-text-stroke-color: var(--title-color)
}

.marquee .marquee-group.style4 .item a:hover::before {
    width: 100%;
    color: var(--title-color)
}

.marquee .marquee-group.style5 .item::before {
    display: none
}

.marquee .marquee-group.style5 .item a {
    font-family: var(--title-font2);
    display: inline-block;
    position: relative;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--title-color);
    font-size: 84px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0);
    line-height: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.marquee .marquee-group.style5 .item a::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--white-color);
    white-space: nowrap;
    content: attr(data-hover);
    -webkit-transition: all .5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
    transition: all .5s cubic-bezier(0.17, 0.67, 0.32, 0.87)
}

.marquee .marquee-group.style5 .item a:hover {
    color: var(--title-color);
    -webkit-text-stroke-color: var(--title-color)
}

.marquee .marquee-group.style5 .item a:hover::before {
    width: 100%;
    color: var(--title-color)
}

.marquee .marquee-group.style6 .item {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 120px;
    line-height: 130px;
    color: var(--title-color)
}

@media(max-width: 1199px) {
    .marquee .marquee-group.style6 .item {
        font-size: 70px;
        line-height: 80px
    }
}

@media(max-width: 767px) {
    .marquee .marquee-group.style6 .item {
        font-size: 50px;
        line-height: 60px
    }
}

.marquee .marquee-group .img {
    margin: 20px
}

.marquee .marquee-group .item {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2
}

.marquee .marquee-group .item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 8px;
    height: 8px;
    background-color: var(--white-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.marquee .marquee-group .item span {
    margin: 0px
}

.marquee .marquee-group .item img {
    margin: 0;
    border-radius: 150px;
    margin-right: 35px
}

.main-menu ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    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;
    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
}

@media(max-width: 1599px) {
    .main-menu ul.mega-menu {
        -webkit-transform: scaleY(0) translateX(14%);
        transform: scaleY(0) translateX(14%)
    }
}

@media(max-width: 1599px) {
    .main-menu ul.mega-menu {
        width: 1170px;
        left: -10rem !important
    }
}

.main-menu ul.mega-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu ul.mega-menu a {
    font-size: 16px
}

.main-menu ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 0px
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0px rgba(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: "";
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: none
}

.mega-menu-box {
    -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 34px rgba(0, 0, 0, .08);
    border-radius: 5px
}

.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, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-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;
    transform-origin: bottom center;
    opacity: 0
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn {
    font-size: 14px;
    color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    display: block !important
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:before {
    display: none
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:after {
    width: 0%
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover {
    color: var(--title-color)
}

.mega-menu-box .mega-menu-img .btn-wrap .th-btn:hover:after {
    width: 100%
}

.mega-menu-box:hover .btn-wrap {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -webkit-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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0
}

.mega-menu-box .mega-menu-title span {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    margin-right: 5px
}

.mega-menu-box .mega-menu-title span:after {
    display: none
}

.mega-menu-box .mega-menu-title a {
    color: var(--black-color2);
    line-height: normal
}

.mega-menu-box .mega-menu-title a:after {
    display: none
}

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

@media(max-width: 991px) {
    .mega-menu-box .mega-menu-title a {
        padding: 0
    }

    .mega-menu-box .mega-menu-title a:before {
        display: none
    }
}

.process-line {
    background-color: var(--smoke-color) !important;
    opacity: 1;
    margin: 0
}

@media(max-width: 767px) {
    .process-line {
        display: none
    }
}

.process-card {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 30px 0;
}

@media(max-width: 767px) {
    .process-card {
        display: block;
        margin: auto;
        padding: 50px 0 0px 0
    }
}

.process-card .icon-btn {
    display: none
}

.process-card_wrapp:not(:last-child) .process-card {
    border-right: 1px solid var(--smoke-color)
}

@media(max-width: 767px) {
    .process-card_wrapp:not(:last-child) .process-card {
        border: none
    }
}

.process-card_wrapp:not(:last-child) .process-card .icon-btn {
    position: absolute;
    top: 35%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    display: block;
}

@media(max-width: 767px) {
    .process-card_wrapp:not(:last-child) .process-card .icon-btn {
        position: relative;
        top: unset;
        right: 0;
        text-align: center;
        margin: 40px auto auto
    }
}

.process-card_wrapp:not(:last-child) .process-card .icon-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.process-card .divided {
    width: 2px;
    height: 37px;
    background: var(--title-color);
    display: block;
    margin: 24px auto
}

.process-card .number {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    color: #ed7d3157;
    display: block;
    margin-bottom: 20px;
}

.process-card .box-title {
    font-size: 17px;
    color: white;
    margin-bottom: 10px;
}

.process-card .box-text {
    font-size: 16px;
    max-width: 286px;
    display: block;
    color: white;
    margin: auto;
}

.process-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.process-card2 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 32px 48px
}

@media(max-width: 767px) {
    .process-card2 {
        padding: 32px 28px
    }
}

.process-card2:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #edf5f3;
    -webkit-mask-image: url("../img/shape/process-shape.png");
    mask-image: url("../img/shape/process-shape.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media(max-width: 375px) {
    .process-card2:before {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.process-card2 .number {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #06050b;
    display: inline-block;
    margin-bottom: 20px
}

.process-card2 .box-title {
    font-family: var(--title-font);
    font-size: 32px;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .process-card2 .box-title {
        font-size: 24px
    }
}

.process-card2 .box-text {
    margin-bottom: 0
}

.process-card2:hover:before {
    background: linear-gradient(122.43deg, var(--theme-color) 4.09%, var(--theme-color2) 100.57%)
}

.process-image {
    min-width: 745px;
    margin-right: -40%
}

@media(max-width: 1500px) {
    .process-image {
        margin-right: -10%
    }
}

@media(max-width: 1299px) {
    .process-image {
        min-width: 100%;
        margin-right: 0
    }
}

.process-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.process-card3 {
    position: relative;
    margin-top: 0px;
    z-index: 2;
}

.process-card3:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 100%;
    top: 4px;
    background-color: var(--smoke-color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.process-card3 .number {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-transform: capitalize;
    color: #d4d4d4
}

.process-card3 .box-title {
    font-size: 20px;
    font-family: var(--title-font2);
    font-weight: 500;
    margin-bottom: 5px;
    color: white;
    text-transform: none;
}

.process-card3 .box-text {
    max-width: 100%;
    color: white;
}

.process-card3.item-active:before {
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%)
}

.process-card3.item-active .number {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.process-area {
    position: relative;
    margin: 0 20px;
    border-radius: 32px;
    background-size: 100% 100%;
    margin-top: 65px;
    /* padding-top: 62px; */
}

@media(max-width: 991px) {
    .process-area {
        border-radius: 0;
        margin: 0
    }
}

.process-area::before {
    border-radius: inherit
}

.process-item {
    position: relative;
    z-index: 9;
    padding: 24px 24px 24px 40px;
    border-radius: 30px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 24px;
    /* width: 100%; */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    /* min-height: 550px; */
    justify-content: space-between !important;
}

@media(max-width: 1299px) {
    .process-item {
        gap: 30px
    }
}

@media(max-width: 1199px) {
    .process-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
        padding: 24px 24px 24px 24px
    }
}

.process-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--title-color);
    border-radius: 24px;
    z-index: -1
}

.process-item .box-num {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 56px;
    display: block
}

.process-item .box-num .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #06050b;
    border-radius: 48px;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
    margin-right: 14px
}

.process-item .box-title {
    font-weight: 600;
    font-size: 31px;
    color: #ffffff
}

.process-item .box-text {
    color: #ffffff
}

.process-item .box-text {
    color: #ffffff
}

.process-item .checklist-dd ul li {
    color: #ffffff
}

.process-item .checklist li:before {
    background-color: #975dff;
    border-radius: 50%;
    padding: 4px;
    height: 34px;
    width: 34px;
}

@media(max-width: 1500px) {
    .process-item .box-title {
        font-size: 24px
    }
}

@media(max-width: 1299px) {
    .process-item .box-title {
        font-size: 22px
    }
}

@media(max-width: 575px) {
    .process-item .box-title {
        font-size: 20px
    }
}

.process-item .box-text {
    /* max-width: 417px; */
    margin-bottom: 15px
}

.process-item .box-img {
    width: 524px;
    height: 502px;
    border-radius: 24px
}

@media(max-width: 1199px) {
    .process-item .box-img {
        width: 100%;
        height: 100%
    }
}

.process-item .box-img img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    height: 292px;
}

.process-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media(max-width: 767px) {
    .process-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.process-box .number {
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
    color: #17225c;
    display: inline-block
}

@media(max-width: 767px) {
    .process-box .number {
        max-width: 64px;
        display: block;
        margin: auto
    }
}

.process-box .box-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #17225c;
    margin-bottom: 5px
}

.process-box .box-text {
    margin-bottom: 0
}

.processSlider {
    margin: 0 -15% !important
}

@media(max-width: 1699px) {
    .processSlider {
        margin: 0 -20% !important
    }
}

@media(max-width: 1299px) {
    .processSlider {
        margin: 0 !important
    }
}

.processSlider .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 460px
}

.processSlider .swiper-wrapper .swiper-slide {
    margin-bottom: -50px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.processSlider .swiper-wrapper .swiper-slide .process-block .box-img:before {
    opacity: 0;
    visibility: hidden
}

.processSlider .swiper-wrapper .swiper-slide .process-block .box-content {
    opacity: 0;
    visibility: hidden
}

.processSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-bottom: 0
}

.processSlider .swiper-wrapper .swiper-slide.swiper-slide-active .box-img:before {
    opacity: 1;
    visibility: visible
}

.processSlider .swiper-wrapper .swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
    visibility: visible
}

.process-block {
    position: relative;
    z-index: 2
}

.process-block .box-img {
    position: relative;
    z-index: 2;
    -webkit-mask-image: url("../img/process/process-shape.png");
    mask-image: url("../img/process/process-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 460px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media(max-width: 767px) {
    .process-block .box-img {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.process-block .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 19, 36, 0.5)), to(rgba(21, 19, 36, 0.5)));
    background: linear-gradient(0deg, rgba(21, 19, 36, 0.5), rgba(21, 19, 36, 0.5));
    z-index: 1
}

.process-block .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.process-block .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 24px;
    bottom: 0px;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .process-block .box-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: 30px
    }
}

@media(max-width: 575px) {
    .process-block .box-content {
        left: 15px;
        bottom: 15px
    }
}

.process-block .box-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: var(--white-color);
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .process-block .box-title {
        font-size: 24px;
        margin-bottom: 0
    }
}

.process-block .box-text {
    max-width: 320px;
    display: block;
    margin-right: 20px;
    margin-bottom: 0
}

@media(max-width: 1699px) {
    .process-block .box-text {
        max-width: 280px
    }
}

@media(max-width: 1299px) {
    .process-block .box-text {
        max-width: 320px
    }
}

@media(max-width: 767px) {
    .process-block .box-text {
        color: var(--white-color);
        max-width: 100%
    }
}

.particle-1 {
    min-width: 1400px;
    height: 744px
}

.particle-2 {
    max-width: 1500px;
    height: 517px
}

.particle-2.small {
    max-width: 515px;
    height: 490px
}

.particle-3 {
    max-width: 1300px;
    height: 744px
}

.box-particle {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    height: 100px;
    z-index: -1
}

.price-particle {
    max-width: 190px;
    height: 165px
}

.body-particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.about-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 767px) {
    .about-wrapp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.feature-img {
    border-radius: 24px
}

.feature-img img {
    border-radius: 24px
}

.feature-img2 {
    border-radius: 24px
}

.feature-img2 img {
    border-radius: 24px
}

.feature-image-area {
    position: relative;
    z-index: 2
}

.feature-image-area .roi-info {
    position: absolute;
    left: 80px;
    top: 0
}

@media(max-width: 1399px) {
    .feature-image-area .roi-info {
        left: 40px
    }
}

@media(max-width: 1299px) {
    .feature-image-area .roi-info {
        left: -25px
    }
}

@media(max-width: 575px) {
    .feature-image-area .roi-info {
        position: relative;
        left: 0;
        margin-top: 30px
    }
}

.feature-image-area .roi-info2 {
    position: absolute;
    bottom: 0;
    right: -36px
}

@media(max-width: 575px) {
    .feature-image-area .roi-info2 {
        position: relative;
        right: 0;
        text-align: right
    }
}

.feature-img3 {
    text-align: right
}

.feature-img3 img {
    -webkit-mask-image: url("../img/normal/feature-shape.png");
    mask-image: url("../img/normal/feature-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center
}

.about-wrapper {
    position: relative;
    z-index: 2
}

.about-wrapper .discount-wrapp {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width: 767px) {
    .about-wrapper .discount-wrapp {
        position: relative;
        margin-top: 20px
    }
}

.feedbackSlide .slider-controller {
    min-width: 252px;
    margin: 0
}

.feedbackSlide .swiper-pagination-progressbar {
    --swiper-pagination-progressbar-size: 4px;
    background: #d4d4d4;
    border-radius: 2px;
    margin: 0
}

.feedbackSlide .slider-prev,
.feedbackSlide .slider-next {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    min-width: 24px
}

.feedback-area {
    position: relative;
    background-color: #f9f5f1;
    border-radius: 24px 24px 0 0;
    padding: 56px 60px;
    text-align: center;
    z-index: 2;
    height: 100%
}

@media(max-width: 991px) {
    .feedback-area {
        padding: 30px 20px
    }
}

.feedback-area .box-title {
    font-weight: 500;
    font-size: 48px;
    margin-top: -0.3rem;
    margin-bottom: 20px
}

@media(max-width: 1399px) {
    .feedback-area .box-title {
        font-size: 34px
    }
}

.feedback-card {
    position: relative;
    z-index: 2;
    display: block;
    margin: auto
}

.feedback-card .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    max-width: 167px;
    margin: auto;
    margin-bottom: -30px
}

.feedback-card .author {
    max-width: 48px;
    border-radius: 50%
}

.feedback-card .name {
    font-weight: 550;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0
}

.feedback-card .quote {
    text-align: right;
    margin-bottom: 15px
}

.feedback-card .box-text {
    font-weight: 500;
    font-size: 16px;
    color: #121214;
    margin-bottom: 28px
}

.feedback-card .box-content {
    position: relative;
    z-index: 2
}

.feedback-card .box-content .box-img {
    position: relative;
    height: 98px;
    border-radius: 49px;
    z-index: 2
}

.feedback-card .box-content .box-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 18, 20, 0.4)), to(rgba(18, 18, 20, 0.4)));
    background: linear-gradient(0deg, rgba(18, 18, 20, 0.4), rgba(18, 18, 20, 0.4));
    z-index: 1;
    border-radius: inherit
}

.feedback-card .box-content .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 49px
}

.feedback-card .box-content .box-wrapp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px
}

.feedback-card .box-content .box-title {
    font-weight: 550;
    font-size: 32px;
    text-transform: capitalize;
    color: #fff;
    margin: 0
}

.feature-wrap1 {
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

@media(max-width: 991px) {
    .feature-wrap1.style2 {
        display: none
    }
}

.feature-wrap1.style3 {
    position: relative
}

.feature-wrap1 p {
    margin-bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    -webkit-transition: none;
    transition: none
}

.feature-wrap1 .feature-item {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--title-font);
    border-radius: 48px;
    padding: 80px 15px 40px 15px;
    border-radius: 50%;
    line-height: 1;
    width: 240px;
    height: 240px;
    background: #ff6c8e;
    border: 1px solid #fff
}

.feature-wrap1 .feature-item.video {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 107px
}

.feature-wrap1 .feature-item.video .play-btn2 {
    color: var(--white-color);
    font-size: 34px;
    display: block
}

.feature-wrap1 .feature-item.button {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px
}

.feature-wrap1 .feature-item.button .line-btn {
    color: var(--white-color)
}

.feature-wrap1 .feature-item.button .line-btn:before {
    display: none
}

.feature-wrap1 .feature-item .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

@media(max-width: 991px) {
    .feature-wrap1 .feature-item .box-content {
        padding: 36px 10px
    }
}

.feature-wrap1 .feature-item .sub-title {
    font-weight: 500;
    font-size: 16px;
    color: #121214;
    display: block;
    margin-bottom: 20px
}

.feature-wrap1 .feature-item .box-title {
    font-family: var(--title-font);
    font-weight: 550;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #121214;
    display: inline-block;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .feature-wrap1 .feature-item .box-title {
        font-size: 18px
    }
}

.feature-wrap1 .feature-item .icon-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--title-color)
}

@media(max-width: 991px) {
    .feature-wrap1 .feature-item {
        padding: 10px 25px;
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .feature-wrap1 {
        position: relative;
        display: none
    }
}

.choose-wrapper {
    background-color: #f4f7ff;
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.choose-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 219px;
    height: 253px;
    background: #7b5dff;
    opacity: .4;
    -webkit-filter: blur(75px);
    filter: blur(75px);
    border-radius: 16px 260px 16px 16px
}

.choose-item {
    padding: 52px 70px
}

@media(max-width: 1299px) {
    .choose-item {
        padding: 30px 40px
    }
}

@media(max-width: 375px) {
    .choose-item {
        padding: 30px 20px
    }
}

.choose-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.choose-item:nth-child(2) {
    border-right-color: rgba(0, 0, 0, 0)
}

.choose-item:nth-child(3) {
    border-bottom-color: rgba(0, 0, 0, 0)
}

.choose-item .box-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--title-color);
    display: block;
    margin-bottom: 10px
}

.choose-item .box-number {
    margin-bottom: 0
}

.choose-item .box-text {
    max-width: 174px;
    margin-bottom: 0
}

.choose-item2 {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    border-radius: 48px;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

@media(max-width: 1199px) {
    .choose-item2 {
        padding: 40px
    }
}

@media(max-width: 991px) {
    .choose-item2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px
    }
}

.choose-item2:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #16141b;
    border-radius: inherit;
    z-index: -1
}

.choose-item2 .box-title {
    font-family: var(--title-font2);
    font-size: 32px;
    color: #975dff;
}

@media(max-width: 767px) {
    .choose-item2 .box-title {
        font-size: 24px
    }
}

.choose-item2 .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--smoke-color);
    max-width: 560px;
    margin-bottom: 40px
}

.choose-item2 .checklist ul {
    padding: 0
}

.choose-item2 .checklist ul li {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 17px;
    padding: 0;
}

.choose-item2 .checklist ul li img {
    margin-right: 8px
}

.choose-item2 .checklist ul li:before {
    display: none
}

.choose-img-box {
    position: relative;
    z-index: 2;
    border-radius: 16px
}

.choose-img-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #06050b;
    opacity: .5;
    border-radius: 16px
}

.choose-img-box .img1 {
    height: 100%;
    border-radius: 16px
}

.choose-img-box .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.choose-img-box .title-area {
    position: absolute;
    top: 50%;
    left: 56px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 1399px) {
    .choose-img-box .title-area {
        left: 30px
    }

    .choose-img-box .title-area .sec-title {
        font-size: 34px
    }
}

@media(max-width: 575px) {
    .choose-img-box .title-area {
        left: 18px
    }

    .choose-img-box .title-area .sec-title {
        font-size: 24px
    }
}

.choose-shape,
.choose-shape2 {
    position: absolute;
    z-index: 1
}

.choose-shape {
    bottom: 0%;
    right: 80px;
    -webkit-animation: ripple 15s linear infinite;
    animation: ripple 15s linear infinite
}

.choose-shape2 {
    bottom: 0%;
    right: 0px;
    -webkit-animation: ripple 10s linear infinite;
    animation: ripple 10s linear infinite
}

.feature-box {
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .05);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .05);
    border-radius: 24px;
    padding: 44px;
    text-align: center
}

@media(max-width: 1500px) {
    .feature-box {
        padding: 35px 30px
    }
}

@media(max-width: 1399px) {
    .feature-box {
        padding: 35px 20px
    }
}

@media(max-width: 991px) {
    .feature-box {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .feature-box {
        text-align: center;
        padding: 30px 20px
    }
}

.feature-box .box-title {
    font-size: 32px
}

@media(max-width: 1699px) {
    .feature-box .box-title {
        font-size: 24px
    }
}

@media(max-width: 575px) {
    .feature-box .box-title {
        font-size: 18px
    }
}

.feature-box .box-text {
    margin-bottom: 35px
}

.feature-box .box-img {
    border-radius: 8px
}

.feature-box .box-img img {
    border-radius: 8px
}

.process-wrap {
    position: relative
}

.process-wrap .process-bg-line {
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.process-wrap .process-bg-line img {
    height: calc(100% + 20px)
}

@media(max-width: 1199px) {
    .process-wrap .process-bg-line {
        display: none
    }
}

.process-wrap .process-content {
    position: relative
}

.process-wrap .process-content:after,
.process-wrap .process-content:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: inline-block;
    background: var(--white-color);
    left: 0;
    top: 50%;
    -webkit-transform: translate(-94px, -50%);
    transform: translate(-94px, -50%)
}

@media(max-width: 1399px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        -webkit-transform: translate(-91px, -50%);
        transform: translate(-91px, -50%)
    }
}

@media(max-width: 1299px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        -webkit-transform: translate(-84px, -50%);
        transform: translate(-84px, -50%)
    }
}

@media(max-width: 1199px) {

    .process-wrap .process-content:after,
    .process-wrap .process-content:before {
        display: none
    }
}

.process-wrap .process-content:after {
    background: var(--theme-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 20px
}

.process-wrap .process-content.left-content:after,
.process-wrap .process-content.left-content:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(94px, -50%);
    transform: translate(94px, -50%)
}

@media(max-width: 1399px) {

    .process-wrap .process-content.left-content:after,
    .process-wrap .process-content.left-content:before {
        -webkit-transform: translate(93px, -50%);
        transform: translate(93px, -50%)
    }
}

.process-wrap .process-content.left-content:after {
    margin-left: 0;
    margin-right: 20px
}

.process-wrap .process-content .two-column .checklist li {
    color: var(--body-color)
}

@media(max-width: 575px) {
    .process-wrap .process-content .two-column {
        gap: 10px
    }
}

.choose-feature2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.choose-feature2 .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fffa84;
    border-radius: 20px
}

.choose-feature2:not(:last-child) {
    margin-bottom: 35px
}

.choose-feature2:not(:last-child) .box-icon {
    background-color: var(--theme-color)
}

.choose-feature2 .box-title {
    color: var(--white-color)
}

.choose-feature2 .box-text {
    color: #b7bec8;
    margin-bottom: -0.3rem
}

.choose-feature {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media(max-width: 1399px) {
    .choose-feature {
        display: block
    }
}

@media(max-width: 575px) {
    .choose-feature {
        padding: 25px
    }
}

.choose-feature.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #587662;
    border-radius: 30px;
    padding: 15px;
    height: 100%
}

.choose-feature.style2 .box-title {
    text-align: center;
    display: block;
    max-width: 100%;
    margin-bottom: 0
}

@media(max-width: 375px) {
    .choose-feature {
        display: block;
        margin: auto;
        text-align: center
    }
}

.choose-feature:not(:last-child) {
    margin-bottom: 40px
}

.choose-feature .box-img {
    min-width: 258px;
    border-radius: 16px
}

@media(max-width: 1399px) {
    .choose-feature .box-img {
        min-width: 100%;
        margin-bottom: 30px
    }
}

.choose-feature .box-img img {
    border-radius: 16px
}

.choose-feature .box-title {
    max-width: 211px;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .choose-feature .box-title {
        max-width: 100%
    }
}

@media(max-width: 575px) {
    .choose-feature .box-title {
        font-size: 22px
    }
}

.choose-feature .box-text {
    margin-bottom: 20px
}

.choose-feature:hover .box-icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.choose-image .img1 {
    min-width: 815px;
    position: relative;
    z-index: 2
}

@media(max-width: 767px) {
    .choose-image .img1 {
        min-width: 100%;
        margin-top: 20px
    }
}

.choose-image .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.choose-image .img1 .choose-shape {
    position: absolute;
    width: 1104px;
    height: 370px;
    left: -20%;
    bottom: -17%;
    z-index: -1
}

.choose-card {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 50px
}

@media(max-width: 1299px) {
    .choose-card {
        padding: 30px
    }
}

.choose-card .box-img {
    -webkit-filter: drop-shadow(0px 4px 50px #EFEFEF);
    filter: drop-shadow(0px 4px 50px #EFEFEF);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 35px
}

.choose-card .box-img img {
    border-radius: 20px 20px 0px 0px
}

.choose-card .box-title {
    font-size: 30px;
    line-height: 40px;
    color: var(--title-color);
    margin-bottom: 10px
}

@media(max-width: 1299px) {
    .choose-card .box-title {
        font-size: 24px
    }
}

.choose-card .box-text {
    margin-bottom: -0.4rem
}

.feature-grid2 {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 32px;
    z-index: 2
}

.feature-grid2:before {
    content: "";
    position: absolute;
    inset: 8px;
    background-color: #f5f5f5;
    border-radius: 16px;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid2 .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 12px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 24px
}

.feature-grid2 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid2 .box-text {
    max-width: 306px
}

.feature-grid2:hover:before {
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px
}

.feature-grid2:hover .box-icon {
    background-color: var(--theme-color2)
}

.feature-grid2:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-grid3 {
    position: relative;
    z-index: 2;
    background-color: #dafdbb;
    border-radius: 24px;
    padding: 54px 28px;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid3_wrapp:nth-child(2) .feature-grid3 {
    background-color: #dbd2fe
}

.feature-grid3_wrapp:nth-child(3) .feature-grid3 {
    background-color: #fff27a
}

.feature-grid3_wrapp:nth-child(4) .feature-grid3 {
    background-color: #f5daf6
}

.feature-grid3_wrapp:nth-child(5) .feature-grid3 {
    background-color: #fee5cd
}

.feature-grid3 .box-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 24px
}

.feature-grid3 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid3 .box-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize
}

@media(max-width: 991px) {
    .feature-grid3 .box-title {
        font-size: 24px
    }
}

.feature-grid3 .box-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #16141b;
    margin-bottom: 0
}

.feature-grid3:hover {
    border-bottom: 5px solid var(--title-color);
    border-right: 5px solid var(--title-color)
}

.feature-grid3:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-grid4 {
    position: relative;
    z-index: 3;
    padding: 32px 36px 56px 32px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid4:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/normal/feature-shape2.png");
    mask-image: url("../img/normal/feature-shape2.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid4 .shape {
    position: absolute;
    inset: 0;
    background-image: url("../img/shape/feature-bottom-shape.png");
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid4 .box-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 40px
}

.feature-grid4 .box-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 29px;
    height: 29px;
    background: linear-gradient(122.43deg, #AEFF5D 4.09%, #5DFFD9 100.57%);
    border-radius: 50%;
    z-index: -1
}

.feature-grid4 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.feature-grid4 .box-title {
    font-family: var(--title-font2);
    font-size: 32px
}

@media(max-width: 1399px) {
    .feature-grid4 .box-title {
        font-size: 24px
    }
}

.feature-grid4 .box-text {
    margin-bottom: 0
}

.feature-grid4:hover:hover:before {
    background-color: var(--title-color)
}

.feature-grid4:hover .shape {
    opacity: 1;
    visibility: visible
}

.feature-grid4:hover .box-title,
.feature-grid4:hover .box-text {
    color: var(--white-color)
}

.feature-grid4:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.feature-area2 {
    background-color: #edf5f3
}

.feature-grid-thumb {
    position: relative;
    border-top: 1px solid var(--smoke-color)
}

.feature-grid-thumb:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #efefef;
    height: 2px;
    width: var(--main-container)
}

.feature-timeline {
    position: relative
}

.feature-timeline .feature-area-title {
    margin-top: 50px
}

@media(max-width: 1199px) {
    .feature-timeline .feature-area-title {
        margin-top: 30px
    }
}

@media(max-width: 767px) {
    .feature-timeline .feature-area-title {
        margin-top: 20px
    }
}

.feature-timeline .box-title {
    margin-bottom: 15px
}

.feature-timeline .box-text {
    margin-bottom: -0.3rem
}

.feature-timeline .swiper-pagination-progressbar {
    position: relative;
    background-color: rgba(0, 0, 0, 0)
}

.feature-timeline .swiper-pagination-progressbar:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    height: 4px;
    width: 100%;
    border-top: 1px solid var(--smoke-color)
}

@media(max-width: 1199px) {
    .feature-timeline .swiper-pagination-progressbar:before {
        border: none
    }
}

.feature-timeline .swiper-pagination-custom {
    position: relative;
    top: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0;
    z-index: 11
}

@media(max-width: 1199px) {
    .feature-timeline .swiper-pagination-custom {
        display: grid;
        grid-template-columns: auto auto;
        gap: 40px
    }
}

@media(max-width: 480px) {
    .feature-timeline .swiper-pagination-custom {
        grid-template-columns: auto
    }
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    display: block
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    top: 26%;
    left: 40px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    background-color: var(--theme-color);
    text-align: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 3
}

@media(max-width: 1399px) {
    .feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
        top: 23%
    }
}

@media(max-width: 1199px) {
    .feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
        display: none
    }
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.item-active .switch-title {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.item-active .switch-title:before {
    background: rgba(87, 179, 62, .3)
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch.item-active .feature-date {
    color: var(--theme-color)
}

.feature-timeline .swiper-pagination-custom .swiper-pagination-switch .feature-date {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    color: #010f1c
}

@media(max-width: 767px) {
    .feature-timeline .swiper-pagination-custom .swiper-pagination-switch .feature-date {
        font-size: 38px;
        line-height: 48px
    }
}

.feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media(max-width: 767px) {
    .feature-wrap {
        display: block
    }
}

.feature-grid .feature-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.feature-grid .box-icon i {
    font-size: 22px;
    color: var(--title-color)
}

.feature-grid .box-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.choose-wapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0px;
    position: relative;
    z-index: 2
}

@media(max-width: 575px) {
    .choose-wapper {
        grid-template-columns: auto
    }
}

.choose-wapper:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("../img/shape/choose-shape.png");
    mask-image: url("../img/shape/choose-shape.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 24px;
    z-index: -1
}

@media(max-width: 575px) {
    .choose-wapper:before {
        display: none
    }
}

.choose-box {
    padding: 40px 24px
}

@media(max-width: 575px) {
    .choose-box {
        padding: 20px;
        margin: 0;
        text-align: center
    }
}

.choose-box:not(:last-child) {
    background-color: var(--white-color);
    margin: 10px;
    border-radius: 16px;
    width: 100%;
}

@media(max-width: 575px) {
    .choose-box:not(:last-child) {
        margin: 0
    }
}

.choose-box:nth-child(2) {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 22px 0px 21px 42px
}

@media(max-width: 575px) {
    .choose-box:nth-child(2) {
        padding: 20px;
        margin: 0
    }
}

.choose-box:nth-child(3) {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 31px 16px 8px 30px
}

@media(max-width: 1199px) {
    .choose-box:nth-child(3) {
        padding: 40px 0px 40px 24px
    }
}

@media(max-width: 575px) {
    .choose-box:nth-child(3) {
        padding: 20px;
        margin: 0
    }
}

.choose-box:nth-child(4) {
    padding: 20px 30px 34px 40px
}

@media(max-width: 1199px) {
    .choose-box:nth-child(4) {
        padding: 40px 0px 65px 24px
    }
}

@media(max-width: 575px) {
    .choose-box:nth-child(4) {
        padding: 20px;
        margin: 0
    }
}

.choose-box:nth-child(4) .number,
.choose-box:nth-child(4) .box-title {
    color: var(--white-color)
}

.choose-box:nth-child(4) .box-text {
    color: var(--white-color);
    margin-right: 20px
}

@media(max-width: 575px) {

    .choose-box:nth-child(4) .number,
    .choose-box:nth-child(4) .box-title {
        color: var(--title-color)
    }

    .choose-box:nth-child(4) .box-text {
        color: var(--title-color);
        margin-right: 0px
    }
}

.choose-box .number {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #a3a3a3;
    display: block;
    margin-bottom: 10px
}

.choose-box .box-title {
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 10px
}

@media(max-width: 991px) {
    .choose-box .box-title {
        font-size: 24px;
        line-height: 34px
    }
}

.choose-box .box-text {
    margin-bottom: 0
}

.choose-box2 {
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    border: 1px solid #d4d4d4;
    border-radius: 16px;
    padding: 24px 18px;
    text-align: center
}

.choose-box2_wrapp:nth-child(2) .box-icon {
    background: #d2fefc
}

.choose-box2_wrapp:nth-child(3) .box-icon {
    background: #fff27a
}

.choose-box2_wrapp:nth-child(4) .box-icon {
    background: #dafdbb
}

.choose-box2 .box-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #dbd2fe;
    border-radius: 8px;
    display: block;
    margin: auto auto 24px auto
}

.choose-box2 .box-icon img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.choose-box2 .box-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px
}

.choose-box2 .box-text {
    font-size: 18px;
    margin-bottom: 0
}

.choose-box2:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.choose-img2 .img1 {
    border-radius: 24px
}

.choose-img2 .img1 img {
    border-radius: 24px
}

.choose-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 130px
}

@media(max-width: 1199px) {
    .choose-counter {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-bottom: 50px
    }
}

.choose-counter .box-title {
    font-weight: 600;
    font-size: 164px;
    line-height: 174px;
    text-transform: capitalize;
    color: var(--body-color);
    display: block;
    margin: 0
}

@media(max-width: 1199px) {
    .choose-counter .box-title {
        font-size: 140px;
        line-height: 150px
    }
}

@media(max-width: 767px) {
    .choose-counter .box-title {
        font-size: 100px;
        line-height: 140px
    }
}

@media(max-width: 375px) {
    .choose-counter .box-title {
        font-size: 60px;
        line-height: 80px
    }
}

.choose-counter .text {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 74px;
    line-height: 84px;
    text-transform: capitalize;
    color: var(--white-color);
    display: inline-block;
    min-width: 512px;
    margin: 0
}

@media(max-width: 1199px) {
    .choose-counter .text {
        font-size: 54px;
        line-height: 64px
    }
}

@media(max-width: 767px) {
    .choose-counter .text {
        font-size: 44px;
        line-height: 54px
    }
}

@media(max-width: 375px) {
    .choose-counter .text {
        font-size: 34px;
        line-height: 44px
    }
}

.choose-content .title-area {
    max-width: 550px
}

.choose-grid {
    position: relative;
    background: #0a0a0a;
    border: 1px solid #4661ff;
    border-radius: 30px;
    padding: 30px;
    max-width: 542px;
    z-index: 2
}

.choose-grid:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 163px;
    height: 94px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-mask-image: url("../img/icon/line-shape1.html");
    mask-image: url("../img/icon/line-shape1.html");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media(max-width: 767px) {
    .choose-grid:before {
        display: none
    }
}

.choose-grid:nth-child(3) {
    margin-left: 200px;
    border-color: #f3ba0e
}

@media(max-width: 1299px) {
    .choose-grid:nth-child(3) {
        margin-left: 150px
    }
}

@media(max-width: 767px) {
    .choose-grid:nth-child(3) {
        margin-left: 0
    }
}

.choose-grid:nth-child(3):before {
    background-color: #4661ff
}

.choose-grid:nth-child(4) {
    margin-left: 400px;
    border-color: #70d715
}

@media(max-width: 1299px) {
    .choose-grid:nth-child(4) {
        margin-left: 350px
    }
}

@media(max-width: 991px) {
    .choose-grid:nth-child(4) {
        margin-left: 200px
    }
}

@media(max-width: 767px) {
    .choose-grid:nth-child(4) {
        margin-left: 0
    }
}

.choose-grid:nth-child(4):before {
    background-color: #f3ba0e
}

.choose-grid:not(:last-child) {
    margin-bottom: 24px
}

.choose-grid .choose-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.choose-grid .box-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0
}

.choose-grid .box-text {
    color: #7a8392;
    margin: 10px 0 -0.3rem 0
}

.choose-btn {
    margin-top: -135px
}

@media(max-width: 991px) {
    .choose-btn {
        margin-top: -85px
    }
}

@media(max-width: 767px) {
    .choose-btn {
        margin-top: 0
    }
}

.choose-progress-bar {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    margin-left: 50px
}

@media(max-width: 1500px) {
    .choose-progress-bar {
        margin-left: 0
    }
}

.choose-progress-bar .progress-bar {
    float: left;
    width: 21%;
    height: 594px;
    border-radius: 30px;
    padding: 0;
    background-color: var(--white-color);
    -webkit-transition: none;
    transition: none
}

@media(max-width: 480px) {
    .choose-progress-bar .progress-bar {
        width: 45%;
        margin-bottom: 25px
    }
}

@media(max-width: 375px) {
    .choose-progress-bar .progress-bar {
        width: 40%
    }
}

.choose-progress-bar .progress-bar:not(:last-child) {
    margin-right: 25px
}

@media(max-width: 480px) {
    .choose-progress-bar .progress-bar:not(:last-child) {
        margin: 10px
    }
}

@media(max-width: 480px) {
    .choose-progress-bar .progress-bar:last-child {
        margin: 10px
    }
}

.choose-progress-bar .progress-track {
    position: relative;
    width: 100%;
    height: 594px;
    background-color: var(--white-color);
    border-radius: 30px
}

.choose-progress-bar .progress-fill {
    position: absolute;
    bottom: 0;
    background-color: #c5dacc;
    width: 100%;
    color: var(--white-color);
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    line-height: 20px;
    -webkit-animation: grow 1s ease-in-out;
    animation: grow 1s ease-in-out;
    height: 0
}

@-webkit-keyframes grow {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes grow {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.choose-progress-bar .counter {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #010f1c;
    display: block
}

.choose-progress-bar .text {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #4d5765;
    display: block
}

@media(max-width: 1199px) {
    .choose-area2 {
        background-position: left center
    }
}

.choose-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
    max-width: 560px;
    background-color: var(--white-color);
    padding: 24px;
    border-radius: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media(max-width: 1199px) {
    .choose-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: auto
    }
}

.choose-about:not(:last-child) {
    margin-bottom: 32px
}

.choose-about_number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 32px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    background-color: #f2f3fc;
    border-radius: 64px
}

@media(max-width: 1199px) {
    .choose-about_number {
        display: block;
        margin: auto
    }
}

.choose-about_text {
    margin-bottom: 0
}

@media(max-width: 375px) {
    .choose-about_text {
        text-align: center
    }
}

.choose-about img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.choose-about .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px
}

@media(max-width: 375px) {
    .choose-about .box-title {
        text-align: center
    }
}

.choose-about.item-active,
.choose-about:hover {
    background-color: var(--title-color)
}

.choose-about.item-active .choose-about_icon,
.choose-about:hover .choose-about_icon {
    background-color: var(--white-color)
}

.choose-about.item-active .choose-about_text,
.choose-about:hover .choose-about_text {
    color: var(--white-color)
}

.choose-about.item-active .box-title,
.choose-about:hover .box-title {
    color: var(--white-color)
}

.choose-img2 {
    position: relative;
    text-align: right;
    z-index: 2
}

@media(max-width: 1199px) {
    .choose-img2 {
        text-align: center
    }
}

.case-box {
    position: relative;
    z-index: 2
}

.case-box .box-img {
    border-radius: 24px;
    margin-bottom: 48px
}

.case-box .box-title {
    font-size: 32px;
    margin-bottom: 10px
}

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

.case-box .box-text {
    font-size: 18px;
    margin-bottom: 28px
}

.case-box .icon-btn {
    background-color: #f4f7ff;
    border-color: #f4f7ff
}

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

.th-feature-revealing-slider {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.th-feature-revealing-slider-slides {
    z-index: 1;
    position: relative;
    height: 100%
}

.th-feature-revealing-slider-control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: var(--controlSize);
    height: var(--controlSize);
    margin-left: calc(var(--controlSize)/-2);
    margin-top: calc(var(--controlSize)/-2);
    border-radius: 50%;
    background-color: #fff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

@media(max-width: 991px) {
    .th-feature-revealing-slider-control {
        display: none
    }
}

.th-feature-revealing-slider-control:hover {
    background-color: var(--theme-color2)
}

.th-feature-revealing-slider-control:hover .th-feature-revealing-slider-control-line::after {
    background-color: var(--title-color)
}

@media(max-width: 575px) {
    .th-feature-revealing-slider-control {
        top: 70%;
        left: 10%
    }
}

.th-feature-revealing-slider-control-right {
    left: 95%
}

@media(max-width: 575px) {
    .th-feature-revealing-slider-control-right {
        left: 90%
    }
}

.th-feature-revealing-slider-control-right .th-feature-revealing-slider-control-line {
    left: 37px;
    -webkit-transform-origin: 1px 0;
    transform-origin: 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.th-feature-revealing-slider-control-right .th-feature-revealing-slider-control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(135deg);
    transform: translateY(1px) rotate(135deg)
}

.th-feature-revealing-slider-control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.th-feature-revealing-slider-control-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--title-color);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.th-feature-revealing-slider-control-line:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-135deg);
    transform: translateY(1px) rotate(-135deg)
}

.th-feature-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line::after {
    -webkit-animation: arrowLineRotation .49s;
    animation: arrowLineRotation .49s
}

.th-feature-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line:nth-child(1)::after {
    -webkit-animation: arrowLineRotationRev .49s;
    animation: arrowLineRotationRev .49s
}

.th-feature-revealing-slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: clip-path 0s calc(var(--slidingAT)*.7);
    transition: clip-path 0s calc(var(--slidingAT)*.7);
    clip-path: circle(calc(var(--controlSize) / 2) at 120vw 50%)
}

.th-feature-revealing-slide-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center
}

.th-feature-revealing-slide-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 5, 11, 0.5)), to(rgba(6, 5, 11, 0.5)));
    background: linear-gradient(0deg, rgba(6, 5, 11, 0.5), rgba(6, 5, 11, 0.5))
}

.th-feature-revealing-slide-inner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.th-feature-revealing-slide-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.th-feature-revealing-slide-heading {
    font-size: 84px;
    font-weight: 600;
    line-height: 94px;
    color: var(--white-color);
    font-family: var(--body-font)
}

@media(max-width: 1299px) {
    .th-feature-revealing-slide-heading {
        font-size: 58px;
        line-height: 68px
    }
}

@media(max-width: 767px) {
    .th-feature-revealing-slide-heading {
        font-size: 48px;
        line-height: 58px
    }
}

@media(max-width: 575px) {
    .th-feature-revealing-slide-heading {
        font-size: 34px;
        line-height: 44px
    }
}

.th-feature-revealing-slide-heading a {
    color: inherit
}

.th-feature-revealing-slide-text {
    font-size: 64px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-family: var(--title-font);
    color: rgba(0, 0, 0, 0)
}

@media(max-width: 1299px) {
    .th-feature-revealing-slide-text {
        font-size: 44px
    }
}

@media(max-width: 575px) {
    .th-feature-revealing-slide-text {
        font-size: 30px
    }
}

.th-feature-revealing-slide.s-prev {
    clip-path: circle(calc(var(--controlSize) / 2) at 30vw 50%)
}

.th-feature-revealing-slide.s-active {
    z-index: 1;
    -webkit-transition: clip-path var(--slidingAT);
    transition: clip-path var(--slidingAT);
    clip-path: circle(120vmax at 120vw 50%)
}

.th-feature-revealing-slide.s-active.s-active-prev {
    clip-path: circle(120vmax at 30vw 50%)
}

.feature-image {
    border-radius: 24px
}

.feature-image img {
    border-radius: 24px
}

.feature-image2 {
    border-radius: 24px
}

.feature-image2 img {
    border-radius: 24px
}

.feature-area {
    position: relative;
    z-index: 2
}

.feature-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: -1
}

.feature-area3 {
    border-radius: 48px;
    margin: 0 40px
}

@media(max-width: 1500px) {
    .feature-area3 {
        margin: 0;
        border-radius: 0
    }
}

.feature-image-area2 {
    position: relative;
    z-index: 2;
    text-align: center
}

.feature-image-area2 .shape1 {
    position: absolute;
    bottom: 100px;
    left: -10%
}

@media(max-width: 1199px) {
    .feature-image-area2 .shape1 {
        left: 0;
        bottom: 30px
    }
}

.feature-image-area2 .shape1 img {
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px
}

.feature-image-area2 .shape2 {
    position: absolute;
    top: 140px;
    right: -10%
}

@media(max-width: 1199px) {
    .feature-image-area2 .shape2 {
        right: 0;
        top: 40px
    }
}

.feature-image-area2 .shape2 img {
    -webkit-box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    box-shadow: 0px 20px 50px rgba(11, 11, 11, .1);
    border-radius: 16px
}

.feature-item {
    position: relative;
    z-index: 2;
    padding: 40px;
    min-height: 450px;
    border-radius: 16px
}

.feature-item2 {
    position: relative;
    z-index: 2;
    /* padding: 40px; */
    border-radius: 16px
}

@media(max-width: 1299px) {
    .feature-item {
        padding: 30px
    }
}

.feature-item .box-title {
    color: var(--white-color);
    font-size: 32px
}

@media(max-width: 575px) {
    .feature-item .box-title {
        font-size: 24px
    }
}

.feature-item .box-text {
    max-width: 523px;
    color: #a3a3a3
}

.feature-list .box-title {
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px
}

.feature-list .box-title img {
    margin-right: 8px
}

.color-scheme-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: var(--white-color);
    padding: 20px 30px;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, .2);
    box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, .2)
}

.color-scheme-wrap .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);
    transform: translate(-100%, 0)
}

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

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

.color-scheme-wrap .color-switch-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 25px
}

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

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

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

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

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

.pt-80 {
    padding-top: 80px
}

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

.mt-24 {
    margin-top: 24px
}

.mt-80 {
    margin-top: 80px
}

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

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

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.6rem
}

.mt-n3 {
    margin-top: -0.8rem
}

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

.mt-n5 {
    margin-top: -3rem
}

.mt-50 {
    margin-top: 50px
}

.mb-n1 {
    margin-bottom: -0.25rem
}

.mb-n2 {
    margin-bottom: -0.6rem
}

.mb-n3 {
    margin-bottom: -0.8rem
}

.mb-n4 {
    margin-bottom: -1.5rem
}

.mb-n5 {
    margin-bottom: -3rem
}

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

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

.me-80 {
    margin-right: 80px
}

@media(max-width: 1699px) {
    .me-80 {
        margin-right: 0
    }
}

.ms-80 {
    margin-left: 80px
}

@media(max-width: 1699px) {
    .ms-80 {
        margin-left: 0
    }
}

.mt-60 {
    margin-top: 60px
}

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

.fs-18 {
    font-size: 18px;
    line-height: 1.555
}

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

.th-redius {
    border-radius: 32px
}

canvas {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
}

.hero-image4 {
    display: flex;
    justify-content: center;
}

.gradient-s {
    bottom: -18%;
    rotate: -9deg;
    left: 26%;
}

.mrzero {
    margin-left: 0px !important;
}

.th-btn3 .icon svg path {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
    animation: none;
    transition: none;
}

/* .text-gradient {
    background: linear-gradient(309.43deg, #e97131 10.12%, #e97131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
.text-gradient {
    background: linear-gradient(309.43deg, #22AB37 26.12%, #ffffff 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-area2 {

    border-top: 1px solid #ffffff30;

}



/* =========== */


.infographic-circular-section {

    /* background-color: #ffffff; */
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.circular-layout-container {
    position: relative;
    width: 700px;
    /* Base width for the circle */
    height: 700px;
    /* Base height for the circle */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Debugging: border: 1px dashed #ccc; */
}

.center-infographic-circle {
    width: 200px;
    height: 200px;
    /* background-color: #fff; */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px #9e7ae9;
    border: 2px solid #a07bed;
    z-index: 10;
    position: relative;
}

.center-infographic-circle h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 5px;
}

.center-infographic-circle p {
    font-size: 0.9rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.center-infographic-circle .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.center-infographic-circle .dot.yellow {
    background-color: #ffc107;
}

.center-infographic-circle .dot.teal {
    background-color: #20c997;
}

.center-infographic-circle .dot.pink {
    background-color: #fd7e14;
}

.center-infographic-circle .dot.green {
    background-color: #198754;
}

/* Step Card Styling */
.step-card {
    position: absolute;
    width: 280px;
    /* Width of the card */

    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    z-index: 5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.step-card-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
    /* border: 2px solid;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
}

.step-card-icon-wrapper i {
    font-size: 2.5rem;
    color: #fff;
}

.step-card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.step-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Positioning of cards around the circle */
/* Define the radius of the circle for the cards */
:root {
    --card-radius: 300px;
    /* Distance from center of .circular-layout-container to center of card */
}

.step-card.card-5 {
    /* background-color: #fefcf0; */
    transform: rotate(60deg) translateX(var(--card-radius)) rotate(-60deg);
    top: 62%;
    left: 29%;
    margin-left: -140px;
    margin-top: -140px;
    /* border-top: 5px solid #ffc107; */
}

.step-card.card-1 {
    /* background-color: #fefcf0; */
    transform: rotate(60deg) translateX(var(--card-radius)) rotate(-60deg);
    top: 29%;
    left: 75%;
    margin-left: -140px;
    margin-top: -140px;
    /* border-top: 5px solid #ffc107; */
}

/* .step-card.card-1 .step-card-icon-wrapper {
    background-color: #ffc107;
    border-color: #ffe08a;
} */

.step-card.card-1 .step-card-icon-wrapper i {
    color: #8d6b0a;
}

.step-card.card-2 {
    /* background-color: #f0fdf7; */
    transform: rotate(150deg) translateX(var(--card-radius)) rotate(-150deg);
    top: 45%;
    left: 54%;
    margin-left: -236px;
    margin-top: -140px;
    /* border-top: 5px solid #20c997; */
}

/* .step-card.card-2 .step-card-icon-wrapper {
    background-color: #20c997;
    border-color: #82e2c2;
} */

.step-card.card-2 .step-card-icon-wrapper i {
    color: #0f6c4f;
}

.step-card.card-3 {
    /* background-color: #fffaf0; */
    transform: rotate(240deg) translateX(var(--card-radius)) rotate(-240deg);
    top: 63%;
    left: 45%;
    margin-left: -191px;
    margin-top: -140px;
    /* border-top: 5px solid #fd7e14; */
}

/* .step-card.card-3 .step-card-icon-wrapper {
    background-color: #fd7e14;
    border-color: #ffc28f;
} */



.step-card.card-4 {
    /* background-color: #f0fcf0; */
    transform: rotate(330deg) translateX(var(--card-radius)) rotate(-330deg);
    top: 47%;
    left: 48%;
    margin-left: -140px;
    margin-top: -140px;
    /* border-top: 5px solid #198754; */
}

/* .step-card.card-4 .step-card-icon-wrapper {
    background-color: #198754;
    border-color: #8cd3ad;
} */

.step-card.card-4 .step-card-icon-wrapper i {
    color: #0e4e30;
}


/* Connecting Lines/Dots between cards and center */
.connector-line {
    position: absolute;
    width: 2px;
    height: 1px;
    /* Will be stretched with transform */
    background-color: #ccc;
    transform-origin: left center;
    z-index: 0;
    transition: background-color 0.3s ease;
}

/* Example for one line: */
.connector-line-1 {
    left: 50%;
    top: 50%;
    transform: rotate(60deg) translateX(0px) scaleX(var(--card-radius));
    background: linear-gradient(to right, #ccc, #ffc107);
}

.connector-line-2 {
    left: 50%;
    top: 50%;
    transform: rotate(150deg) translateX(0px) scaleX(var(--card-radius));
    background: linear-gradient(to right, #ccc, #20c997);
}

.connector-line-3 {
    left: 50%;
    top: 50%;
    transform: rotate(240deg) translateX(0px) scaleX(var(--card-radius));
    background: linear-gradient(to right, #ccc, #fd7e14);
}

.connector-line-4 {
    left: 50%;
    top: 50%;
    transform: rotate(330deg) translateX(0px) scaleX(var(--card-radius));
    background: linear-gradient(to right, #ccc, #198754);
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .circular-layout-container {
        width: 500px;
        height: 500px;
        --card-radius: 200px;
    }

    .center-infographic-circle {
        width: 160px;
        height: 160px;
    }

    .center-infographic-circle h3 {
        font-size: 1.3rem;
    }

    .center-infographic-circle p {
        font-size: 0.8rem;
    }

    .step-card {
        width: 220px;
        padding: 20px;
        margin-left: -110px;
        /* Adjust for new card width */
        margin-top: -110px;
    }

    .step-card-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .step-card-icon-wrapper i {
        font-size: 2rem;
    }

    .step-card h5 {
        font-size: 1.1rem;
    }

    .step-card p {
        font-size: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .infographic-circular-section {
        padding: 40px 0;
        border-radius: 0;
        /* No border radius on very small screens */
    }

    .circular-layout-container {
        width: 100%;
        /* Take full width */
        height: auto;
        /* Height adapts */
        display: block;
        /* Stack elements */
    }

    .center-infographic-circle {
        margin-bottom: 40px;
        width: 180px;
        height: 180px;
    }

    .step-card {
        position: static;
        /* Stack cards normally */
        width: 90%;
        max-width: 320px;
        margin: 0 auto 30px auto;
        transform: none !important;
        /* Remove circular positioning */
    }

    .connector-line {
        display: none;
        /* Hide lines on mobile */
    }
}

.boder-bag {
    /* background: red; */
    border: 1px solid #ffffff59;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%); */
    padding-top: 14px;
    padding-bottom: 105px;
    margin-top: 30px;
    border-radius: 20px;
}

.mrtop {
    margin-bottom: 57px;
}

div#faq-sec {
    padding-top: 23px;
}



/* =========== form ============= */


.faq-section {
    flex: 1 1 50%;
    padding: 40px;
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 300px;
    /* Ensure it doesn't get too small */
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.faq-header h2 {
    font-size: 2rem;
    font-weight: 700;
}

.faq-header .faq-tag {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.faq-item {
    background-color: var(--bg-light);
    border-radius: 0.75rem;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.faq-item:hover {
    background-color: var(--border-color);
}

.faq-question {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark);
}

.faq-question .plus-icon {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--text-light);
}

.faq-item.active .faq-question .plus-icon {
    transform: rotate(45deg);
}

.faq-answer {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 100px;
    /* Adjust based on typical answer length */
}


.form-section {
    flex: 1 1 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 300px;
    /* Ensure it doesn't get too small */
}

.form-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: var(--text-dark);
    background-color: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    /* border-color: #8a8597; */
    /* box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2); */
    /* background: white; */
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-light);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3px 29px;
}

textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 200px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    width: auto;
    transform: scale(1.1);
}

.checkbox-group a {
    color: #1b9839;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-group a:hover {
    text-decoration: underline;
}

.submit-button {
    display: flex;
    align-items: center;
    background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%);
    color: var(--white);
    border: none;
    border-radius: 0.75rem;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    gap: 10px;
    margin-top: 5px;
    width: fit-content;
}

.submit-button:hover {
    background-color: #7c3aed;
    /* Darker purple */
    transform: translateY(-2px);
}

.submit-button .arrow-icon {
    background-color: var(--secondary-green);
    color: var(--primary-purple);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .faq-section {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .faq-header h2,
    .form-section h2 {
        font-size: 1.75rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .faq-section,
    .form-section {
        padding: 25px;
    }

    .faq-header h2,
    .form-section h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .submit-button {
        width: 100%;
        justify-content: center;
    }
}

.about-logo img {
    width: 178px;
}

.contact-details .contact-item .icon-wrapper {
    background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details .contact-item .text-content span {
    color: #e0e0e0;
    font-weight: 500;
}

.contact-details .contact-item .text-content {
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    color: #d4d4d4;
}

.footer-section.contact-details a {
    color: #d4d4d4;
}

section.faq-form {
    padding-top: 80px;
    padding-bottom: 60px;
}

.col-md-6.flex {
    display: flex;
    align-items: center;
}


#ipCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

/* A subtle gradient overlay to give it a premium feel */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, transparent 20%, #030a16 100%);
    z-index: -1;
    pointer-events: none;
}

/* Example text to show how it looks behind content */
.content {
    position: relative;
    z-index: 3;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    pointer-events: none;
    text-align: center;
}


.contact-review img {
    object-fit: cover;
    height: 100%;
    border-radius: 30px;
    width: 100%;
}

section.google-map {
    padding-bottom: 80px;
}

.bordetop {
    border-bottom: 1px solid #013983;
    padding-top: 50px;
    padding-bottom: 24px;
}

div#about-sec h3 {
    color: white;
}

div#about-sec p {
    color: white;
    margin-bottom: 20px;
}

.group-icon {
    display: flex;
    justify-content: flex-start;
}

.inner-breacrump {
    padding-top: 130px;
    padding-bottom: 0px;
}

.ab-counter {
    margin-top: 25px;
}

.counter-title h4 {
    color: white;
}

.counter-title {
    border-bottom: 1px solid #013983;
    margin-bottom: 15px;
}


.mrtop-process {
    margin-bottom: 40px !important;
}

.box-wrapp {
    /* width: 54%; */
}

.swiper-wrapper {
    height: 345px;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
    display: flex;
    align-items: center;
}

.faq-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.with-icon .faq-card {
    padding-left: 0px;
    margin-top: 20px;
    border-radius: 24px;
}

.box-content h4 {
    font-size: 20px;
}

.nav-link.active {
    background-color: #1ea133;
    color: white;
    font-weight: 500;
    border-radius: 27px;
    padding: 7px 21px;
}

.cta-area6 h2 {
    color: white;
    margin-bottom: 14px;
}

.cta-area6 p {
    color: white;
    margin-bottom: 14px;
}

.tab-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
}

.box-icon img {
    width: 60px;
    /* margin-bottom: 10px; */
}

h2.sec-title.h3.text-white.text-anime-style-3.mrbottom {
    margin-bottom: 48px;
}

.mrtopbuttn {
    margin-top: 50px;
}

.row.justify-content-between.align-items-center.bottom-space {
    padding-bottom: 24px;
}

.cta-area6.position-relative.overflow-hidden.overflow-hidden.aila-section {
    padding-top: 74px;
    padding-bottom: 74px;
}


.section-dark {
    background-color: #262626;
    padding: 60px 0;
}

.section-light {
    background-color: #333333;
    background: url(../img/bg/abb-backgraound.jpg);
    padding: 60px 0;
    background-color: #000000b0;
    background-size: 100%;
    background-blend-mode: multiply;
}

.timeline-content h5 {
    margin-bottom: 5px;
}

.text-primary-custom {
    color: #ffffff !important;
}

.btn-custom {
    background-color: #00bcd4;
    color: #1a1a1a;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #0097a7;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

.card-custom {
    background-color: #333333;
    border: 1px solid #444444;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    min-height: 250px;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 188, 212, 0.2);
    border-color: #00bcd4;
}

.card-custom .icon {
    font-size: 3rem;
    color: #00bcd4;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.card-custom:hover .icon {
    transform: scale(1.1);
}

.timeline-item {
    position: relative;
    padding: 20px 0;
    border-left: 2px solid #838383;
    margin-left: 20px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 25px;
    width: 18px;
    height: 18px;
    background: linear-gradient(309.43deg, var(--theme-color2) 9.12%, var(--theme-color) 100%);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item:hover::before {
    background-color: #0097a7;
    transform: scale(1.2);
}

.timeline-content {

    padding: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 20px 10px rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-left: 40px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.timeline-content h5 {
    color: #ffffff;
    font-weight: 600;
}

.timeline-content p {
    font-size: 0.95rem;
    color: white;
}

.img-fluid-custom {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.feature-item {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}

.feature-item .icon {
    font-size: 2.5rem;
    color: #00bcd4;
    margin-right: 20px;
    flex-shrink: 0;
}

.social-icon {
    font-size: 2rem;
    color: #e0e0e0;
    margin: 0 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: #00bcd4;
    transform: translateY(-5px);
}

.header-bg {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.header-bg::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at top left, rgba(0, 188, 212, 0.1) 0%, transparent 50%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 0;
    animation: rotateBg 20s linear infinite;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.header-content {
    position: relative;
    z-index: 1;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 2.8rem;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

/* .section-title h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background-color: #00bcd4;
            margin: 20px auto 0;
            border-radius: 2px;
        } */
.about-image-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.about-image-group img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #00bcd4;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.about-image-group img:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .header-bg {
        padding: 60px 0;
    }

    .section-dark,
    .section-light {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .card-custom {
        min-height: auto;
        margin-bottom: 20px;
    }

    .timeline-content {
        margin-left: 20px;
    }

    .timeline-item::before {
        left: -11px;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-item .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.row.justify-content-center.border-box {
    padding: 30px 0px;
    /* border: 1px solid #8d5dff; */
    margin-top: 46px;
    border-radius: 20px;
}

.stck h4 {
    margin-bottom: 0px;
}

.stck {
    margin-bottom: 36px;
    padding-left: 30px;
}

.choose-item2 .box-wrapp {
    width: 61%;
    display: flex;
    align-content: center;
    align-items: center;
}

.stck p {
    color: white;
}

.checklist img {
    margin-top: 8px;
}


.white-clr {
    color: white;
}

section#service-sec p {
    color: white;
}

.text-justify {
    text-align: justify;
}

div#about-sec {
    padding: 62px 0px;
}

.overflow-hidden.overflow-hidden.counter {
    padding-bottom: 70px;
}

.aila-outcome {
    /* background: white; */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 20px 30px 24px;
}

.aila-outcome img {
    border-radius: 16px;
}

.col-md-12.text-center.poutcome-btn {
    padding-top: 31px;
}

.col-md-12.text-center.team-button {
    padding-top: 76px;
}



/* product css  */

.ai-section {
    /* padding-bottom: 20px !important; */
    overflow: hidden;
    position: relative;

}

.section-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(120, 80, 255, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 220, 0, 0.12);
    border: 1px solid rgba(255, 220, 0, 0.35);
    color: #FFD700;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tag-pill span {
    width: 7px;
    height: 7px;
    background: #FFD700;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.4s infinite;
}

.section-title {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 18px;
}

.section-title .highlight {
    background: #FFD700;
    color: #000;
    padding: 0 6px;
    border-radius: 4px;
}

.section-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    max-width: 520px;
    margin: 0 auto 56px;
    line-height: 1.7;
}

.matching-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 13px;
    position: relative;
    overflow: hidden;
}

.matching-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    animation: shimmer 2.5s infinite;
}

.matching-badge .icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.docs-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    position: relative;
    min-height: 252px;
}

.doc-card {
    width: 170px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px;
    position: relative;

    transition: transform 0.3s, border-color 0.3s;
    flex-shrink: 0;
}

.doc-card:hover {
    transform: translateY(-4px);
}

.doc-card.active {
    border-color: rgba(74, 222, 128, 0.6);
    box-shadow: 0 0 20px rgba(74, 222, 128, 0.15);
}

.doc-card.mismatch {
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.15);
}

.doc-title {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 10px;
}

.doc-line {
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    margin-bottom: 7px;
}

.doc-line.w60 {
    width: 60%;
}

.doc-line.w80 {
    width: 80%;
}

.doc-line.w45 {
    width: 45%;
}

.doc-line.accent {
    background: rgba(255, 220, 0, 0.35);
}

.doc-line.red-line {
    background: rgba(239, 68, 68, 0.5);
}

.doc-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.scan-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4ade80, rgba(74, 222, 128, 0.3), transparent);
    top: 0;
    animation: scanDown 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
}

.scan-line.red-scan {
    background: linear-gradient(90deg, transparent, #ef4444, rgba(239, 68, 68, 0.3), transparent);
    box-shadow: 0 0 8px rgba(239, 68, 68, 0.6);
    animation: scanDown 2s ease-in-out infinite 0.3s;
}

.doc-invoice {
    background: #1a0a0a;
    border-color: rgba(239, 68, 68, 0.4);
    transform: scale(1.08);
    z-index: 2;
}

.doc-invoice .doc-circle {
    border-color: rgba(239, 68, 68, 0.4);
}

.invoice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 8px;
}

.invoice-cell {
    height: 18px;
    background: rgba(239, 68, 68, 0.15);
    border-radius: 3px;
}

.match-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    flex-shrink: 0;
}

.connector-line {
    width: 32px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.connector-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, #4ade80);
    animation: connFill 2s ease-in-out infinite;
}

.status-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    z-index: 10;
}

.status-badge.match {
    background: #4ade80;
    color: #000;
    animation: popIn 0.5s 1s both;
}

.status-badge.mismatch {
    background: #ef4444;
    color: #fff;
    animation: popIn 0.5s 1.2s both;
}

.ip-shield {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgb(18 19 27), rgba(124, 58, 237, 0.1));
    border: 1.5px solid rgb(69 205 119);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 12px;
    animation: pulse 3s ease-in-out infinite;
    color: #4ade80;
    font-weight: 700;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-3px);
}

.feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 220, 0, 0.4), transparent);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.feature-card:hover::after {
    transform: scaleX(1);
}

.feat-icon {
    font-size: 28px;
    margin-bottom: 12px;
    display: block;
}

.feat-icon img {
    width: 60px;
}

.feat-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.feat-desc {
    font-size: 16px;
    /* color: rgba(255, 255, 255, 0.45); */
    color: #fff;
    line-height: 25px;
}

.stat-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.stat-val {
    font-size: 20px;
    font-weight: 800;
    color: #4ade80;
}

.stat-lbl {
    font-size: 11px;
    /* color: rgba(255, 255, 255, 0.4); */
    color: #fff;
}

.scan-progress {
    margin-top: 10px;
    height: 3px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 99px;
    overflow: hidden;
}

.scan-fill {
    height: 100%;
    background: #4ade80;
    border-radius: 99px;
    animation: fillBar 2s ease-in-out infinite;
}

.steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 40px 0 0;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 0;
}

.step-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
    flex-shrink: 0;
}

.step-dot.active {
    background: #FFD700;
    border-color: #FFD700;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.step-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 12px;
    white-space: nowrap;
}

.step-label.active {
    color: #FFD700;
    font-weight: 600;
}

.step-line {
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.step-line.done {
    background: rgba(255, 215, 0, 0.4);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.3
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(200%)
    }
}

@keyframes scanDown {

    0%,
    100% {
        top: 0;
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        top: calc(100% - 2px)
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgb(74 221 128);
    }

    50% {
        box-shadow: 0 0 0 1px rgb(73 219 126);
    }
}

@keyframes popIn {
    0% {
        transform: translateX(-50%) scale(0)
    }

    70% {
        transform: translateX(-50%) scale(1.2)
    }

    100% {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes connFill {
    0% {
        width: 0
    }

    60% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes fillBar {
    0% {
        width: 0
    }

    70% {
        width: 85%
    }

    90% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.step-anim {
    animation: float 4s ease-in-out infinite;
}

@media(max-width:576px) {
    .doc-card {
        width: 130px;
        padding: 10px;
    }

    .docs-wrapper {
        gap: 0;
    }

    .connector-line {
        width: 18px;
    }

    .section-title {
        font-size: 26px;
    }

    .steps-row {
        gap: 4px;
    }

    .step-line {
        width: 16px;
    }
}

.checklist p {
    color: white;
    text-align: justify;
    padding-right: 20px;
}

.section-gap {
    padding: 70px 0px 20px 0px;
}

.top-gap {
    padding-top: 34px;
}


/* need  section */

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

/* ─── LABEL ─── */
.label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .17em;
    color: var(--red);
    background: rgb(1 57 131 / 28%);
    border: 1px solid rgb(34 171 55);
    padding: 5px 13px;
    border-radius: 4px;
    margin-bottom: 13px;
}

.label-pulse {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--red);
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

/* ─── HEADING ─── */
.heading {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(34px, 4.8vw, 60px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
    color: var(--text);
    margin-bottom: 18px;
    max-width: 700px;
}

.heading mark {
    background: var(--red);
    color: #fff;
    padding: 0 10px 4px;
    border-radius: 5px;
    display: inline;
}

/* ─── INTRO TEXT ROW ─── */
.intro-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 46px;
    /* border-top: 1px solid var(--border); */
}

.intro-text {
    font-size: 16px;
    line-height: 1.72;
    color: #ffffff;
    /* background: white; */
    border-radius: 20px;
    background: linear-gradient(309.43deg, #0139834f 9.12%, #22ab3700 100%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    padding: 19px 20px 30px 24px;
    text-align: justify;
    font-weight: 300;
}

.intro-text strong {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

/* ─── MAIN LAYOUT ─── */
.main-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
}

/* ─── MOCKUP ─── */
.mockup-col {
    position: relative;
}

.device {
    background: #0f1119;
    border: 1px solid var(--border-hi);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 50px 100px rgba(0, 0, 0, .65),
        0 0 120px rgba(224, 59, 44, .07);
    transform: perspective(1200px) rotateY(-5deg) rotateX(2deg) scale(0.98);
    transition: transform .7s cubic-bezier(.25, .46, .45, .94);
}

.device:hover {
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg) scale(1);
}

/* titlebar */
.titlebar {
    background: #090b11;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--border);
}

.tb-dots {
    display: flex;
    gap: 5px;
}

.tb-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.d-r {
    background: #ff5f57;
}

.d-y {
    background: #febc2e;
}

.d-g {
    background: #28c840;
}

.tb-url {
    flex: 1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 10.5px;
    color: var(--dim);
    display: flex;
    gap: 6px;
    align-items: center;
}

.lock {
    color: var(--green);
}

.tb-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red), #ff8a65);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* app layout */
.app-shell {
    display: grid;
    grid-template-columns: 52px 1fr;
    height: 400px;
}

/* sidebar */
.sidebar {
    background: #0b0d14;
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 0;
    gap: 6px;
}

.sb-logo {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--red), #ff7043);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.sb-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--dim);
    cursor: pointer;
    transition: all .2s;
}

.sb-icon:hover,
.sb-icon.active {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
}

/* main content */
.app-main {
    padding: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* header row */
.app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
}

.app-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: var(--green);
    background: rgba(33, 208, 122, 0.1);
    border: 1px solid rgba(33, 208, 122, 0.2);
    border-radius: 100px;
    padding: 3px 10px;
}

.status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    animation: blink 1.5s infinite;
}

/* big score */
.score-panel {
    background: linear-gradient(135deg, #111528, #1a1f35);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.score-ring {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.score-ring svg {
    transform: rotate(-90deg);
}

.ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.05);
    stroke-width: 5;
}

.ring-fill {
    fill: none;
    stroke: var(--blue);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 175;
    stroke-dashoffset: 11;
    animation: fillRing 1.5s ease forwards;
}

@keyframes fillRing {
    from {
        stroke-dashoffset: 175;
    }

    to {
        stroke-dashoffset: 11;
    }
}

.ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
}

.ring-label small {
    font-size: 7px;
    color: var(--muted);
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
}

.score-info {
    flex: 1;
}

.score-name {
    font-size: 10px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 4px;
}

.score-val {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
    margin-bottom: 6px;
}

.score-bar-bg {
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    overflow: hidden;
}

.score-bar {
    height: 100%;
    width: 94%;
    background: linear-gradient(90deg, var(--blue), #818cf8);
    border-radius: 100px;
    animation: growBar 1.5s ease forwards;
    transform-origin: left;
}

@keyframes growBar {
    from {
        width: 0
    }

    to {
        width: 94%
    }
}

.score-sub {
    font-size: 9.5px;
    color: var(--green);
    margin-top: 4px;
}

/* metrics row */
.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.metric {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 10px 10px 8px;
    text-align: center;
}

.metric-icon {
    font-size: 14px;
    margin-bottom: 4px;
}

.metric-val {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    line-height: 1;
    margin-bottom: 2px;
}

.metric-lbl {
    font-size: 8.5px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* event log */
.log-title {
    font-size: 9px;
    color: var(--dim);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 5px;
}

.log {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.log-row {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 6px 9px;
    font-size: 10px;
}

.log-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ok {
    background: var(--green);
    box-shadow: 0 0 5px var(--green);
}

.warn {
    background: var(--amber);
    box-shadow: 0 0 5px var(--amber);
}

.stop {
    background: var(--red);
    box-shadow: 0 0 5px var(--red);
}

.log-msg {
    flex: 1;
    color: var(--muted);
}

.log-time {
    color: rgba(255, 255, 255, 0.2);
    font-size: 8.5px;
}

/* floating chips */
.chip {
    position: absolute;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(10, 12, 22, 0.88);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
    white-space: nowrap;
}

.chip-a {
    border: 1px solid rgba(33, 208, 122, 0.3);
    right: -22px;
    top: 50px;
    animation: chipFloat 4s ease-in-out infinite;
}

.chip-b {
    border: 1px solid rgba(224, 59, 44, 0.3);
    left: -22px;
    bottom: 90px;
    animation: chipFloat 4s ease-in-out infinite 2s;
}

@keyframes chipFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

.chip-icon {
    font-size: 18px;
}

.chip-text {
    font-size: 11px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.3;
}

.chip-sub {
    font-size: 9.5px;
    color: var(--green);
}

.chip-sub-r {
    font-size: 9.5px;
    color: var(--red);
}

/* ─── RIGHT COLUMN ─── */
.features-col {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.f-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px 22px 20px;
    background: var(--card);
    transition: border-color .3s, transform .3s;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.f-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.f-card:hover {
    border-color: var(--border-hi);
    transform: translateX(5px);
}

.f-card.red-card:hover {
    border-color: rgba(224, 59, 44, 0.35);
}

.f-card.blue-card:hover {
    border-color: rgba(59, 130, 246, 0.35);
}

.f-card.green-card:hover {
    border-color: rgba(33, 208, 122, 0.35);
}

.f-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 11px;
}

.f-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.fi-r {
    background: rgba(224, 59, 44, 0.12);
    border: 1px solid rgba(224, 59, 44, 0.2);
}

.fi-b {
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.fi-g {
    background: rgba(33, 208, 122, 0.12);
    border: 1px solid rgba(33, 208, 122, 0.2);
}

.fi-am {
    background: rgba(240, 168, 50, 0.12);
    border: 1px solid rgba(240, 168, 50, 0.2);
}

.f-tag {
    font-size: 9.5px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.t-r {
    color: var(--red);
    background: var(--red-soft);
    border: 1px solid rgba(224, 59, 44, 0.2);
}

.t-b {
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.t-g {
    color: var(--green);
    background: rgba(33, 208, 122, 0.1);
    border: 1px solid rgba(33, 208, 122, 0.2);
}

.t-am {
    color: var(--amber);
    background: rgba(240, 168, 50, 0.1);
    border: 1px solid rgba(240, 168, 50, 0.2);
}

.f-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.25;
}

.f-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 300;
}

.f-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 13px;
}

.check {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 3px 10px;
}

.check::before {
    content: '✓';
    color: var(--green);
    font-size: 9px;
}

/* ─── CTA ─── */
.cta-block {
    margin-top: 10px;
    background: linear-gradient(135deg, #161925, #1c2035);
    border: 1px solid var(--border-hi);
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cta-left {}

.cta-eyebrow {
    font-size: 10px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 5px;
}

.cta-heading {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
}

.cta-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-p {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--red);
    color: #fff;
    padding: 11px 22px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Instrument Sans', sans-serif;
    transition: all .25s;
    box-shadow: 0 6px 20px rgba(224, 59, 44, 0.35);
}

.btn-p:hover {
    background: #c73020;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(224, 59, 44, 0.5);
}

.btn-s {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: var(--text);
    padding: 11px 20px;
    border-radius: 8px;
    border: 1px solid var(--border-hi);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Instrument Sans', sans-serif;
    transition: all .25s;
}

.btn-s:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
}

/* ─── COMPLIANCE STRIP ─── */
.compliance-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.cs-label {
    font-size: 11px;
    color: var(--dim);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-right: 4px;
}

.cs-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: all .2s;
}

.cs-badge:hover {
    color: var(--text);
    border-color: var(--border-hi);
}

/* ─── ANIMATIONS ─── */
.fade {
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp .65s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.d1 {
    animation-delay: .05s
}

.d2 {
    animation-delay: .15s
}

.d3 {
    animation-delay: .25s
}

.d4 {
    animation-delay: .35s
}

.d5 {
    animation-delay: .45s
}

.d6 {
    animation-delay: .55s
}

.d7 {
    animation-delay: .65s
}

/* ─── RESPONSIVE ─── */
@media(max-width: 960px) {
    .main-layout {
        grid-template-columns: 1fr;
    }

    .mockup-col {
        order: 2;
    }

    .features-col {
        order: 1;
    }

    .chip-a {
        right: -8px;
    }

    .chip-b {
        left: -8px;
    }

    .device {
        transform: none !important;
    }

    .intro-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media(max-width: 600px) {
    .wrap {
        padding: 0 20px;
    }

    .section {
        padding: 72px 0 90px;
    }

    .chip-a,
    .chip-b {
        display: none;
    }

    .cta-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-shell {
        grid-template-columns: 1fr;
    }

    .sidebar {
        display: none;
    }
}

.need-section {
    padding: 40px 0px 70px 0px;
}

.title-gp {
    margin-bottom: 40px;
}

/* feature  and value */
/* ── CARD SECTION ── */
.card-section {
    padding: 62px 20px 65px;
    display: flex;
    justify-content: center;
}

.card-wrap {
    background: #ffffff00;
    border-radius: 10px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    width: 100%;
}

/* ── ZIA PANEL ── */
.zia-panel {
    width: 300px;
    min-width: 260px;
    background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%);
    position: relative;
    padding: 44px 30px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    border-radius: 150px;
}

.zia-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 0.04) 30px, rgba(255, 255, 255, 0.04) 31px),
        repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(255, 255, 255, 0.04) 30px, rgba(255, 255, 255, 0.04) 31px);
    pointer-events: none;
}

.zia-logo {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #5a5a5a, #4a4a4a);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.zia-sparkle {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 14px;
}

.zia-panel h2 {
    font-size: 19px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.zia-panel h2 span {
    font-size: 22px;
    font-weight: 700;
    color: #e8a0ff;
    display: block;
}

.zia-panel p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin: 14px 0 28px;
    position: relative;
    z-index: 1;
}

.btn-zia {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s, border-color 0.2s;
    position: relative;
    z-index: 1;
}

.btn-zia:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* ── APPS PANEL ── */
.apps-panel {
    flex: 1;
    padding: 0px 32px 28px;
}

.apps-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.apps-header .label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #ffffff;
}

.apps-header .explore-link {
    font-size: 12.5px;
    font-weight: 700;
    color: #1d7bc4;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.apps-header .explore-link:hover {
    text-decoration: underline;
}

.apps-divider {
    height: 1px;
    background: #e8e8e8;
    margin-bottom: 22px;
}

.apps-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px 8px;
}

.app-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.app-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.app-icon.crm {
    background: #eaf4ff;
    color: #1d7bc4;
}

.app-icon.mail {
    background: #fff7e6;
    color: #e67e22;
}

.app-icon.books {
    background: #f0f9f0;
    color: #27ae60;
}

.app-icon.people {
    background: #fef0ff;
    color: #8e44ad;
}

.app-icon.payroll {
    background: #fff3f3;
    color: #e74c3c;
}

.app-icon.sites {
    background: #f0f4ff;
    color: #2980b9;
}

.app-info h3 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.app-info p {
    font-size: 12px;
    color: #777;
    line-height: 1.4;
}

/* ── SVG ICONS ── */
.icon-svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 720px) {
    .card-wrap {
        flex-direction: column;
    }

    .zia-panel {
        width: 100%;
    }

    .apps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

img.img-solution {
    width: 100%;
    height: 375px;
    object-fit: contain;
    position: relative;
}

.aproach-first .hero-4 {
    position: relative;
    padding-bottom: 10%;
    padding-top: 14%;
    z-index: 3;
    background-position: top center;
}

.aproach-first .hero-4:before {

    background-image: unset;

}

.aproach-bg .faq-card {
    background: unset;
    border: 1px solid #d4d4d4;
    /* display: flex; */
    height: 93%;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    align-items: center;
}

.aproach-bg {
    padding-top: 66px;
}

.sticky .icon-masking {
    position: relative;
    display: inline-block;
    height: auto;
    width: 160px;
	padding-top:10px;
}



/* ── HOW WE FIND OUT ── */
#how {
    background: #111118;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.how-cell {
    background: #111118;
    padding: 2rem 1.5rem;
    position: relative;
    transition: background 0.3s;
}

.how-cell:hover {
    background: #16161F;
}

.how-cell-num {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #7B6FD4;
    margin-bottom: 1rem;
    display: block;
}

.how-cell h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #F0EEF8;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.how-cell p {
    font-size: 0.88rem;
    color: rgba(240, 238, 248, 0.5);
    line-height: 1.65;
}

.how-cell .icon-box {
    width: 48px;
    height: 48px;
    border: 1px solid #30c43e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.how-cell .icon-box svg {
    width: 22px;
    height: 22px;
    stroke: #30c43e;
    fill: none;
    stroke-width: 1.5;
}

.agent-row {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: -1px;
    transition: border-color 0.3s, background 0.3s;
    cursor: default;
}

.agent-row:hover {
    background: #16161F;
    border-color: rgb(4 67 122 / 75%);
    z-index: 1;
}

.agent-num {
    width: 80px;
    flex-shrink: 0;
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: rgba(240, 238, 248, 0.3);
    letter-spacing: 0.1em;
}

.agent-row:hover .agent-num {
    color: #30c43e;
}

.agent-content {
    padding: 1rem 2.5rem;
    flex: 1;
    display: flex;
    align-items: center;
}

.agent-title {
    font-size: 1rem;
    font-weight: 600;
    color: #F0EEF8;
}

.agent-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(47 197 61 / 42%);
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 2rem;
    transition: background 0.3s;
}

.agent-row:hover .agent-dot {
    background: #35c542;
    box-shadow: 0 0 12px #35c542;
}


.forensic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.forensic-cell {
    background: #050507;
    padding: 3rem 2rem;
    transition: background 0.3s;
}

.forensic-cell:hover {
    background: #16161F;
}

.forensic-cell h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #e8e8e8de;
    margin-bottom: 0.75rem;
}

.forensic-cell p {
    font-size: 0.83rem;
    color: rgba(240, 238, 248, 0.5);
    line-height: 1.6;
}

.forensic-icon {
    margin-bottom: 1.5rem;
}

.flow-step {
    display: flex;
    gap: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.flow-step:last-child {
    border-bottom: none;
}

.flow-num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1C1C28;
    flex-shrink: 0;
    width: 60px;
    line-height: 1;
    transition: color 0.3s;
    user-select: none;
}

.flow-step:hover .flow-num {
    color: #053981;
}

.flow-body {
    flex: 1;
}

.flow-body h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #F0EEF8;
    margin-bottom: 0.5rem;
}

.flow-body p {
    font-size: 0.85rem;
    color: rgba(240, 238, 248, 0.5);
}

.flow-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: rgb(63 81 181 / 67%);
    transition: color 0.3s;
}

.flow-step:hover .flow-arrow {
    color: #053981;
}


.time-row {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: -1px;
    transition: background 0.25s;
}

.time-row:hover {
    background: #16161F;
}

.time-row.header {
    background: #1C1C28;
}

.time-cell {
    flex: 1;
    padding: 1rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.9rem;
}

.time-cell:last-child {
    border-right: none;
}

.time-row.header .time-cell {
    font-size: 14px;
    /* letter-spacing: 0.2em; */
    /* text-transform: uppercase;  */
    color: rgba(240, 238, 248, 0.3);
}

.time-manual {
    color: rgb(240 238 248 / 68%);
}

.time-aila {
    color: #2fc43d;
    font-weight: 500;
}

.time-type {
    font-size: 0.88rem;
    color: #F0EEF8;
}

.savings-badge {
    display: inline-block;
    background: rgba(232, 101, 42, 0.12);
    border: 1px solid rgba(232, 101, 42, 0.3);
    color: #E8652A;
    font-size: 10px;
    letter-spacing: 0.15em;
    padding: 2px 10px;
    margin-left: 1rem;
}

@media (max-width: 1370px) {
    .price-box.style2 .available-list {
        background: #06050b;
        height: 560px;
    }
}


.product-label span {
    font-size: 24px;
    /* margin-left: 10px; */
    font-weight: 600;
}

.about-text-li {
    font-size: 16px;
    color: #fff;
}


@media (max-width:1370px) {
    .faq-card .box-title {
        height: 80px;
    }
}

.socialmedia {
    margin-top: 55px;
}

@media(max-width: 991px) {
    .project-image-one {
        padding-left: 0px;
    }

    .project-image-one img {
        height: auto;
        margin-right: 0px;
    }


    .cta-wrapp2 .cta-img1 {
        margin-top: 95px;
    }

    .cta-area6.position-relative.overflow-hidden.overflow-hidden.aila-section {
        padding-bottom: 20px;
    }

    .about-tab {
        width: auto !important;
    }

    .team-sec {
        padding-bottom: 0px !important;
    }

    .contact-details .row {
        gap: 30px 0px !important;
    }

    .socialmedia {
        margin-top: 0px !important;
    }

    .footer-layout11 .footer-text {
        font-size: 66px;
        line-height: 46px;
        margin: 0;
    }

    .footer-line-bottom {
        display: block !important;
    }

    .termsdiv {
        padding: 0px !important;
    }

    .footer-layout1 .widget-area {
        padding-bottom: 10px;
    }

    .footer-layout11 .copyright-wrap,
    .footer-line-bottom .contact-item {
        padding: 3px 5px !important;
    }

    .swiper-wrapper {
        height: 460px !important;
    }

    .hero-style3 .hero-text {
        margin-bottom: 30px;
    }

    .pricing-tabs.style2 {
        max-width: 100%;
        display: block;
        padding: 0px !important;
        border: none !important;
        border-radius: 0px !important;
    }

    .pricing-tabs .switch-area {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        flex-direction: column !important;
    }

    .sec-btn {
        justify-content: flex-start !important;
    }

    .price-box.style2 .available-list {
        height: auto;
    }

    .zia-panel {
        height: 475px;
    }

    .apps-panel {
        padding: 0px 3px 45px;
    }

    .card-section {
        padding-top: 0px !important;
    }

    .apps-grid {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .step-container {
        min-height: 45px !important;
        margin-bottom: 15px;
    }

}

.ai-cta-wrapper a {
    cursor: pointer;
}

/* MODAL STYLING */
.modal-content {
    background: #0F1219 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #fff;
}

/* .modal, .modal-backdrop {
        z-index: 99;
    } */


.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    justify-content: space-between;
}

/* .modal-title {
    font-family: 'Playfair Display', serif;
} */

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    /* border-color: #0057FF; */
}

.checkbox-group {
    margin: 20px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.submit-button {
    width: 100%;
    background: #0057FF;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .cta-flex {
        flex-direction: column;
        text-align: center;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .cta-content h2 {
        font-size: 38px;
    }

    blockquote:before,
    .wp-block-quote:before {
        width: 11px;
        font-size: 28px;
    }

    blockquote:before,
    .wp-block-quote:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -3px;
        height: 50px;
        background-color: #06090f;
    }

    .editorial-quote blockquote {
        font-size: 24px !important;
    }

    .editorial-quote {
        padding-right: 0px !important;
    }

    .content-wrapper {
        gap: 0px !important;
    }

    .th-btn3.style2 .icon {
        top: auto !important;
    }

    .footer-layout11 {
        margin: 40px 0px !important;
    }

    .loader-wrapper {
        font-size: 33px !important;
    }

    img.img-solution {
        height: 250px !important;
    }

    .security-grid {
        gap: 12px !important;
    }

    .loader-wrapper,
    .proof-section-custom,
    .ai-cta-section,
    .space,
    .space-bottom,
    .download-area,
    .ai-process-section,
    .security-vault-section,
    .faq-form {
        padding: 40px 0px !important;
    }
}

.loader-wrapper,
.proof-section-custom,
.ai-cta-section,
.space,
.space-bottom,
.download-area,
.ai-process-section,
.security-vault-section,
.faq-form {
    padding: 50px 0px !important;
}


/* Main CTA Box */
.ai-cta-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    padding: 70px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    text-align: center;
}

/* Heading */
.ai-cta-wrapper h2 {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    max-width: 950px;
    margin: auto;
    letter-spacing: -2px;
    margin-bottom: 15px;
}



/* Gradient Highlight */
.ai-cta-wrapper h2 span {
    background: linear-gradient(309.43deg, #22AB37 26.12%, #ffffff 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* CTA Button */
.ai-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    padding: 18px 38px;
    border-radius: 14px;
    background: linear-gradient(309.43deg, #1ea132 -0.88%, #013982 81%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 0 35px rgba(30, 161, 50, 0.35);
}

.ai-demo-btn:hover {
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 0 50px rgba(1, 57, 130, 0.55);
}

/* Contact Info */
.ai-contact-info {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.ai-contact-info a,
.ai-contact-info span {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

/* Hover Gradient */
.ai-contact-info a:hover {
    background: linear-gradient(309.43deg, #22AB37 26.12%, #ffffff 102%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Divider */
.divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.15);
}

.ai-cta-wrapper:hover {
    box-shadow: rgba(158, 252, 121, 0.2) 0px 2px 8px 0px;
}

/* Responsive */
@media (max-width: 991px) {

    .ai-cta-wrapper {
        padding: 50px 25px;
    }

    .ai-cta-wrapper h2 {
        font-size: 32px;
    }

    .ai-contact-info {
        gap: 18px;
        flex-direction: column;
    }

    .divider {
        display: none;
    }
}

/* TEAM CARD */

.team3_new .team-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
}

.team3_new .team-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */

.team3_new .team-img {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 0;
}

.team3_new .team-img img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    border-radius: 16px;
}

/* SOCIAL ICONS */

.team3_new .team-social {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    background: #000;
    padding: 12px 22px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .4s;
}

.team3_new .team-card:hover .team-social {
    bottom: 25px;
}

.team3_new .team-social a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.team3_new .team-social a:hover {
    color: #2fc23e;
}

/* CONTENT */

.team3_new .team-content {
    padding: 15px 20px 15px 20px;
}

.team3_new .team-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    color: #000;
}

.team3_new .team-flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 10px;
    flex-direction: column;
}

.team3_new .team-flex span {
    font-size: 16px;
    color: #333;
}

/* BUTTON */

.team3_new .read-more-btn {
    border: 1px solid #2fc23e;
    background: transparent;
    color: #2fc23e;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
    width: fit-content;
}

.team3_new .read-more-btn:hover {
    background: #2fc23e;
    color: #fff;
}

/* MODAL */

#teamModal .custom-modal {
    border-radius: 20px;
    padding: 20px;
    border: none;
}

#teamModal .modal-body {
    padding: 20px;
}

#teamModal .modal-body p {
    color: #fff;
}

#teamModal .modal-title-custom {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

#teamModal .modal-designation {
    color: #2fc23e;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
}

#teamModal .modal-img {
    width: 100%;
    border-radius: 14px;
}

#teamModal .custom-close {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 99;
}

/* RESPONSIVE */

@media(max-width:768px) {

    .team3_new .team-content h3 {
        font-size: 22px;
    }

    .team3_new .modal-title-custom {
        font-size: 32px;
    }

}

#demoModal .checkbox-group input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 10px !important;
    position: relative !important;
}

@media(max-width:768px) {
    .title-area .sec-title {
        font-size: 27px !important;
    }
.faq-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#teamModal .modal-title-custom {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
    
.loader-wrapper,
.proof-section-custom,
.ai-cta-section,
.space,
.space-bottom,
.download-area,
.ai-process-section,
.security-vault-section,
.faq-form {
    padding: 50px 0px !important;
}

.sticky .menu-area .header-logo .logo-2 {
   display: block !important;
        height: 48px;
        padding-left: 35px !important;
        margin-top: 1px;
}
    .stream-node {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 13px;
    }

    .stream-matrix {
        gap: 25px !important;
        margin-bottom: 25px !important;
    }

    .stream-branch {
        height: 100% !important
    }

    .th-menu-wrapper .mobile-logo {
        background-color: #000 !important;
    }

    .footer-bottom {
        margin-top: 35px !important;
    }

    .project-content-area .box-content {
        max-width: 100% !important;
        position: relative !important;
    }

    .mobile-logo {
        text-align: left !important;
    }

    .mobile-logo a img {
        height: 100%;
        width: 140px;
    }
}

.wpcf7-acceptance label {
    color: #fff !important;
}

.main-menu>ul>li.current_page_item>a {
    color: #1ea132;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(7, 9, 14, 0.2) 149.01%);
    border-radius: 10px;
}

#anim {
    width: 180px !important;
    max-width: 180px !important;
    margin-left: 10px;
    padding: 11px 0px 12px;
}

@media (max-width: 821px) {
    .project-content-area .box-content {
        max-width: 100% !important;
        position: relative !important;
    }
	.stream-matrix {
		margin-bottom:30px;
		gap:30px !important;
	}
	#anim {
    margin-left: 0px !important;
}
}

.spinner {
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-top: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.7s linear infinite;
  margin-right: 6px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}


    .th-menu-wrapper .mobile-logo {
        background-color: rgb(0, 0, 0) !important;
    }


@media (max-width: 767px) {
    .sticky .menu-area .header-logo .logo-2 {
        display: block !important;
        height: 48px;
        padding-left: 43px !important;
        margin-top: 1px;
    }
}
