/**
Theme Name: Dasaprakash
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dasaprakash
Template: astra
*/

html {
    font-size: 0.9vw !important;
}

@media (max-width: 880px) {
    html {
        font-size: 1.7vw !important;
    }

    body .hero-content-box {
        padding: 1.5rem;
        background: #ffffffb0;
        backdrop-filter: blur(4px);
        border-radius: 10px;
    }
}

#primary {
    margin: 5.7rem 0 0 0;
}


.svg-border,
.svg-border div {
    display: inline-flex !important;
}

body a,
body a:focus,
bodya:hover,
a:visited {
    text-decoration: none !important;
    outline: none;
}

@media (max-width: 767px) {
    html {
        font-size: 2.3vw !important;
    }

    body .scan-qr-code-img>div {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    body .scan-qr-code-checkbox ul li {
        width: 100%;
        padding-bottom: 1rem !important;
    }

    body .scan-qr-code-checkbox ul li:after {
        content: none !important;
    }
}


body img {
    width: 100%;
    height: auto;
}

body .ast-single-post .entry-content a,
body .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

body .elementor-button {
    overflow: hidden;
    display: inline-flex !important;
}

body body .elementor-button-content-wrapper {
    padding: 0.5rem 1rem !important;
}

body .elementor-button-text-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.4rem !important;
}

body .elementor-button-text {
    display: block;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .elementor-button-text-copy {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .elementor-button:hover .elementor-button-text,
body .elementor-button:hover .elementor-button-text-copy {
    transform: translateY(calc(-100% - 0.4rem));
}


body .animation-effect a {
    overflow: hidden;
    position: relative;
    width: auto !important;
}

body .animation-effect a .nav-link-text-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    border-bottom: 0.1rem solid transparent;
    transition: all 0.3s;
}

body .animation-effect a .nav-link-text-wrap:hover {
    border-color: #fff;
    transition: all 0.3s;
}

body .animation-effect a .nav-link-text {
    display: block;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .animation-effect a .nav-link-text-copy {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .animation-effect a:hover .nav-link-text,
body .animation-effect a:hover .nav-link-text-copy {
    transform: translateY(calc(-100%));
}

body .wpr-nav-menu li a {
    overflow: hidden;
}

body .wpr-nav-menu li a .nav-link-text-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
}

body .wpr-nav-menu li a .nav-link-text {
    display: block;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .wpr-nav-menu li a .nav-link-text-copy {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform .45s cubic-bezier(.76, 0, .24, 1);
}

body .wpr-nav-menu li a:hover .nav-link-text,
body .wpr-nav-menu li a:hover .nav-link-text-copy {
    transform: translateY(calc(-100%));
}

body .reservation-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.375rem;
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

body .reservation-form .form-group {
    width: 100%;
}

body .reservation-form .full-width {
    grid-column: 1/-1;
}

body .reservation-form input,
body .reservation-form select,
body .reservation-form textarea {
    width: 100%;
    border: 1px solid #CAB99B;
    background: transparent;
    color: #87652d;
    padding: 0.75rem 1rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    outline: none;
    border-radius: 6px;
    height: auto;
}

body .reservation-form .wpcf7-not-valid-tip {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.5rem;
}

body .reservation-form input:not(.wpcf7-submit),
body .reservation-form select {
    height: 3.25rem;
}

body .reservation-form input::placeholder,
body .reservation-form textarea::placeholder {
    color: #927E5C;
}

body .reservation-form select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23b8872b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.125rem center;
}

body .reservation-form textarea {
    resize: none;
    max-height: 7.5rem;
}

body .reservation-form input:focus,
body .reservation-form select:focus,
body .reservation-form textarea:focus {
    border: 1px solid var(--e-global-color-05240de) !important;
    color: var(--e-global-color-05240de);
}

body .reservation-form .button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

body .reservation-form .wpcf7-submit {
    background: var(--e-global-color-accent);
    color: #fff !important;
    border: 1px solid var(--e-global-color-accent) !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 1.25rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px !important;
}

body .reservation-form .wpcf7-submit:hover {
    background: #b28220;
}

body .reservation-form .wpcf7-submit .elementor-button-text-wrap {
    padding: 0.4rem !important;
}

body .reservation-form .wpcf7-submit:hover .elementor-button-text,
body .reservation-form .wpcf7-submit:hover .elementor-button-text-copy {
    transform: translateY(calc(-100% - 0.4rem));
}

body .reservation-form .button-wrap p {
    position: relative;
}

body .reservation-form .wpcf7-spinner {
    position: absolute;
    bottom: -1.7rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
}

body .reservation-form .wpcf7-spinner::before {
    top: 0.5rem;
    left: 0.25rem;
    width: 0.37rem;
    height: 0.375rem;
    transform-origin: 0.5rem;
}


/* Royal Addon WPR Nav Menu - px to rem overrides */
body .main-header .wpr-nav-menu .wpr-menu-item {
    padding-left: 0.4375rem !important;
    padding-right: 0.4375rem !important;
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
}

body .main-header .wpr-nav-menu>.menu-item {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

body .main-header .wpr-sub-menu .wpr-sub-menu-item {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important;
}

body .main-header .menu-item-has-children .wpr-sub-icon {
    font-size: 0.875rem !important;
}

body .main-header .wpr-mobile-toggle {
    width: 3.125rem !important;
}

body .main-header .wpr-mobile-toggle-line {
    height: 0.25rem !important;
    margin-bottom: 0.375rem !important;
}

body .main-header .wpr-mobile-nav-menu .wpr-mobile-sub-menu-item {
    font-size: 0.875rem !important;
}

body .main-header .wpr-mobile-nav-menu .wpr-mobile-menu-item {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

body .main-header .wpr-mobile-nav-menu a {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

body .main-header .wpr-nav-menu .wpr-sub-menu {
    width: 11.25rem !important;
}

body .main-header .wpr-nav-menu>li>a,
body .main-header .wpr-mobile-nav-menu>li>a {
    font-size: 1rem !important;
}

body .main-header .wpr-sub-menu .wpr-sub-menu-item {
    font-size: 0.875rem !important;
}

body .main-header .wpr-nav-menu-horizontal .wpr-menu-item .wpr-sub-icon {
    margin-left: 0.4375rem !important;
}

body.ast-page-builder-template .site .site-content #primary {
    margin: 5.7rem 0;
}

@media(max-width:767px) {

    body .reservation-form {
        grid-template-columns: 1fr;
    }

    body .reservation-form .wpcf7-submit {
        width: 100%;
    }

}

body .count-number h4.elementor-icon-box-title {
    margin: 0.3rem 0 0.7rem 0;
}

body .count-number .vertical-line {
    width: 0.1rem;
    height: 4.5rem;
    background: #00000020;
}

body .celebrate-moment .elementor-widget-image {
    overflow: hidden;
    border-radius: 16px;
}

body .celebrate-moment img {
    scale: 1;
    transition: all 0.3s;
}

body .celebrate-moment:hover img {
    scale: 1.2;
    transition: all 0.3s;
}

@media(max-width:880px) {

    body .our-story-img,
    body .location-section {
        position: relative;
    }
}

/* ***************************** */
/* About Us */
/* ***************************** */

body .our-journey-us:after {
    content: "";
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 50%;
    top: 19%;
    background: #c09334a1;
    z-index: 0;
}

body .our-journey-us:last-child:after {
    content: none;
}

body .our-journey-us:first-child:before {
    content: "";
    width: 50%;
    height: 0.1rem;
    position: absolute;
    left: 00%;
    top: 19%;
    background: linear-gradient(90deg, #FEF7ED 0%, #c09334a1 50%, #c09334a1 100%, #FEF7ED 100%);
    z-index: 0;
}

body .our-journey-us:last-child:before {
    content: "";
    width: 50%;
    height: 0.1rem;
    position: absolute;
    left: 50%;
    top: 19%;
    background: linear-gradient(270deg, #FEF7ED 0%, #c09334a1 50%, #c09334a1 100%, #FEF7ED 100%);
    z-index: 0;
}

@media(max-width:880px) {

    body .our-journey-us:after,
    body .our-journey-us:first-child:before,
    body .our-journey-us:last-child:before {
        content: none;
    }
}



body .gallery .eael-gallery-grid-item {
    margin: 0.8rem !important;
}

body .gallery .gallery-item-caption-wrap {
    display: none !important;
}

body .gallery .eael-filter-gallery-control {
    background: rgb(192 147 52 / 10%);
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 2rem;
    padding-top: 7rem;
}

body .gallery .eael-filter-gallery-control>ul li {
    margin: 0.5rem;
}

body button.mfp-close {
    width: auto !important;
    border: none !important;
    font-size: 25px !important;
}


body button.mfp-close:hover {
    background: none !important;
    border: none !important;
}


body button.mfp-arrow,
body button.mfp-arrow:hover {
    background: none !important;
}

body .mfp-bottom-bar .mfp-counter {
    right: auto;
    left: auto;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display';
    line-height: normal;
}

body .menu-categories .menu-tab svg {
    border-radius: 50%;
    border: 2px solid #00000010;
}

body .menu-categories .menu-tab h3.elementor-icon-box-title {
    line-height: 1 !important;
}

body .menu-content {
    display: none !important;
}

body .menu-content.active {
    display: block !important;
}

body .menu-categories .menu-tab {
    cursor: pointer;
}

body .menu-categories .menu-tab.active h3.elementor-icon-box-title {
    color: var(--e-global-color-primary) !important;
}




/* slick slider code */

body .testimonial-slider {
    margin: 0 !important;
}

body .testimonial-slider .slick-list {
    padding: 1rem 0;
}

body .testimonial-slider .slick-track>div {
    display: flex !important;
}

body .testimonial-slider .slick-dots {
    position: absolute;
    left: -10rem;
    bottom: -8rem;
    width: 100%;
}

body .testimonial-slider .slick-dots li {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 880px) {
    body .testimonial-slider .slick-dots {
        left: 0rem;
        bottom: -4rem;
    }

    body .testimonial-slider ul.slick-dots {
        padding-left: 0 !important;
    }
}

body .testimonial-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
}

body .testimonial-slider .slick-dots li button:before {
    font-size: 0.8rem;
    line-height: 0;
    width: auto;
    height: auto;
    opacity: .50;
    color: var(--e-global-color-240eb98);
}

body .testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--e-global-color-240eb98);
}

body .hero-home-slider .slick-track>div {
    min-height: 43rem;
    display: flex !important;
}

/* Home page hero bg text container */
body.home .elementor-67 .elementor-element.elementor-element-a0ea1c6 {
    position: relative;
}

body .gallery-slider .slick-slide {
    margin: 0 0.6rem;
}

body button.gallery-prev,
body button.gallery-next {
    position: absolute;
    background: #00000000 !important;
    border: none !important;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 6.5rem;
}

body button.gallery-prev svg,
body button.gallery-next svg {
    width: 2.5rem;
    height: 2.5rem;
}

body button.gallery-prev {
    left: -4rem;
    right: auto;
}

body button.gallery-next {
    left: auto;
    right: -4rem;
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
    body button.gallery-prev {
        left: -1.5rem;
    }

    body button.gallery-next {
        right: -1.5rem;
    }

    body .our-signature-exp {
        position: relative;
    }

}

@media (max-width: 880px) {

    body button.gallery-prev,
    body button.gallery-next {
        bottom: 9rem;
    }

    body button.gallery-prev {
        left: -1rem;
    }

    body button.gallery-next {
        right: -1rem;
    }

}

@media (max-width: 767px) {

    body button.gallery-prev,
    body button.gallery-next {
        bottom: 7rem;
    }

    body .menu-select-location {
        position: static !important;
        text-align: center;
        padding-bottom: 1rem;
    }

    body .footer-reserve-table {
        position: static !important;
    }
}

@media (max-width: 500px) {
    body .gallery-slider .slick-list {
        padding-right: 4rem;
    }

    body button.gallery-prev,
    body button.gallery-next {
        display: none !important;
    }
}