:root {
    --body-bg: #ffffff;
    --theme-color: #efcb47;
    --body-color: #1f1e1e;
    --title-color: #9f0c0c;
    --secondary-color: #fde5d8;
    --heading-font: "Emblema One", system-ui;
    --title-font:
        "Lobster", sans-serif;
    --body-font:
        "Courgette", cursive;
    --icon-font:
        "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    /* background-color: var(--body-color) !important; */
    /* background-image: url(../img/bg-1.jpg); */
    background-repeat: repeat;
    background-size: cover;
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: none;
}
li {
    padding: 0px;
}
ol {
    list-style-type: none;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 10px 0;
    line-height: 1.63;
    color: #fff;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

@media(max-width: 767px) {

    .header-btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px !important;
        justify-content: center;
        padding-bottom: 10px;
    }


    .cmn-price-list li {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        line-height: 1.4
    }
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@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-fluid {
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0>.row {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
}

.outer-wrap2,
.outer-wrap1 {
    max-width: 1880px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.outer-wrap3 {
    max-width: 1445px;
    background-color: var(--white-color);
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--section-space);
    padding-bottom: calc(var(--section-space) - 30px)
}

@media(min-width: 1922px) {
    .hd-container1 {
        max-width: 2000px
    }
}

@media(max-width: 1500px) {
    .outer-wrap3 {
        max-width: 1350px
    }
}

@media(max-width: 1399px) {
    .outer-wrap3 {
        max-width: 1140px
    }
}

@media(max-width: 991px) {
    .outer-wrap3 {
        padding-top: var(--section-space-mobile);
        padding-bottom: calc(var(--section-space-mobile) - 30px)
    }
}

@media(min-width: 1399px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px
    }
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x)
}

.gy-30 {
    --bs-gutter-y: 30px
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 46px;
    padding: 0 20px 0 42px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    border-radius: 35px;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    color: var(--body-color);
    box-shadow: none;
    background-color: var(--body-bg);
    border-color: var(--border-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color)
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}

input[type=checkbox]:checked~label:before {
    content: "\f00c";
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block
}

input[type=checkbox]~label:before {
    content: "";
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: #f1f1f1;
    border: 1px solid rgba(196, 198, 200, .3);
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px
}

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: .5px;
    font-size: .4em;
    line-height: 18.95px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 100%;
    font-weight: 700;
    background: var(--body-bg);
    color: rgba(0, 0, 0, 0);
    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
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x)/2 + 30px);
    top: 21px;
    font-size: 16px;
    color: #a0abb4
}

.form-group.has-label>i {
    top: 50px
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(.375em + .8875rem) center
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
    outline: 0;
    box-shadow: none
}

textarea.is-invalid {
    background-position: top calc(.375em + .5875rem) right calc(.375em + .8875rem)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.form-messages {
    display: none;
    margin: 0;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px
}

.form-messages>pre:last-child {
    margin-bottom: 0
}

.form-messages>pre:first-of-type {
    margin-top: 0
}

.form-messages.success {
    background-color: var(--success-color);
    color: var(--white-color);
    display: block
}

.form-messages.error {
    background-color: var(--error-color);
    color: var(--white-color);
    display: block
}

.form-messages pre {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

.row>.slick-list {
    padding-left: 0;
    padding-right: 0
}

.slick-track>[class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.slick-track {
    min-width: 100%
}

.slick-slide img {
    display: inline-block
}

.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
    line-height: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 7px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 15px;
    line-height: 0;
    border: 3px solid var(--title-color);
    background-color: var(--dots-bg, transparent);
    transition: all ease .4s;
    position: relative
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    position: absolute;
    background-color: var(--secondary-color);
    color: var(--theme-color);
    top: 50%;
    border: none;
    left: var(--pos-x, -40px);
    width: var(--icon-size, 60px);
    height: var(--icon-size, 60px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 60px)/-2);
    z-index: 2;
    border-radius: 0;
    transition: all ease .4s
}

.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0
}

.slick-arrow.slick-next {
    right: var(--pos-x, -40px);
    left: auto
}

.slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: rgba(0, 0, 0, 0)
}

.arrow-margin .slick-arrow {
    top: calc(50% - 30px)
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    --pos-x: -100px;
    opacity: 1;
    visibility: visible
}

.has-slide-shadow {
    margin-top: -30px;
    margin-bottom: -30px
}

.has-slide-shadow .slick-slide {
    margin-top: 30px;
    margin-bottom: 30px
}

.arrows-style1 {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - var(--padding-x, 492.5px)*2);
    width: 100%;
    margin: 20px auto 28px auto;
    position: relative;
    z-index: 1
}

.arrows-style1 button {
    border: none;
    padding: 0;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .22em;
    display: inline-flex;
    gap: 10px
}

.arrows-style1 button .arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: currentColor;
    -webkit-clip-path: var(--path);
    clip-path: var(--path);
    vertical-align: middle
}

.arrows-style1 button:hover {
    color: var(--title-color)
}

.arrows-style1 [data-slick-prev] {
    --path: polygon(100% 0, 60% 49%, 100% 100%, 0 50%)
}

.arrows-style1 [data-slick-next] {
    flex-direction: row-reverse;
    --path: polygon(0 0, 100% 50%, 0 100%, 40% 50%)
}

@media(max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px
    }

    .arrows-style1 {
        --padding-x: 330px
    }
}

@media(max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px
    }

    .arrows-style1 {
        --padding-x: 220px
    }
}

@media(max-width: 1199px) {
    .arrows-style1 {
        --padding-x: 170px
    }
}

@media(max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px
    }

    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 40px
    }

    .arrows-style1 {
        --padding-x: 100px
    }

    .slick-dots {
        margin: 8px 0 38px 0
    }
}

@media(max-width: 767px) {
    .arrows-style1 {
        --padding-x: 10px
    }
}

.vs-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%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 40px;
    display: block;
    text-align: left;
    background-color: var(--title-color);
}

.vs-menu-wrapper .mobile-logo img {
    max-width: 200px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 34px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 25%;
    background-color: var(--body-bg);
    border-right: 4px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154, 86, 58, .2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 30px 0;
    line-height: 1;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(154, 86, 58, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 34px;
    border: none;
    background-color: transparent;
    color: var(--theme-color);
    display: inline-block;
    border-radius: 0
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 100%;
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

.vs-2-btn {
    background-color: var(--theme-color);
    color: #020202;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 24px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: var(--body-font);
    text-decoration: none;

}


.vs-2-btn:hover {
    color: #fff;
    background-color: var(--title-color);
}


.vs-btn {
    background-color: var(--title-color);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 24px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: var(--body-font);
    text-decoration: none;
}


.vs-btn:hover {
    color: #fff;
    background-color: var(--theme-color);
}

.vs-btn:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
}
.vs-btn:hover:before,
.vs-btn:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}
.icon-btn {
    border: none;
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    line-height: var(--icon-size, 40px);
    font-size: var(--icon-font-size, 14px);
    background-color: var(--white-color);
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: middle
}

.icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.icon-btn.style2 {
    --icon-size: 50px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 18px
}

.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.vs-icon {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: var(--border-gap, 5px);
    transition: all ease .4s
}

.vs-icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px)/-1);
    right: calc(var(--border-gap, 5px)/-1);
    bottom: calc(var(--border-gap, 5px)/-1);
    left: calc(var(--border-gap, 5px)/-1);
    border: 1px dashed var(--theme-color);
    border-radius: inherit;
    transition: all ease .4s;
    animation: spin 30s linear infinite
}

.vs-icon.style2 {
    background-color: #fde7da;
    box-shadow: 0 0 0 8px var(--white-color);
    margin: 8px
}

.vs-icon.style2:before {
    display: none
}

.vs-icon.style3 {
    background-color: #fde7da
}

.bar-btn {
    border: none;
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0);
    width: 40px;
    height: 26px;
    position: relative;
    overflow: hidden
}

.bar-btn .bar:after,
.bar-btn .bar:before {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease .4s;
    background-color: var(--title-color)
}

.bar-btn .bar:after {
    left: -140%;
    right: auto;
    background-color: var(--theme-color)
}

.bar-btn .bar:nth-child(2):before,
.bar-btn .bar:nth-child(2):after {
    top: 50%;
    margin-top: -1px
}

.bar-btn .bar:nth-child(3):after,
.bar-btn .bar:nth-child(3):before {
    top: auto;
    bottom: 0;
    width: 30px
}

.bar-btn .bar:nth-child(3):after {
    left: auto;
    right: -120%
}

.bar-btn:hover {
    color: var(--theme-color)
}

.bar-btn:hover .bar:after {
    left: 0
}

.bar-btn:hover .bar:before {
    right: -110%
}

.bar-btn:hover .bar:nth-child(3):before {
    right: 110%
}

.bar-btn:hover .bar:nth-child(3)::after {
    left: auto;
    right: 0
}

.bar-btn.style2 .bar:before {
    background-color: var(--white-color)
}

.bar-btn.style2:hover .bar:before {
    background-color: var(--theme-color)
}

@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .watch-btn .play-btn {
        --icon-size: 50px;
        --icon-font-size: 16px
    }

    .watch-btn .btn-text {
        font-size: 18px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .user-id-link {
        font-size: 18px
    }
}


.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

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%;
    transform: translate(-50%, -50%)
}

.vs-header {
    position: relative;
    z-index: 41
}

.header-logo {
    max-width: 200px !important;
    padding: 10px 0
}
.header_nav{
    background-color: var(--title-color) !important;
}
.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 17px;
    color: var(--theme-color);
    text-transform: capitalize;
    text-decoration: none;
}

@media(max-width: 1500px) {
    .main-menu a {
        font-size: 16px
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu>ul>li {
    margin: 0 18px
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    position: relative;
    font-family: var(--icon-font);
    margin-left: 5px;
    top: -0.8px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--body-bg);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    min-width: 190px;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    width: 1px;
    background-color: var(--border-color);
    height: calc(100% - 65px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "\f192";
    position: absolute;
    top: 2.8em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--body-bg);
    box-shadow: inset 0px 2px 4px 0px rgba(154, 86, 58, .4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    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
}

.menu-style1>ul>li>a {
    padding: 0px 20px;
}

.header-text {
    font-size: 12px;
    font-weight: 500;
    color: #e5e4e4;
    margin: 0;
    padding: 12px 0
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 25px
}

.header-btns button:not([class*=vs-]),
.header-btns a:not([class*=vs-]) {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    color: var(--title-color);
    background-color: rgba(0, 0, 0, 0)
}

.header-btns button:not([class*=vs-]):hover,
.header-btns a:not([class*=vs-]):hover {
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
    line-height: 23px;
    line-height: 1
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: var(--theme-color);
    margin: 0 10px 0 0
}

.header-links a {
    color: var(--theme-color);
    font-size: 14px;
    font-family: var(--body-font);
}

.header-links a:hover {
    color: var(--title-color) !important;
}

.header-links.style-white li {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .2)
}

.header-links.style-white li a:hover {
    color: var(--white-color)
}
.header-top {
    background-color: #000;
    padding: 8px 0px;
}

@media(min-width: 1500px) {

    .header-layout2,
    .header-layout1 {
        --main-container: 1700px
    }
}

.header-layout2 .menu-area {
    position: relative
}

@media(min-width: 1399px) {
    .header-layout2 .menu-area .menu-inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }
}

.header-layout2 .will-sticky .menu-inner {
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.social-style1 a img{
    width: 40px;
    height: auto;
    padding: 0px 8px;
}
.sticky-wrap {
    background: #9f0c0c;
}
section.banner__section {
    padding-top: 20px;
    background-color: #000;
}
/* css */
.tabs-icon li{
    padding: 0px 23px;
}
.tabs-icon li a{
    color: var(--theme-color);
    font-size: 18px;
    font-family: var(--body-font);
    
}
.header__bttn{
    width: 32%
}
.banner_box .item{
    position: relative;
}
.banner_box img{
    border-radius: 30px;
    margin-bottom: 40px;
}
.banner__heading{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.banner__heading div{
    padding: 35px;
    background-color: #0606068f;
}
.banner__heading h3{
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--heading-font);
}
.hero-content {
    margin: 60px 0px;
    h3{
        color: #fff;
        font-size: 58px;
        margin-bottom: 20px;
    }
    h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    background-color: rgb(255 223 107 / 20%);
    display: inline-block;
    padding: 11px 19px;
    margin-bottom: 22px;
}
i{
    color: var(--theme-color);
}
}
.hero-right_content{
    margin: 60px 0px;
    p{
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
    }
    a{
        text-decoration: none;
    }
    i{
        transform: rotate(-45deg);
    }
}



.header-btns img{
    width: 80px;
    height: 40px;
    background-color:var(--theme-color);
    padding: 6px;
    border-radius: 50%;
    filter: drop-shadow(1px 1px 3px black);
}
.header-btns p{
    font-size: 12px !important;
}
.about_box{
    text-align: center;
    position: relative;
    h3{
        font-size: 58px;
        color: var(--theme-color);
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
    p{
        font-size: 18px;
        color: #757474;
        font-weight: 500;
    }
}
.working_hours{
    margin-top: 20px;
    h4{
        font-size: 28px;
        color: #000000;
    }
}
.working_hours ul{
    padding-left: 0px;
    margin: 20px 0px;
    display: flex
}
.working_hours li{
    padding: 20px 20px;
    border: 1px dashed var(--theme-color);
    color: #000000;
    font-size: 18px;
    text-align: center;
}
.about_section{
    padding: 100px 0px;
    background-color: #ffffff73;
}
.about_section_bg{
    background-image: url(../img/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.about-section-title h4{
    color: #ffffff;
    font-size: 18px;
    background-color: var(--title-color);
    padding: 8px;
    width: 27%;
    text-align: center;
    i{
        color: #fff;
    }
}
.about__image {
    border-top-left-radius: 100px;
    border: 14px solid #fff;
}
.about__image_1 {
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    border: 14px solid #fff;
    position: relative;
    left: -100px;
    top: 200px;
}
.about-section-title h3{
    color: #000000;
    font-size: 52px;
    margin: 20px 0px;
}
.about-section-title p{
    color: #000000;
    font-size: 15px;
    font-family: var(--body-font);
}
.about-bttn{
    margin-top: 30px;
}
.project_section{
    padding: 80px 0px;
    background-image: url(../img/bg-6.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.rooms-section-title{
    margin-bottom: 30px;
}
.rooms-section-title h4{
    color: #000000;
    font-size: 18px;
    i{
        color: var(--theme-color);
    }
}
.rooms-section-title h3{
    color: var(--title-color);
    font-size: 52px;
    margin: 20px 0px;
}
.rooms-section-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.rooms_box{
    position: relative;
    overflow: hidden;
}
.rooms_box img{
    transition: all .3s linear;
    overflow: hidden;
    clip-path: polygon(12% 0, 100% 0%, 87% 100%, 0% 100%);
}
.rooms_box img:hover{
    filter: brightness(1.3);
}
.rooms_box_content{
    position: absolute;
    bottom: 0px;
    background-color: #00000091;
    width: 100%;
    padding: 5px 70px 0px 0px;
    text-align: center;
    clip-path: polygon(2% 0, 89% 0%, 87% 100%, 0% 100%);
}
.rooms_box_content h4{
    color: #ffffff;
    font-size: 22px;
    font-family: var(--body-font);
    padding: 25px 0px;
    
}

.shape_2_img{
    position: absolute;
    bottom: 0px;
    left: 30px;
}
.dot_shape_img{
    animation: dots 8s linear infinite;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.amenities_section{
    padding: 80px 0px;
    background: #000000;
}

@keyframes rotateme {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 1rem));
    }
}
@keyframes dots {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(-40px);
    }
}
.amenities_box{
    padding: 10px;
    margin-bottom: 20px;
    p{
        font-size: 14px;
        color: #ffffff;
    }
    h5{
        color: #ffffff;
        font-size: 21px;
        font-family: var(--body-font);
        margin-top: 15px;
    }
}
.amenities_image{
    clip-path: polygon(12% 0, 100% 0%, 87% 100%, 0% 100%);
}
.amenities-section-title{
    margin: 0px;
    h3{
        color: var(--theme-color);
        font-size: 45px;
        margin-bottom: 50px;
    }
    h4 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 25px;
}
}
.contact-info-content p{
    margin-bottom: 0px;
}
.contact-info-content a{
    color: var(--theme-color);
}

.widget_title{
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 30px;
}
.footer-wrapper{
    background-image: url(../img/banner-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.widget-area{
    background-color: #000000d6;
    padding: 80px 0px 0px 0px;
}
.copyright-wrap {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #00000012;
}
.footer-widget{
    ul{
        padding: 0px;
    }
    li{
        padding: 8px 0px;
        border-bottom: 2px dotted #ffdf6b2e;
    }
    a{
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
    }
    p{
        color: #ffffff;
        font-size: 15px;
    }
    i{
        color: var(--title-color);
        margin-right: 15px;
        font-size: 17px;
        font-weight: 600;
    }
}
.footer-widget a:hover{
    color: var(--theme-color);
    transition: all .3s linear;
}
.footer-widget p:hover{
    color: var(--theme-color);
    transition: all .3s linear;
}
.footer__logo {
    width: 200px;
}
.address{
    margin-left: 28px;
}
.copyright-text{
    color: #ffffff;
    font-size: 14px;
}
.copyright-text a{
    color: #ffffff;
    font-size: 13px;
}
.logo_para p{
    width: 80%;
    margin: 30px 0px;
}
.testimonials-page{
    padding: 80px 0px;
    background-color: #0000008a;
}
.testimonials_bg{
    background-image: url(../img/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.google-icon{
    width: 120px !important;
    height: auto;
}
.review{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.testimonials-page .item h4{
    color: #fff;
    font-size: 28px;
    margin-top: 40px;
}
.review_box{
    background-image: url(../img/shape-1.png);
    background-repeat: no-repeat;
    background-position:bottom;
    background-color: #000000a3;
    border-radius: 10px;
    padding: 25px;
}
.contact_section{
    /* padding: 120px 0px; */
    background-color: var(--title-color);
}
.contact_title h4{
    font-size: 39px;
    color: #fff;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-info img{
    margin-right: 30px;
    width: 75px;
    height: 75px;
}
.contact-info-content h4{
    font-size: 38px;
    color: #fff;
}
.contact-info-content p{
    font-size: 23px;
    color: #fff;
}