
/*-----------------------------------
Default CSS
-----------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

body {
    font-family: 'Libre Baskerville', serif !important;
    font-size: 20px;
    background-color: #fff;
    color: #2f1b0b;
}

* {
    box-sizing: border-box;
}

p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-family: 'Libre Baskerville', serif;
    color: #2f1b0b;
    font-size: 14px;
    line-height: 30px;
}

}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 32px !important;
}

h2 {
    font-size: 25px !important;
}

h3 {
    font-size: 26px;
}

a {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ceb89b;
}

    a:hover, a:focus {
        color: #2f1b0b;
        text-decoration: underline;
    }

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.h1, .h2, .h3, .h4, .h6, h1, h2, h3, h4, h6 {
    color: #2f1b0b;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 3rem !important;
}

.h5, h5 {
    color: #2f1b0b;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 1rem !important;
}

    .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

.flower-pat {
    padding-bottom: 20px;
    padding-top: 60px;
    width: 250px;
}

@media screen and (max-width:400px) {
    .flower-pat {
        width: 160px;
        padding-top: 30px;
    }

    h2 {
        font-size: 20px !important;
        margin-bottom: 1rem !important;
    }
}
/*-----------------------------------------
 Top Header Area 
-------------------------------------------*/
.top-header-area {
    text-align: center;
    background-color: #ceb89b;
    width: 100%;
    /* display:inline-block; */
}

.top-header-information {
    padding: 5px 0px;
    text-align: left;
}

    .top-header-information p a {
        color: #2f1b0b;
    }

        .top-header-information p a:hover {
            text-decoration: underline !important;
        }


.top-header-social {
    display: inline-flex;
    margin: 0px;
    padding: 5px 0px;
}

    .top-header-social li {
        list-style-type: none;
        position: relative;
        font-size: 20px;
        height: 35px;
        width: 35px;
        border: 2px solid;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
    }

        .top-header-social li a {
            text-decoration: none;
            color: #2f1b0b;
            -webkit-transition: color 300ms linear;
            transition: color 300ms linear;
        }

        .top-header-social li i {
            padding-top: 25%;
            -webkit-transition: transform 100ms ease-out;
            transition: transform 100ms ease-out;
        }

    .top-header-social a::after {
        position: relative;
        width: 50px;
        height: 50px;
        top: -10px;
        margin-left: -35px;
        background: transparent;
        border: 2px solid #2f1b0b;
        border-radius: 50%;
        transform-style: preserve-3d;
        -webkit-transition: transform 300ms linear, color 300ms linear;
        transition: transform 300ms linear, color 300ms linear;
    }

    .top-header-social li:hover a::after {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        left: 46%;
        top: -10%;
        border: 2px solid #ceb89b;
    }

    .top-header-social li:hover {
        color: #ceb89b;
        -webkit-transition: color 300ms linear;
        transition: color 300ms linear;
        background-color: #2f1b0b;
    }

        .top-header-social li:hover i {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: transform 100ms ease-out;
            transition: transform 100ms ease-out;
            color: #ceb89b;
        }

@media only screen and (max-width: 768px) {
    .top-header-area {
        display: none;
    }
}
/*-----------------------------------------
 Header Area 
-------------------------------------------*/
.main-responsive-nav {
    display: none;
    width: 100%;
    margin-bottom: 20%;
}

.responsive-logo {
    width: 40%;
    position: relative;
    top: 0;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

    .topnav #myLinks {
        display: none;
        background-color: #ceb89b;
    }

    .topnav a {
        color: #2f1b0b;
        padding: 5px 9px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav a.icon {
            background: #ceb89b;
            display: block;
            position: absolute;
            right: 0;
            top: 20px;
        }

        .topnav a:hover {
            background-color: #2f1b0b;
            color: #ceb89b;
        }

    .topnav .active {
        background-color: #ceb89b;
        color: #2f1b0b;
    }

        .topnav .active:hover {
            background-color: #2f1b0b;
            color: #ceb89b;
        }

.navbar-area a:hover {
    background-color: #2f1b0b;
    color: #ceb89b;
}

.active {
    background-color: #ceb89b;
    color: #2f1b0b;
}

    .active:hover {
        background-color: #2f1b0b;
        color: #ceb89b;
    }

.main-navbar {
    text-align: center;
}

    .main-navbar .navbar {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.navbar-area {
    margin: 10px 0px;
}

.navbar-nav {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 85px;
}

.right-align {
    float: right;
}

.left-align {
    float: left;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -13px;
}

    .nav-item a {
        color: #2f1b0b;
        font-size: 16px;
    }

        .nav-item a:hover, .nav-item a:focus, .nav-item a.active {
            color: #ceb89b;
        }

.navbar-brand:hover {
    background-color: white !important;
}

    .navbar-brand img {
        width: 45%;
    }

@media screen and (max-width:900px) {
    .main-responsive-nav {
        display: block;
    }

    .des-navbar {
        display: none;
    }
     
}

@media only screen and (min-width: 600px) and (max-width:768px) {
    .main-responsive-nav {
        display: block;
    }
    .des-navbar {
        display: none;
    }
    .main-responsive-menu {
        position: relative;
    }

    .mainmenu-reveal {
        color: #2f1b0b;
        right: 0;
        left: auto;
        padding-top: 50px;
    }

        .mainmenu-reveal span {
            background: #ceb89b;
            position: relative;
        }

    .main-nav ul {
        font-size: 15px;
        display: flex;
    }

        .main-nav ul li a {
            font-size: 14px;
        }

            .main-nav ul li a.active {
                color: #ceb89b;
            }

    .main-responsive-nav .logo {
        position: relative;
    }

        .main-responsive-nav .logo img {
            max-width: 100px !important;
        }

    .navbar-area {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 15px;
    }


    .topnav a.icon {
        background: #ceb89b;
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        padding: 22px;
    }
}

@media screen and (min-width:1200px) {
    .navbar-nav {
        top: 60px;
    }
}


/*-------------------------------------
Main Section
--------------------------------------*/
.main-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.banner-image img {
    width: 100%;
}

.bannerslides {
    display: none
}


/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev-b, .next-b {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #2f1b0b;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next-b {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-b:hover, .next-b:hover {
        background-color: rgba(0,0,0,0.8);
    }
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev-b, .next-b {
        font-size: 11px
    }
}

.main-section-data {
    background-color: #ceb89b;
    opacity: 0.9;
    padding-bottom: 27px;
}

.curved {
    position: relative;
    background: transparent;
    height: 50vh;
    top: -863px;
    z-index: 999;
}

    .curved::after {
        content: '';
        border-top-left-radius: 50% 100%;
        border-top-right-radius: 50% 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ceb89b;
        height: 35%;
        opacity: 0.8;
    }

.know-more {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    line-height: 5rem;
}

    .know-more a {
        font-size: 18px;
        font-family: 'Libre Baskerville', serif;
        color: #2f1b0b;
        text-decoration: underline !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .know-more a:hover {
            color: #fff;
        }

@media screen and (min-width:600px) and (max-width:800px) {
    .main-section-data {
        background-color: #ceb89b;
        opacity: 0.8;
        margin-top: 0%;
    }

        .main-section-data .col-md-3 {
            width: 25%;
        }

        .main-section-data .col-md-6 {
            width: 50%;
        }

        .main-section-data .col-md-3 img {
            position: relative;
            top: 70px;
        }

        .main-section-data .col-md-6 p {
            line-height: 15px;
            font-size: 12px;
        }

        .main-section-data .col-md-12 img {
            width: 40%;
        }

        .main-section-data .col-md-12 h2 {
            font-size: 20px !important;
            margin-bottom: 10px !important;
        }

    .know-more {
        display: none;
    }
}

@media screen and (min-width:301px) and (max-width:500px) {
    .main-section-data {
        margin-top: 0%;
    }

        .main-section-data h2 {
            font-size: 20px !important;
        }
}

/*----------------------------
Details Area of Hall
------------------------------*/
.detail-row {
    height: 187px;
}

.flower-left {
    position: relative;
    left: -25px;
    top: -30px;
}

.flower-right {
    position: relative;
    top: -32px;
}

.detail-title {
    background-color: #2f1b0b;
    padding: 10px;
    width: 100%;
    text-align: center;
    opacity: 0.7;
    margin-top: -45px;
}

    .detail-title a {
        color: #fff;
        text-transform: uppercase;
    }

        .detail-title a:hover {
            color: #ceb89b;
        }

.detail-info {
    background-color: #ceb89b;
}

.detail-info-r {
    background-color: #ceb89b;
    text-align: right;
}

#ninja-slider-venu .slider-inner .row {
    --bs-gutter-x: 0 !important;
}

@media screen and (min-width:600px) and (max-width:800px) {
    .detail-row {
        height: auto;
    }

    .flower-left, .flower-right {
        position: relative;
        top: -15px;
    }

    .detail-row .flower-pat {
        padding-bottom: 10px;
        padding-top: 20px;
        width: 70%;
    }

    .detail-row .col-md-6 h2 {
        font-size: 20px !important;
    }

    figure.snip0019 p {
        font-size: 12px;
        padding: 5px !important;
        line-height: 17px !important;
    }

    figure.snip0019 h2 {
        font-size: 18px !important;
        padding: 10px !important;
        line-height: 25px !important;
    }
}

@media (min-width:300px) and (max-width:768px) {
    .detail-row {
        height: 155px;
    }

        .detail-row h2 {
            font-size: 20px !important;
        }
}

/*--------------------------------
Facilites Area
---------------------------------*/
.facilities-area {
    text-align: center;
    color: #2f1b0b;
    padding-bottom: 0px;
}

    .facilities-area p {
        padding-bottom: 30px;
        font-size: 14px !important;
        line-height: 22px;
    }

    .facilities-area .fac-1 {
        background-color: #ceb89b;
        padding-top: 60px;
    }

    .facilities-area .fac-2 {
        background-color: #d3bea2;
        padding-top: 60px;
    }

    .facilities-area .fac-3 {
        background-color: #d9c5ab;
        padding-top: 60px;
    }

    .facilities-area .fac-4 {
        background-color: #dfccb3;
        padding-top: 60px;
    }

    .facilities-area .fac-5 {
        background-color: #e7d7c1;
        padding-top: 60px;
    }

    .facilities-area .fac-6 {
        background-color: #edddc9;
        padding-top: 60px;
    }

@media screen and (max-width:500px) {
    .facilities-area .col-xs-2 {
        width: 33%;
        height: 40%;
    }

    .facilities-area h2 {
        font-size: 20px !important;
    }

    .facilities-area {
        padding: 0px 30px 0px 30px;
    }

        .facilities-area .fac-1 {
            padding-top: 20px;
            width: 50%;
        }

        .facilities-area .fac-2 {
            padding-top: 23px;
            width: 50%;
        }

        .facilities-area .fac-3 {
            padding-top: 23px;
            width: 50%;
        }

        .facilities-area .fac-4 {
            padding-top: 24px;
            width: 50%;
        }

        .facilities-area .fac-5 {
            padding-top: 15px;
            width: 50%;
        }

        .facilities-area .fac-6 {
            padding-top: 15px;
            width: 50%;
        }
}

@media screen and (min-width:600px) and (max-width:800px) {
    .facilities-area .fac-1, .facilities-area .fac-2, .facilities-area .fac-3, .facilities-area .fac-4, .facilities-area .fac-5, .facilities-area .fac-6 {
        height: auto;
        padding-top: 50px;
    }

    .facilities-area .flower-pat {
        width: 30%;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .facilities-area h2 {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
}

/*-----------------------------------
Enquire Area
-------------------------------------*/
.enqire-area {
    background-color: #ceb89b;
    padding-top: 80px;
}

    .enqire-area p {
        word-spacing: 3px;
        font-size: 20px;
    }

.pat-left {
    position: relative;
    top: -38px;
}

.enqire-area button {
    width: 200px;
    background-color: #2f1b0b;
    color: #fff;
    border: 2px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.enqire-area .data {
    padding-top: 50px;
    padding-bottom: 50px;
}

.btn-action {
    background-color: #2f1b0b;
    color: #fff;
    border: 2px;
    border-radius: 10px;
    padding: 10px 30px;
    line-height: 120px;
}

    .btn-action:hover {
        background-color: #ceb89b;
        color: #2f1b0b;
        border: 5px solid #2f1b0b;
    }

@media screen and (min-width:600px) and (max-width:800px) {
    .enqire-area {
        padding-top: 45px;
    }

        .enqire-area .col-md-2 {
            width: 20%;
        }

        .enqire-area .col-md-8 {
            width: 60%;
        }

        .enqire-area p {
            word-spacing: 3px;
            font-size: 14px;
        }

    .btn-action {
        line-height: 85px;
    }
}

@media screen and (max-width:400px) {
    .enqire-area {
        padding-top: 20px;
    }

        .enqire-area .col-md-2 {
            width: 25%;
        }

        .enqire-area .col-md-8 {
            width: 50%;
        }

    .pat-left {
        position: relative;
        top: -19px;
    }

    .enqire-area p {
        font-size: 10px;
        line-height: 16px;
    }

    .btn-action {
        padding: 10px 10px;
        margin: 0px;
        line-height: 60px;
    }

    .enqire-area a {
        font-size: 12px;
    }
}
/*------------------------------------
Grand Event 
-------------------------------------*/
.event-title {
    background-color: #2f1b0b;
    color: #ceb89b;
    padding: 10px;
    width: 106%;
    text-align: center;
    opacity: 0.7;
    margin-top: 473px;
    font-size: 20px;
}

    .event-title a {
        color: #ceb89b;
    }

        .event-title a:hover {
            color: #fff;
        }

.event-info, .event-info1, .event-info2, .event-info3, .event-info4 {
    background-color: #ceb89b;
    height: 70%
}

    .event-info p {
        margin: 58px 50px 60px 70px;
        padding-top: 100px;
        padding-bottom: 127px;
    }

    .event-info1 p {
        margin: 58px 50px 60px 70px;
        padding-top: 97px;
        padding-bottom: 100px;
    }

    .event-info2 p {
        margin: 58px 50px 60px 70px;
        padding-top: 67px;
        padding-bottom: 100px;
    }

    .event-info3 p {
        margin: 58px 50px 60px 70px;
        padding-top: 60px;
        padding-bottom: 79px;
    }

    .event-info4 p {
        margin: 58px 50px 60px 70px;
        padding-top: 129px;
        padding-bottom: 128px;
    }
/*----------------------------------
Gallery Area
-----------------------------------*/
.galley-area {
    text-align: center;
    margin-bottom: 50px;
}

    .galley-area .container {
        width: 1300px;
    }

    .galley-area .galley-image {
        border: 10px solid;
        margin: 20px;
        border-color: #ceb89b;
        height: 380px;
    }

    .galley-area .galley-image-l {
        border: 10px solid;
        margin: 20px;
        border-color: #ceb89b;
        margin-left: 0px;
        height: 800px;
    }

@media (min-width:300px) and (max-width:500px) {
    .galley-area .container {
        width: auto;
    }

    .galley-area .col-md-4 {
        width: 30%;
    }

    .galley-area .col-md-8 {
        width: 70%;
    }

    .galley-area .galley-image-l {
        border: 3px solid;
        margin: 8px -1px;
        border-color: #ceb89b;
        height: auto;
    }

    .galley-area .galley-image {
        border: 3px solid;
        margin: 8px -1px;
        height: auto;
        border-color: #ceb89b;
    }

    .galley-area h2 {
        font-size: 20px !important;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
    .galley-area .container {
        width: auto;
    }

    .galley-area .galley-image-l, .galley-area .galley-image {
        height: auto;
        width: 100%;
    }

    .galley-area .galley-image-l {
        border: 5px solid;
        margin: 10px;
        border-color: #ceb89b;
    }

    .galley-area .galley-image {
        border: 5px solid;
        margin: 8px -1px;
        height: auto;
        border-color: #ceb89b;
    }

    .galley-area .flower-pat {
        padding-bottom: 20px;
        padding-top: 30px;
        width: 40%;
    }

    .galley-area h2 {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 20px !important;
    }
}

/*--------------------------------
Customers Reviews
----------------------------------*/
.customer-review {
    position: relative;
    width: auto;
}

    .customer-review .review {
        text-align: center;
        padding-bottom: 50px;
    }

    .customer-review .image-over img {
        width: 98%;
        height: 788px;
        position: absolute;
    }


/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #ceb89b;
    opacity: 0.9;
}

/* Slides */
.mySlides {
    display: none;
    padding: 0px 120px 20px 120px !important;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 36%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #2f1b0b;
    font-weight: bold;
    font-size: 35px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0 !important;
}

.prev {
    left: 0;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: #2f1b0b;
        color: #ceb89b;
    }

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ceb89b;
    padding-bottom: 130px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    /* Add a background color to the active dot/circle */
    .active-r, .dot:hover {
        background-color: #2f1b0b;
    }

        .active-r:hover {
            background-color: #ceb89b;
        }

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: #2f1b0b;
    font-weight: 900;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1528px !important;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
    .customer-review .flower-pat {
        padding-bottom: 20px;
        padding-top: 30px;
        width: 30%;
    }

    .customer-review h2 {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 20px !important;
    }

    .customer-review .review {
        padding: 0px;
    }

    .mySlides {
        display: none;
        padding: 50px 50px 20px 50px !important;
        text-align: center;
    }

        .mySlides q {
            font-style: italic;
            font-size: 14px;
            line-height: 20px;
        }

    .dot-container {
        text-align: center;
        padding: 0px;
        background: #ceb89b;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:400px) {
    .mySlides {
        padding: 30px 50px 0px 50px !important;
    }

        .mySlides q {
            font-style: italic;
            font-size: 14px;
            line-height: 18px;
        }

    .customer-review h2 {
        font-size: 20px !important;
        margin-bottom: 1rem !important;
    }

    .customer-review .review {
        text-align: center;
        padding-bottom: 0px;
    }
}

/*-------------------------------------
Footer Area
--------------------------------------*/
.lower-footer {
    background-color: #2f1b0b;
    color: #ceb89b;
    text-align: center;
    opacity: 0.9;
}

.footer-area {
}

    .footer-area .container {
        text-align: -webkit-center;
    }

.logo {
}

    .logo img {
        width: 15%;
    }

.footer-social {
    list-style: none;
    display: inline-flex;
    position: relative;
    bottom: 40px;
}

    .footer-social li {
        margin-right: 20px;
    }

.footer-area .social a {
    color: #ceb89b !important;
}

    .footer-area .social a:hover {
        color: #fff !important;
    }

.footer-area-address, .footer-area-contact, .footer-area-menu {
    margin-bottom: 10px;
    position: relative;
    top: -30px;
}

    .footer-area-address a {
        color: #ceb89b;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .footer-area-contact a {
        color: #ceb89b;
        padding-bottom: 5px;
        padding-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .footer-area-contact a:hover {
            color: #fff;
        }

    .footer-area-menu a {
        color: #ceb89b;
        line-height: 40px;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

        .footer-area-menu a:hover {
            color: #fff;
        }

.footer-logo {
    margin-top: -100px;
}

@media (min-width: 992px) {
    .customer-review .col-lg-4 {
        width: 100% !important;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
    .logo img {
        width: 27%;
    }

    .footer-logo {
        margin-top: -80px;
    }

    .footer-social {
        position: relative;
        bottom: 15px;
    }

    .footer-area-address a, .footer-area-contact a, .footer-area-menu a {
        font-size: 14px;
    }

    .footer-area-menu a {
        color: #ceb89b;
        line-height: 20px;
        padding-top: 10px;
        font-size: 14px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-area-address, .footer-area-contact, .footer-area-menu {
        margin-bottom: 23px;
        position: relative;
        top: -18px;
    }

    .mySlides .pb-5 {
        padding-bottom: 1rem !important;
    }

    .mySlides .pt-5 {
        padding-top: 1rem !important;
    }
}

@media screen and (max-width:500px) {
    .footer-area-menu a {
        color: #ceb89b;
        line-height: 25px;
        margin-left: 7px;
        margin-right: 7px;
        font-size: 12px;
    }
    .footer-area .social {
        margin-top: 30px;
    }
    .footer-social a {
        font-size: 30px !important;
    }
    .footer-area-address, .footer-area-contact, .footer-area-menu {
        margin-bottom: 23px;
        position: relative;
        top: -18px;
    }
    .footer-area-address a, .footer-area-contact a, .footer-area-menu a {
        font-size: 18px;
    }

    .footer-logo {
        margin-top: -51px;
    }

    .logo img {
        width: 33%;
    }

    .h2 {
        margin-bottom: 2rem !important;
    }

    .dot-container {
        padding-bottom: 60px;
    }

    .mySlides .pb-5 {
        padding-bottom: 0rem !important;
    }

    .mySlides .pt-5 {
        padding-top: 1rem !important;
    }

    .footer-social {
        position: relative;
        bottom: 21px;
    }
}
/*-------------------------------------
Copyright Area
---------------------------------------*/
.copyright-area {
    background-color: #ceb89b;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

    .copyright-area .copyright-area-content p, .copyright-area-content a {
        color: #2f1b0b !important;
        font-size: 12px;
    }

        .copyright-area-content a:hover {
            text-decoration: underline !important;
        }

/*---------whatsapp-------------*/
#whatsapp-btn {
    position: fixed;
    bottom: 15px;
    left: 20px;
}

    #whatsapp-btn button {
        position: absolute;
        bottom: 40px;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ffffff;
        box-shadow: -1px 1px 7px 5px rgb(0 0 0 / 20%);
        cursor: pointer;
        transition: 0.2s ease;
    }

        #whatsapp-btn button:hover, #whatsapp-btn button:focus {
            background: #ceb89b;
        }

        #whatsapp-btn button i {
            font-size: 2em;
        }

    #whatsapp-btn .box-option {
        display: none;
        background-color: #ECE5DD;
        width: 230px;
        padding: 10px;
        position: absolute;
        bottom: 5px;
        border-radius: 10px;
        border: 1px solid #d2ccc5;
    }

.fa-whatsapp {
    padding: 0
}

.wh-app {
    margin-top: 0 !important;
    z-index: 11111;
}
/*---------------------------------------
Goto top
-----------------------------------------*/
#myBtn {
    width: 40px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 3px solid;
    outline: none;
    background-color: #2f1b0b;
    color: #ceb89b;
    cursor: pointer;
}

    #myBtn:hover {
        background-color: #ceb89b;
        color: #2f1b0b;
    }

.error {
    color: red;
    font-size: 14px;
}
/*----------------------------------*/
/*@media (min-width:368px) and (max-768px) {
    
}*/
.gallery-drop {
    list-style:none;
    display:none;
}
    .gallery-drop li {
        padding:10px;
    }