body {
    font-family: "Poppins", Helvetica, Arial, sans-serif!important;
    color: rgb(34, 34, 34);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    letter-spacing: 0.02rem;
    font-size: 1.1rem;
    padding: 0px;
    margin: 0px;
    background: #fff;
}

ul {padding: 3px;}

a {
    text-decoration: none;
    color: #5c115e;
}
a:hover {
    color: #ffc56e;
    text-decoration: none;
}
.darkbkk {
    color: #ccc;
}
.darkbkk a {
    text-decoration: none;
    color: #ccc;
}
.darkbkk a:hover {
    color: #ffc56e;
    text-decoration: none;
}
h1 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
}
h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

h3 {
    font-size: 26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-small {
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5c115e;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #F79630;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#topbar {
    padding: 0;
    font-size: 15px;
    height: 50px;
    transition: all 0.5s;
    background: rgba(26, 24, 22, .8);
    z-index: 996;
    color: rgba(255, 255, 255, .7);
}
#topbar.topbar-transparent {
    background: #5c115e;
}
#topbar.topbar-scrolled {
    top: -1px;
}
#topbar i {
    color: #5c115e;
    line-height: 0;
    text-transform: uppercase;
    background-color: #ffc107;
}
#topbar i span {
    color: #fff;
    font-style: normal;
    padding-left: 0px!important;
}
#header {
    top: 50px;
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgba(26, 24, 22, .85);
}
#header.header-transparent {
    background: #5c115e;
}
#header.header-scrolled {
    top: 40px;
    background: #5c115e;
}
#header .logo h1 {

    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}
#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 70px;
}
.book-a-table-btn {
    background: #c9ab81;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    white-space: nowrap;
}
.book-a-table-btn:hover {
    background: #c9ab81;
    color: #fff;
}
@media (max-width:992px) {
    .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
}
}.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #CCC;
    white-space: nowrap;
    transition: 0.3s;
    margin: 20px 20px 20px 0;
}
.navbar a i, .navbar a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #c9ab81;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #433f39;
}
.navbar .dropdown ul a i {
    font-size: 14px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #5c115e;
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
    left: -90%}
.navbar .dropdown .dropdown:hover>ul {
    left: -100%}
}.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width:991px) {
    .mobile-nav-toggle {
    display: block;
}
.navbar ul {
    display: none;
}
}.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(39, 37, 34, .9);
    transition: 0.3s;
    z-index: 0;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 50px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 100px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #433f39;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
    color: #5c115e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
    color: #5c115e;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 37, 34, .8);
    overflow: hidden;
    padding: 0;
}
#hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, .5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero .carousel-content {
    text-align: center;
}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 500;
}
#hero h1 span {
    color: #fff;
}
#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, .2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, .5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
}
#hero .carousel-indicators li {
    cursor: pointer;
}



#hero .btn-menu, #hero .btn-book {
    font-family: thaisackersgothicmedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.5s;
    line-height: 1;

    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
}
#hero .btn-menu:hover, #hero .btn-book:hover {
    background: #5c115e;
    color: #fff;
}
@media (max-width:768px) {
    #hero h2 {
    font-size: 28px;
}
#hero .btn-book {
margin: 5px 0px 5px 0px;    
}
}
@media (min-width:1024px) {
    #hero p {
    width: 50%}
#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%}
}
.section-bg {
    background-color: #fff;
}
.section-title {
    text-align: center;
    padding-bottom: 4px;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 300;
    color: #5f5950;
}
.section-title h2 span {
    color: #5c115e;
}
.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 300;
}
@media (min-width:1024px) {
    .section-title p {
    width: 50%}
}.breadcrumbs {
    padding: 20px 0;
    min-height: 40px;
    margin-top: 90px;
}
@media (max-width:992px) {
    .breadcrumbs {
    margin-top: 60px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0;
}
}.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
@media (max-width:992px) {
    .breadcrumbs h2 {
    margin: 0 0 10px 0;
}
}.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li+li {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"}
@media (max-width:768px) {
    .breadcrumbs .d-flex {
    display: block!important;
}
.breadcrumbs ol {
    display: block;
}
.breadcrumbs ol li {
    display: inline-block;
}
}.about {
    background: #f0e9dd;
}
.about .content {
    padding: 80px 80px;
}
.about .content h1 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000;
}
.about .content h2 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000;
}
.about .content h4 {
    font-size: 20px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-top: 5px;
}
.about .content p {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    line-height: 1.75;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li+li {
    margin-top: 15px;
}
.about .content ul li {
    position: relative;
    padding-left: 26px;
}
.about .content ul i {
    font-size: 20px;
    color: #5c115e;
    position: absolute;
    left: 0;
    top: 2px;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.about .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#5c115e 50%, rgba(255, 176, 59, .4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19);
}
.about .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 176, 59, .7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
    border-left: 15px solid #5c115e;
    transform: scale(20);
}
.about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
@media (max-width:1024px) {
    .about .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
}
}@media (max-width:992px) {
    .about .content {
    padding-top: 30px;
}
.about .accordion-list {
    padding-bottom: 30px;
}
}@-webkit-keyframes pulsate-btn {
    0% {
    transform: scale(.6, .6);
    opacity: 1;
}
100% {
    transform: scale(1, 1);
    opacity: 0;
}
}@keyframes pulsate-btn {
    0% {
    transform: scale(.6, .6);
    opacity: 1;
}
100% {
    transform: scale(1, 1);
    opacity: 0;
}
}.why-us .box {
    padding: 10px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    transition: all ease-in-out 0.3s;
    height: 100%}
.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ffcf88;
}
.why-us .box h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 20px 0;
    color: #000;
    text-align: center;
    word-wrap: break-word;
}
.why-us .box p {
    color: #aaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.why-us .box:hover {
    background: #fff;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, .18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #000;
}
.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}
.menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 10px 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 50px;
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
    color: #fff;
    background: #5c115e;
    text-transform: uppercase;
}
.menu #menu-flters li:last-child {
    margin-right: 0;
}
.menu .menu-content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    vertical-align: bottom;
    align-items: baseline;
}
.menu .menu-content::after {
    position: absolute;
    left: 20px;
    right: 0;
    top: 4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu .menu-content a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    color: #5c115e;
}
.menu .menu-content span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    color: #5c115e;
}
.menu .menu-ingredients {
    font-size: 16px;
    line-height: 26px;
}
.menu-content-alt {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu .menu-content-alt::after {
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu .menu-content-alt a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #5c115e;
}
.menu .menu-content-alt span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
}
.menu .menu-content-alt-b::after {
    content: "......................................................................""....................................................................""....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: 4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu-content-alt-b {
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.menu .menu-content-alt-b a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    color: #5c115e;
    font-size: 14px;
}
.menu .menu-content-alt-b span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    color: #5c115e;
    font-size: 14px;
}
#footer .menu-content-alt-f::after {
    content: "......................................................................""....................................................................""....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.menu-content-alt-f {
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#footer .menu .menu-content-alt-f a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 600;
    color: #5c115e;
    font-size: 14px;
}
#footer .menu .menu-content-alt-f span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
}
.specials {
    overflow: hidden;
}
.specials .nav-tabs {
    border: 0;
}
.specials .nav-link {
    border: 0;
    padding: 20px;
    transition: 0.3s;
    color: #000;
    border-radius: 0;
    border: 2px solid #5c115e!important;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px;
}
.specials .nav-link:hover {
    color: #5c115e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
.specials .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}
.specials .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #433f39;
}
.specials .details p {
    color: #777;
}
.specials .details p:last-child {
    margin-bottom: 0;
}
@media (max-width:992px) {
    .specials .nav-link {
    border: 0;
    padding: 15px;
}
.specials .nav-link.active {
    color: #fff;
    background: #5c115e;
}
}.events {
    background: url(../img/events-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.events::before {
    content: "";
    background-color: rgba(12, 11, 10, .8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.events .section-title h2 {
    color: #fff;
}
.events .container {
    position: relative;
}
@media (min-width:1024px) {
    .events {
    background-attachment: fixed;
}
}.events .events-carousel {
    background: rgba(255, 255, 255, .08);
    padding: 30px;
}
.events .event-item {
    color: #fff;
}
.events .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #5c115e;
}
.events .event-item .price {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.events .event-item .price span {
    border-bottom: 2px solid #5c115e;
}
.events .event-item ul {
    list-style: none;
    padding: 0;
}
.events .event-item ul li {
    padding-bottom: 10px;
}
.events .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #5c115e;
}
.events .event-item p:last-child {
    margin-bottom: 0;
}
.events .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.events .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
}
.events .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5c115e;
}
.book-a-table .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
    padding: 30px;
    background: #fff;
}
.book-a-table .php-email-form .form-group {
    padding-bottom: 8px;
}
.book-a-table .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
.book-a-table .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.book-a-table .php-email-form .error-message br+br {
    margin-top: 25px;
}
.book-a-table .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.book-a-table .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.book-a-table .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.book-a-table .php-email-form input, .book-a-table .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.book-a-table .php-email-form input {
    height: 44px;
}
.book-a-table .php-email-form textarea {
    padding: 10px 12px;
}
.book-a-table .php-email-form button[type=submit] {
    background: #5c115e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.book-a-table .php-email-form button[type=submit]:hover {
    background: #ffa012;
}
.gallery {
    padding-bottom: 0;
}
.gallery .gallery-item {
    overflow: hidden;
}
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
.chefs {
    background: url(../img/chefs-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.chefs::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9;
}
.chefs .container {
    position: relative;
    z-index: 10;
}
.chefs .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.chefs .member .pic {
    overflow: hidden;
}
.chefs .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 0;
    color: #433f39;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.chefs .member h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #6c665c;
    position: relative;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.chefs .member h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #ffcf88;
    bottom: 0;
    left: calc(50% - 25px);
}
.chefs .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
.chefs .member .social {
    margin-top: 15px;
}
.chefs .member .social a {
    transition: color 0.3s;
    color: #7a7368;
}
.chefs .member .social a:hover {
    color: #5c115e;
}
.chefs .member .social i {
    font-size: 16px;
    margin: 0 2px;
}
@media (max-width:992px) {
    .chefs .member {
    margin-bottom: 110px;
}
}@media (min-width:1024px) {
    .chefs {
    background-attachment: fixed;
}
}.testimonials {
    padding: 80px 0;
    background: url(../img/testimonials-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 11, 10, .7);
}
.testimonials .section-header {
    margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}
.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .15);
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
    font-family: "Comic Neue", sans-serif;
}
.testimonials .testimonial-item .stars {
    color: #5c115e;
    margin-bottom: 10px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, .4);
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5c115e;
}
@media (min-width:992px) {
    .testimonials .testimonial-item p {
    width: 80%}
}.contact .info-wrap {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 30px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 20px;
    color: #5c115e;
    float: left;
    width: 44px;
    height: 44px;
    background: #fff6e8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #433f39;
    font-family: "Poppins", sans-serif;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #7a7368;
}
.contact .info:hover i {
    background: #5c115e;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
    background: #5c115e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #c9ab81;
}
@-webkit-keyframes animate-loading {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}@keyframes animate-loading {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}#footer {
    background: #251e20;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 30px 0 0 0;
    position: relative;
    margin-top: auto;
}
#footer h3 {
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}
#footer p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
#footer .social-links {
    margin: 0;
    padding: 6px 0;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #52688F;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    background: #fff;
    color: #5c115e;
}
#footer .copyright {
    margin: 0 0 5px 0;
    color: #ccc;
    font-size: 12px;
}
#footer .credits {
    font-size: 13px;
    text-align: end;
    margin-right: 50px;
}
.cus-logo {
    width: 20%!important;
    margin: auto;
    text-align: center;
}
.cus-nav-a {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.1;
    color: #fff;
}
.cus-nav-a-alt {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.1;
    color: #fff;
}
.cus-top-head {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.1;
    color: #000;
}
.cus-top-head:hover {
    background: #F79630;
    color: #000000!important;
}
.navbar li:hover {
    background: #F79630;
    color: #000000!important;
}
.navbar li:hover>a {
    color: #000000!important;
}
#footer a p {
    color: #ffffff!important;
}
.cus-nav-a-alt:hover {
    color: #000000!important;
}
.cus-nav-a:hover {
    color: #000000!important;
}
.navbar {
    padding: 0;
    display: block!important;
}
.cus-row-head {
    background-color: #000;
}
.panel-label {
    position: relative;
    width: 87%;
    max-width: 400px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 10% auto;
    background: transparent;
    border-color: rgba(0, 0, 0, .75);
    border-width: 2px;
    z-index: 10;
    padding: 2px;
    height: 68px;
}
.panel-label .panel-label--text {
    font-family: crownsackersgothicregular;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    display: block;
    height: 60px;
    text-transform: uppercase;
}
.cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 430px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: 130px;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 48px;
    font-size: 27px;
}
.cus-button-vr {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #000;
    border: 2px solid #5c115e;
    border-radius: 50px;
}
.cus-button-vr-alt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #54545;
    border: 2px solid #5c115e;
    background: #fff;
    border-radius: 50px;
}
.cus-button-vr-alt:hover {
    color: #000;
    text-decoration: none;
    background: #ffbe59;
    border-color: #ffbe59;
}
.cus-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #251E20;
    color: #ccc;
    font-size: 12px;
}
.cus-image {
    max-width: 100%;
    height: 130px;
}
.cus-lg-col {
    text-align: left;
}
.cus-copy-xl {
    background: #251e20;
    padding: 20px;
    border: 0px!important;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer ul li a {
    text-decoration: none;
    color: #fff;
}
#footer form {
    margin-top: 30px;
    background: #251e20;
    padding: 6px 10px;
    position: relative;
    border-radius: 0;
    border: 1px solid #5c115e;
}
#footer form input[type=email] {
    border: 0;
    padding: 10px;
    width: 100%;
    background: #000;
    color: #fff;
}
#footer form input[type=submit] {
    position: relative;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #c9ab81;
    color: #fff;
    transition: 0.3s;
    border-radius: 0;
}
.section-title-alt {
    text-align: left;
    padding-bottom: 30px;
}
.php-email-form-alt {
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    background: #fff;
}
.flex-column {
    flex-direction: row!important;
    justify-content: center!important;
}
.button-cus:hover::after {
    inset: -2px;
    width: 0;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid rgb(124, 111, 73);
}
#\31 {
    background-color: #5c115e;
    color: #fff;
}
#\32 {
    background-color: #F79630;
    color: #fff;
}
#\33 {
    background-color: #000;
    color: #fff;
}
.specials .Dine-In .nav-link {
    border: 2px solid #5c115e!important;
}
.specials .Dine-In .nav-link .active {
    background: #5c115e!important;
}
.menu .cus-ul-1 li {
    border: 2px solid #5c115e;
}
.menu .cus-ul-1 li:hover, .menu .cus-ul-1 li.filter-active {
    color: #fff;
    background: #5c115e;
    text-transform: uppercase;
}
.cus-ul-1 li:hover {
    background: #5c115e!important;
}
.cus-ul-1 li.filter-active {
    background: #5c115e!important;
}
.specials .Take-Away .nav-link {
    border: 2px solid #F79630!important;
}
.specials .Take-Away .nav-link.active {
    border: 2px solid #F79630!important;
    background-color: #f79630!important;
}
.menu .cus-ul-2 li {
    border: 2px solid #f79630;
}
.menu .cus-ul-2 li:hover, .menu .cus-ul-2 li.filter-active {
    color: #fff;
    background: #f79630;
    text-transform: uppercase;
}
.cus-ul-2 li:hover {
    background: #F79630!important;
}
.cus-ul-2 li.filter-active {
    background: #F79630!important;
}
.specials .Drinks .nav-link {
    border: 2px solid #000000!important;
}
.specials .Drinks .nav-link.active {
    border: 2px solid #000000!important;
    background-color: #000000!important;
}
.menu .cus-ul-3 li {
    border: 2px solid #000;
}
.cus-ul-3 li:hover {
    background: #000000!important;
}
.cus-ul-3 li.filter-active {
    background: #000000!important;
}

.accordion-body {
font-size: 1rem!important;    
}
.accordion-button .accordion-body .accordion-item {
    background: #f0e9dd;
    font-family: "Poppins", Helvetica, Arial, sans-serif!important;
    font-size: 11px!important;
    color: #000;
    font-weight: 300;
    line-height: 1.75;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5c115e;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #5c115e;
    outline: 0;
    box-shadow: 0 0 0 0 #fff;
}
@media (min-width:1200px) {
    .container-xl {
    max-width: 100%}
}#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    margin: 0px!important;
}
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%}
.button-cus {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bolder;
    font-style: normal;
    letter-spacing: .1em;
    color: #fff;
    border-radius: 5px;
    padding: 16px 2px 15px;
    transition: all .7s ease-out;
    background-color: #5c115e;
    width: 100%;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0 0 20px;
    border: 1px solid rgba(223, 190, 106, .3);
}
@media only screen and (min-width:320px) and (max-width:350px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 258px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    font-size: 18px;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.ms-4 {
    margin-left: 25px!important;
}
#hero .btn-menu {
    margin: 5px;
}
.cus-lg-col {
    text-align: left;
    margin-top: 30px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0!important;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #5f5950;
}
.about .content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #5f5950;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:667px) and (max-width:720px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 280px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 20px;
    font-size: 22px;
}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.ms-4 {
    margin-left: 25px!important;
}
#hero .btn-menu {
    margin: 5px;
}
.cus-lg-col {
    text-align: left;
    margin-top: 30px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0!important;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #5f5950;
}
.about .content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #5f5950;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:360px) and (max-width:390px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 310px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 22px;
    font-size: 20px;
}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.ms-4 {
    margin-left: 25px!important;
}
#hero .btn-menu {
    margin: 5px;
}
.cus-lg-col {
    text-align: left;
    margin-top: 30px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0!important;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #5f5950;
}
.about .content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #5f5950;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:391px) and (max-width:490px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 360px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
    font-size: 22px;
}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.ms-4 {
    margin-left: 25px!important;
}
#hero .btn-menu {
    margin: 5px;
}
.cus-lg-col {
    text-align: left;
    margin-top: 30px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0!important;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #5f5950;
}
.about .content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #5f5950;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:591px) and (max-width:650px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 330px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
    font-size: 22px;
}
#hero h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.ms-4 {
    margin-left: 25px!important;
}
#hero .btn-menu {
    margin: 5px;
}
.cus-lg-col {
    text-align: left;
    margin-top: 30px;
}
#footer form input[type=submit] {
    float: right;
}
#mc_embed_signup .button {
    margin: 0 14px 10px 0!important;
}
.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-weight: 300;
    color: #5f5950;
}
.about .content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #5f5950;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:768px) and (max-width:920px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 330px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 30px;
    font-size: 24px;
}
#footer h3 {
    font-size: 24px;
}
#footer .credits {
    font-size: 13px;
    text-align: left;
    margin-right: 50px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:990px) and (max-width:1024px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 210px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    font-size: 18px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}@media only screen and (min-width:1100px) and (max-width:1300px) {
    .cus-gallery-design {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 250px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: auto;
    text-transform: uppercase;
}
.vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    font-size: 22px;
}
.specials .nav-link.active {
    color: #ffffff!important;
    border-color: #5c115e!important;
    background: #5c115e!important;
}
}
@media (max-width:991px) {
    #header .logo img {
    padding: 0;
    margin: 0;
    
}
.navbar {
    padding: 0;
    float: right!important;
}

.cus-row-head {
    background-color: #00000!important;
    margin-top: -32px!important;
}
#header {
    top: 35px!important;
}
}@media only screen and (min-width:1080px) and (max-width:1180px) {
    .vcenter-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 35px;
    font-size: 18px;
}
.cus-inner-gallery {
    background: rgb(92 17 94 / 75%);
    color: #fff;
    display: block;
    height: 110px;
    text-transform: uppercase;
}
.cus-gallery-design {
    position: absolute;
    z-index: 10;
    max-width: 250px;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 3px solid #5c115e;
    padding: 3px;
}
}@media (min-width:1400px) {
    .container-xl {
    max-width: 100%}
#hero h1 {
    font-size: 36px!important;
}
}@media (max-width:720px) {
    .container-xl {
    max-width: 100%}
#hero h1 {
    font-size: 30px!important;
}
.about .content h3 {
    font-size: 22px!important;
}
.menu .menu-content a {
    padding-top: 10px;
}
}@media only screen and (min-width:720px) and (max-width:1199px) {
    #hero h1 {
    font-size: 30px!important;
}
.about .content h3 {
    font-size: 22px!important;
}
.menu .menu-content a {
    padding-top: 10px;
}
.menu .menu-content-alt-b a {
    padding-top: 10px;
}
}@media only screen and (min-width:1200px) and (max-width:1400px) {
    #hero h1 {
    font-size: 30px!important;
}
.about .content h3 {
    font-size: 22px!important;
}
.menu .menu-content a {
    padding-top: 10px;
}
.menu .menu-content-alt-b a {
    padding-top: 10px;
}
}@media only screen and (min-width:1401px) and (max-width:1920px) {
    #hero h1 {
    font-size: 30px!important;
}
.about .content h3 {
    font-size: 22px!important;
}
}@media only screen and (min-width:320px) and (max-width:790px) {
    #mobile-top {
    display: flex;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 45px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
#topbar {
    display: none!important;
}
.cus-top-head {
    display: inline-block;
}
}.belt {
    background: #5c115e;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 600px) {
  #header {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

