/*POPUP*/
.popup{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 75%; 
    position: relative;
    transition: all 0.5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
  }
  .popup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 1 !important
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  @media screen and (max-width: 700px){
   .popup {
    width: 95%;
    height: 300px;
    overflow-y: scroll;
}
.popup .content{
    overflow: unset;
  }
}
@media (min-width:1024px) and (max-width: 1199px) {
    .popup{
        width: 70%;
    }
    .menu li {font-size: 14px;}
    
}
@media(max-width: 384px){
    .mob-float-nav{
        right: 1em !important;
    }
}
/*POPUP*/

/* SUB-MENU STARTS */
.check {
    margin-right: 10px;
    vertical-align: top;
    margin-top: 6px;
    color: #C59D5F;
}
.icon-specials {background-image: url("images/cheers.png");}
.icon-gift-shop {background-image: url("images/gift-shop.png");}

.icon-hours {background-image: url("images/hours.png");}
.menu-nav {display: none !important}
.menu li:nth-child(4):hover .sub-menu {
    display: block;
}
.menu li:nth-child(4):hover a {
   color: #C59D5F
   
} 
.menu li:nth-child(4):hover .fas {
    transform: rotate(180deg);
}
body .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
}
.sub-menu {
    position: absolute;
    background-color: #C59D5F;
    min-width: 190px;
    display: none;
    z-index: 10;
    top: 80%;
    overflow-y: scroll;
    height: 400px;
    border-top: 2px solid #c59d5f;
    border-left: 2px solid #c59d5f;
}
.nav-list li:nth-child(2):hover .sub-menu {
    display: block;
}
body .sub-menu li a {
    display: block;
    text-align: left;
    padding: 12px;
    color: #000 !important;
    box-shadow: 0 -1px rgba(255, 255, 255, .3) inset;
}
.sub-menu li a:hover {
    color: #000;
    background-color: #fff
}

/* SUB-MENU ENDS */

/* SUB MENU SCROLLBAR */
.sub-menu::-webkit-scrollbar-track {
    border: 1px solid #C59D5F;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 0px;
}

.sub-menu::-webkit-scrollbar {
    width: 10px;
}

.sub-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C59D5F;
    border: 1px solid #fff;
    height: 1px;
}

/* SUB MENU SCROLLBAR */
.popup::-webkit-scrollbar-track{ border: 1px solid #C59D5F;
    background-color: #fff;
    border-radius: 10px;}

.popup2::-webkit-scrollbar-track {
    border: 1px solid #C59D5F;
    background-color: #fff;
    border-radius: 10px;
}
.popup::-webkit-scrollbar {
    width: 10px;
}
.popup2::-webkit-scrollbar {
    width: 10px;
}
.popup::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C59D5F;
    border: 1px solid #fff;
    height: 1px;
}
.popup2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C59D5F;
    border: 1px solid #fff;
    height: 1px;
} 

.delayedPopupWindow::-webkit-scrollbar-track {
    border: 1px solid #C59D5F;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 0px;
}

.delayedPopupWindow::-webkit-scrollbar {
    width: 10px;
}

.delayedPopupWindow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C59D5F;
    border: 1px solid #fff;
    height: 1px;
}


@media (max-width: 1040px) {
    .menu {display: block}
    .menu li {
        padding: 2.5em 0px 2.5em 8px;
        display: inline-block;
    }
}
@media (max-width: 1023px) {
    .menu, .float-nav {display: none !important}
    .mob-float-nav {
        display: block;right: 2em
    }
}
@media(max-width: 425px){
    .mob-float-nav{top: 17px}
    .menu-btn{width: 45px;height: 45px;background-size: 25px;}
}
@media (max-width: 399px) {
    .btn1 {
        margin-right: 0em !important;
        display: block !important;
        margin: 0 0 1em !important;
    }
 }
@media (max-width: 375px) {
.mob-float-nav { right: 8px;
}
}

@media(max-width: 360px){
    .mpl0{padding-left: 0 !important;}
  
   .respad0{padding: 0}
    .mob-menu-icon{background-size: 28px;}
}
@media(max-width: 320px){.useful-links{font-size: 15px}.mob-float-nav{top: 33px;right: 13px}}
@media(max-width: 575px) {
    .model-para {
    text-align: center !important;
}
    .header .separator--line-flower .line {display: none !important}
}


/* FOOTER2 STYLES */
.ns-footer {
    background-color: #121212;
}
.about-ih {
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
    font-size: 16px
}
.useful-links {
    color: #fff;
    font-size: 16px
}
.site-map ul {margin-top: 30px}
.site-map li {float: left; width: 50%;
    margin-bottom: 8px;}
.useful-links:hover {color: #c59d5f;}
.footer-heading {
    color: #fff;
    padding: 10px 0;
    position: relative;margin-top: 42px;
}
.footer-heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
.sub { right: 1em !important;}
.email {width: 100% !important;position: relative;}
.newsletter {margin-top: 30px}
.foot-text .submit-plane{
position: absolute;
    font-size: 40px;
    color: #000;
   
    transform: rotate(-19deg);
    background: none;
    border: none;
   
    top: -16px;
    right: 10px;
   

}
.mt-foo {margin-top: 30px}
.ns-copyright {padding: 30px 0;
    background-color: #252525;
    position: relative;}
    .ns-copyright svg {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -96px;
        margin-top: -50px;
    }


@media (max-width: 991px) {
    .foot-text {    margin-bottom: 4em;}
    .foo-logo {margin: 0 auto; display: table}
    .footer-heading {margin-top: 0}
    .newsletter {
        margin-top: 10px;
    }
    .site-map ul {margin-top: 0}
}
