
:root {
    --c1: #ff0404;
    --c2: #30353a;
    --c3: #f7f7f7;
    --c7: #f3c008;
    --c4: #0b0c10;
    --c5: #9DAAF2;
    --c6: #2e151b;
    --f:  'Catamaran', sans-serif;
  
}
.modal-title {
    color: var(--c1);
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
}
svg {
}
.nav-item.active .nav-link{
    color:var(--c7);
}
.sssdd.jss {
    background: var(--c1);
    color: #000;
}
.svg img {
    width: 590px;
}
.catIcon {
    display: flex;
    align-items: center;
}
.svg a {
    position: absolute!important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.svg a img {
    width: 200px!important;
    margin-top: 20px;
}
.conTc h2,.conTc p{
    margin:0;
}
.catIcon h4 {
    font-size: 25px;
    margin-left: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.catIcon  svg{
    width: 50px;
    height: 50px;
    fill:var(--c1);
}
.conTc{
    margin-bottom: 20px;
}
.main-s h3 {
    font-size: 24px;
    color:var(--c1);
    line-height: 25px;
    font-weight: 600;
}
.main-s h2{
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #f3c008;
    text-shadow: 2px 2px 1px black;
}
header nav {
    margin: 200px auto 0 auto;
}
.sssdd {
    padding: 50px;
    font-size: 104px;
    background: #c42568;
    font-weight: 900;
}
.main-sc {
    padding: 100px 0;
}
.main-s svg {
    width: 101px;
    fill:var(--c1);
    stroke:var(--c1);
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.owl-theme .owl-dots {
    position: relative;
    bottom: 60px;
}
.owl-theme .owl-dots .owl-dot span {
    background:var(--c3);
    width: 20px;
    height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background:var(--c1);
}
.bsn h2 {
    font-size: 40px;
    /* font-family: 'Oleo Script Swash Caps', cursive; */
    line-height: 45px;
    font-weight: 600;
}

.bsn h3 {
    /* font-family: 'Oleo Script Swash Caps', cursive; */
    /* font-weight: 400; */
    font-size: 20px;
}
.modal-body .bsn {
    color: #000;
}
.modal-body .sssdd {
    color: #fff;
}
.modal-body .sssdd.jss {
    color: #000;
}
.modal-body .sssdd {
    padding: 10px;
    font-size: 104px;
    font-weight: 900;
}
.modal-body .bsn {
    margin-top: 10px;
}
.btnNew{

}
.btnNew{
    text-align: center;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 5px;
    color:var(--c3);
}
.btnNew:hover{
background:transparent
color:var(--c3);
}
.btnNew:before{
    top: 0px;
    bottom: 0px;
    left: -4px;
    right: -4px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.btnNew:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}
.sticky-top {
    background: #343a40;
}
.btnNew:before, .btnNew:after {
    content: '';
    position: absolute;
    border-radius: inherit;
    background: var(--c1);
    z-index: -1;

}
.btnNew:before, .btnNew:after {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.cover {
    padding: 30px;
}
.cover h1,.cover h4 {
    color:var(--c4);
}
.btnNew:hover::before {
    opacity: 1;
    top: -4px;
    bottom: -4px;
}
.btnNew:hover:after, .btnNew:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.btnNew:hover:after {
    background: var(--c2);
}
.top_note {
    padding: 10px 0px;
    background: #f90202;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.menu .panel .product_description {
    text-align: left;
}
a.btn.destop-btn span,
.mb-btn span {
    font-size: 13px;
}
a.btn.destop-btn,
.mb-btn {
    margin-left: 20px;
    font-size: 12px !important;
    color: var(--c3);
}
a.btn.destop-btn:hover,
.mb-btn:hover {
    color: #fff;
}

section.home-about .btnNew {
    max-width: 250px;
    text-align: center;
    margin: 0px auto 30px auto;
    padding: 20px 0;
}
.top_note p {
    margin: 0;
    font-weight: 700;
}
.cover p {
    text-align: left;
    margin-top: 20px;
    color: var(--c3);
}
.d-bs {
    margin-top: 30px !important;
}
.top_note .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px;
    cursor: pointer;
}
section.home-about {}
.modal {
    top: 50px;
}
.modal-header {
    background: red;
}
.modal-footer .btn {
    color: red;
}
.modal-header .close {
    display: none;
}
.modal-body p {
    color: #000;
}

table {
    margin: 0 auto;
}

tr.active td {
    background: var(--c7);
}

::placeholder {
    color: var(--c2);
}
::selection {
    color: var(--c1);
    background: var(--c2);
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--c1);
}
::-webkit-scrollbar-thumb {
    background: var(--c3);
}

html,
body {
    min-height: 100vh;
    font-family:  'Catamaran', sans-serif;;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--c3);
    background-color: #343a40;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
}
a {
    color: inherit;
    transition: all 0.3s;
    padding: 10px;
}
a:hover {
    text-decoration: none;
    color: var(--c1);
}
img {
    width: 84%;
}
p {
    font-size: 18px;
    font-family: var(--f);
    font-weight: 500;
}
section {
    margin: 0 0 100px;
}
.btn {
    padding: 15px 20px;
    box-shadow: 0 0 0 1px var(--c7) inset;
    color: var(--c3);
    border-radius: 0;
    color: var(--c3);
    font-size: 19px;
    line-height: 18px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.8s ease-in-out;
}
.btn:hover {
    outline: none;
    color: var(--c2);
    background: var(--c1);
}
.btn .h {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: 100%;
    height: calc(100% + 20px);
    transition: all 0.7s ease-in;
}
.btn .v {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: calc(100% + 20px);
    height: 100%;
    transition: all 0.7s ease-in;
}
.btn:hover .h {
    width: calc(100% + 20px);
    height: 100%;
}
.btn:hover .v {
    width: 100%;
    height: calc(100% + 20px);
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.homesec_new {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: url(img/delleys_grill_pic3.jpg);
    background-size: cover;
    
}
.homesec_new .row{
    height: 100vh;
}
.homesec_new p{
    color:var(--c3);
}
.oas {
    position: absolute;
    bottom: -128px;
    left: -91px;
}
.main {
    padding: 50px;
    text-align: center;
    background: var(--c7);
    min-height: 30vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main.x{
    background: var(--c1);

}
.main h2 {
    font-weight: 900;
    color: #000;
}
.main.x h3 {
    font-size: 22px;
}
#btt {
    position: fixed;
    right: 10px;
    bottom: -70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 10px 0 10px;
    background: var(--c7);
    text-align: center;
    color: var(--c1);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0, 0.82, 0.49, 1.59);
    z-index: 2000;
}
#btt.show {
    bottom: 10px;
}
#btt:hover {
    background: var(--c3);
    color: var(--c2);
    border-radius: 10px 0 10px 0;
}

header {
    position: absolute;
    bottom: 0;
    height: 100px;
    z-index: 500;
    width: 100%;
    padding: 15px 0;
    display: flex;
    transition: all 0.5s;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.book .btnNew {
    margin: 0 auto;
}
header.fixed {
    position: absolute;
    bottom: auto;
    top: 0;
    border-top: 5px solid var(--c2);

}
header .logo {
    display: block;
    width: 220px;
    height: auto;
    margin-right: 10vw;
    position: relative;
}
header .logo img {
    width: 100%;
    position: relative;
    z-index: 510;
    transition: all 0.5s;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
header nav ul li a:before,
header nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--c1);
    transition: all 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    display: none;
}
header nav ul li a:after {
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.1s;
}
header nav ul li a.active,
header nav ul li a:hover {
    color: #f30808;
}
header nav ul li a.active:before,
header nav ul li a.active:after,
header nav ul li a:hover:before,
header nav ul li a:hover:after {
    width: 100%;
}
header nav .closer,
header nav .toggler {
    display: none;
}

#voucher {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 150px;
    z-index: 2000;
    transition: all 0.5s;
    animation: switcher 3s infinite;
}
#voucher .hover {
    fill: var(--c2);
    transition: all 0.3s;
}
#voucher:hover .hover {
    fill: var(--c4);
}
#voucher.small {
    left: -130px;
}
.vCloser {
    position: fixed;
    left: 130px;
    bottom: 50px;
    width: 20px;
    height: 100px;
    padding: 20px 0;
    line-height: 20px;
    text-align: center;
    color: var(--c1);
    z-index: 2100;
    transition: all 0.5s;
    cursor: pointer;
}
.vCloser .la-angle-right {
    display: none;
}
.vCloser.small .la-angle-right {
    display: inline-block;
}
.vCloser.small .la-angle-left {
    display: none;
}
.vCloser.small {
    left: 0;
}
@keyframes switcher {
    0% {
        box-shadow: 0 0 0 0px rgba(103, 32, 31, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(103, 32, 31, 0);
    }
}

#home-banner {
    position: relative;
    margin:0;
    padding: 100px 0 100px;
    background: url(img/delleys_grill_pic.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}
#home-banner .item {
    height: 100vh;
    position: relative;
    z-index: 100;
}
#home-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vouche_ne {
    padding: 100px 0;
    background: var(--c5);
    position: relative;
}
.vouche_ne .btnNew {
    margin: 20px auto;
}
.vouche_ne h1 {
    padding: 20px;
    border: 5px dashed var(--c1);
    font-family:  'Catamaran', sans-serif;;
 

    font-size: 50px;
}
.svg {
    transform: translateX(-50%);
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: -555;
}
.svg svg {
    width: 332px;
}
.svg a{

}
#home-banner .item .cover {
    padding: 30px 0 130px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    z-index: 555;
    transform: translate(-50%, -50%);
    text-align: center;
}
#home-banner .item .cover .header-content {
    position: relative;
    padding: 30px;
    overflow: hidden;
}
.main-tedx {
    padding: 50px;
    background: var(--c1);
    position: relative;
    z-index: 1;
  
}
.main-tedx p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}

.main-tedx:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
    border: 3px solid var(--c3);
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px );
    box-shadow: 0px 0px 5px #000;
    z-index: -1;
}
.main-tedx:before,.main:before{
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/the_aman_tola6.png);
    border: 3px solid var(--c3);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    opacity: 0.2;
}
.main.x:before{
    background: url(img/the_aman_tola6.png);
    background-size: 40%;
}
.main-tedx.fd:before{
    background: url(img/the_aman_tola7.png);
    opacity: 0.2;
}
.main:before{
    background: url(img/the_aman_tola7.png);
    opacity: 0.2;
    background-size: 80%;
    background-position:50% 50%;
}
.main-tedx.fd{
    background: var(--c7);
}
.main-tedx.fd p, .main-tedx.fd h2{
    color: #000;
}
.divder {
    margin-top: 40px;
    text-align: center;
}
.divder svg{
   width: 500px;
   fill: var(--c7);
}
#home-banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid var(--c1);
    -webkit-clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
}
#home-banner .item .cover .header-content h2 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: var(--c1);
    text-transform: capitalize;
    text-shadow: 0px 5px 5px #000;
}
#home-banner .item .cover .header-content h1 {
    font-family:  'Catamaran', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0;
    letter-spacing: 4px;
    color: var(--c1);
    text-transform: uppercase;
    text-shadow: 0px 5px 5px #000;
}
#home-banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: var(--c3);
    text-shadow: 0px 5px 5px #000;
}
#home-banner .owl-item.active h2 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}
#home-banner .owl-item.active h1 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;
}
#home-banner .owl-item.active h4 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}
#home-banner .owl-item.active p {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}
#home-banner .owl-item.active .btnNew {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}
#home-banner .owl-item.active .line {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}
#home-banner .owl-nav .owl-prev,
#home-banner .owl-nav .owl-next {
    position: absolute;
    right: 25px;
    top: 43%;
    border-style: solid;
    border-width: 30px 20px;
    border-color: transparent var(--c1) transparent transparent;
    background: 0 0;
    text-indent: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    transform: rotate(180deg);

}
#home-banner .owl-nav .owl-prev {
    right: auto;
    left: 25px;
    transform: rotate(0deg);

}
#home-banner .row {
}
.main-tedx.fd .btnNew:after {
    background:var(--c7);
}
.main-tedx.fd .btnNew:hover:after {
    background:var(--c2);
}
#home-banner .owl-nav .owl-prev:focus,
#home-banner .owl-nav .owl-next:focus {
    outline: 0;
}
#home-banner .owl-nav .owl-prev:hover {
    background: transparent;
}
#home-banner .owl-nav .owl-next:hover {
    background: transparent;
}
#home-banner:hover .owl-prev {
    left: 20px;
    opacity: 1;
}

#home-banner:hover .owl-next {
    right: 20px;
    opacity: 1;
}

#home-banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 97%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid var(--c1);
    -webkit-clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    margin-top: 10px;
    display: none;
}

.btn .v {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: calc(100% + 20px);
    height: 100%;
    transition: all 0.7s ease-in;
}

.title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 0 40px;
    font-weight: 400;
}
.title h2 {
    font-size: 60px;
    letter-spacing: 0px;
    color: var(--c7);
    margin: 0 40px;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 60px;
}
.newItm {

}
.subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--c3);
    margin: 0 auto 60px;
    text-align: center;
    width: 50%;
    display: table;
    font-weight: 300;
}
.sider-ms {
}
.home-about .btn {
    display: table;
    margin: 0 auto 60px;
}

.quote {
    padding: 100px 0;
    margin: 0;

}
.quote .item{
    border-right:2px solid var(--c1);
    padding: 20px;
    margin: 0;
}


.quote img {
    width: 50%;
}
.newItm {
    position: relative;
    z-index: 1;
}
.newItm:after{
    position: absolute;
    content:"";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background:transparent;
    border:2px solid var(--c1);
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
footer img {
    width: 300px;
    margin-bottom: 10px;
}
.ftc h2 {
    font-size: 20px;
    position: relative;
}
footer .col-lg-4{
}
footer svg {
    width: 30px;
    height: 30px;
    fill: var(--c7);
}
footer .col-lg-4:last-child{
    border-right: 0px solid var(--c1);
}
.quote #testimonial-slider {
    text-align: center;
    padding: 20px 5vw;
    transition: all 0.3s ease-out;
    background: rgba(201, 171, 129, 0.01);
}
.quote #testimonial-slider:hover {
    background: rgba(201, 171, 129, 0.05);
}
.quote #testimonial-slider q {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    font-family:  'Catamaran', sans-serif;
    letter-spacing: 1px;
}
.texNew {
    text-align: center;
    margin-bottom: 40px;
}
.texNew h2{
    font-weight: bold;
    font-size: 50px;
}
.quote #testimonial-slider p {
    font-weight: 300;
    font-size: 16px;
    color: var(--c7);
    margin: 30px 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quote #testimonial-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: var(--c3);
    margin: 0 5px;
    opacity: 1;
}
.quote #testimonial-slider .owl-dot.active {
    background: var(--c1);
}

.offer {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 200px 0;
    min-height: 70vh;
}
.offer:after {
    content: "";
    background: rgba(15, 29, 34, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.offer .container {
    position: relative;
    z-index: 300;
}
.offer .text {
    width: 45%;
    text-align: center;
    display: table;
    margin: 0 auto;
}
header.com{
    /*background: var(--c2);*/
    border:0;
    /*box-shadow: 0px 3px 10px #150504;*/
}
header.com nav .toggler{
margin: 0;
}
header.com nav {
    margin: 0px auto 0 auto;
}
header.com nav ul li a{
    color:var(--c3)
}
.offer .subtitle {
    margin-bottom: 50px;
}
.offer video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 100;
}

footer {
    background: var(--c2);
    position: relative;
    padding-top: 50px;
}
footer .ssvg svg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}
footer iframe {
    width: 100%;
}

footer .content {
    text-align: center;
}
footer .content img {
    width: 200px;
    margin: 0 0 15px;
}
footer .content p {
    font-weight: 300;
}
footer .content p a {
    font-weight: 500;
}
footer .content p a:hover {
    color: var(--c3);
}
footer .copy {
    font-weight: 500;
    font-size: 12px;
    margin: 30px 0 0;
    text-align: center;
    background: #3d444b;
    color: var(--c3);
    padding: 20px 0;
}

.gallery {
    padding: 200px 0 100px 0;
    background: url(img/delleys_grill_slider-80.jpg);
    background-size: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    margin: 0;
}
.gallery .item {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 3px;
    border: 1px solid var(--c7);
    overflow: hidden;
}
.gallery .item a {
    display: block;
    transition: all 1s;
    width: 100%;
    cursor: pointer;
}
.gallery .btns {
    text-align: center;
    margin-bottom: 30px;
}
.gallery .btns .btn {
    padding: 8px 15px 4px;
    line-height: 1;
}
.gallery .btns .btn.active {
    color: var(--c3);
    background: var(--c1);
}

.about {
    padding: 200px 0 0;
}
.about .subtitle {
    width: 100%;
}

.book {
    padding: 100px 0 0;
    margin: 0;
    overflow: hidden;
}
.book .d-lg-flex > div {
    width: 50%;
}
.book .content {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}
.book .subtitle {
    width: 100%;
}

.offfer {
    padding: 100px 0 0;
    margin: 0;
    overflow: hidden;
}
.offfer svg .c1 {
    fill: var(--c1);
}
.offfer svg .c2 {
    fill: var(--c2);
}
.offfer svg .c3 {
    fill: var(--c3);
}
.offfer svg .c4 {
    fill: var(--c4);
}
.offfer p {
    text-align: left;
}

.contact {
    padding:48px 0 100px;
    margin: 0;
    overflow: hidden;
    background-color: #3d444b;
    /*background: url(img/delleys_grill_pic6.jpg);*/
    background-position: 49% 60%;
    background-size: cover;
}
.contact .add {
    padding: 30px 15px;
    border: 1px solid var(--c7);
    height: calc(100% - 60px);
    margin-top: 60px;
    text-align: center;
}
.contact .add p:last-child {
    margin: 0;
}
.contact .add a {
    color: var(--c7);
}
.contact textarea,
.contact input {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid var(--c7);
    background: transparent;
    color: var(--c3);
    margin: 0 0 15px;
}
.contact textarea {
    min-height: 90px;
    resize: vertical;
}
.contact label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.contact input:focus,
.contact textarea:focus {
    box-shadow: none;
    outline: none;
    background: var(--c2);
}
.contact .btn {
    display: table;
    margin-left: auto;
}
.contact .btn.success {
    border-color: green;
    color: green;
    opacity: 1;
    box-shadow: 0 0 0 1px green inset;
    cursor: default;
}
.info_cat p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}
.contact .btn.error {
    border-color: red;
    color: red;
    opacity: 1;
    box-shadow: 0 0 0 1px red inset;
    cursor: default;
}

.our-menu img {
    width: 50%;
    display: table;
    margin: 0 auto;
}
.our-menu .panel-title {
    border: 1px solid var(--c1);
    border-bottom: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 0;
    color: var(--c1);
}
.our-menu .panel-body {
    border: 1px solid var(--c1);
    padding: 10px;
}
.our-menu .product_name {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
}
.our-menu .price_dv {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: right;
}
.our-menu .price_dv span {
    font-size: 14px;
    font-weight: 700;
}
.our-menu .sub_product {
    padding-left: 15px;
}
.our-menu .product_dv:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 10px;
}
.cover h1 {
    display: block;
    font-weight: bold;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 50px;
}
.cover h1 {
    color: var(--c7);
}
.cover h1 span{
    color: var(--c1);
}
.our-menu .product_description {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: left;
}

.menu {
    padding: 200px 0 100px;
    margin: 0;
    background: url(img/delleys_grill_pic8.jpg);
    background-position: 50% 50%;
    background-attachment: fixed;
    margin: 0;
    background-size: 100%;
   
}
.menu .btn {
    display: table;
    margin: 30px auto 60px;
    background-color: #ff0404;
}
.menu .panel a {
    pointer-events: none;
    cursor: default;
}
.menu .panel .product_dv {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.menu .panel .panel-title {
    margin: 20px 0 10px;
    letter-spacing: 0;
    padding: 5px 0;
}
.menu .panel .panel-title a {
    font-size: 26px;
    color: var(--c1) !important;
}
.menu .panel .sub_product {
    padding-left: 20px;
}
.menu .panel .price_dv {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
}
.menu .panel .product_name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}
.menu .panel .product_description {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    opacity: 0.8;
}
.menu .panel .add_icon,
.menu .panel .product_images {
    display: none;
}
.mb-btn {
    display: none;
}
.homeNews {
    background: url(img/delleys_grill_pic2.jpg)!important;
    background-size: cover!important;
    background-position: 50% 50% !important;
    background-attachment: fixed!important;
    height: auto!important;
}
.homeNews .cover h1
{
    color:var(--c4);
}
@media (max-width: 1200px) {
    .our-menu .menu-holder {
        height: 10000px;
    }
}
@media (max-width: 992px) {
    .gallery .item {
        width: 50%;
    }
    .book {
        padding: 200px 0 100px;
    }
    .book .content {
        display: block;
    }
    .book .d-lg-flex > div {
        width: 100%;
    }
    .book .d-lg-flex img {
        display: none;
    }
    .our-menu .menu-holder {
        height: auto;
    }
    header nav .toggler {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 0 0 auto;
        line-height: 35px;
        text-align: center;
        border: 1px solid var(--c1);
        color: var(--c1);
        border-radius: 3px;
        cursor: pointer;
        margin-left: 270px;
        z-index: 51;
    }
    header nav .closer {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 30px;
        color: var(--c1);
        border-radius: 3px;
        cursor: pointer;
        z-index: 3500;
    }
    header nav ul {
        display: block;
        position: fixed;
        text-align: center;
        right: -300px;
        top: 0;
        width: 300px;
        padding: 15vh 0;
        height: 100vh;
        background: var(--c2);
        z-index: 3000;
        transition: all 1s ease-out;
    }
    header nav ul.show {
        right: 0px;
    }
    header nav ul li a {
    padding: 2vh 0;
    display: block;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 36px;
    margin: 18px;
    }
    .quote #testimonial-slider {
        margin: 0 auto;
    }
    .quote img {
        display: none;
    }
    footer iframe {
        margin: 0 auto 60px;
        display: table;
        width: auto;
    }
}
.modal-footer .btn {
    color: #fff;
    border: none;
    padding: 11px;
    background: #c9ab81;
}
@media (max-width: 600px) {
    .bsn.gg {
        margin-top: 20px;
    }
    .modal-footer {
        padding: 2px;
    }
    .modal {
        top: 10px;
    }

    .sssdd {
        padding: 10px;
        font-size: 45px !important;
        font-weight: 900;
    }
    .bsn h2 {
        font-size: 22px;
        /* font-family: 'Oleo Script Swash Caps', cursive; */
        line-height: 22px;
    }
    .bsn h3 {
        font-size: 15px;
    }
    .mb-btn {
        display: inline-block;
    }
    header .logo {
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 0 !important;
        position: relative;
        padding: 0;
    }
    header .logo img {
        width: 127px !important;
        height: inherit;
        margin-left: 18px;
        margin-top: 11px
    }
    .destop-btn {
        display: none !important;
    }
    .title h2 {
        font-size: 36px;
    }
    #home-banner .item .cover .header-content .line,
    .owl-theme .owl-nav,
    .title svg {
        display: none;
    }
    .subtitle {
        width: 90%;
    }
    #home-banner .item .cover .header-content {
        padding: 10px;
    }
    .gallery .item {
        width: 92%;
    }
    .gallery .item a {
        background-size: 150% auto;
    }
    .gallery .item a:hover {
        background-size: 150% auto;
    }
    #home-banner .item .cover .header-content h1 {
        font-size: 34px;
    }
    .quote #testimonial-slider {
        width: 100%;
    }
}

#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}
#menu .item .title {
    background: var(--c7);
    color: #000;
    padding: 10px;
    border: 1px solid var(--c3);
}
#menu .item .title p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
#menu .item .title small {
    font-size: 12px;
    display: block;
    margin: 0;
    font-weight: 700;
    font-style: italic;
    opacity: 0.8;
}
#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid var(--c3);
    border-top: 0;
    background: #000000a3;
}
#menu .content .meal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
#menu .content .meal .name {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
#menu .content .meal .dots {
    flex-grow: 1;
    border-bottom: 2px dashed #ffffff;
    height: 15px;
    margin: 0 10px;
}
#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
#menu .content .detail {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    margin: -15px 0 15px;
    color: #fff;
    text-align: justify;
    opacity: 9;
}
#menu .content .meal.sub {
    padding-left: 15px;
}
#menu .content .meal.sub .name {
    opacity: 0.7;
}
header .btn,
header.fixed .btn {
    padding: 8px !important;
    border-radius: 5px;
}
.overlay {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    top: 0;
}
.vouche_ne .container {
    position: relative;
    z-index: 5;
}
.vouche_ne h6 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
.vouche_ne h4 {
    font-size: 30px;
    margin: 20px 0;
}
#menu .content .meal.sub .name:before {
    content: "";
    color: var(--primary);
}
.cover .btnNew {
    margin: 0 auto;
}
section.offer .btnNew {
    margin: 0 auto;
}
section.home-about .btnNew {
    margin-top: 30px;
}
.book_content p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}
.newOne {
    margin-top: 30px;
}
.mains-ls {
    padding: 100px 0;
    background: rgb(2 8 12 / 32%);
}
.mobile{
    display: none;
}
@media (max-width: 992px) {
    .mobile{
        display: inline-block;
        font-size: 11px;
    padding: 10px 2px;
    min-width: auto;
    }
    header .navbar .navbar-brand {
        padding: 4px;
    }
    .desktop{
        display: none;
    }
    a.navbar-brand {
        width: 160px;
    }
    a.navbar-brand img {
       width: 100%;
    }
    .divder svg {
        width: 300px;
        fill: var(--c7);
    }
    .home-about .pl-0 {
        padding-left: 15px!important;
        margin-bottom: 20px;
    }
    footer {
        padding: 12px 0 0;
    }
    .quote .item{
        border: none;
    }
    .main-tedx {
        padding: 50px 30px;
        margin-bottom: 20px;
    }
    .cover h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .main.x {
        padding: 50px 10px;
    }
    .cover h4 {
        font-size: 15px;
    }
    .cover{
        width: 100%;
        height: 71%;
    }
    .home-about .pr-0 {
        padding-right: 15px!important;
    }
 
    .sitem{
        height: 70vh!important;
        margin-top: -10px;
        text-align: center;
        padding: 100px 0!important;
    }
    .homesec_new .row{
        height: auto;
    }
    .homesec_new {
        padding: 50px 0;
    }
    #home-banner{
        padding: 50px 0;
    }
    .newHome {
        height: auto!important;
    }
    .main-sc,section.home-about,.mains-ls {
        padding: 50px 0;
    }
    .book_content {
        margin-bottom: 50px;
    }
    .newOne.sc .row{
        flex-flow: column-reverse;
    }
    header .btnNew{ 
            min-width: 118px;
            max-width: 250px;
            padding: 10px 5px;}
    .main-s h2 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .main-sc .row {
        flex-flow: column-reverse;
    }
    .main-sc img {
        margin-bottom: 30px;
        
    }
    .vouche_ne h1 {
        padding: 20px;
        font-size: 30px;
    }
    
    .vouche_ne h6 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .vouche_ne h4 {
        font-size: 20px;
        margin: 15px 0;
    }
    header {
        height: 70px;
    }
    header.fixed .btn {
        margin: 0;
        color: #000;
    }
    #menu .item {
        width: 100%;
        padding: 0 0 10px;
    }
}
.cover .btnNew {
    margin: 10px 0 0 12px;
}
.newHome {
    background: url(img/delleys_grill_pic1.jpg)!important;
    background-size: cover!important;
    background-position: 50% 50% !important;
    background-attachment: fixed!important;
    height: auto!important;
}
.newHome h4{
    color: var(--c4)!important;
}
.newHome h1 span{
    color: var(--c3);
}
@media (max-width: 992px) {
    .gallery{
        background-size: cover;
    }
    .gallery  .title h2 {
        font-size: 25px;
        margin: 0;
        line-height: 30px;
    }
    header.com{
        border-top: 0!important;
    }
    .menu {
        background-size: cover;
    }
    .msff{
        background: rgb(0 0 0 / 59%);
    padding: 10px;
    }
    header.com nav ul li a {
        color: var(--c2);
    }
    .svg img {
        width: 300px;
    }
    #home-banner .row{
        height: unset;
    }
    header nav {
        margin: 30px auto 0 auto;
    }
    header.fixed {
        border-top: 15px solid var(--c2);
    }
a.btnNew  {
    color: black;
}
}
a.btnNew.a {
    color: black;
}
tr.active {
    color: black;
}
@media (max-width: 992px) {
    
    a.nav-link{
        text-align: center;
        border-bottom: 1px dashed white;
    }
section#home-banner h1 {
    font-size: 34px;
    padding: -9px;
}
/*.header-content {
    background: #100f0e36;
    padding: 8px;
    border-radius: 10px;
}*/
}
.header-content h4 {
    /* font-weight: 700; */
    font-size: 20px;
    color: white;
    text-shadow: 1px 2px 1px black;
}
.header-content h1 {
    text-shadow: 1px 2px 1px black; 
}

.header-content p {
    text-shadow: 2px 1px 1px black;
}

ul.navbar-nav.ml-auto {
    letter-spacing: 2px;
    font-weight: 60px;
}

div#menus {
    background: #3d444b;
    padding: inherit;
}
button.navbar-toggler{
    background-color: #ff4747;
    padding: 4px;
}
span.las.la-bars {
    color: white;
}
/*facebook*/
element.style {
    min-width: 180px;
    width: 350px;
}
element.style {
    top: -70px;
}
.uiScaledImageContainer .scaledImageFitWidth {
    height: auto;
    min-height: initial;
    width: 100%;
}
.uiScaledImageContainer img {
    height: 100%;
    min-height: 100%;
    position: relative;
}
._1drm ._1dro {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
._2zfs {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
._3-8_ {
    margin-right: 4px;
}
.lfloat {
    float: left;
}
.g-recaptcha{
	margin:20px 0;
	background:#fff;
}
form.contact-form iframe {
    height: 90px;
}