@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/*  font-family: "Quicksand", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');
/* font-family: "Montez", cursive; */

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--Text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Secondary);
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}
/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}
/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
    display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type=search] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

    input[type=search]::-webkit-search-decoration {
        /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}
/* Reset search styling */

input[type=search] {
    outline: 0;
}

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
    }
/* Placeholder color */

::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}
/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #171412;
}
/* Typography
-------------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Roboto", sans-serif;
    color: var(--Secondary);
    margin: 0;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 70px;
}

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

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

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

h5,
.h5 {
    font-size: 19px;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 25px;
}
/* ------------main css start---------- */
/* header {
    position: fixed;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 210%);
    padding-top: 14px;
} */

header.topheader.scrolled {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(180deg, rgb(187 35 35) 0%, rgba(0, 0, 0, 0) 113%);
}

/*header {
    position: fixed;
    z-index: 99999;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 14px;
    background-image: linear-gradient(180deg, #dd7a5e 45%, #d0093600 112%);
    background: rgba(13, 13, 12, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: margin 0.3s ease;
}*/
header {
    background: rgb(255 255 255);
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
    z-index: 99;
}

.header-inner-wrap {
    margin: 0 auto;
    text-align: left;
    width: 1140px;
    max-width: 100%;
}

.header-inner .contact {
    width: 168px;
    float: left;
    /* background: url(../images/contact.png); */
    background-size: 37px;
    background-repeat: no-repeat;
    /* padding-left: 47px; */
    margin-top: 14px;
}
/*
    .header-inner .contact:before {
        content: "\f10b";
        display: block;
        font: normal normal normal 14px / 1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        float: left;
        margin-right: 12px;
        font-size: 37px;
    }*/
#site-logo {
    width: 80px;
    margin: 0;
    float: left;
}
/*#site-logo {
    width: 246px;
    margin: 0 auto;
}*/

nav.main-menu.style-white {
    float: right;
    /* border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(0 0 0);*/
    margin-top: 28px;
    margin-bottom: 0px;
}

.header-inner-wrap .message {
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

.header-inner-wrap .number {
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.booknow {
    float: right;
    margin-top: 16px;
    background: #ffffff;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 30px;
}

    .booknow a {
        text-decoration: none;
        color: #ff8c00;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.7142857143;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
    }

    .booknow:hover {
        background: #fb5b32 !important;
        color: #fff;
    }

        .booknow:hover a {
            color: #fff;
        }

p.mphb-required-fields-tip {
    font-family: "Quicksand", sans-serif;
}
/* slider */

.container-banner {
    overflow: hidden;
    position: relative;
    height: 600px;
}

ul.navigation {
    visibility: visible;
    text-align: center;
    margin: 0;
}

    ul.navigation li {
        margin: 0 0 0 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

        ul.navigation li a {
            border: 0px solid #fff;
            outline: none;
            text-decoration: none;
            padding: 0px 15px 0px 15px;
            line-height: 40px;
            font-weight: bold;
            height: 40px;
            text-align: center;
            width: auto;
            display: block;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
            font-family: "Quicksand", sans-serif;
            font-size: 14px;
        }

            ul.navigation li a:hover {
                background: #fb5b32 !important;
                color: #fff;
            }

#slide {
    width: max-content;
    margin-top: 50px;
}

.item {
    width: 150px;
    height: 250px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
}

    .item:nth-child(1),
    .item:nth-child(2) {
        left: 0;
        top: 0;
        transform: translate(0, 0);
        border-radius: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .item:nth-child(3) {
        left: 58%;
    }

    .item:nth-child(4) {
        left: calc(58% + 200px);
    }

    .item:nth-child(5) {
        left: calc(58% + 420px);
    }

    .item:nth-child(n+6) {
        left: calc(58% + 640px);
        opacity: 0;
    }

    .item .content {
        position: absolute;
        top: 50%;
        left: 100px;
        width: 300px;
        text-align: left;
        padding: 0;
        color: #eee;
        transform: translate(0, -50%);
        display: none;
        font-family: system-ui;
    }

    .item:nth-child(2) .content {
        display: block;
        z-index: 11111;
    }

    .item .name {
        font-size: 40px;
        font-weight: bold;
        opacity: 0;
        animation: showcontent 1s ease-in-out 1 forwards
    }

    .item .des {
        margin: 20px 0;
        opacity: 0;
        animation: showcontent 1s ease-in-out 0.3s 1 forwards
    }

    .item button {
        padding: 10px 20px;
        border: none;
        opacity: 0;
        animation: showcontent 1s ease-in-out 0.6s 1 forwards
    }

@keyframes showcontent {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        filter: blur(0);
    }
}

.buttons {
    position: absolute;
    bottom: 115px;
    z-index: 9;
    text-align: center;
    width: auto;
    right: 3px;
}

    .buttons button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0px solid #555;
        transition: 0.5s;
        background: none;
    }

        .buttons button:hover {
            background-color: #fb5b32;
            color: #fff;
        }

        .buttons button .fa {
            font-size: 22px;
        }
/* .booking-form {
    width: 1170px;
    max-width: 94%;
    margin: -128px auto 0 auto;
    z-index: 99999;
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 30px;
} */

.booking-form span {
    display: inline-block;
    width: 19%;
}

    .booking-form span label {
        display: block;
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        margin-bottom: 9px;
        text-align: left;
        padding-left: 17px;
    }

    .booking-form span input,
    .booking-form span select {
        font-size: 16px;
        max-width: 100%;
        margin: 0;
        background-color: transparent;
        border: 1px solid #ccc;
        border-radius: 30px;
        height: 44px;
        padding: 0 23px;
        font-family: "Quicksand", sans-serif;
        width: 92%;
    }

.booking-form {
    width: 1170px;
    max-width: 100%;
    /* margin: -128px auto 0 auto; */
    z-index: 9999;
    position: relative;
    background: #fff;
    padding: 0px 45px;
    border-radius: 60px;
    text-align: center;
    position: relative;
    top: -106px;
    margin: 0 auto;
}

    .booking-form span button {
        background: #fb5b32 !important;
        font-size: 19px;
        border-radius: 30px;
        color: #fff;
        padding: 7px 25px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        font-family: "Quicksand", sans-serif;
    }

.aboutimages {
    position: relative;
    float: left;
    width: 49%;
}

.img1 img {
    border-radius: 24px;
    width: 424px;
    animation: slide 7s ease-in-out infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

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

    100% {
        transform: translateX(0);
    }
}

.img2 {
    position: absolute;
    top: 11%;
    left: 44%;
}

    .img2 img {
        border-radius: 24px;
        border: 5px solid #ffffff;
        width: 305px;
        animation: slidenew 7s ease-in-out infinite;
    }

@keyframes slidenew {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

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

.img3 {
    position: relative;
    margin-top: -31px;
    z-index: 3;
}

    .img3 img {
        border-radius: 24px;
        border: 5px solid #ffffff;
        width: 424px;
        animation: slide 7s ease-in-out infinite;
    }

@keyframes slide {
    0% {
        transform: translateX(0);
    }

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

    100% {
        transform: translateX(0);
    }
}

.aboutdetail {
    float: left;
    width: 49%;
    padding-left: 55px;
}

    .aboutdetail h2 {
        font-family: "Montez", cursive;
        font-size: 80px;
    }

        .aboutdetail h2 span {
            font-size: 20px;
            display: block;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 27px;
        }

a.readmore {
    background: #ff8c00;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.thumnail-slider {
    margin: 55px 0;
    background: #ecca9d url(../images/texture.png);
    padding: 91px 0 90PX 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .thumnail-slider::before {
        content: "";
        background: url(../images/unfoldbg.png);
        width: 100%;
        display: block;
        height: 100px;
        top: -43px;
        position: absolute;
    }

    .thumnail-slider::after {
        content: "";
        background: url(../images/tribg2.png);
        width: 100%;
        display: block;
        height: 100px;
        bottom: -43px;
        position: absolute;
    }

    .thumnail-slider h2 {
        color: #fff;
        text-align: center;
        font-family: "Montez", cursive;
        font-size: 80px;
        margin-bottom: 55px;
    }

.swiper-slide h3 {
    font-size: 20px;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    position: absolute;
    bottom: 22px;
    display: block;
    text-align: center;
    margin: 0 auto !important;
    width: 61%;
    left: 19%;
    padding: 10px;
    border-radius: 30px;
}

    .swiper-slide h3 span {
        font-size: 16px;
    }

.package {
    background: #fff;
}

    .package h3 {
        color: #d1a974;
        text-align: left;
        font-family: "Montez", cursive;
        font-size: 66px;
    }

        .package h3 span {
            color: #7c603b;
            font-size: 18px;
            display: block;
            font-family: "Quicksand", sans-serif;
            margin: 12px 0;
            text-align: left;
        }

.innerbox {
    background: #fbf7f1;
    padding: 20px;
    border-radius: 8px;
    min-height: 696px;
    margin-bottom: 150px;
    position: relative;
}

    .innerbox img {
        border-radius: 20px;
        margin-bottom: 18px;
    }

    .innerbox h4 {
        font-size: 21px;
        display: block;
        font-family: "Quicksand", sans-serif;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

        .innerbox h4 span {
            font-size: 16px;
            display: block;
            font-family: "Quicksand", sans-serif;
        }

    .innerbox p {
        font-size: 15px;
        display: block;
        font-family: "Quicksand", sans-serif;
        line-height: normal;
    }

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

        .innerbox ul li {
            font-size: 15px;
            font-family: "Quicksand", sans-serif;
            line-height: normal;
            margin-bottom: 6px;
        }

            .innerbox ul li:before {
                content: "\f058";
                display: inline-block;
                font: normal normal normal 14px / 1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                margin-right: 8px;
                color: #9b8e7b;
            }

    .innerbox a,
    .innerbox a:hover {
        background: #e9bc92;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 18px;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        padding: 5px 15px;
        text-decoration: none;
        font-weight: 600;
        border-radius: 30px;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
    }

.special-box {
    padding: 30px 26px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: 14px;
}

.special-package h3 {
    color: #0e0d0c;
    text-align: center;
    font-family: "Montez", cursive;
    font-size: 80px;
    text-transform: capitalize;
}

.special-box img {
    width: 64px;
    height: auto;
    margin: 0 auto 17px auto;
    display: block;
}

.special-box h4 {
    line-height: 1.3;
    font-size: 18px;
    display: block;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.special-package h3 span {
    font-size: 30px;
    display: block;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 27px;
}

.special-package p {
    text-align: center;
    font-size: 18px;
    display: block;
    font-family: "Quicksand", sans-serif;
    margin: 12px auto 42px auto;
}
/* footer {
        background: #ecca9d;
        margin: 21px 0 0px 0;
        padding: 50px 0;
    } */

footer {
    background: #24211e url(../images/tent-3.jpg);
    margin: 20px 0 0px 0;
    padding: 50px 0 8px 0;
    position: relative;
}

/*   footer::before {
        content: "";
        background: url(../images/unfoldbg.png);
        width: 100%;
        display: block;
        height: 100px;
        top: -11px;
        position: absolute;
    }*/

ul.social {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

    ul.social li {
        display: inline-block;
        margin: 9px 3px;
        text-align: center;
    }

        ul.social li a .fa {
            color: #fff;
            font-size: 20px;
        }

footer h3 {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

ul.elm-social-icons {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

    ul.elm-social-icons li {
        display: inline-block;
        text-align: center;
        margin: 0 7px;
    }

img.partnetlogo {
    margin-bottom: 20px;
}

ul.elm-social-icons li a {
    color: #fff;
}

    ul.elm-social-icons li a .fa {
        font-size: 25px;
    }

.xxlogo {
    width: 22px;
    vertical-align: top;
    margin-top: -2px;
}

.ourcompany {
    /* padding-left: 80px !important; */
    border-right: 0px solid #ffffff;
}

.col-md-12.partnerx {
    text-align: center;
    margin-top: 20px;
}

.ourcompany ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

    .ourcompany ul li {
        display: inline-block;
        text-align: center;
        margin: 0 10px;
    }

        .ourcompany ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-family: "Montserrat", Helvetica, Arial, sans-serif;
            font-weight: 700;
        }

/*    .ourcompany ul li a:before {
                    content: "\f101";
                    display: inline-block;
                    font: normal normal normal 14px / 1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    color: #fff;
                    margin-right: 7px;
                }*/

.partner a {
    background: #fff;
    display: block;
    width: 64%;
    padding: 6px;
    margin-bottom: 27px;
    border-radius: 17px;
    float: left;
    text-align: center;
    margin-right: 8px;
}

.partner {
    padding-left: 43px !important;
}

img.kumbhlogo {
    width: 51px;
    margin: 0 auto;
    text-align: center;
}

.copyright {
    background: #000;
    padding: 7px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

    .copyright a,
    .copyright a:hover {
        color: #fff;
        font-family: "Quicksand", sans-serif;
        font-size: 15px;
        float: right;
        margin-right: 11px;
    }

.footerlogo p {
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    margin-top: 11px;
    color: #fff;
}
/* thumnail slider */

.package .container {
    background: #ffeee3 url(../images/lines.png) left top no-repeat;
    padding: 60px 60px 60px 60px;
    border-radius: 30px;
    margin-bottom: 60px;
    position: relative;
}

    .package .container::after {
        content: "";
        background: #ffeee3 url(../images/bottom-lines.png) bottom right no-repeat;
        position: absolute;
        width: 166px;
        height: 100%;
        right: 0;
        top: 0;
    }

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    z-index: 99;
}

    .wrapper i {
        top: 50%;
        height: 50px;
        width: 50px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: center;
        line-height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

        .wrapper i:active {
            transform: translateY(-50%) scale(0.85);
        }

        .wrapper i:first-child {
            left: -22px;
        }

        .wrapper i:last-child {
            right: -22px;
        }

    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 2) - 12px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 22px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

    .carousel.dragging .card {
        cursor: grab;
        user-select: none;
    }

.carousel :where(.card, .img) {
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.carousel .card {
    scroll-snap-align: start;
    height: 433px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}

    .carousel .card .img {
        /* background: #8B53FF;
            height: 148px;
            width: 148px;
            border-radius: 50%; */
    }

.card .img img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    border: 0px solid #fff;
}

.carousel .card h2 {
    font-size: 21px;
    display: block;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    width: 100%;
}

.carousel .card span {
    color: #000000;
    font-size: 16px;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.carousel .card p {
    font-size: 15px;
    display: block;
    font-family: "Quicksand", sans-serif;
    line-height: normal;
    padding: 0 30px;
}

.carousel .card a,
.carousel .card a:hover {
    background: #e9bc92;
    color: #fff;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

    .pagination .bullet {
        height: 12px;
        width: 12px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #bbb;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .pagination .bullet.active {
            background-color: #8B53FF;
        }

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

    ul.locationtent li {
        font-size: 15px;
        font-family: "Quicksand", sans-serif;
        line-height: normal;
        margin-bottom: 12px;
    }

        ul.locationtent li:before {
            content: "\f058";
            display: inline-block;
            font: normal normal normal 14px / 1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            margin-right: 8px;
            color: #9b8e7b;
        }

.innerbanner {
    position: relative;
    background: #ddd9ce;
    height: 100px;
}

    .innerbanner img {
        width: 100%;
    }

    .innerbanner h2 {
        color: #8a6d49;
        position: absolute;
        top: 16px;
        right: 0;
        left: 0;
        text-align: center;
        margin: 0 auto;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 49px;
        border-radius: 6px;
        padding: 0 0 10px 0px;
        display: inline-block;
        z-index: 999;
        font-style: italic;
    }

/*.innerbanneroverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000004f;
    z-index: 99;
    top: 0;
    font-family: "Quicksand", sans-serif;
}*/
/* login and signup */

.container-login {
    position: relative;
    max-width: 850px;
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    perspective: 2700px;
    margin: 58px auto;
}

    .container-login .cover {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 50%;
        z-index: 98;
        transition: all 1s ease;
        transform-origin: left;
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }

    .container-login #flip:checked ~ .cover {
        transform: rotateY(-180deg);
    }

    .container-login #flip:checked ~ .forms .login-form {
        pointer-events: none;
    }

    .container-login .cover .front,
    .container-login .cover .back {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.cover .back {
    transform: rotateY(180deg);
}

.container-login .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}

.container-login .cover .text {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .container-login .cover .text::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0.5;
        background: #00000082;
    }

.cover .text .text-1,
.cover .text .text-2 {
    z-index: 20;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cover .text .text-2 {
    font-size: 15px;
    font-weight: 500;
}

.container-login .forms {
    height: 100%;
    width: 100%;
    background: #fff;
}

.container-login .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-content .login-form,
.form-content .signup-form {
    width: calc(100% / 2 - 25px);
}

.forms .form-content .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    font-family: "Quicksand", sans-serif;
}

    .forms .form-content .title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 25px;
        background: #fb5b32;
    }

.forms .signup-form .title:before {
    width: 20px;
}

.forms .form-content .input-boxes {
    margin-top: 30px;
}

.forms .form-content .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.form-content .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: "Quicksand", sans-serif;
}

    .form-content .input-box input:focus,
    .form-content .input-box input:valid {
        border-color: #fb5b32;
    }

.form-content .input-box i {
    position: absolute;
    color: #fb5b32;
    font-size: 17px;
}

.forms .form-content .text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

    .forms .form-content .text a {
        text-decoration: none;
    }

        .forms .form-content .text a:hover {
            text-decoration: underline;
        }

.forms .form-content .button {
    color: #fff;
    margin-top: 40px;
}

    .forms .form-content .button input {
        color: #fff;
        background: #fb5b32;
        border-radius: 6px;
        padding: 0;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .forms .form-content .button input:hover {
            background: #5b13b9;
        }

.forms .form-content label {
    color: #5b13b9;
    cursor: pointer;
}

    .forms .form-content label:hover {
        text-decoration: underline;
    }

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
    text-align: center;
    margin-top: 25px;
}

.container-login #flip {
    display: none;
}

.container-login .cover .text img {
    width: 169px;
    height: 169px;
}

.bookingbox {
    margin: 41px 0;
    /* background: #ffeee3 url(../images/lines.png) left top no-repeat; */
    /* padding: 30px; */
    /* border-radius: 30px; */
    /* margin-bottom: 60px; */
    position: relative;
}
    /*.bookingbox {
    margin: 41px 0;
    background: #ffeee3 url(../images/lines.png) left top no-repeat;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 60px;
    position: relative;
}*/

    .bookingbox .form-content .input-box input {
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        background: #f1dfd3;
        margin-bottom: 17px;
        padding: 12px 15px;
        border: 1px solid #b5a296;
        border-radius: 7px;
    }

    .bookingbox label {
        position: relative;
        font-size: 17px;
        font-weight: 500;
        color: #333;
        font-family: "Quicksand", sans-serif;
        display: block;
    }

    .bookingbox select {
        display: block;
        margin-top: 7px;
        background: #ffffff;
        /* margin-bottom: 17px; */
        padding: 2px 8px;
        border: 1px solid #b5a296;
        border-radius: 7px;
        width: 100%;
        font-family: "Quicksand", sans-serif;
        font-size: 17px;
    }

.bookingbutton input[type="submit"] {
    color: #fff;
    background: #fb5b32 !important;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

    .bookingbutton input[type="submit"]:hover {
        background: #5b13b9 !important;
    }

.bookingimg {
    border-radius: 23px;
    box-shadow: 3px 5px 8px #0000001a;
    width: 232px;
    height: 240px !important;
}

.paymentbox label {
    font-size: 16px;
}

span.urlogin {
    font-size: 14px;
}

.text.sign-up-text {
    font-family: "Quicksand", sans-serif;
}

.bookingsearch h5 {
    font-size: 31px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.bookingsearch h3 {
    background: #c39d6f;
    font-size: 15px;
    padding: 5px 7px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.bookingsearch h2 {
    color: #9b784d;
    font-size: 31px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

ul.price-detail {
    margin: 0;
    font-size: 17px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: 1px dashed #c39d6f;
    padding: 7px;
    overflow: auto;
}

    ul.price-detail li {
        list-style: none;
    }

.price-detail li .leftdetail {
    float: left;
}

ul.price-detail li .tentbookamount {
    float: right;
}

.final-amount {
    margin: 8px 0 0 0px;
    font-size: 17px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding: 7px;
    background: #c39d6f;
    color: #fff;
    display: inline-block;
}

a.tentbooking {
    float: right;
    border-radius: 30px;
    background: #ff9514;
    text-decoration: none;
    margin: 8px 0 0 0px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding: 7px 21px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ff9514;
}

    a.tentbooking:hover {
        background: #fff;
        color: #ff9514;
    }

.seachingresult {
    margin-bottom: 15px;
}

.tentroomdetail h3 {
    background: none;
    color: #000;
    font-size: 28px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border-bottom: 1px dashed #1e1818;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.tentroomdetail p {
    background: none;
    color: #000;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    margin: 0;
}

.tentroomdetail ul li:before {
    display: none !important;
}

.tentroomdetail ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.tent-type-detail {
    display: flex;
}

.tentroomdetail ul li {
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    line-height: normal;
    margin-bottom: 12px;
}

    .tentroomdetail ul li:before {
        content: "\f058";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        margin-right: 8px;
        color: #9b8e7b;
    }

.tentroomdetail .tent-type-listed li:before {
    content: "";
}

.tent-type-listed li {
    float: left;
    width: 29%;
    margin-right: 15px;
}

.detailhead {
    font-weight: 700;
}

.pricingstart {
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    background: #fbf7f5;
    border: 1px solid #f1ddd1;
    padding: 3px 4px;
}

hr.bookingbreak {
    margin: 34px 0;
}

.booking-form.availabilityform {
    top: 16px;
}

.bookingpage {
    padding: 20px 0;
}

    .bookingpage .col-md-3 {
        position: relative;
        margin-bottom: 23px;
    }

        .bookingpage .col-md-3:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0px;
            bottom: -4px;
            background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(120%, #000));
            background: -webkit-linear-gradient(left, #fff 43%, #000 100%);
            background: -o-linear-gradient(left, #fff 43%, #000 100%);
            background: linear-gradient(180deg, #fff 43%, #000 100%);
            background-blend-mode: multiply;
            mix-blend-mode: multiply;
            z-index: 1;
            opacity: 0.9;
            -webkit-transition: opacity .3s ease-out;
            -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
            width: 95%;
            margin: 0 auto;
        }

    .bookingpage .bookingnewimg {
        border-radius: 4px;
        width: 100%;
        height: 250px;
        box-shadow: 1px 1px 1px #101010ba;
    }

    .bookingpage h3 {
        color: #8a6d49;
        font-family: "Quicksand", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        display: block;
        width: 100%;
        padding: 7px;
        position: relative;
        z-index: 9999;
        text-align: center;
        font-size: 20px;
    }

    .bookingpage .col-md-3 a {
        position: relative;
        z-index: 999;
        width: 222px;
        display: block;
        margin: 0 auto;
        text-align: center;
        background: #ffffff;
        font-size: 14px;
        padding: 7px 32px;
        border-radius: 30px;
        margin-top: -44px;
        text-decoration: none;
        color: #161615;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.7142857143;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
    }

.dynamicdatacome input[type="date"] {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    background: #f1dfd3;
    margin-bottom: 17px;
    padding: 9px 15px;
    border: 1px solid #b5a296;
    border-radius: 7px;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
}

.dynamicdatacome {
    border: 2px solid #d7b9a6;
    padding: 0px 10px 10px 11px;
    border-radius: 18px;
    display: block;
    overflow: auto;
    margin: 0 9px;
    background: #fff;
}

    .dynamicdatacome h3 {
        margin: 0 -10px -7px -11px;
        border-radius: 14px 13px 0 0;
        padding: 5px 12px;
        background: #9d7d56;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        font-family: "Quicksand", sans-serif;
    }

    .dynamicdatacome form span {
        display: block;
        float: left;
        width: 46%;
        margin-right: 8px;
        margin-top: 20px;
    }

    .dynamicdatacome ul {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

        .dynamicdatacome ul li span {
            width: 48%;
            display: block;
            float: left;
            font-weight: bold;
        }

        .dynamicdatacome ul li .roomsdetail {
            font-weight: 500;
            text-align: right;
        }

        .dynamicdatacome ul li {
            margin-bottom: 0;
            display: block;
            border-bottom: 1px solid #ccc;
            overflow: auto;
            padding-bottom: 0px;
        }

li.finalpayment {
    border-bottom: 0 !important;
    text-align: right;
}

.dynamicdatacome h5 {
    font-size: 16px;
    text-align: center;
    margin: 12px 0;
}

.dynamicdatacome h6 {
    text-align: center;
    font-size: 17px;
    background: #efece8;
    padding: 8px;
    margin-bottom: 8px;
}

    .dynamicdatacome h6 span {
        margin: 0 18px;
    }

.extracharge {
    display: block;
    width: 100%;
    clear: both;
}

    .extracharge span {
        width: 100% !important;
    }

.row.leftdatatent {
    margin-bottom: 7px;
    border-bottom: 1px dashed #d7b9a6;
    background: #ffeee3 url(../images/lines.png) left top no-repeat;
    padding: 26px 26px 20px 26px;
    box-shadow: 0px 0px 1px #00000059;
}

.bookingpage .col-md-4 {
    background: #f7f6f4;
    box-shadow: 0px 0px 8px #0000001a;
    margin: 0 8px 23px 8px;
    padding: 0;
    display: block;
    border: 1px solid #dbcabe;
    border-radius: 6px;
    width: 30%;
    position: relative;
    padding-bottom: 22px
}

.bookingtentbox {
    /* background: #f7f6f4;
    box-shadow: 0px 0px 8px #0000001a;*/
    margin-bottom: 20px;
    padding: 0;
    display: block;
    /*  border: 1px solid #dbcabe;*/
    border-radius: 6px;
}

.clearfixed {
    clear: both;
}

.booktentimg {
    float: left;
    max-width: 100%;
    width: 100%;
}

.booktentimgdetail {
    float: left;
    padding: 12px;
    width: 100%;
    /* max-width: 323px; */
}

    .booktentimgdetail a {
        left: 0;
        display: block;
        background: #ff930f;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 9px 32px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.7142857143;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
        width: 150px;
        position: absolute;
        bottom: 13px;
        margin: 0 auto;
        right: 0;
    }

        .booktentimgdetail a:hover {
            background: #d57b0d;
            color: #fff;
        }



/**8888888888888888888888888888888888888888888888*/
.bookinglist {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

    .bookinglist .slides {
        display: flex;
        transition: transform 0.5s ease;
    }

    .bookinglist .slide {
        min-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .bookinglist button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.7);
        border: none;
        cursor: pointer;
        padding: 10px;
    }

    .bookinglist .prev {
        left: 10px;
    }

    .bookinglist .next {
        right: 10px;
    }

.categorypanel {
    margin: 0px 0 20px 0;
    background: #ffeee3 url(../images/lines.png) left top no-repeat;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    height: 300px;
}

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

.clear {
    clear: both
}

article > aside {
    position: sticky;
    top: 10px;
    width: 434px;
    float: right;
    max-width: 34%;
}

figure {
    height: 250px;
    width: 850px;
    max-width: 66%;
}

.leftdatatent .col-md-4 {
    float: left;
}

.col-md-8.tentroomdetail {
    float: left;
    padding-left: 15px;
}

.paymode {
    border: 2px solid #d7b9a6;
    padding: 0px 10px 10px 11px;
    border-radius: 18px;
    display: block;
    overflow: auto;
    margin: 5px 9px 0 24px !important;
    background: #fff;
    width: 360px !important;
}

.paynoww {
    margin: 0 -12px -9px -12px;
    border-radius: 14px 13px 0 0;
    padding: 5px 12px;
    background: #9d7d56;
    text-align: center;
    font-weight: 700;
    font-size: 16px !important;
    color: #fff !important;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase !important;
}

.paymentbox {
    padding: 11px;
}

    .paymentbox .form-group {
        margin: 5px 0 0px 0;
    }

        .paymentbox .form-group label {
            margin-bottom: 5px;
        }

.col-md-12.paymentterms {
    padding: 0 14px;
}

.paymentterms p {
    color: #000;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0;
    font-size: 14px;
}

    .paymentterms p a {
        text-decoration: none;
    }

.paymentterms button {
    float: right;
    border-radius: 30px;
    background: #ff9514;
    text-decoration: none;
    margin: 8px 0 0 0px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding: 7px 21px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ff9514;
}

    .paymentterms button:hover {
        background: #fff;
        color: #ff9514;
    }
