:root
        {
            --wp--preset--aspect-ratio--square: 1;
            --wp--preset--aspect-ratio--4-3: 4/3;
            --wp--preset--aspect-ratio--3-4: 3/4;
            --wp--preset--aspect-ratio--3-2: 3/2;
            --wp--preset--aspect-ratio--2-3: 2/3;
            --wp--preset--aspect-ratio--16-9: 16/9;
            --wp--preset--aspect-ratio--9-16: 9/16;
            --wp--preset--color--black: #000000;
            --wp--preset--color--cyan-bluish-gray: #abb8c3;
            --wp--preset--color--white: #ffffff;
            --wp--preset--color--pale-pink: #f78da7;
            --wp--preset--color--vivid-red: #cf2e2e;
            --wp--preset--color--luminous-vivid-orange: #ff6900;
            --wp--preset--color--luminous-vivid-amber: #fcb900;
            --wp--preset--color--light-green-cyan: #7bdcb5;
            --wp--preset--color--vivid-green-cyan: #00d084;
            --wp--preset--color--pale-cyan-blue: #8ed1fc;
            --wp--preset--color--vivid-cyan-blue: #0693e3;
            --wp--preset--color--vivid-purple: #9b51e0;
            --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
            --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
            --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
            --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
            --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
            --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
            --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
            --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
            --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
            --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
            --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
            --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
            --wp--preset--font-size--small: 13px;
            --wp--preset--font-size--medium: 20px;
            --wp--preset--font-size--large: 36px;
            --wp--preset--font-size--x-large: 42px;
            --wp--preset--spacing--20: 0.44rem;
            --wp--preset--spacing--30: 0.67rem;
            --wp--preset--spacing--40: 1rem;
            --wp--preset--spacing--50: 1.5rem;
            --wp--preset--spacing--60: 2.25rem;
            --wp--preset--spacing--70: 3.38rem;
            --wp--preset--spacing--80: 5.06rem;
            --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
            --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
            --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
            --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
        }
        :root
        {
            --wp--style--global--content-size: 800px;
            --wp--style--global--wide-size: 1200px;
        }
        :where(body)
        {
            margin: 0;
        }
        .wp-site-blocks > .alignleft
        {
            float: left;
            margin-right: 2em;
        }
        .wp-site-blocks > .alignright
        {
            float: right;
            margin-left: 2em;
        }
        .wp-site-blocks > .aligncenter
        {
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }
        :where(.wp-site-blocks) > *
        {
            margin-block-start: 24px;
            margin-block-end: 0;
        }
        :where(.wp-site-blocks) > :first-child
        {
            margin-block-start: 0;
        }
        :where(.wp-site-blocks) > :last-child
        {
            margin-block-end: 0;
        }
        :root
        {
            --wp--style--block-gap: 24px;
        }
        :root :where(.is-layout-flow) > :first-child
        {
            margin-block-start: 0;
        }
        :root :where(.is-layout-flow) > :last-child
        {
            margin-block-end: 0;
        }
        :root :where(.is-layout-flow) > *
        {
            margin-block-start: 24px;
            margin-block-end: 0;
        }
        :root :where(.is-layout-constrained) > :first-child
        {
            margin-block-start: 0;
        }
        :root :where(.is-layout-constrained) > :last-child
        {
            margin-block-end: 0;
        }
        :root :where(.is-layout-constrained) > *
        {
            margin-block-start: 24px;
            margin-block-end: 0;
        }
        :root :where(.is-layout-flex)
        {
            gap: 24px;
        }
        :root :where(.is-layout-grid)
        {
            gap: 24px;
        }
        .is-layout-flow > .alignleft
        {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }
        .is-layout-flow > .alignright
        {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }
        .is-layout-flow > .aligncenter
        {
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .is-layout-constrained > .alignleft
        {
            float: left;
            margin-inline-start: 0;
            margin-inline-end: 2em;
        }
        .is-layout-constrained > .alignright
        {
            float: right;
            margin-inline-start: 2em;
            margin-inline-end: 0;
        }
        .is-layout-constrained > .aligncenter
        {
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))
        {
            max-width: var(--wp--style--global--content-size);
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .is-layout-constrained > .alignwide
        {
            max-width: var(--wp--style--global--wide-size);
        }
        body .is-layout-flex
        {
            display: flex;
        }
        .is-layout-flex
        {
            flex-wrap: wrap;
            align-items: center;
        }
        .is-layout-flex > :is(*, div)
        {
            margin: 0;
        }
        body .is-layout-grid
        {
            display: grid;
        }
        .is-layout-grid > :is(*, div)
        {
            margin: 0;
        }
        body
        {
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
        .rownote_page
        {
            background: linear-gradient(120deg, #f5e4b9, #fff, #f5e4b9);
            padding: 10px 20px;
            overflow: hidden;
            width: 100%;
            margin-top: 10px;
            border:3px solid;
            border-image-slice: 10;
            border-width: 3px;
            border-image-source: linear-gradient(to bottom right, #90550c, #f5dab5, #f5dab5, #f5dab5, #90550c);
        }
.Special_SV 
        {
            font-size:14pt;
            background: linear-gradient(120deg, #f5e4b9, #fff, #f5e4b9);
            padding: 10px 20px;
            overflow: hidden;
            width: 100%;
            margin-top: 50px;
            border: 10px solid;
            border-image-slice: 10;
            border-width: 10px;
            border-image-source: linear-gradient(to bottom right, #90550c, #f5dab5, #f5dab5, #f5dab5, #90550c);
            margin-bottom:50px;
        }        /*Contact form*/
.contact_r {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
}

#form {
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.txtbox {
    border: 1px solid #ccc;
    height: 30px;
    width: 100%;
}

.textarea {
    min-height: 100px;
}

.formrowtop {
    font-weight: bold;
}

.formrow {
    margin-bottom: 10px;
}

.buttonrow {
    text-align: center;
}

#formnotify, #formnotifyS, #formnotify2 {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 9999999999;
    display: none;
}

#formnotifycontent, #formnotifycontentS, #formnotifycontent2 {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS, #formnotifyok2 {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #df811e;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}
/*Flyer*/
#groupnoti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    display: block;
}
#noti {
    width: 90%;
    overflow: hidden;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

#noti img {
     width: 100%;
     border: 1px solid #ccc;
}   

#closenoti {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
/*Flyer*/
/*Contact form*/
        a:where(:not(.wp-element-button))
        {
            text-decoration: underline;
        }
        :root :where(.wp-element-button, .wp-block-button__link)
        {
            background-color: #32373c;
            border-width: 0;
            color: #fff;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            padding: calc(0.667em + 2px) calc(1.333em + 2px);
            text-decoration: none;
        }
        .has-black-color
        {
            color: var(--wp--preset--color--black) !important;
        }
        .has-cyan-bluish-gray-color
        {
            color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }
        .has-white-color
        {
            color: var(--wp--preset--color--white) !important;
        }
        .has-pale-pink-color
        {
            color: var(--wp--preset--color--pale-pink) !important;
        }
        .has-vivid-red-color
        {
            color: var(--wp--preset--color--vivid-red) !important;
        }
        .has-luminous-vivid-orange-color
        {
            color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }
        .has-luminous-vivid-amber-color
        {
            color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }
        .has-light-green-cyan-color
        {
            color: var(--wp--preset--color--light-green-cyan) !important;
        }
        .has-vivid-green-cyan-color
        {
            color: var(--wp--preset--color--vivid-green-cyan) !important;
        }
        .has-pale-cyan-blue-color
        {
            color: var(--wp--preset--color--pale-cyan-blue) !important;
        }
        .has-vivid-cyan-blue-color
        {
            color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }
        .has-vivid-purple-color
        {
            color: var(--wp--preset--color--vivid-purple) !important;
        }
        .has-black-background-color
        {
            background-color: var(--wp--preset--color--black) !important;
        }
        .has-cyan-bluish-gray-background-color
        {
            background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }
        .has-white-background-color
        {
            background-color: var(--wp--preset--color--white) !important;
        }
        .has-pale-pink-background-color
        {
            background-color: var(--wp--preset--color--pale-pink) !important;
        }
        .has-vivid-red-background-color
        {
            background-color: var(--wp--preset--color--vivid-red) !important;
        }
        .has-luminous-vivid-orange-background-color
        {
            background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }
        .has-luminous-vivid-amber-background-color
        {
            background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }
        .has-light-green-cyan-background-color
        {
            background-color: var(--wp--preset--color--light-green-cyan) !important;
        }
        .has-vivid-green-cyan-background-color
        {
            background-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }
        .has-pale-cyan-blue-background-color
        {
            background-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }
        .has-vivid-cyan-blue-background-color
        {
            background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }
        .has-vivid-purple-background-color
        {
            background-color: var(--wp--preset--color--vivid-purple) !important;
        }
        .has-black-border-color
        {
            border-color: var(--wp--preset--color--black) !important;
        }
        .has-cyan-bluish-gray-border-color
        {
            border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
        }
        .has-white-border-color
        {
            border-color: var(--wp--preset--color--white) !important;
        }
        .has-pale-pink-border-color
        {
            border-color: var(--wp--preset--color--pale-pink) !important;
        }
        .has-vivid-red-border-color
        {
            border-color: var(--wp--preset--color--vivid-red) !important;
        }
        .has-luminous-vivid-orange-border-color
        {
            border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
        }
        .has-luminous-vivid-amber-border-color
        {
            border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
        }
        .has-light-green-cyan-border-color
        {
            border-color: var(--wp--preset--color--light-green-cyan) !important;
        }
        .has-vivid-green-cyan-border-color
        {
            border-color: var(--wp--preset--color--vivid-green-cyan) !important;
        }
        .has-pale-cyan-blue-border-color
        {
            border-color: var(--wp--preset--color--pale-cyan-blue) !important;
        }
        .has-vivid-cyan-blue-border-color
        {
            border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
        }
        .has-vivid-purple-border-color
        {
            border-color: var(--wp--preset--color--vivid-purple) !important;
        }
        .has-vivid-cyan-blue-to-vivid-purple-gradient-background
        {
            background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
        }
        .has-light-green-cyan-to-vivid-green-cyan-gradient-background
        {
            background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
        }
        .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background
        {
            background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
        }
        .has-luminous-vivid-orange-to-vivid-red-gradient-background
        {
            background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
        }
        .has-very-light-gray-to-cyan-bluish-gray-gradient-background
        {
            background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
        }
        .has-cool-to-warm-spectrum-gradient-background
        {
            background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
        }
        .has-blush-light-purple-gradient-background
        {
            background: var(--wp--preset--gradient--blush-light-purple) !important;
        }
        .has-blush-bordeaux-gradient-background
        {
            background: var(--wp--preset--gradient--blush-bordeaux) !important;
        }
        .has-luminous-dusk-gradient-background
        {
            background: var(--wp--preset--gradient--luminous-dusk) !important;
        }
        .has-pale-ocean-gradient-background
        {
            background: var(--wp--preset--gradient--pale-ocean) !important;
        }
        .has-electric-grass-gradient-background
        {
            background: var(--wp--preset--gradient--electric-grass) !important;
        }
        .has-midnight-gradient-background
        {
            background: var(--wp--preset--gradient--midnight) !important;
        }
        .has-small-font-size
        {
            font-size: var(--wp--preset--font-size--small) !important;
        }
        .has-medium-font-size
        {
            font-size: var(--wp--preset--font-size--medium) !important;
        }
        .has-large-font-size
        {
            font-size: var(--wp--preset--font-size--large) !important;
        }
        .has-x-large-font-size
        {
            font-size: var(--wp--preset--font-size--x-large) !important;
        }
        :root :where(.wp-block-pullquote)
        {
            font-size: 1.5em;
            line-height: 1.6;
        }
        
 .submit-area center-submit
 {
     width: 100%;
     text-align: center;
 }
 input[type="text"] {

     background-color: rgb(255, 255, 255, 0.8) !important;
 }
 #form-job {
    background: rgba(0, 0, 0, 0.5) !important;
}
#fsub {
    background: linear-gradient(120deg, #90550c, #c88e3d, #ebd57f, #dfb66e, #90550c)!important;
   
    color: #000!important;
}
/* Notification */

#notification
{
    width:100%;
    background: linear-gradient(120deg, #90550c, #c88e3d, #ebd57f, #dfb66e, #90550c);
    position: fixed;
    top: 0;
    z-index:99;    
    text-align:center;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#000;
    text-decoration:none;    
    border: 1px solid #ccc;
    background: #fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/* Notification */
.elementor-button1
{
    background-color: #BD6D2900;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    fill: var(--e-global-color-a49667c);
    color: var(--e-global-color-a49667c);
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF4D;
    border-radius: 0px 0px 0px 0px;
    padding: 25px 40px 25px 40px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.elementor-button1:hover
{
    color:#f59a8f;
}
.coppy-r a {
   
    color: #d49c31!important;
}
.coppy-r{background:#232323;}
.text-coppy{padding:30px;color:#fff;text-align:center;}
.elementor-button2
{
    background-color: #BD6D298C;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    fill: var(--e-global-color-a49667c);
    color: var(--e-global-color-a49667c);
    transition-duration: 0.4s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF4D;
    border-radius: 0px 0px 0px 0px;
    padding: 25px 40px 25px 40px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
#Btn_Party {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    line-height:30px;
}
.custom-btn.custom-btn--style-1 {
    background-color: var(--e-global-color-primary);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    width: 100%;
}
.custom-btn--medium {
    min-width: 160px;
    min-height: 54px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.elementor-1029 .elementor-element.elementor-element-4ef01cb:not(.elementor-motion-effects-element-type-background), .elementor-1029 .elementor-element.elementor-element-4ef01cb > .elementor-motion-effects-container > .elementor-motion-effects-layer
{
    background:#fff!important;
    }
.img_hostparty {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.img_hostparty img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.contact_r2 {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
    background: #efefef;
    padding: 20px 20px 20px 40px;
    border-radius: 5px;
}
.elementor-29 .elementor-element.elementor-element-cefadaa:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-cefadaa > .elementor-motion-effects-container > .elementor-motion-effects-layer
{
    background: url(../images/bg-page.webp)!important;
    background-position: center center!important;
    background-size: cover!important;
    }
    .elementor-1029 .elementor-element.elementor-element-7755384:not(.elementor-motion-effects-element-type-background), .elementor-1029 .elementor-element.elementor-element-7755384 > .elementor-motion-effects-container > .elementor-motion-effects-layer
    {
         background: url(../images/bg-page.webp)!important;
    background-position: center center!important;
    background-size: cover!important;
        }
    .elementor-24 .elementor-element.elementor-element-42f3644:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-42f3644 > .elementor-motion-effects-container > .elementor-motion-effects-layer
    {
    background: #1e120f;
    }
    .module-category-item__name, .module-category__name{font-weight:bold;}
    .module-category.module-category-child .module-category__content .module-category__price, .module-category-item__head .module-category-item__price{font-weight:bold;color:#d6a034;}
    .module-category-item.item-not-fw{width:100%!important;}
.elementor-2 .elementor-element.elementor-element-a6838dd img{    width: 76%!important;
    height: 313px!important;}
    .elementor-2 .elementor-element.elementor-element-b9ce644 img{width: 79%!important;
    height: 235px!important;}
.elementor-button2:hover
{
    color:#f59a8f;
    background:#141414;
}
.Counters
{
    background: linear-gradient(321deg, #f9df84, #d6a033, #f9df84, #d6a033);
    width: 100%;
    max-width: 250px;
    color: #000;
    padding: 10px;
    line-height: 1.7;
    margin-top: 25px;
    border-radius: 10px;
    margin: 0px auto;
}
.groupfbye 
{
    /*background: linear-gradient(145deg, #c8c7c7, #c8c7c7, #fff 70%);*/
    background: linear-gradient(120deg, #90550c, #c88e3d, #ebd57f, #dfb66e, #90550c);
    height: 195px;
    width: 55px;
    border: 1px solid #f1f1f1;
    top: 30%;
    left: 0;
    position: fixed;
    z-index: 99999999;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    
}
.groupfbye a i 
{
    padding: 8px;
    font-size: 14pt;
    color: #fff;
}
.line 
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    height: 4px;
    width: 33px;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}

.nav-bottom
{
    display:none;
}

#subbar {
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 999999;
    right: 0px;
    top: 40%;
    border-top-right-radius: 4px;
    -mox-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    /*background: linear-gradient(321deg, #f9df84, #d6a033, #f9df84, #d6a033);*/
    background: linear-gradient(145deg, #c8c7c7, #c8c7c7, #fff 70%);
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    opacity: 1.0;
}
#booking 
{
    width: 130px;
    height: 40px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 55%;
    border-top-right-radius: 4px;
    -mox-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    background: linear-gradient(321deg, #f9df84, #d6a033, #f9df84, #d6a033);
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    opacity: 1.0;
    z-index: 999999;
}
.button3 {
                animation: glowing 1300ms infinite;
            }
                  
            .button3 {
                margin: 15px auto;
                color: #ffffff;
                cursor: pointer;
                border-radius: 10px !;
                border: 0px solid #000;
            }
                .button3.pulse-button {
                    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
                }

                /* Initiate color change for pulse-on-hover */
                .button3.pulse-button-hover {
                    animation: colorShift 10000ms infinite ease-in;
                }

                /* Continue animation and add shine on hover */
                .button3:hover,
                .button3:focus {
                    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
                }
 /* Declate color shifting animation */
            @keyframes colorShift {
                0%, 100% {
                    background: linear-gradient(321deg, #c88e3d, #8b4d34, #c88e3d, #8b4d34);
                }

                33% {
                    background: linear-gradient(120deg, #90550c, #c88e3d, #ebd57f, #dfb66e, #90550c);
                }

                66% {
                    background: linear-gradient(to bottom right, #f9df84, #d6a033, #f9df84, #d6a033, #f9df84);
                }
            }

            /* Declare border pulse animation */
@keyframes borderPulse {
                0% {
                    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(210,177,8,0.7);
                }

                100% {
                    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
                }
            }

            /* Declare border pulse animation */
@keyframes borderPulse {
                0% {
                    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(231,223,224,0.7);
                }

                100% {
                    box-shadow: inset 0px 0px 0px 3px rgba(235, 228, 229,0.2), 0px 0px 0px 10px rgba(255,255,255,0);
                }
            }
            
            
            
            @keyframes glowing2 {
            0% {
                background-color: #e3af42;
                box-shadow: 0 0 5px #fff;
            }

            50% {
                background-color: #be8a1c;
                box-shadow: 0 0 30px #e0b83d;
            }

            100% {
                background-color: #e3af42;
                box-shadow: 0 0 5px #fff;
            }
        }
        
 .button5 {
            -webkit-border-radius: 60px;
            border-radius: 60px;
            border: none;
            color: #eeeeee;
            cursor: pointer;
            display: inline-block;
            font-family: sans-serif;
            text-align: center;
            text-decoration: none;
        }

        @keyframes glowing2 {
            0% {
                background:linear-gradient(145deg, #ffd2df 10%, #f38aa9 30%, #f38aa9 80%);
                box-shadow: 0 0 5px #fff;
            }

            50% {
                background-color: #cc6b7c;
                box-shadow: 0 0 30px #cc6b7c;
            }

            100% {
                background:linear-gradient(145deg, #ffd2df 10%, #f38aa9 30%, #f38aa9 80%);
                box-shadow: 0 0 5px #fff;
            }
        }

        .button5 {
            animation: glowing2 1300ms infinite;
        }
.bt3 {
position: relative;
display: inline-block;
transition: 0.5s;
overflow: hidden;
}
.bt3:hover {
background: #fff;
color: #050801;
box-shadow: 0 0 5px #cc6b7c, 0 0 25px #000, 0 0 50px #000, 0 0 200px #000;
-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}
.bt3:nth-child(1) {
/*filter: hue-rotate(270deg);*/
}

.bt3:nth-child(2) {
/*filter: hue-rotate(110deg);*/
}

.bt3 span {
position: absolute;
display: block;
}
.bt3 span:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg,transparent,#fff);
animation: animate1 2s linear infinite;
}
@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}
.bt3 span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 2s linear infinite;
    animation-delay: 0.25s;
}
.bt3 span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 2s linear infinite;
    animation-delay: 0.50s;
}
.bt3 span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 2s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
        
@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}
@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}
.elementor-24 .elementor-element.elementor-element-598d0b3 > .elementor-widget-container {
    margin: 100px 0px 0px 0px;
}
.elementor-113 .elementor-element.elementor-element-af14bb7 img {
    width: 120px !important;
    height: auto !important;
}
@media (max-width: 768px) 
{
    #custom-header
{
    margin-top:10px !important;
}
    .groupfbye 
    {
        top: 40%;
        z-index:9999;
        display:none;
  }
  .mb_none
  {
      display:none;
  }
#subbar {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        top: 38%;
        border-radius: 9px 9px 0 0;
    }
    #booking {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        top: 63%;
        border-radius: 9px 9px 0 0;
    }
    .nav-bottom
    {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 99999999;
        display: block;
        background: rgba(139, 77, 52, 0.6);
    }
    .nav-bottom ul
    {
        overflow: hidden;
        width: 90%;
        margin:0px;
        margin: 0px auto;
        padding: 10px 5px;
        display: flex;
        justify-content: space-between;
    }
    .nav-bottom ul li
    {
        text-align: center;
        list-style-type:none;
        color: #000;
    }
    .nav-bottom ul li:hover
    {
        background: #a8e1b0;
    }
    .nav-bottom ul li a
    {
        color: #000;
        font-size:11pt;
    }
    .nav-bottom ul li a span
    {
        display: block;
    }
    .nav-bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        display: block;
        z-index: 9999;
        border-radius: 9px 9px 0 0;
    }
    .nav-bottom ul li {
        width: 25%;
        float: left;
        text-align: center;
        list-style-type: none;
        background-size: cover;
        text-transform: capitalize;
        background: linear-gradient(145deg, #e1ad62, #ffeaa2, #e1ad62 70%);
        padding: 5px 0;
    }
    .nav-bottom ul li:nth-child(1), .nav-bottom ul li:nth-child(2) {
        color: var(--black);
    }
    .nav-bottom ul li:nth-child(3), .nav-bottom ul li:nth-child(4) {
        color: #000;
    }
    .nav-bottom ul li:nth-child(1) span, .nav-bottom ul li:nth-child(2) {
        color: #000;
    }
    .nav-bottom ul li:nth-child(3) a span {
        color: #000;
    }
    .elementor-113 .elementor-element.elementor-element-6e310ed:not(.elementor-motion-effects-element-type-background)
    {
        padding-bottom: 60px;
    }
    
}